@import url(https://fonts.googleapis.com/css?family=Fjalla+One:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);




body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Srilankan';
  font-size: 3rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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))));
  }
}
/* 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: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #05490e !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #05490e !important;
  border-color: #05490e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000100 !important;
  border-color: #000100 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000100 !important;
  border-color: #000100 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #05490e;
  border-color: #05490e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #05490e !important;
  border-color: #05490e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #05490e !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #05490e;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #41f259;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-grcT91A4y6 p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-grcT91A4y6 DIV {
  color: #ffffff;
}
.cid-grcT91A4y6 H10 {
  color: #767676;
}
.cid-grcT91A4y6 .hidden {
  display: none;
}
.cid-grcT91A4y6 .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-grcT91A4y6 .sidebar nav {
  height: 100%;
}
.cid-grcT91A4y6 .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-grcT91A4y6 .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-grcT91A4y6 .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-grcT91A4y6 .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-grcT91A4y6 .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-grcT91A4y6 .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-grcT91A4y6 .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-grcT91A4y6 .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-grcT91A4y6 .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-grcT91A4y6 .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-grcT91A4y6 .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-grcT91A4y6 .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-grcT91A4y6 .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-grcT91A4y6 .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-grcT91A4y6 .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-grcT91A4y6 .sidebar {
    overflow-y: scroll;
  }
}
.cid-grcT91A4y6 :root {
  --sidebar-width: 4.5em;
}
.cid-grcT91A4y6 SPAN {
  color: #55b4d4;
}
.cid-zv25vOnQEu {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/a1-599x400.jpg");
}
.cid-zv25vOnQEu P {
  color: #b2ccd2;
  text-align: center;
}
.cid-zv25vOnQEu h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-zv25vOnQEu h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-zv25vOnQEu .HierOrange {
  color: orange;
}
.cid-zv25vOnQEu .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-zv25vOnQEu H2 {
  color: #08bffe;
}
.cid-zv25vOnQEu H1 {
  color: #cd130a;
  text-align: center;
}
.cid-zv25vOnQEu H3 {
  color: #0f7699;
}
.cid-zv25vOnQEu .mbr-text,
.cid-zv25vOnQEu .mbr-section-btn {
  color: #f56409;
}
.cid-s2Zg4m7VrK {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/vccc-5-960x578.jpg");
}
.cid-s2Zg4m7VrK .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s2Zg4m7VrK .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-s2Zg4m7VrK .mbr-figure img {
    width: 100% !important;
  }
}
.cid-s2Zg4m7VrK .mbr-text,
.cid-s2Zg4m7VrK .mbr-section-btn {
  color: #ff3366;
}
.cid-s2Zg4m7VrK H1 {
  color: #b1a374;
}
.cid-s0s0lspGbR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-s0s0lspGbR .mbr-section-subtitle {
  color: #073b4c;
  font-weight: 300;
}
.cid-s0s0lspGbR .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-s0s0lspGbR .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-s0s0lspGbR .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-s0s0lspGbR .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-s0s0lspGbR .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #e4d295;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-s0s0lspGbR .card {
  min-height: 300px;
}
.cid-s0s0lspGbR .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-s0s0lspGbR .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-s0s0lspGbR .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-s0s0lspGbR .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-s0s0lspGbR P {
  text-align: left;
  color: #073b4c;
}
.cid-s0s0lspGbR H4 {
  color: #0f7699;
}
.cid-rXQHFf11wi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bbye-1200x741.jpg");
}
.cid-rXQHFf11wi .title {
  margin-bottom: 2rem;
}
.cid-rXQHFf11wi .mbr-section-subtitle {
  color: #879a9f;
}
.cid-rXQHFf11wi a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rXQHFf11wi a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rXQHFf11wi textarea.form-control {
  min-height: 188px;
}
.cid-rXQHFf11wi H2 {
  color: #82786e;
}
.cid-s9C939t7ep {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #062530, #073b4c);
}
.cid-s9C939t7ep .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-s9C939t7ep .social-list a:focus {
  text-decoration: none;
}
.cid-s9C939t7ep H2 {
  color: #cc2952;
}
.cid-sbUjYhuzfL {
  background: #052630;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-sbUjYhuzfL .image-block {
  margin: auto;
}
.cid-sbUjYhuzfL figcaption {
  position: relative;
}
.cid-sbUjYhuzfL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sbUjYhuzfL .image-block {
    width: 100% !important;
  }
}
.cid-s9C53buC3i {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-s9C53buC3i .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s9C53buC3i .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #55b4d4;
}
.cid-s9C53buC3i .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s9C53buC3i .inner-container {
    width: 100% !important;
  }
}
.cid-s9C53buC3i .section-text DIV {
  text-align: left;
}
.cid-sbq3VYwDuU {
  background: #232323;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sbq3VYwDuU .image-block {
  margin: auto;
}
.cid-sbq3VYwDuU figcaption {
  position: relative;
}
.cid-sbq3VYwDuU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sbq3VYwDuU .image-block {
    width: 100% !important;
  }
}
.cid-4wvPcYEuCY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-4wvPcYEuCY .mbr-text,
.cid-4wvPcYEuCY blockquote {
  color: #767676;
}
.cid-4wvPcYEuCY blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 3px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-sdAKvCLWd4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-sdAKvCLWd4 .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-sgXnBQSAgx p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-sgXnBQSAgx DIV {
  color: #ffffff;
}
.cid-sgXnBQSAgx H10 {
  color: #767676;
}
.cid-sgXnBQSAgx .hidden {
  display: none;
}
.cid-sgXnBQSAgx .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-sgXnBQSAgx .sidebar nav {
  height: 100%;
}
.cid-sgXnBQSAgx .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-sgXnBQSAgx .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-sgXnBQSAgx .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-sgXnBQSAgx .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-sgXnBQSAgx .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-sgXnBQSAgx .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-sgXnBQSAgx .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-sgXnBQSAgx .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-sgXnBQSAgx .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-sgXnBQSAgx .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-sgXnBQSAgx .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-sgXnBQSAgx .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-sgXnBQSAgx .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-sgXnBQSAgx .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-sgXnBQSAgx .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-sgXnBQSAgx .sidebar {
    overflow-y: scroll;
  }
}
.cid-sgXnBQSAgx :root {
  --sidebar-width: 4.5em;
}
.cid-sgXnBQSAgx SPAN {
  color: #55b4d4;
}
.cid-s9CjVFk0ix {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/330-3-400x257.jpg");
}
.cid-s9CjVFk0ix P {
  color: #ffffff;
  text-align: left;
}
.cid-s9CjVFk0ix h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-s9CjVFk0ix h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-s9CjVFk0ix .HierOrange {
  color: orange;
}
.cid-s9CjVFk0ix .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-s9CjVFk0ix H2 {
  color: #08bffe;
}
.cid-s9CjVFk0ix H1 {
  color: #7f1933;
}
.cid-s9CjVFk0ix H3 {
  color: #7f1933;
}
.cid-s9CjVFk0ix .mbr-text,
.cid-s9CjVFk0ix .mbr-section-btn {
  color: #55b4d4;
}
.cid-sbr0SMH2sH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-sbr0SMH2sH .mbr-text,
.cid-sbr0SMH2sH blockquote {
  color: #767676;
}
.cid-sbr0SMH2sH DIV {
  color: #879a9f;
}
.cid-sdBwvBA3gz {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-sdBwvBA3gz .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-sdBwvBA3gz .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sdBwvBA3gz .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sdBwvBA3gz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sdBwvBA3gz .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #073b4c;
}
.cid-sdBwvBA3gz .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sdBwvBA3gz .card .panel-body {
  color: #767676;
}
.cid-sdBwvBA3gz H4 {
  color: #879a9f;
}
.cid-sdBwvBA3gz H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sdBwvBA3gz .panel-text {
  color: #b2ccd2;
}
.cid-sdBwvBA3gz .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-sdeejcSR7x {
  background: #ffffff;
}
.cid-sdeejcSR7x .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sdeejcSR7x .mbr-figure {
  margin: 0 auto;
}
.cid-sdeejcSR7x figcaption {
  position: relative;
}
.cid-sdeejcSR7x figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sdeejcSR7x .image-block {
    width: 100% !important;
  }
}
.cid-sbr1x1CBcW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-sbr1x1CBcW .mbr-text,
.cid-sbr1x1CBcW blockquote {
  color: #767676;
}
.cid-sbr1x1CBcW DIV {
  color: #879a9f;
}
.cid-sdBzK6Q377 {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-sdBzK6Q377 .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-sdBzK6Q377 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sdBzK6Q377 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sdBzK6Q377 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sdBzK6Q377 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #073b4c;
}
.cid-sdBzK6Q377 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sdBzK6Q377 .card .panel-body {
  color: #767676;
}
.cid-sdBzK6Q377 H4 {
  color: #879a9f;
}
.cid-sdBzK6Q377 H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sdBzK6Q377 .panel-text {
  color: #b2ccd2;
}
.cid-sdBzK6Q377 .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-sbIC8T7ybn {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-sbIC8T7ybn .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-sbIC8T7ybn .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sbIC8T7ybn .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sbIC8T7ybn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sbIC8T7ybn .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #073b4c;
}
.cid-sbIC8T7ybn .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sbIC8T7ybn .card .panel-body {
  color: #767676;
}
.cid-sbIC8T7ybn H4 {
  color: #879a9f;
}
.cid-sbIC8T7ybn H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sbIC8T7ybn .panel-text {
  color: #b2ccd2;
}
.cid-sbIC8T7ybn .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-sbOvErN82M {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-sbOvErN82M .mbr-text,
.cid-sbOvErN82M blockquote {
  color: #767676;
}
.cid-sbOvErN82M DIV {
  color: #879a9f;
}
.cid-sdGiyVMFsl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/a340airlankacontrail-800x600.jpg");
}
.cid-sdGiyVMFsl .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sdGiyVMFsl .container-table {
  margin: 0 auto;
}
.cid-sdGiyVMFsl .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sdGiyVMFsl .dataTables_wrapper {
  display: block;
}
.cid-sdGiyVMFsl .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sdGiyVMFsl .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sdGiyVMFsl table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0f7699;
  margin-bottom: 0;
}
.cid-sdGiyVMFsl table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sdGiyVMFsl table th:hover {
  background: #0f7699;
  color: #ffffff;
}
.cid-sdGiyVMFsl table td {
  border-top: 1px solid #0f7699;
}
.cid-sdGiyVMFsl table.table {
  background: #879a9f;
}
.cid-sdGiyVMFsl .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sdGiyVMFsl .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sdGiyVMFsl .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sdGiyVMFsl .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #55b4d4;
}
@media (max-width: 992px) {
  .cid-sdGiyVMFsl .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sdGiyVMFsl .dataTables_filter {
    text-align: center;
  }
  .cid-sdGiyVMFsl .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sdGiyVMFsl .head-item {
  color: #0f7699;
}
.cid-sdGiyVMFsl .body-item {
  color: #073b4c;
}
.cid-sdGiyVMFsl .mbr-section-title {
  color: #82786e;
}
.cid-sdGiyVMFsl LABEL {
  color: #55b4d4;
}
.cid-sdGsp1nqnp {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #1e1d1d, #073b4c);
}
.cid-sdGsp1nqnp .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sdGsp1nqnp .social-list a:focus {
  text-decoration: none;
}
.cid-sdGsp1nqnp H2 {
  color: #cc2952;
}
.cid-sdGkKeVS96 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/320-ckpt2-1-800x532.jpg");
}
.cid-sdGkKeVS96 .mbr-section-subtitle {
  color: #cebfaf;
  text-align: left;
}
.cid-sdGkKeVS96 .container-table {
  margin: 0 auto;
}
.cid-sdGkKeVS96 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sdGkKeVS96 .dataTables_wrapper {
  display: block;
}
.cid-sdGkKeVS96 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sdGkKeVS96 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sdGkKeVS96 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #635a51;
  margin-bottom: 0;
}
.cid-sdGkKeVS96 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sdGkKeVS96 table th:hover {
  background: #635a51;
  color: #ffffff;
}
.cid-sdGkKeVS96 table td {
  border-top: 1px solid #635a51;
}
.cid-sdGkKeVS96 table.table {
  background: #879a9f;
}
.cid-sdGkKeVS96 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sdGkKeVS96 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sdGkKeVS96 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sdGkKeVS96 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #879a9f;
}
@media (max-width: 992px) {
  .cid-sdGkKeVS96 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sdGkKeVS96 .dataTables_filter {
    text-align: center;
  }
  .cid-sdGkKeVS96 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sdGkKeVS96 .head-item {
  color: #4f4943;
}
.cid-sdGkKeVS96 .body-item {
  color: #1e1d1d;
}
.cid-sdGkKeVS96 .mbr-section-title {
  color: #cc2952;
}
.cid-sdGkKeVS96 LABEL {
  color: #82786e;
}
.cid-sdegVyntXg {
  background: #ffffff;
}
.cid-sdegVyntXg .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sdegVyntXg .mbr-figure {
  margin: 0 auto;
}
.cid-sdegVyntXg figcaption {
  position: relative;
}
.cid-sdegVyntXg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sdegVyntXg .image-block {
    width: 100% !important;
  }
}
.cid-sdegVyntXg .mbr-figure-caption div {
  color: #ff3366;
}
.cid-sdGrQH4dCb {
  background-color: #635a51;
}
.cid-sdGrQH4dCb .wave1 {
  fill: #062530;
}
.cid-sdGrQH4dCb .wave2 {
  fill: #062530;
  opacity: 0.5;
}
.cid-sdGrQH4dCb .wave3,
.cid-sdGrQH4dCb .wave4 {
  fill: #062530;
  opacity: 0.35;
}
.cid-sbIMrbTmfN {
  background: #052630;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-sbIMrbTmfN .image-block {
  margin: auto;
}
.cid-sbIMrbTmfN figcaption {
  position: relative;
}
.cid-sbIMrbTmfN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sbIMrbTmfN .image-block {
    width: 100% !important;
  }
}
.cid-sdBvnl0PGh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sdBvnl0PGh .mbr-text,
.cid-sdBvnl0PGh blockquote {
  color: #767676;
}
.cid-sdBvnl0PGh blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-sdAKvCLWd4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-sdAKvCLWd4 .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-sgXmQSISuS p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-sgXmQSISuS DIV {
  color: #ffffff;
}
.cid-sgXmQSISuS H10 {
  color: #767676;
}
.cid-sgXmQSISuS .hidden {
  display: none;
}
.cid-sgXmQSISuS .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-sgXmQSISuS .sidebar nav {
  height: 100%;
}
.cid-sgXmQSISuS .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-sgXmQSISuS .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-sgXmQSISuS .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-sgXmQSISuS .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-sgXmQSISuS .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-sgXmQSISuS .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-sgXmQSISuS .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-sgXmQSISuS .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-sgXmQSISuS .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-sgXmQSISuS .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-sgXmQSISuS .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-sgXmQSISuS .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-sgXmQSISuS .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-sgXmQSISuS .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-sgXmQSISuS .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-sgXmQSISuS .sidebar {
    overflow-y: scroll;
  }
}
.cid-sgXmQSISuS :root {
  --sidebar-width: 4.5em;
}
.cid-sgXmQSISuS SPAN {
  color: #55b4d4;
}
.cid-sbzWugfiAW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/340pit1.gif");
}
.cid-sbzWugfiAW P {
  color: #ffffff;
  text-align: left;
}
.cid-sbzWugfiAW h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-sbzWugfiAW h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-sbzWugfiAW .HierOrange {
  color: orange;
}
.cid-sbzWugfiAW .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-sbzWugfiAW H2 {
  color: #08bffe;
}
.cid-sbzWugfiAW H1 {
  color: #7f1933;
}
.cid-sbzWugfiAW H3 {
  color: #7f1933;
}
.cid-sbzWugfiAW .mbr-text,
.cid-sbzWugfiAW .mbr-section-btn {
  color: #55b4d4;
}
.cid-sbzWugvQcX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #052630;
}
.cid-sbzWugvQcX .mbr-text,
.cid-sbzWugvQcX blockquote {
  color: #767676;
}
.cid-sbzWugvQcX DIV {
  color: #787324;
}
.cid-sdEAPOG5Jr {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-sdEAPOG5Jr .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-sdEAPOG5Jr .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sdEAPOG5Jr .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sdEAPOG5Jr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sdEAPOG5Jr .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #073b4c;
}
.cid-sdEAPOG5Jr .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sdEAPOG5Jr .card .panel-body {
  color: #767676;
}
.cid-sdEAPOG5Jr H4 {
  color: #e4d295;
}
.cid-sdEAPOG5Jr H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sdEAPOG5Jr .panel-text {
  color: #cebfaf;
}
.cid-sdEAPOG5Jr .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-sdEBP9McXv {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-sdEBP9McXv .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-sdEBP9McXv .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sdEBP9McXv .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sdEBP9McXv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sdEBP9McXv .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #073b4c;
}
.cid-sdEBP9McXv .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sdEBP9McXv .card .panel-body {
  color: #767676;
}
.cid-sdEBP9McXv H4 {
  color: #e4d295;
}
.cid-sdEBP9McXv H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sdEBP9McXv .panel-text {
  color: #cebfaf;
}
.cid-sdEBP9McXv .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-sbA3ddpy54 {
  padding-top: 15px;
  padding-bottom: 0px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-sbA3ddpy54 .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-sbA3ddpy54 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sbA3ddpy54 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sbA3ddpy54 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sbA3ddpy54 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #073b4c;
}
.cid-sbA3ddpy54 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sbA3ddpy54 .card .panel-body {
  color: #767676;
}
.cid-sbA3ddpy54 H4 {
  color: #e4d295;
}
.cid-sbA3ddpy54 H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sbA3ddpy54 .panel-text {
  color: #cebfaf;
}
.cid-sbA3ddpy54 .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-sdEDrctyxy {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-sdEDrctyxy .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-sdEDrctyxy .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sdEDrctyxy .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sdEDrctyxy .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sdEDrctyxy .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #073b4c;
}
.cid-sdEDrctyxy .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sdEDrctyxy .card .panel-body {
  color: #767676;
}
.cid-sdEDrctyxy H4 {
  color: #e4d295;
}
.cid-sdEDrctyxy H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sdEDrctyxy .panel-text {
  color: #cebfaf;
}
.cid-sdEDrctyxy .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-sbA9a8FlgM {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-sbA9a8FlgM .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-sbA9a8FlgM .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sbA9a8FlgM .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sbA9a8FlgM .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sbA9a8FlgM .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #073b4c;
}
.cid-sbA9a8FlgM .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sbA9a8FlgM .card .panel-body {
  color: #767676;
}
.cid-sbA9a8FlgM H4 {
  color: #e4d295;
}
.cid-sbA9a8FlgM H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sbA9a8FlgM .panel-text {
  color: #cebfaf;
}
.cid-sbA9a8FlgM .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-sdEH9gheK8 {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-color: #052630;
}
.cid-sdEH9gheK8 .card {
  border-radius: 11px;
  margin-bottom: 1px;
}
.cid-sdEH9gheK8 .card .card-header {
  border-radius: 11px;
  border: 0px;
  padding: 0;
}
.cid-sdEH9gheK8 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sdEH9gheK8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sdEH9gheK8 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 11px;
  margin-bottom: 0;
  background-color: #073b4c;
}
.cid-sdEH9gheK8 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sdEH9gheK8 .card .panel-body {
  color: #767676;
}
.cid-sdEH9gheK8 H4 {
  color: #55b4d4;
}
.cid-sdEH9gheK8 H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sdEH9gheK8 .panel-text {
  color: #b2ccd2;
}
.cid-sdEH9gheK8 .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 11px;
}
.cid-sbAcAuvhfX {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-color: #052630;
}
.cid-sbAcAuvhfX .card {
  border-radius: 11px;
  margin-bottom: 1px;
}
.cid-sbAcAuvhfX .card .card-header {
  border-radius: 11px;
  border: 0px;
  padding: 0;
}
.cid-sbAcAuvhfX .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sbAcAuvhfX .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sbAcAuvhfX .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 11px;
  margin-bottom: 0;
  background-color: #073b4c;
}
.cid-sbAcAuvhfX .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sbAcAuvhfX .card .panel-body {
  color: #767676;
}
.cid-sbAcAuvhfX H4 {
  color: #55b4d4;
}
.cid-sbAcAuvhfX H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sbAcAuvhfX .panel-text {
  color: #c1c1c1;
}
.cid-sbAcAuvhfX .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 11px;
}
.cid-sbAh3hReWe {
  background-color: #052630;
}
.cid-sbAh3hReWe .wave1 {
  fill: #465052;
}
.cid-sbAh3hReWe .wave2 {
  fill: #465052;
  opacity: 0.5;
}
.cid-sbAh3hReWe .wave3,
.cid-sbAh3hReWe .wave4 {
  fill: #465052;
  opacity: 0.35;
}
.cid-sbzWukTotu {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #052630, #465052);
}
.cid-sbzWukTotu .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sbzWukTotu .social-list a:focus {
  text-decoration: none;
}
.cid-sbzWukTotu H2 {
  color: #cc2952;
}
.cid-sbAhzsPRt9 {
  background: #052630;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-sbAhzsPRt9 .image-block {
  margin: auto;
}
.cid-sbAhzsPRt9 figcaption {
  position: relative;
}
.cid-sbAhzsPRt9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sbAhzsPRt9 .image-block {
    width: 100% !important;
  }
}
.cid-sdEKyEuklO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sdEKyEuklO .mbr-text,
.cid-sdEKyEuklO blockquote {
  color: #767676;
}
.cid-sdEKyEuklO blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 3px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-sdAKvCLWd4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-sdAKvCLWd4 .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-sgXmt970gq p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-sgXmt970gq DIV {
  color: #ffffff;
}
.cid-sgXmt970gq H10 {
  color: #767676;
}
.cid-sgXmt970gq .hidden {
  display: none;
}
.cid-sgXmt970gq .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-sgXmt970gq .sidebar nav {
  height: 100%;
}
.cid-sgXmt970gq .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-sgXmt970gq .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-sgXmt970gq .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-sgXmt970gq .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-sgXmt970gq .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-sgXmt970gq .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-sgXmt970gq .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-sgXmt970gq .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-sgXmt970gq .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-sgXmt970gq .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-sgXmt970gq .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-sgXmt970gq .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-sgXmt970gq .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-sgXmt970gq .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-sgXmt970gq .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-sgXmt970gq .sidebar {
    overflow-y: scroll;
  }
}
.cid-sgXmt970gq :root {
  --sidebar-width: 4.5em;
}
.cid-sgXmt970gq SPAN {
  color: #55b4d4;
}
.cid-sbApZZexYQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ottercockpit-638x483.jpg");
}
.cid-sbApZZexYQ P {
  color: #ffffff;
  text-align: left;
}
.cid-sbApZZexYQ h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-sbApZZexYQ h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-sbApZZexYQ .HierOrange {
  color: orange;
}
.cid-sbApZZexYQ .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-sbApZZexYQ H2 {
  color: #08bffe;
}
.cid-sbApZZexYQ H1 {
  color: #7f1933;
}
.cid-sbApZZexYQ H3 {
  color: #7f1933;
}
.cid-sbApZZexYQ .mbr-text,
.cid-sbApZZexYQ .mbr-section-btn {
  color: #55b4d4;
}
.cid-sdq3P1csxJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/c11-600x428.jpg");
}
.cid-sdq3P1csxJ .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-sdq3P1csxJ .mbr-author-desc {
  display: block;
}
.cid-sdq3P1csxJ .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-sdq3P1csxJ .mbr-testimonial .panel-item {
  background-color: #062530;
  background: linear-gradient(#062530, transparent);
}
.cid-sdq3P1csxJ .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-sdq3P1csxJ .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  border-radius: 0;
}
.cid-sdq3P1csxJ .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sdq3P1csxJ .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-sdq3P1csxJ .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-sdq3P1csxJ .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sdEVACDEun {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #062530;
}
.cid-sdEVACDEun .mbr-text,
.cid-sdEVACDEun blockquote {
  color: #767676;
}
.cid-sdEVACDEun blockquote {
  background-color: #073b4c;
  border-color: #cebfaf;
  border-width: 3px;
  margin-bottom: 0px;
  border-radius: 0px 50px 50px 0px;
}
.cid-sdEVACDEun DIV {
  color: #55b4d4;
}
.cid-sdEQq0EPEs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-sdEQq0EPEs .line {
  background-color: #073b4c;
  color: #073b4c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sdEQq0EPEs .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #b2ccd2;
}
.cid-sdEQq0EPEs .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sdEQq0EPEs .inner-container {
    width: 100% !important;
  }
}
.cid-sdEQWPt9Td {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-sdEQWPt9Td .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-sdEQWPt9Td .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sdEQWPt9Td .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sdEQWPt9Td .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sdEQWPt9Td .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #073b4c;
}
.cid-sdEQWPt9Td .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sdEQWPt9Td .card .panel-body {
  color: #767676;
}
.cid-sdEQWPt9Td H4 {
  color: #55b4d4;
}
.cid-sdEQWPt9Td H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-sdEQWPt9Td .panel-text {
  color: #b2ccd2;
}
.cid-sdEQWPt9Td .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-sdEU7M8zxy {
  background: #052630;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-sdEU7M8zxy .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sdEU7M8zxy figcaption {
  position: relative;
}
.cid-sdEU7M8zxy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sdEU7M8zxy .image-block {
    width: 100% !important;
  }
}
.cid-e2a1p89QZy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #052630;
}
@media (min-width: 992px) {
  .cid-e2a1p89QZy .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-e2a1p89QZy .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-e2a1p89QZy .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-e2a1p89QZy .mbr-figure img {
  border-radius: 14px;
}
.cid-e2a1p89QZy .mbr-figure img {
  transform: rotate(-4deg);
  box-shadow: 30px 30px 20px 0 #073b4c;
}
.cid-e2a1p89QZy .text-figure-box {
  background-color: #052630;
}
.cid-sbAs1c3YKA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #052630;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sbAs1c3YKA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sbAs1c3YKA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sbAs1c3YKA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sbAs1c3YKA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sbAs1c3YKA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sbAs1c3YKA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sbAs1c3YKA .mbr-gallery-item > div:hover:before {
  opacity: 0.9 !important;
}
.cid-sbAs1c3YKA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sbAs1c3YKA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.9;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sdETnqfWQU {
  background-color: #052630;
}
.cid-sdETnqfWQU .wave1 {
  fill: #465052;
}
.cid-sdETnqfWQU .wave2 {
  fill: #465052;
  opacity: 0.5;
}
.cid-sdETnqfWQU .wave3,
.cid-sdETnqfWQU .wave4 {
  fill: #465052;
  opacity: 0.35;
}
.cid-sbAq05PMZC {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #052630, #465052);
}
.cid-sbAq05PMZC .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sbAq05PMZC .social-list a:focus {
  text-decoration: none;
}
.cid-sbAq05PMZC H2 {
  color: #cc2952;
}
.cid-sbAq066thY {
  background: #052630;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-sbAq066thY .image-block {
  margin: auto;
}
.cid-sbAq066thY figcaption {
  position: relative;
}
.cid-sbAq066thY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sbAq066thY .image-block {
    width: 100% !important;
  }
}
.cid-sdEPh1exqm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sdEPh1exqm .mbr-text,
.cid-sdEPh1exqm blockquote {
  color: #767676;
}
.cid-sdEPh1exqm blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 3px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-sdAKvCLWd4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-sdAKvCLWd4 .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-sgXlHD9neN p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-sgXlHD9neN DIV {
  color: #ffffff;
}
.cid-sgXlHD9neN H10 {
  color: #767676;
}
.cid-sgXlHD9neN .hidden {
  display: none;
}
.cid-sgXlHD9neN .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-sgXlHD9neN .sidebar nav {
  height: 100%;
}
.cid-sgXlHD9neN .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-sgXlHD9neN .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-sgXlHD9neN .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-sgXlHD9neN .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-sgXlHD9neN .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-sgXlHD9neN .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-sgXlHD9neN .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-sgXlHD9neN .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-sgXlHD9neN .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-sgXlHD9neN .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-sgXlHD9neN .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-sgXlHD9neN .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-sgXlHD9neN .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-sgXlHD9neN .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-sgXlHD9neN .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-sgXlHD9neN .sidebar {
    overflow-y: scroll;
  }
}
.cid-sgXlHD9neN :root {
  --sidebar-width: 4.5em;
}
.cid-sgXlHD9neN SPAN {
  color: #55b4d4;
}
.cid-sbCNLjDBha {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/a330-flight-deck2-1600x1083.jpg");
}
.cid-sbCNLjDBha P {
  color: #ffffff;
  text-align: left;
}
.cid-sbCNLjDBha h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-sbCNLjDBha h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-sbCNLjDBha .HierOrange {
  color: orange;
}
.cid-sbCNLjDBha .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-sbCNLjDBha H2 {
  color: #08bffe;
}
.cid-sbCNLjDBha H1 {
  color: #7f1933;
}
.cid-sbCNLjDBha H3 {
  color: #7f1933;
}
.cid-sbCNLjDBha .mbr-text,
.cid-sbCNLjDBha .mbr-section-btn {
  color: #55b4d4;
}
.cid-sdF44WFWns {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #062530;
}
.cid-sdF44WFWns .mbr-text,
.cid-sdF44WFWns blockquote {
  color: #767676;
}
.cid-sdF44WFWns blockquote {
  background-color: #073b4c;
  border-color: #cebfaf;
  border-width: 3px;
  margin-bottom: 0px;
  border-radius: 0px 50px 50px 0px;
}
.cid-sdF44WFWns DIV {
  color: #55b4d4;
}
.cid-sdF4d4XTJH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-sdF4d4XTJH .line {
  background-color: #073b4c;
  color: #073b4c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sdF4d4XTJH .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #b2ccd2;
}
.cid-sdF4d4XTJH .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sdF4d4XTJH .inner-container {
    width: 100% !important;
  }
}
.cid-sdF4ooFyWp {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-sdF4ooFyWp .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-sdF4ooFyWp .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sdF4ooFyWp .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sdF4ooFyWp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sdF4ooFyWp .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #073b4c;
}
.cid-sdF4ooFyWp .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sdF4ooFyWp .card .panel-body {
  color: #767676;
}
.cid-sdF4ooFyWp H4 {
  color: #55b4d4;
}
.cid-sdF4ooFyWp H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-sdF4ooFyWp .panel-text {
  color: #b2ccd2;
}
.cid-sdF4ooFyWp .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-sdF5u1Gbrx {
  background: #052630;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-sdF5u1Gbrx .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sdF5u1Gbrx figcaption {
  position: relative;
}
.cid-sdF5u1Gbrx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sdF5u1Gbrx .image-block {
    width: 100% !important;
  }
}
.cid-sbCNLk9eL9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #052630;
}
@media (min-width: 992px) {
  .cid-sbCNLk9eL9 .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-sbCNLk9eL9 .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-sbCNLk9eL9 .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-sbCNLk9eL9 .mbr-figure img {
  border-radius: 20px;
}
.cid-sbCNLk9eL9 .mbr-figure img {
  transform: rotate(5deg);
  box-shadow: 17px 17px 20px 0 #073b4c;
}
.cid-sbCNLk9eL9 .text-figure-box {
  background-color: #052630;
}
.cid-sbCNLlSrMb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #052630;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sbCNLlSrMb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sbCNLlSrMb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sbCNLlSrMb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sbCNLlSrMb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sbCNLlSrMb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sbCNLlSrMb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sbCNLlSrMb .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sbCNLlSrMb .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sbCNLlSrMb .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sdF5IZ87wu {
  background-color: #052630;
}
.cid-sdF5IZ87wu .wave1 {
  fill: #465052;
}
.cid-sdF5IZ87wu .wave2 {
  fill: #465052;
  opacity: 0.5;
}
.cid-sdF5IZ87wu .wave3,
.cid-sdF5IZ87wu .wave4 {
  fill: #465052;
  opacity: 0.35;
}
.cid-sbCNLodhfI {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #052630, #465052);
}
.cid-sbCNLodhfI .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sbCNLodhfI .social-list a:focus {
  text-decoration: none;
}
.cid-sbCNLodhfI H2 {
  color: #cc2952;
}
.cid-sbCNLouQVV {
  background: #052630;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-sbCNLouQVV .image-block {
  margin: auto;
}
.cid-sbCNLouQVV figcaption {
  position: relative;
}
.cid-sbCNLouQVV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sbCNLouQVV .image-block {
    width: 100% !important;
  }
}
.cid-sdF5HV5wFT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sdF5HV5wFT .mbr-text,
.cid-sdF5HV5wFT blockquote {
  color: #767676;
}
.cid-sdF5HV5wFT blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 3px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-sdF5HV5wFT DIV {
  color: #55b4d4;
}
.cid-sdAKvCLWd4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-sdAKvCLWd4 .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-sgXljhVIMf p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-sgXljhVIMf DIV {
  color: #ffffff;
}
.cid-sgXljhVIMf H10 {
  color: #767676;
}
.cid-sgXljhVIMf .hidden {
  display: none;
}
.cid-sgXljhVIMf .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-sgXljhVIMf .sidebar nav {
  height: 100%;
}
.cid-sgXljhVIMf .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-sgXljhVIMf .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-sgXljhVIMf .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-sgXljhVIMf .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-sgXljhVIMf .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-sgXljhVIMf .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-sgXljhVIMf .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-sgXljhVIMf .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-sgXljhVIMf .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-sgXljhVIMf .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-sgXljhVIMf .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-sgXljhVIMf .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-sgXljhVIMf .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-sgXljhVIMf .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-sgXljhVIMf .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-sgXljhVIMf .sidebar {
    overflow-y: scroll;
  }
}
.cid-sgXljhVIMf :root {
  --sidebar-width: 4.5em;
}
.cid-sgXljhVIMf SPAN {
  color: #55b4d4;
}
.cid-sbG4zYpGqf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/a340-flight-deck-800x782.jpg");
}
.cid-sbG4zYpGqf P {
  color: #ffffff;
  text-align: left;
}
.cid-sbG4zYpGqf h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-sbG4zYpGqf h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-sbG4zYpGqf .HierOrange {
  color: orange;
}
.cid-sbG4zYpGqf .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-sbG4zYpGqf H2 {
  color: #08bffe;
}
.cid-sbG4zYpGqf H1 {
  color: #7f1933;
}
.cid-sbG4zYpGqf H3 {
  color: #7f1933;
}
.cid-sbG4zYpGqf .mbr-text,
.cid-sbG4zYpGqf .mbr-section-btn {
  color: #55b4d4;
}
.cid-sdF6Iuk879 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #062530;
}
.cid-sdF6Iuk879 .mbr-text,
.cid-sdF6Iuk879 blockquote {
  color: #767676;
}
.cid-sdF6Iuk879 blockquote {
  background-color: #073b4c;
  border-color: #cebfaf;
  border-width: 3px;
  margin-bottom: 0px;
  border-radius: 0px 50px 50px 0px;
}
.cid-sdF6Iuk879 DIV {
  color: #55b4d4;
}
.cid-sdF6JMW5Ui {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-sdF6JMW5Ui .line {
  background-color: #073b4c;
  color: #073b4c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sdF6JMW5Ui .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #b2ccd2;
}
.cid-sdF6JMW5Ui .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sdF6JMW5Ui .inner-container {
    width: 100% !important;
  }
}
.cid-sdF6YGccrI {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-sdF6YGccrI .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-sdF6YGccrI .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sdF6YGccrI .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sdF6YGccrI .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sdF6YGccrI .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #073b4c;
}
.cid-sdF6YGccrI .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sdF6YGccrI .card .panel-body {
  color: #767676;
}
.cid-sdF6YGccrI H4 {
  color: #55b4d4;
}
.cid-sdF6YGccrI H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-sdF6YGccrI .panel-text {
  color: #b2ccd2;
}
.cid-sdF6YGccrI .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-sdF8pivvlh {
  background: #052630;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-sdF8pivvlh .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sdF8pivvlh figcaption {
  position: relative;
}
.cid-sdF8pivvlh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sdF8pivvlh .image-block {
    width: 100% !important;
  }
}
.cid-sbG4zZgmga {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #052630;
}
@media (min-width: 992px) {
  .cid-sbG4zZgmga .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-sbG4zZgmga .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-sbG4zZgmga .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-sbG4zZgmga .mbr-figure img {
  border-radius: 20px;
}
.cid-sbG4zZgmga .mbr-figure img {
  transform: rotate(-6deg);
  box-shadow: 17px 17px 20px 0 #073b4c;
}
.cid-sbG4zZgmga .text-figure-box {
  background-color: #052630;
}
.cid-sbG4zZVkGh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #052630;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sbG4zZVkGh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sbG4zZVkGh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sbG4zZVkGh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sbG4zZVkGh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sbG4zZVkGh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sbG4zZVkGh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sbG4zZVkGh .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sbG4zZVkGh .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sbG4zZVkGh .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sdF6rarvz0 {
  background-color: #052630;
}
.cid-sdF6rarvz0 .wave1 {
  fill: #465052;
}
.cid-sdF6rarvz0 .wave2 {
  fill: #465052;
  opacity: 0.5;
}
.cid-sdF6rarvz0 .wave3,
.cid-sdF6rarvz0 .wave4 {
  fill: #465052;
  opacity: 0.35;
}
.cid-sdF6pOhY1w {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #052630, #465052);
}
.cid-sdF6pOhY1w .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sdF6pOhY1w .social-list a:focus {
  text-decoration: none;
}
.cid-sdF6pOhY1w H2 {
  color: #cc2952;
}
.cid-sbG4A1dsjK {
  background: #052630;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-sbG4A1dsjK .image-block {
  margin: auto;
}
.cid-sbG4A1dsjK figcaption {
  position: relative;
}
.cid-sbG4A1dsjK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sbG4A1dsjK .image-block {
    width: 100% !important;
  }
}
.cid-sdF6nXpogU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sdF6nXpogU .mbr-text,
.cid-sdF6nXpogU blockquote {
  color: #767676;
}
.cid-sdF6nXpogU blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 3px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-sdF6nXpogU DIV {
  color: #55b4d4;
}
.cid-sdAKvCLWd4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-sdAKvCLWd4 .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-sgXlSpFXbn p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-sgXlSpFXbn DIV {
  color: #ffffff;
}
.cid-sgXlSpFXbn H10 {
  color: #767676;
}
.cid-sgXlSpFXbn .hidden {
  display: none;
}
.cid-sgXlSpFXbn .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-sgXlSpFXbn .sidebar nav {
  height: 100%;
}
.cid-sgXlSpFXbn .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-sgXlSpFXbn .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-sgXlSpFXbn .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-sgXlSpFXbn .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-sgXlSpFXbn .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-sgXlSpFXbn .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-sgXlSpFXbn .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-sgXlSpFXbn .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-sgXlSpFXbn .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-sgXlSpFXbn .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-sgXlSpFXbn .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-sgXlSpFXbn .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-sgXlSpFXbn .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-sgXlSpFXbn .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-sgXlSpFXbn .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-sgXlSpFXbn .sidebar {
    overflow-y: scroll;
  }
}
.cid-sgXlSpFXbn :root {
  --sidebar-width: 4.5em;
}
.cid-sgXlSpFXbn SPAN {
  color: #55b4d4;
}
.cid-sbBMjm0LG9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/a320-flight-deck-800x529.jpg");
}
.cid-sbBMjm0LG9 P {
  color: #ffffff;
  text-align: left;
}
.cid-sbBMjm0LG9 h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-sbBMjm0LG9 h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-sbBMjm0LG9 .HierOrange {
  color: orange;
}
.cid-sbBMjm0LG9 .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-sbBMjm0LG9 H2 {
  color: #08bffe;
}
.cid-sbBMjm0LG9 H1 {
  color: #7f1933;
}
.cid-sbBMjm0LG9 H3 {
  color: #7f1933;
}
.cid-sbBMjm0LG9 .mbr-text,
.cid-sbBMjm0LG9 .mbr-section-btn {
  color: #55b4d4;
}
.cid-sdEX1txhOL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #062530;
}
.cid-sdEX1txhOL .mbr-text,
.cid-sdEX1txhOL blockquote {
  color: #767676;
}
.cid-sdEX1txhOL blockquote {
  background-color: #073b4c;
  border-color: #cebfaf;
  border-width: 3px;
  margin-bottom: 0px;
  border-radius: 0px 50px 50px 0px;
}
.cid-sdEX1txhOL DIV {
  color: #55b4d4;
}
.cid-sdEXBNtNb1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-sdEXBNtNb1 .line {
  background-color: #073b4c;
  color: #073b4c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sdEXBNtNb1 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #b2ccd2;
}
.cid-sdEXBNtNb1 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sdEXBNtNb1 .inner-container {
    width: 100% !important;
  }
}
.cid-sdEXPyg5uC {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-sdEXPyg5uC .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-sdEXPyg5uC .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sdEXPyg5uC .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sdEXPyg5uC .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sdEXPyg5uC .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #073b4c;
}
.cid-sdEXPyg5uC .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sdEXPyg5uC .card .panel-body {
  color: #767676;
}
.cid-sdEXPyg5uC H4 {
  color: #55b4d4;
}
.cid-sdEXPyg5uC H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-sdEXPyg5uC .panel-text {
  color: #b2ccd2;
}
.cid-sdEXPyg5uC .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-sbBMjmxcQ8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #052630;
}
@media (min-width: 992px) {
  .cid-sbBMjmxcQ8 .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-sbBMjmxcQ8 .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-sbBMjmxcQ8 .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-sbBMjmxcQ8 .mbr-figure img {
  border-radius: 20px;
}
.cid-sbBMjmxcQ8 .mbr-figure img {
  transform: rotate(5deg);
  box-shadow: 30px 30px 20px 0 #073b4c;
}
.cid-sbBMjmxcQ8 .text-figure-box {
  background-color: #052630;
}
.cid-sdEZtgop0X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #062530;
}
.cid-sdEZtgop0X .line {
  background-color: #062530;
  color: #062530;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sdEZtgop0X .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #b2ccd2;
}
.cid-sdEZtgop0X .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sdEZtgop0X .inner-container {
    width: 100% !important;
  }
}
.cid-sbBMjmPC3y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #052630;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sbBMjmPC3y .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sbBMjmPC3y .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sbBMjmPC3y .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sbBMjmPC3y .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sbBMjmPC3y .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sbBMjmPC3y .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sbBMjmPC3y .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sbBMjmPC3y .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sbBMjmPC3y .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sdEZThAfdw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #062530;
}
.cid-sdEZThAfdw .line {
  background-color: #062530;
  color: #062530;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sdEZThAfdw .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #b2ccd2;
}
.cid-sdEZThAfdw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sdEZThAfdw .inner-container {
    width: 100% !important;
  }
}
.cid-sbBTk2SZwf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #052630;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sbBTk2SZwf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sbBTk2SZwf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sbBTk2SZwf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sbBTk2SZwf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sbBTk2SZwf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sbBTk2SZwf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sbBTk2SZwf .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sbBTk2SZwf .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sbBTk2SZwf .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sdEYRj4gis {
  background-color: #052630;
}
.cid-sdEYRj4gis .wave1 {
  fill: #465052;
}
.cid-sdEYRj4gis .wave2 {
  fill: #465052;
  opacity: 0.5;
}
.cid-sdEYRj4gis .wave3,
.cid-sdEYRj4gis .wave4 {
  fill: #465052;
  opacity: 0.35;
}
.cid-sdEYQa4aTZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #052630, #465052);
}
.cid-sdEYQa4aTZ .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sdEYQa4aTZ .social-list a:focus {
  text-decoration: none;
}
.cid-sdEYQa4aTZ H2 {
  color: #cc2952;
}
.cid-sbBMjoGPdM {
  background: #052630;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-sbBMjoGPdM .image-block {
  margin: auto;
}
.cid-sbBMjoGPdM figcaption {
  position: relative;
}
.cid-sbBMjoGPdM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sbBMjoGPdM .image-block {
    width: 100% !important;
  }
}
.cid-sdEYXMJCAm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sdEYXMJCAm .mbr-text,
.cid-sdEYXMJCAm blockquote {
  color: #767676;
}
.cid-sdEYXMJCAm blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 3px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-sdEYXMJCAm DIV {
  color: #55b4d4;
}
.cid-sdAKvCLWd4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-sdAKvCLWd4 .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-sgXjNK6CMz p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-sgXjNK6CMz DIV {
  color: #ffffff;
}
.cid-sgXjNK6CMz H10 {
  color: #767676;
}
.cid-sgXjNK6CMz .hidden {
  display: none;
}
.cid-sgXjNK6CMz .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-sgXjNK6CMz .sidebar nav {
  height: 100%;
}
.cid-sgXjNK6CMz .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-sgXjNK6CMz .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-sgXjNK6CMz .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-sgXjNK6CMz .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-sgXjNK6CMz .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-sgXjNK6CMz .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-sgXjNK6CMz .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-sgXjNK6CMz .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-sgXjNK6CMz .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-sgXjNK6CMz .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-sgXjNK6CMz .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-sgXjNK6CMz .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-sgXjNK6CMz .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-sgXjNK6CMz .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-sgXjNK6CMz .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-sgXjNK6CMz .sidebar {
    overflow-y: scroll;
  }
}
.cid-sgXjNK6CMz :root {
  --sidebar-width: 4.5em;
}
.cid-sgXjNK6CMz SPAN {
  color: #55b4d4;
}
.cid-sbUvjWG6sD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/a77-576x281.jpg");
}
.cid-sbUvjWG6sD P {
  color: #efefef;
  text-align: left;
}
.cid-sbUvjWG6sD h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-sbUvjWG6sD h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-sbUvjWG6sD .HierOrange {
  color: orange;
}
.cid-sbUvjWG6sD .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-sbUvjWG6sD H2 {
  color: #08bffe;
}
.cid-sbUvjWG6sD H1 {
  color: #7f1933;
}
.cid-sbUvjWG6sD H3 {
  color: #7f1933;
}
.cid-sbUvjWG6sD .mbr-text,
.cid-sbUvjWG6sD .mbr-section-btn {
  color: #55b4d4;
}
.cid-sbUvjXKeYD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-sbUvjXKeYD .mbr-text,
.cid-sbUvjXKeYD blockquote {
  color: #767676;
}
.cid-sbUvjXKeYD DIV {
  color: #f7ed4a;
}
.cid-sbUvjXKeYD P {
  text-align: left;
}
.cid-sbZcbzFZUl {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-sbZcbzFZUl .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-sbZcbzFZUl .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sbZcbzFZUl .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sbZcbzFZUl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sbZcbzFZUl .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #073b4c;
}
.cid-sbZcbzFZUl .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sbZcbzFZUl .card .panel-body {
  color: #767676;
}
.cid-sbZcbzFZUl H4 {
  color: #059518;
}
.cid-sbZcbzFZUl H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sbZcbzFZUl .panel-text {
  color: #41d754;
}
.cid-sbZcbzFZUl .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-sdFe7RcRJ0 {
  background: #052630;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-sdFe7RcRJ0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sdFe7RcRJ0 figcaption {
  position: relative;
}
.cid-sdFe7RcRJ0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sdFe7RcRJ0 .image-block {
    width: 100% !important;
  }
}
.cid-scypMSs9hV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-scypMSs9hV .mbr-text,
.cid-scypMSs9hV blockquote {
  color: #767676;
}
.cid-scypMSs9hV DIV {
  color: #f7ed4a;
}
.cid-scypMSs9hV P {
  text-align: left;
}
.cid-scyq1DptIB {
  background: #052630;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #1e1d1d, #052630);
}
.cid-scyq1DptIB .image-block {
  margin: auto;
}
.cid-scyq1DptIB figcaption {
  position: relative;
}
.cid-scyq1DptIB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-scyq1DptIB .image-block {
    width: 100% !important;
  }
}
.cid-scys8xW1OW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1e1d1d;
}
.cid-scys8xW1OW .line {
  background-color: #cebfaf;
  color: #cebfaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scys8xW1OW .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #82786e;
}
.cid-scys8xW1OW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scys8xW1OW .inner-container {
    width: 100% !important;
  }
}
.cid-sdF9K5uADu {
  background-color: #1e1d1d;
}
.cid-sdF9K5uADu .wave1 {
  fill: #465052;
}
.cid-sdF9K5uADu .wave2 {
  fill: #465052;
  opacity: 0.5;
}
.cid-sdF9K5uADu .wave3,
.cid-sdF9K5uADu .wave4 {
  fill: #465052;
  opacity: 0.35;
}
.cid-sbUvjZZJHQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #052630, #465052);
}
.cid-sbUvjZZJHQ .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sbUvjZZJHQ .social-list a:focus {
  text-decoration: none;
}
.cid-sbUvjZZJHQ H2 {
  color: #cc2952;
}
.cid-sbUvk0kOet {
  background: #052630;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-sbUvk0kOet .image-block {
  margin: auto;
}
.cid-sbUvk0kOet figcaption {
  position: relative;
}
.cid-sbUvk0kOet figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sbUvk0kOet .image-block {
    width: 100% !important;
  }
}
.cid-sdF9LAcN99 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sdF9LAcN99 .mbr-text,
.cid-sdF9LAcN99 blockquote {
  color: #767676;
}
.cid-sdF9LAcN99 blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 3px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-sdF9LAcN99 DIV {
  color: #55b4d4;
}
.cid-sdAKvCLWd4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-sdAKvCLWd4 .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-sgXjvBIAHX p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-sgXjvBIAHX DIV {
  color: #ffffff;
}
.cid-sgXjvBIAHX H10 {
  color: #767676;
}
.cid-sgXjvBIAHX .hidden {
  display: none;
}
.cid-sgXjvBIAHX .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-sgXjvBIAHX .sidebar nav {
  height: 100%;
}
.cid-sgXjvBIAHX .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-sgXjvBIAHX .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-sgXjvBIAHX .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-sgXjvBIAHX .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-sgXjvBIAHX .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-sgXjvBIAHX .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-sgXjvBIAHX .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-sgXjvBIAHX .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-sgXjvBIAHX .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-sgXjvBIAHX .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-sgXjvBIAHX .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-sgXjvBIAHX .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-sgXjvBIAHX .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-sgXjvBIAHX .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-sgXjvBIAHX .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-sgXjvBIAHX .sidebar {
    overflow-y: scroll;
  }
}
.cid-sgXjvBIAHX :root {
  --sidebar-width: 4.5em;
}
.cid-sgXjvBIAHX SPAN {
  color: #55b4d4;
}
.cid-sckXfPuefg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/333-300-2-800x533.jpg");
}
.cid-sckXfPuefg P {
  color: #efefef;
  text-align: left;
}
.cid-sckXfPuefg h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-sckXfPuefg h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-sckXfPuefg .HierOrange {
  color: orange;
}
.cid-sckXfPuefg .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-sckXfPuefg H2 {
  color: #08bffe;
}
.cid-sckXfPuefg H1 {
  color: #7f1933;
}
.cid-sckXfPuefg H3 {
  color: #7f1933;
}
.cid-sckXfPuefg .mbr-text,
.cid-sckXfPuefg .mbr-section-btn {
  color: #55b4d4;
}
.cid-sckXfPL8e8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-sckXfPL8e8 .mbr-text,
.cid-sckXfPL8e8 blockquote {
  color: #767676;
}
.cid-sckXfPL8e8 DIV {
  color: #f7ed4a;
}
.cid-sckXfPL8e8 P {
  text-align: left;
}
.cid-sdFdqXrrrx {
  background: #052630;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-sdFdqXrrrx .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sdFdqXrrrx figcaption {
  position: relative;
}
.cid-sdFdqXrrrx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sdFdqXrrrx .image-block {
    width: 100% !important;
  }
}
.cid-FkxbO3LVMr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-FkxbO3LVMr .mbr-section-subtitle {
  color: #767676;
}
.cid-FkxbO3LVMr .container-table {
  margin: 0 auto;
}
.cid-FkxbO3LVMr .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-FkxbO3LVMr .dataTables_wrapper {
  display: block;
}
.cid-FkxbO3LVMr .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-FkxbO3LVMr .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-FkxbO3LVMr table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0f7699;
  margin-bottom: 0;
}
.cid-FkxbO3LVMr table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-FkxbO3LVMr table th:hover {
  background: #0f7699;
  color: #ffffff;
}
.cid-FkxbO3LVMr table td {
  border-top: 1px solid #0f7699;
}
.cid-FkxbO3LVMr table.table {
  background: #879a9f;
}
.cid-FkxbO3LVMr .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-FkxbO3LVMr .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-FkxbO3LVMr .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-FkxbO3LVMr .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #879a9f;
}
@media (max-width: 992px) {
  .cid-FkxbO3LVMr .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-FkxbO3LVMr .dataTables_filter {
    text-align: center;
  }
  .cid-FkxbO3LVMr .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-FkxbO3LVMr .head-item {
  color: #0f7699;
}
.cid-FkxbO3LVMr .body-item {
  color: #073b4c;
}
.cid-FkxbO3LVMr .mbr-section-title {
  color: #0f7699;
}
.cid-FkxbO3LVMr LABEL {
  color: #149dcc;
}
.cid-sclggpYnrX {
  background: #073b4c;
  background: linear-gradient(0deg, #073b4c, #073b4c);
}
.cid-sclggpYnrX .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sclggpYnrX figcaption {
  position: relative;
}
.cid-sclggpYnrX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sclggpYnrX .image-block {
    width: 100% !important;
  }
}
.cid-sdFcN61jLE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-sdFcN61jLE .mbr-section-subtitle {
  color: #767676;
}
.cid-sdFcN61jLE .container-table {
  margin: 0 auto;
}
.cid-sdFcN61jLE .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sdFcN61jLE .dataTables_wrapper {
  display: block;
}
.cid-sdFcN61jLE .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sdFcN61jLE .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sdFcN61jLE table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0f7699;
  margin-bottom: 0;
}
.cid-sdFcN61jLE table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sdFcN61jLE table th:hover {
  background: #0f7699;
  color: #ffffff;
}
.cid-sdFcN61jLE table td {
  border-top: 1px solid #0f7699;
}
.cid-sdFcN61jLE table.table {
  background: #879a9f;
}
.cid-sdFcN61jLE .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sdFcN61jLE .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sdFcN61jLE .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sdFcN61jLE .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #879a9f;
}
@media (max-width: 992px) {
  .cid-sdFcN61jLE .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sdFcN61jLE .dataTables_filter {
    text-align: center;
  }
  .cid-sdFcN61jLE .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sdFcN61jLE .head-item {
  color: #0f7699;
}
.cid-sdFcN61jLE .body-item {
  color: #073b4c;
}
.cid-sdFcN61jLE .mbr-section-title {
  color: #0f7699;
}
.cid-sdFcN61jLE LABEL {
  color: #149dcc;
}
.cid-sckXfQNsi4 {
  background-color: #073b4c;
}
.cid-sckXfQNsi4 .wave1 {
  fill: #465052;
}
.cid-sckXfQNsi4 .wave2 {
  fill: #465052;
  opacity: 0.5;
}
.cid-sckXfQNsi4 .wave3,
.cid-sckXfQNsi4 .wave4 {
  fill: #465052;
  opacity: 0.35;
}
.cid-sckXfQUelg {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #052630, #465052);
}
.cid-sckXfQUelg .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sckXfQUelg .social-list a:focus {
  text-decoration: none;
}
.cid-sckXfQUelg H2 {
  color: #cc2952;
}
.cid-sckXfR8eOu {
  background: #052630;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-sckXfR8eOu .image-block {
  margin: auto;
}
.cid-sckXfR8eOu figcaption {
  position: relative;
}
.cid-sckXfR8eOu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sckXfR8eOu .image-block {
    width: 100% !important;
  }
}
.cid-sdFauSDvCp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sdFauSDvCp .mbr-text,
.cid-sdFauSDvCp blockquote {
  color: #767676;
}
.cid-sdFauSDvCp blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 3px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-sdFauSDvCp DIV {
  color: #55b4d4;
}
.cid-sdAKvCLWd4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-sdAKvCLWd4 .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-sgXjm67JUw p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-sgXjm67JUw DIV {
  color: #ffffff;
}
.cid-sgXjm67JUw H10 {
  color: #767676;
}
.cid-sgXjm67JUw .hidden {
  display: none;
}
.cid-sgXjm67JUw .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-sgXjm67JUw .sidebar nav {
  height: 100%;
}
.cid-sgXjm67JUw .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-sgXjm67JUw .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-sgXjm67JUw .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-sgXjm67JUw .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-sgXjm67JUw .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-sgXjm67JUw .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-sgXjm67JUw .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-sgXjm67JUw .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-sgXjm67JUw .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-sgXjm67JUw .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-sgXjm67JUw .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-sgXjm67JUw .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-sgXjm67JUw .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-sgXjm67JUw .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-sgXjm67JUw .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-sgXjm67JUw .sidebar {
    overflow-y: scroll;
  }
}
.cid-sgXjm67JUw :root {
  --sidebar-width: 4.5em;
}
.cid-sgXjm67JUw SPAN {
  color: #55b4d4;
}
.cid-sclmppaNxE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/321-2-800x498.jpg");
}
.cid-sclmppaNxE P {
  color: #efefef;
  text-align: left;
}
.cid-sclmppaNxE h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-sclmppaNxE h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-sclmppaNxE .HierOrange {
  color: orange;
}
.cid-sclmppaNxE .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-sclmppaNxE H2 {
  color: #08bffe;
}
.cid-sclmppaNxE H1 {
  color: #7f1933;
}
.cid-sclmppaNxE H3 {
  color: #7f1933;
}
.cid-sclmppaNxE .mbr-text,
.cid-sclmppaNxE .mbr-section-btn {
  color: #55b4d4;
}
.cid-sclmppmVsX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #062530;
}
.cid-sclmppmVsX .mbr-text,
.cid-sclmppmVsX blockquote {
  color: #767676;
}
.cid-sclmppmVsX DIV {
  color: #f7ed4a;
}
.cid-sclmppmVsX P {
  text-align: left;
}
.cid-sfi1CxX786 {
  background: #073b4c;
  background: linear-gradient(0deg, #073b4c, #073b4c);
}
.cid-sfi1CxX786 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sfi1CxX786 figcaption {
  position: relative;
}
.cid-sfi1CxX786 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sfi1CxX786 .image-block {
    width: 100% !important;
  }
}
.cid-sfi1CxX786 DIV {
  text-align: center;
}
.cid-sclmppGqZ6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-sclmppGqZ6 .mbr-section-subtitle {
  color: #767676;
}
.cid-sclmppGqZ6 .container-table {
  margin: 0 auto;
}
.cid-sclmppGqZ6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sclmppGqZ6 .dataTables_wrapper {
  display: block;
}
.cid-sclmppGqZ6 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sclmppGqZ6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sclmppGqZ6 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0f7699;
  margin-bottom: 0;
}
.cid-sclmppGqZ6 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sclmppGqZ6 table th:hover {
  background: #0f7699;
  color: #ffffff;
}
.cid-sclmppGqZ6 table td {
  border-top: 1px solid #0f7699;
}
.cid-sclmppGqZ6 table.table {
  background: #879a9f;
}
.cid-sclmppGqZ6 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sclmppGqZ6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sclmppGqZ6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sclmppGqZ6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #55b4d4;
}
@media (max-width: 992px) {
  .cid-sclmppGqZ6 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sclmppGqZ6 .dataTables_filter {
    text-align: center;
  }
  .cid-sclmppGqZ6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sclmppGqZ6 .head-item {
  color: #0f7699;
}
.cid-sclmppGqZ6 .body-item {
  color: #073b4c;
}
.cid-sclmppGqZ6 .mbr-section-title {
  color: #0f7699;
}
.cid-sclmppGqZ6 LABEL {
  color: #55b4d4;
}
.cid-sclmpqzPK1 {
  background: #073b4c;
  background: linear-gradient(0deg, #073b4c, #073b4c);
}
.cid-sclmpqzPK1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sclmpqzPK1 figcaption {
  position: relative;
}
.cid-sclmpqzPK1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sclmpqzPK1 .image-block {
    width: 100% !important;
  }
}
.cid-sclmpqzPK1 DIV {
  text-align: center;
}
.cid-sdFbG9B9WX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-sdFbG9B9WX .mbr-section-subtitle {
  color: #767676;
}
.cid-sdFbG9B9WX .container-table {
  margin: 0 auto;
}
.cid-sdFbG9B9WX .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sdFbG9B9WX .dataTables_wrapper {
  display: block;
}
.cid-sdFbG9B9WX .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sdFbG9B9WX .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sdFbG9B9WX table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0f7699;
  margin-bottom: 0;
}
.cid-sdFbG9B9WX table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sdFbG9B9WX table th:hover {
  background: #0f7699;
  color: #ffffff;
}
.cid-sdFbG9B9WX table td {
  border-top: 1px solid #0f7699;
}
.cid-sdFbG9B9WX table.table {
  background: #879a9f;
}
.cid-sdFbG9B9WX .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sdFbG9B9WX .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sdFbG9B9WX .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sdFbG9B9WX .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #55b4d4;
}
@media (max-width: 992px) {
  .cid-sdFbG9B9WX .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sdFbG9B9WX .dataTables_filter {
    text-align: center;
  }
  .cid-sdFbG9B9WX .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sdFbG9B9WX .head-item {
  color: #0f7699;
}
.cid-sdFbG9B9WX .body-item {
  color: #073b4c;
}
.cid-sdFbG9B9WX .mbr-section-title {
  color: #0f7699;
}
.cid-sdFbG9B9WX LABEL {
  color: #55b4d4;
}
.cid-sclmpsaVDk {
  background-color: #073b4c;
}
.cid-sclmpsaVDk .wave1 {
  fill: #465052;
}
.cid-sclmpsaVDk .wave2 {
  fill: #465052;
  opacity: 0.5;
}
.cid-sclmpsaVDk .wave3,
.cid-sclmpsaVDk .wave4 {
  fill: #465052;
  opacity: 0.35;
}
.cid-sclmpsj4OV {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #052630, #465052);
}
.cid-sclmpsj4OV .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sclmpsj4OV .social-list a:focus {
  text-decoration: none;
}
.cid-sclmpsj4OV H2 {
  color: #cc2952;
}
.cid-sclmpsAazo {
  background: #052630;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-sclmpsAazo .image-block {
  margin: auto;
}
.cid-sclmpsAazo figcaption {
  position: relative;
}
.cid-sclmpsAazo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sclmpsAazo .image-block {
    width: 100% !important;
  }
}
.cid-sdFb5dSV6L {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sdFb5dSV6L .mbr-text,
.cid-sdFb5dSV6L blockquote {
  color: #767676;
}
.cid-sdFb5dSV6L blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 3px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-sdFb5dSV6L DIV {
  color: #55b4d4;
}
.cid-sdAKvCLWd4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-sdAKvCLWd4 .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-sgXiVHLbuW p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-sgXiVHLbuW DIV {
  color: #ffffff;
}
.cid-sgXiVHLbuW H10 {
  color: #767676;
}
.cid-sgXiVHLbuW .hidden {
  display: none;
}
.cid-sgXiVHLbuW .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-sgXiVHLbuW .sidebar nav {
  height: 100%;
}
.cid-sgXiVHLbuW .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-sgXiVHLbuW .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-sgXiVHLbuW .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-sgXiVHLbuW .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-sgXiVHLbuW .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-sgXiVHLbuW .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-sgXiVHLbuW .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-sgXiVHLbuW .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-sgXiVHLbuW .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-sgXiVHLbuW .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-sgXiVHLbuW .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-sgXiVHLbuW .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-sgXiVHLbuW .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-sgXiVHLbuW .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-sgXiVHLbuW .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-sgXiVHLbuW .sidebar {
    overflow-y: scroll;
  }
}
.cid-sgXiVHLbuW :root {
  --sidebar-width: 4.5em;
}
.cid-sgXiVHLbuW SPAN {
  color: #55b4d4;
}
.cid-scmRWyJ5G3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/320-13-640x427.jpg");
}
.cid-scmRWyJ5G3 P {
  color: #efefef;
  text-align: left;
}
.cid-scmRWyJ5G3 h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-scmRWyJ5G3 h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-scmRWyJ5G3 .HierOrange {
  color: orange;
}
.cid-scmRWyJ5G3 .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-scmRWyJ5G3 H2 {
  color: #08bffe;
}
.cid-scmRWyJ5G3 H1 {
  color: #7f1933;
}
.cid-scmRWyJ5G3 H3 {
  color: #7f1933;
}
.cid-scmRWyJ5G3 .mbr-text,
.cid-scmRWyJ5G3 .mbr-section-btn {
  color: #55b4d4;
}
.cid-scmRWza2RG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-scmRWza2RG .mbr-text,
.cid-scmRWza2RG blockquote {
  color: #767676;
}
.cid-scmRWza2RG DIV {
  color: #f7ed4a;
}
.cid-scmRWza2RG P {
  text-align: left;
}
.cid-sdFeXBU5Xu {
  background: #052630;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-sdFeXBU5Xu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sdFeXBU5Xu figcaption {
  position: relative;
}
.cid-sdFeXBU5Xu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sdFeXBU5Xu .image-block {
    width: 100% !important;
  }
}
.cid-scnBJs2EZT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-scnBJs2EZT .mbr-section-subtitle {
  color: #767676;
}
.cid-scnBJs2EZT .container-table {
  margin: 0 auto;
}
.cid-scnBJs2EZT .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-scnBJs2EZT .dataTables_wrapper {
  display: block;
}
.cid-scnBJs2EZT .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-scnBJs2EZT .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-scnBJs2EZT table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0f7699;
  margin-bottom: 0;
}
.cid-scnBJs2EZT table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-scnBJs2EZT table th:hover {
  background: #0f7699;
  color: #ffffff;
}
.cid-scnBJs2EZT table td {
  border-top: 1px solid #0f7699;
}
.cid-scnBJs2EZT table.table {
  background: #879a9f;
}
.cid-scnBJs2EZT .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-scnBJs2EZT .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-scnBJs2EZT .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-scnBJs2EZT .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #879a9f;
}
@media (max-width: 992px) {
  .cid-scnBJs2EZT .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-scnBJs2EZT .dataTables_filter {
    text-align: center;
  }
  .cid-scnBJs2EZT .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-scnBJs2EZT .head-item {
  color: #232323;
}
.cid-scnBJs2EZT .body-item {
  color: #073b4c;
}
.cid-scnBJs2EZT .mbr-section-title {
  color: #82786e;
}
.cid-scnBJs2EZT LABEL {
  color: #879a9f;
}
.cid-scmRWBUkUG {
  background: #073b4c;
  background: linear-gradient(0deg, #073b4c, #073b4c);
}
.cid-scmRWBUkUG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-scmRWBUkUG figcaption {
  position: relative;
}
.cid-scmRWBUkUG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-scmRWBUkUG .image-block {
    width: 100% !important;
  }
}
.cid-scmRWBUkUG DIV {
  color: #ffffff;
}
.cid-sdFfzBi8KV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-sdFfzBi8KV .mbr-section-subtitle {
  color: #767676;
}
.cid-sdFfzBi8KV .container-table {
  margin: 0 auto;
}
.cid-sdFfzBi8KV .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sdFfzBi8KV .dataTables_wrapper {
  display: block;
}
.cid-sdFfzBi8KV .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sdFfzBi8KV .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sdFfzBi8KV table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0f7699;
  margin-bottom: 0;
}
.cid-sdFfzBi8KV table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sdFfzBi8KV table th:hover {
  background: #0f7699;
  color: #ffffff;
}
.cid-sdFfzBi8KV table td {
  border-top: 1px solid #0f7699;
}
.cid-sdFfzBi8KV table.table {
  background: #879a9f;
}
.cid-sdFfzBi8KV .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sdFfzBi8KV .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sdFfzBi8KV .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sdFfzBi8KV .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #879a9f;
}
@media (max-width: 992px) {
  .cid-sdFfzBi8KV .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sdFfzBi8KV .dataTables_filter {
    text-align: center;
  }
  .cid-sdFfzBi8KV .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sdFfzBi8KV .head-item {
  color: #232323;
}
.cid-sdFfzBi8KV .body-item {
  color: #073b4c;
}
.cid-sdFfzBi8KV .mbr-section-title {
  color: #82786e;
}
.cid-sdFfzBi8KV LABEL {
  color: #879a9f;
}
.cid-scmRWEYWrD {
  background-color: #073b4c;
}
.cid-scmRWEYWrD .wave1 {
  fill: #465052;
}
.cid-scmRWEYWrD .wave2 {
  fill: #465052;
  opacity: 0.5;
}
.cid-scmRWEYWrD .wave3,
.cid-scmRWEYWrD .wave4 {
  fill: #465052;
  opacity: 0.35;
}
.cid-scmRWF8hzc {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #052630, #465052);
}
.cid-scmRWF8hzc .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-scmRWF8hzc .social-list a:focus {
  text-decoration: none;
}
.cid-scmRWF8hzc H2 {
  color: #cc2952;
}
.cid-scmRWFpkT5 {
  background: #052630;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-scmRWFpkT5 .image-block {
  margin: auto;
}
.cid-scmRWFpkT5 figcaption {
  position: relative;
}
.cid-scmRWFpkT5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-scmRWFpkT5 .image-block {
    width: 100% !important;
  }
}
.cid-sdFfjqiFGS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sdFfjqiFGS .mbr-text,
.cid-sdFfjqiFGS blockquote {
  color: #767676;
}
.cid-sdFfjqiFGS blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 3px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-sdFfjqiFGS DIV {
  color: #55b4d4;
}
.cid-sdAKvCLWd4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-sdAKvCLWd4 .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-sgXikNGn1h p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-sgXikNGn1h DIV {
  color: #ffffff;
}
.cid-sgXikNGn1h H10 {
  color: #767676;
}
.cid-sgXikNGn1h .hidden {
  display: none;
}
.cid-sgXikNGn1h .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-sgXikNGn1h .sidebar nav {
  height: 100%;
}
.cid-sgXikNGn1h .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-sgXikNGn1h .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-sgXikNGn1h .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-sgXikNGn1h .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-sgXikNGn1h .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-sgXikNGn1h .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-sgXikNGn1h .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-sgXikNGn1h .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-sgXikNGn1h .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-sgXikNGn1h .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-sgXikNGn1h .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-sgXikNGn1h .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-sgXikNGn1h .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-sgXikNGn1h .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-sgXikNGn1h .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-sgXikNGn1h .sidebar {
    overflow-y: scroll;
  }
}
.cid-sgXikNGn1h :root {
  --sidebar-width: 4.5em;
}
.cid-sgXikNGn1h SPAN {
  color: #55b4d4;
}
.cid-scnJ6fuASE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/330-7-800x544.jpg");
}
.cid-scnJ6fuASE P {
  color: #efefef;
  text-align: left;
}
.cid-scnJ6fuASE h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-scnJ6fuASE h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-scnJ6fuASE .HierOrange {
  color: orange;
}
.cid-scnJ6fuASE .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-scnJ6fuASE H2 {
  color: #08bffe;
}
.cid-scnJ6fuASE H1 {
  color: #7f1933;
}
.cid-scnJ6fuASE H3 {
  color: #7f1933;
}
.cid-scnJ6fuASE .mbr-text,
.cid-scnJ6fuASE .mbr-section-btn {
  color: #55b4d4;
}
.cid-scnJ6fYeI6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-scnJ6fYeI6 .mbr-text,
.cid-scnJ6fYeI6 blockquote {
  color: #767676;
}
.cid-scnJ6fYeI6 DIV {
  color: #f7ed4a;
}
.cid-scnJ6fYeI6 P {
  text-align: left;
}
.cid-sdFg0nvK1B {
  background: #052630;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-sdFg0nvK1B .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sdFg0nvK1B figcaption {
  position: relative;
}
.cid-sdFg0nvK1B figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sdFg0nvK1B .image-block {
    width: 100% !important;
  }
}
.cid-scnJ6gkAN6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-scnJ6gkAN6 .mbr-section-subtitle {
  color: #767676;
}
.cid-scnJ6gkAN6 .container-table {
  margin: 0 auto;
}
.cid-scnJ6gkAN6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-scnJ6gkAN6 .dataTables_wrapper {
  display: block;
}
.cid-scnJ6gkAN6 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-scnJ6gkAN6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-scnJ6gkAN6 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0f7699;
  margin-bottom: 0;
}
.cid-scnJ6gkAN6 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-scnJ6gkAN6 table th:hover {
  background: #0f7699;
  color: #ffffff;
}
.cid-scnJ6gkAN6 table td {
  border-top: 1px solid #0f7699;
}
.cid-scnJ6gkAN6 table.table {
  background: #879a9f;
}
.cid-scnJ6gkAN6 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-scnJ6gkAN6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-scnJ6gkAN6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-scnJ6gkAN6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #55b4d4;
}
@media (max-width: 992px) {
  .cid-scnJ6gkAN6 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-scnJ6gkAN6 .dataTables_filter {
    text-align: center;
  }
  .cid-scnJ6gkAN6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-scnJ6gkAN6 .head-item {
  color: #0f7699;
}
.cid-scnJ6gkAN6 .body-item {
  color: #073b4c;
}
.cid-scnJ6gkAN6 .mbr-section-title {
  color: #82786e;
}
.cid-scnJ6gkAN6 LABEL {
  color: #55b4d4;
}
.cid-scnJ6ixm8L {
  background: #073b4c;
  background: linear-gradient(0deg, #073b4c, #073b4c);
}
.cid-scnJ6ixm8L .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-scnJ6ixm8L figcaption {
  position: relative;
}
.cid-scnJ6ixm8L figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-scnJ6ixm8L .image-block {
    width: 100% !important;
  }
}
.cid-sdFgnQ4Amo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-sdFgnQ4Amo .mbr-section-subtitle {
  color: #767676;
}
.cid-sdFgnQ4Amo .container-table {
  margin: 0 auto;
}
.cid-sdFgnQ4Amo .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sdFgnQ4Amo .dataTables_wrapper {
  display: block;
}
.cid-sdFgnQ4Amo .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sdFgnQ4Amo .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sdFgnQ4Amo table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #4f4943;
  margin-bottom: 0;
}
.cid-sdFgnQ4Amo table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sdFgnQ4Amo table th:hover {
  background: #4f4943;
  color: #ffffff;
}
.cid-sdFgnQ4Amo table td {
  border-top: 1px solid #4f4943;
}
.cid-sdFgnQ4Amo table.table {
  background: #879a9f;
}
.cid-sdFgnQ4Amo .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sdFgnQ4Amo .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sdFgnQ4Amo .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sdFgnQ4Amo .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #82786e;
}
@media (max-width: 992px) {
  .cid-sdFgnQ4Amo .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sdFgnQ4Amo .dataTables_filter {
    text-align: center;
  }
  .cid-sdFgnQ4Amo .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sdFgnQ4Amo .head-item {
  color: #4f4943;
}
.cid-sdFgnQ4Amo .body-item {
  color: #232323;
}
.cid-sdFgnQ4Amo .mbr-section-title {
  color: #82786e;
}
.cid-sdFgnQ4Amo LABEL {
  color: #55b4d4;
}
.cid-scnJ6lAj1n {
  background-color: #073b4c;
}
.cid-scnJ6lAj1n .wave1 {
  fill: #465052;
}
.cid-scnJ6lAj1n .wave2 {
  fill: #465052;
  opacity: 0.5;
}
.cid-scnJ6lAj1n .wave3,
.cid-scnJ6lAj1n .wave4 {
  fill: #465052;
  opacity: 0.35;
}
.cid-scnJ6lK2wN {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #052630, #465052);
}
.cid-scnJ6lK2wN .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-scnJ6lK2wN .social-list a:focus {
  text-decoration: none;
}
.cid-scnJ6lK2wN H2 {
  color: #cc2952;
}
.cid-scnJ6m186A {
  background: #052630;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-scnJ6m186A .image-block {
  margin: auto;
}
.cid-scnJ6m186A figcaption {
  position: relative;
}
.cid-scnJ6m186A figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-scnJ6m186A .image-block {
    width: 100% !important;
  }
}
.cid-sdFgxIpEGF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sdFgxIpEGF .mbr-text,
.cid-sdFgxIpEGF blockquote {
  color: #767676;
}
.cid-sdFgxIpEGF blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 3px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-sdFgxIpEGF DIV {
  color: #55b4d4;
}
.cid-sdAKvCLWd4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-sdAKvCLWd4 .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-sgXibkMloy p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-sgXibkMloy DIV {
  color: #ffffff;
}
.cid-sgXibkMloy H10 {
  color: #767676;
}
.cid-sgXibkMloy .hidden {
  display: none;
}
.cid-sgXibkMloy .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-sgXibkMloy .sidebar nav {
  height: 100%;
}
.cid-sgXibkMloy .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-sgXibkMloy .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-sgXibkMloy .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-sgXibkMloy .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-sgXibkMloy .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-sgXibkMloy .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-sgXibkMloy .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-sgXibkMloy .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-sgXibkMloy .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-sgXibkMloy .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-sgXibkMloy .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-sgXibkMloy .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-sgXibkMloy .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-sgXibkMloy .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-sgXibkMloy .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-sgXibkMloy .sidebar {
    overflow-y: scroll;
  }
}
.cid-sgXibkMloy :root {
  --sidebar-width: 4.5em;
}
.cid-sgXibkMloy SPAN {
  color: #55b4d4;
}
.cid-scwYG1Z2Jj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/330-4-900x650.jpg");
}
.cid-scwYG1Z2Jj P {
  color: #efefef;
  text-align: left;
}
.cid-scwYG1Z2Jj h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-scwYG1Z2Jj h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-scwYG1Z2Jj .HierOrange {
  color: orange;
}
.cid-scwYG1Z2Jj .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-scwYG1Z2Jj H2 {
  color: #08bffe;
}
.cid-scwYG1Z2Jj H1 {
  color: #7f1933;
}
.cid-scwYG1Z2Jj H3 {
  color: #7f1933;
}
.cid-scwYG1Z2Jj .mbr-text,
.cid-scwYG1Z2Jj .mbr-section-btn {
  color: #55b4d4;
}
.cid-scwYG2jSwQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-scwYG2jSwQ .mbr-text,
.cid-scwYG2jSwQ blockquote {
  color: #767676;
}
.cid-scwYG2jSwQ DIV {
  color: #f7ed4a;
}
.cid-scwYG2jSwQ P {
  text-align: left;
}
.cid-sdFhkJCYWV {
  background: #052630;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-sdFhkJCYWV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sdFhkJCYWV figcaption {
  position: relative;
}
.cid-sdFhkJCYWV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sdFhkJCYWV .image-block {
    width: 100% !important;
  }
}
.cid-scwYG2IjFY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-scwYG2IjFY .mbr-section-subtitle {
  color: #767676;
}
.cid-scwYG2IjFY .container-table {
  margin: 0 auto;
}
.cid-scwYG2IjFY .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-scwYG2IjFY .dataTables_wrapper {
  display: block;
}
.cid-scwYG2IjFY .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-scwYG2IjFY .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-scwYG2IjFY table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0f7699;
  margin-bottom: 0;
}
.cid-scwYG2IjFY table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-scwYG2IjFY table th:hover {
  background: #0f7699;
  color: #ffffff;
}
.cid-scwYG2IjFY table td {
  border-top: 1px solid #0f7699;
}
.cid-scwYG2IjFY table.table {
  background: #879a9f;
}
.cid-scwYG2IjFY .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-scwYG2IjFY .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-scwYG2IjFY .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-scwYG2IjFY .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #55b4d4;
}
@media (max-width: 992px) {
  .cid-scwYG2IjFY .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-scwYG2IjFY .dataTables_filter {
    text-align: center;
  }
  .cid-scwYG2IjFY .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-scwYG2IjFY .head-item {
  color: #0f7699;
}
.cid-scwYG2IjFY .body-item {
  color: #073b4c;
}
.cid-scwYG2IjFY .mbr-section-title {
  color: #0f7699;
}
.cid-scwYG2IjFY LABEL {
  color: #55b4d4;
}
.cid-scwYG5nexS {
  background: #073b4c;
  background: linear-gradient(0deg, #073b4c, #073b4c);
}
.cid-scwYG5nexS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-scwYG5nexS figcaption {
  position: relative;
}
.cid-scwYG5nexS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-scwYG5nexS .image-block {
    width: 100% !important;
  }
}
.cid-sdFhtAttxg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-sdFhtAttxg .mbr-section-subtitle {
  color: #767676;
}
.cid-sdFhtAttxg .container-table {
  margin: 0 auto;
}
.cid-sdFhtAttxg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sdFhtAttxg .dataTables_wrapper {
  display: block;
}
.cid-sdFhtAttxg .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sdFhtAttxg .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sdFhtAttxg table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #4f4943;
  margin-bottom: 0;
}
.cid-sdFhtAttxg table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sdFhtAttxg table th:hover {
  background: #4f4943;
  color: #ffffff;
}
.cid-sdFhtAttxg table td {
  border-top: 1px solid #4f4943;
}
.cid-sdFhtAttxg table.table {
  background: #879a9f;
}
.cid-sdFhtAttxg .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sdFhtAttxg .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sdFhtAttxg .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sdFhtAttxg .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #82786e;
}
@media (max-width: 992px) {
  .cid-sdFhtAttxg .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sdFhtAttxg .dataTables_filter {
    text-align: center;
  }
  .cid-sdFhtAttxg .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sdFhtAttxg .head-item {
  color: #4f4943;
}
.cid-sdFhtAttxg .body-item {
  color: #1e1d1d;
}
.cid-sdFhtAttxg .mbr-section-title {
  color: #0f7699;
}
.cid-sdFhtAttxg LABEL {
  color: #82786e;
}
.cid-scwYG7HIE7 {
  background-color: #073b4c;
}
.cid-scwYG7HIE7 .wave1 {
  fill: #465052;
}
.cid-scwYG7HIE7 .wave2 {
  fill: #465052;
  opacity: 0.5;
}
.cid-scwYG7HIE7 .wave3,
.cid-scwYG7HIE7 .wave4 {
  fill: #465052;
  opacity: 0.35;
}
.cid-scwYG7RgCO {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #052630, #465052);
}
.cid-scwYG7RgCO .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-scwYG7RgCO .social-list a:focus {
  text-decoration: none;
}
.cid-scwYG7RgCO H2 {
  color: #cc2952;
}
.cid-scwYG8bAjd {
  background: #052630;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-scwYG8bAjd .image-block {
  margin: auto;
}
.cid-scwYG8bAjd figcaption {
  position: relative;
}
.cid-scwYG8bAjd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-scwYG8bAjd .image-block {
    width: 100% !important;
  }
}
.cid-sdFhH53QXP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sdFhH53QXP .mbr-text,
.cid-sdFhH53QXP blockquote {
  color: #767676;
}
.cid-sdFhH53QXP blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 3px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-sdFhH53QXP DIV {
  color: #55b4d4;
}
.cid-sdAKvCLWd4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-sdAKvCLWd4 .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-sgXhSSUK1G p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-sgXhSSUK1G DIV {
  color: #ffffff;
}
.cid-sgXhSSUK1G H10 {
  color: #767676;
}
.cid-sgXhSSUK1G .hidden {
  display: none;
}
.cid-sgXhSSUK1G .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-sgXhSSUK1G .sidebar nav {
  height: 100%;
}
.cid-sgXhSSUK1G .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-sgXhSSUK1G .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-sgXhSSUK1G .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-sgXhSSUK1G .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-sgXhSSUK1G .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-sgXhSSUK1G .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-sgXhSSUK1G .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-sgXhSSUK1G .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-sgXhSSUK1G .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-sgXhSSUK1G .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-sgXhSSUK1G .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-sgXhSSUK1G .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-sgXhSSUK1G .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-sgXhSSUK1G .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-sgXhSSUK1G .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-sgXhSSUK1G .sidebar {
    overflow-y: scroll;
  }
}
.cid-sgXhSSUK1G :root {
  --sidebar-width: 4.5em;
}
.cid-sgXhSSUK1G SPAN {
  color: #55b4d4;
}
.cid-scxAu2Nsiu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/carrier2-613x391.jpg");
}
.cid-scxAu2Nsiu P {
  color: #efefef;
  text-align: left;
}
.cid-scxAu2Nsiu h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-scxAu2Nsiu h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-scxAu2Nsiu .HierOrange {
  color: orange;
}
.cid-scxAu2Nsiu .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-scxAu2Nsiu H2 {
  color: #08bffe;
}
.cid-scxAu2Nsiu H1 {
  color: #7f1933;
}
.cid-scxAu2Nsiu H3 {
  color: #7f1933;
}
.cid-scxAu2Nsiu .mbr-text,
.cid-scxAu2Nsiu .mbr-section-btn {
  color: #55b4d4;
}
.cid-scxAu35Vwk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-scxAu35Vwk .mbr-text,
.cid-scxAu35Vwk blockquote {
  color: #767676;
}
.cid-scxAu35Vwk DIV {
  color: #f7ed4a;
}
.cid-scxAu35Vwk P {
  text-align: left;
}
.cid-scxAu3uMh8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-scxAu3uMh8 .mbr-section-subtitle {
  color: #767676;
}
.cid-scxAu3uMh8 .container-table {
  margin: 0 auto;
}
.cid-scxAu3uMh8 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-scxAu3uMh8 .dataTables_wrapper {
  display: block;
}
.cid-scxAu3uMh8 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-scxAu3uMh8 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-scxAu3uMh8 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #7f1933;
  margin-bottom: 0;
}
.cid-scxAu3uMh8 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-scxAu3uMh8 table th:hover {
  background: #7f1933;
  color: #ffffff;
}
.cid-scxAu3uMh8 table td {
  border-top: 1px solid #7f1933;
}
.cid-scxAu3uMh8 table.table {
  background: #879a9f;
}
.cid-scxAu3uMh8 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-scxAu3uMh8 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-scxAu3uMh8 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-scxAu3uMh8 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #879a9f;
}
@media (max-width: 992px) {
  .cid-scxAu3uMh8 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-scxAu3uMh8 .dataTables_filter {
    text-align: center;
  }
  .cid-scxAu3uMh8 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-scxAu3uMh8 .head-item {
  color: #7f1933;
}
.cid-scxAu3uMh8 .body-item {
  color: #1e1d1d;
}
.cid-scxAu3uMh8 .mbr-section-title {
  color: #7f1933;
}
.cid-scxAu3uMh8 LABEL {
  color: #879a9f;
}
.cid-scxAu4eCOL {
  background: #073b4c;
  background: linear-gradient(0deg, #073b4c, #073b4c);
}
.cid-scxAu4eCOL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-scxAu4eCOL figcaption {
  position: relative;
}
.cid-scxAu4eCOL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-scxAu4eCOL .image-block {
    width: 100% !important;
  }
}
.cid-scxAu4eCOL DIV {
  color: #149dcc;
}
.cid-sdFk5wPDwP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-sdFk5wPDwP .mbr-section-subtitle {
  color: #b1a374;
}
.cid-sdFk5wPDwP .container-table {
  margin: 0 auto;
}
.cid-sdFk5wPDwP .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sdFk5wPDwP .dataTables_wrapper {
  display: block;
}
.cid-sdFk5wPDwP .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sdFk5wPDwP .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sdFk5wPDwP table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #635a51;
  margin-bottom: 0;
}
.cid-sdFk5wPDwP table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sdFk5wPDwP table th:hover {
  background: #635a51;
  color: #ffffff;
}
.cid-sdFk5wPDwP table td {
  border-top: 1px solid #635a51;
}
.cid-sdFk5wPDwP table.table {
  background: #879a9f;
}
.cid-sdFk5wPDwP .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sdFk5wPDwP .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sdFk5wPDwP .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sdFk5wPDwP .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #879a9f;
}
@media (max-width: 992px) {
  .cid-sdFk5wPDwP .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sdFk5wPDwP .dataTables_filter {
    text-align: center;
  }
  .cid-sdFk5wPDwP .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sdFk5wPDwP .head-item {
  color: #4f4943;
}
.cid-sdFk5wPDwP .body-item {
  color: #1e1d1d;
}
.cid-sdFk5wPDwP .mbr-section-title {
  color: #cebfaf;
}
.cid-sdFk5wPDwP LABEL {
  color: #82786e;
}
.cid-sdFA1zCFvV {
  background: #052630;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-sdFA1zCFvV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sdFA1zCFvV figcaption {
  position: relative;
}
.cid-sdFA1zCFvV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sdFA1zCFvV .image-block {
    width: 100% !important;
  }
}
.cid-sdFpaHI4z0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-sdFpaHI4z0 .mbr-section-subtitle {
  color: #e4d295;
}
.cid-sdFpaHI4z0 .container-table {
  margin: 0 auto;
}
.cid-sdFpaHI4z0 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sdFpaHI4z0 .dataTables_wrapper {
  display: block;
}
.cid-sdFpaHI4z0 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sdFpaHI4z0 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sdFpaHI4z0 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #635a51;
  margin-bottom: 0;
}
.cid-sdFpaHI4z0 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sdFpaHI4z0 table th:hover {
  background: #635a51;
  color: #ffffff;
}
.cid-sdFpaHI4z0 table td {
  border-top: 1px solid #635a51;
}
.cid-sdFpaHI4z0 table.table {
  background: #879a9f;
}
.cid-sdFpaHI4z0 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sdFpaHI4z0 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sdFpaHI4z0 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sdFpaHI4z0 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #b2ccd2;
}
@media (max-width: 992px) {
  .cid-sdFpaHI4z0 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sdFpaHI4z0 .dataTables_filter {
    text-align: center;
  }
  .cid-sdFpaHI4z0 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sdFpaHI4z0 .head-item {
  color: #4f4943;
}
.cid-sdFpaHI4z0 .body-item {
  color: #062530;
}
.cid-sdFpaHI4z0 .mbr-section-title {
  color: #1a58aa;
}
.cid-sdFpaHI4z0 LABEL {
  color: #b2ccd2;
}
.cid-scygV4RfKb {
  background: #073b4c;
  background: linear-gradient(0deg, #073b4c, #073b4c);
}
.cid-scygV4RfKb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-scygV4RfKb figcaption {
  position: relative;
}
.cid-scygV4RfKb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-scygV4RfKb .image-block {
    width: 100% !important;
  }
}
.cid-scygV4RfKb DIV {
  color: #1a58aa;
}
.cid-sdFy2aimBa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-sdFy2aimBa .mbr-section-subtitle {
  color: #149dcc;
}
.cid-sdFy2aimBa .container-table {
  margin: 0 auto;
}
.cid-sdFy2aimBa .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sdFy2aimBa .dataTables_wrapper {
  display: block;
}
.cid-sdFy2aimBa .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sdFy2aimBa .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sdFy2aimBa table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0f7699;
  margin-bottom: 0;
}
.cid-sdFy2aimBa table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sdFy2aimBa table th:hover {
  background: #0f7699;
  color: #ffffff;
}
.cid-sdFy2aimBa table td {
  border-top: 1px solid #0f7699;
}
.cid-sdFy2aimBa table.table {
  background: #879a9f;
}
.cid-sdFy2aimBa .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sdFy2aimBa .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sdFy2aimBa .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sdFy2aimBa .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #b2ccd2;
}
@media (max-width: 992px) {
  .cid-sdFy2aimBa .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sdFy2aimBa .dataTables_filter {
    text-align: center;
  }
  .cid-sdFy2aimBa .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sdFy2aimBa .head-item {
  color: #1a58aa;
}
.cid-sdFy2aimBa .body-item {
  color: #062530;
}
.cid-sdFy2aimBa .mbr-section-title {
  color: #1a58aa;
}
.cid-sdFy2aimBa LABEL {
  color: #b2ccd2;
}
.cid-sdFAJW8SuO {
  background: #052630;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #073b4c, #052630);
}
.cid-sdFAJW8SuO .image-block {
  margin: auto;
}
.cid-sdFAJW8SuO figcaption {
  position: relative;
}
.cid-sdFAJW8SuO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sdFAJW8SuO .image-block {
    width: 100% !important;
  }
}
.cid-sdFu4EmYKl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-sdFu4EmYKl .mbr-section-subtitle {
  color: #149dcc;
}
.cid-sdFu4EmYKl .container-table {
  margin: 0 auto;
}
.cid-sdFu4EmYKl .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sdFu4EmYKl .dataTables_wrapper {
  display: block;
}
.cid-sdFu4EmYKl .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sdFu4EmYKl .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sdFu4EmYKl table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0f7699;
  margin-bottom: 0;
}
.cid-sdFu4EmYKl table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sdFu4EmYKl table th:hover {
  background: #0f7699;
  color: #ffffff;
}
.cid-sdFu4EmYKl table td {
  border-top: 1px solid #0f7699;
}
.cid-sdFu4EmYKl table.table {
  background: #879a9f;
}
.cid-sdFu4EmYKl .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sdFu4EmYKl .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sdFu4EmYKl .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sdFu4EmYKl .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #b2ccd2;
}
@media (max-width: 992px) {
  .cid-sdFu4EmYKl .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sdFu4EmYKl .dataTables_filter {
    text-align: center;
  }
  .cid-sdFu4EmYKl .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sdFu4EmYKl .head-item {
  color: #1a58aa;
}
.cid-sdFu4EmYKl .body-item {
  color: #062530;
}
.cid-sdFu4EmYKl .mbr-section-title {
  color: #1a58aa;
}
.cid-sdFu4EmYKl LABEL {
  color: #b2ccd2;
}
.cid-scxAu5MW67 {
  background-color: #062530;
}
.cid-scxAu5MW67 .wave1 {
  fill: #465052;
}
.cid-scxAu5MW67 .wave2 {
  fill: #465052;
  opacity: 0.5;
}
.cid-scxAu5MW67 .wave3,
.cid-scxAu5MW67 .wave4 {
  fill: #465052;
  opacity: 0.35;
}
.cid-scxAu5Uqr1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #052630, #465052);
}
.cid-scxAu5Uqr1 .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-scxAu5Uqr1 .social-list a:focus {
  text-decoration: none;
}
.cid-scxAu5Uqr1 H2 {
  color: #cc2952;
}
.cid-scxAu6adu7 {
  background: #052630;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-scxAu6adu7 .image-block {
  margin: auto;
}
.cid-scxAu6adu7 figcaption {
  position: relative;
}
.cid-scxAu6adu7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-scxAu6adu7 .image-block {
    width: 100% !important;
  }
}
.cid-sdFieWyCaF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sdFieWyCaF .mbr-text,
.cid-sdFieWyCaF blockquote {
  color: #767676;
}
.cid-sdFieWyCaF blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 3px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-sdFieWyCaF DIV {
  color: #55b4d4;
}
.cid-sdAKvCLWd4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-sdAKvCLWd4 .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-sgXmGmEUzH p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-sgXmGmEUzH DIV {
  color: #ffffff;
}
.cid-sgXmGmEUzH H10 {
  color: #767676;
}
.cid-sgXmGmEUzH .hidden {
  display: none;
}
.cid-sgXmGmEUzH .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-sgXmGmEUzH .sidebar nav {
  height: 100%;
}
.cid-sgXmGmEUzH .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-sgXmGmEUzH .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-sgXmGmEUzH .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-sgXmGmEUzH .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-sgXmGmEUzH .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-sgXmGmEUzH .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-sgXmGmEUzH .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-sgXmGmEUzH .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-sgXmGmEUzH .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-sgXmGmEUzH .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-sgXmGmEUzH .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-sgXmGmEUzH .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-sgXmGmEUzH .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-sgXmGmEUzH .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-sgXmGmEUzH .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-sgXmGmEUzH .sidebar {
    overflow-y: scroll;
  }
}
.cid-sgXmGmEUzH :root {
  --sidebar-width: 4.5em;
}
.cid-sgXmGmEUzH SPAN {
  color: #55b4d4;
}
.cid-sczkH0XBvr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/00n00e-900x659.jpg");
}
.cid-sczkH0XBvr P {
  color: #ffffff;
  text-align: left;
}
.cid-sczkH0XBvr h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-sczkH0XBvr h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-sczkH0XBvr .HierOrange {
  color: orange;
}
.cid-sczkH0XBvr .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-sczkH0XBvr H2 {
  color: #08bffe;
}
.cid-sczkH0XBvr H1 {
  color: #7f1933;
}
.cid-sczkH0XBvr H3 {
  color: #7f1933;
}
.cid-sczkH0XBvr .mbr-text,
.cid-sczkH0XBvr .mbr-section-btn {
  color: #55b4d4;
}
.cid-sczkH1iojW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #052630;
}
.cid-sczkH1iojW .mbr-text,
.cid-sczkH1iojW blockquote {
  color: #767676;
}
.cid-sczkH1iojW DIV {
  color: #787324;
}
.cid-sdBKDrLPYu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-sdBKDrLPYu .line {
  background-color: #073b4c;
  color: #073b4c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sdBKDrLPYu .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #b2ccd2;
}
.cid-sdBKDrLPYu .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sdBKDrLPYu .inner-container {
    width: 100% !important;
  }
}
.cid-scztxtd4ck {
  background: #052630;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-scztxtd4ck .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-scztxtd4ck figcaption {
  position: relative;
}
.cid-scztxtd4ck figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-scztxtd4ck .image-block {
    width: 100% !important;
  }
}
.cid-sdBOYt0hxp {
  background: #232323;
}
.cid-sdBOYt0hxp .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sdBOYt0hxp figcaption {
  position: relative;
}
.cid-sdBOYt0hxp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sdBOYt0hxp .image-block {
    width: 100% !important;
  }
}
.cid-sczkH1KI08 {
  padding-top: 30px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-sczkH1KI08 .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-sczkH1KI08 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sczkH1KI08 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sczkH1KI08 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sczkH1KI08 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #073b4c;
}
.cid-sczkH1KI08 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sczkH1KI08 .card .panel-body {
  color: #767676;
}
.cid-sczkH1KI08 H4 {
  color: #55b4d4;
}
.cid-sczkH1KI08 H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-sczkH1KI08 .panel-text {
  color: #b2ccd2;
}
.cid-sczkH1KI08 .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-sdEO9BnyOd {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-sdEO9BnyOd .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-sdEO9BnyOd .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sdEO9BnyOd .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sdEO9BnyOd .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sdEO9BnyOd .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #073b4c;
}
.cid-sdEO9BnyOd .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sdEO9BnyOd .card .panel-body {
  color: #767676;
}
.cid-sdEO9BnyOd H4 {
  color: #55b4d4;
}
.cid-sdEO9BnyOd H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-sdEO9BnyOd .panel-text {
  color: #b2ccd2;
}
.cid-sdEO9BnyOd .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-sczkH2rCvX {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-sczkH2rCvX .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-sczkH2rCvX .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sczkH2rCvX .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sczkH2rCvX .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sczkH2rCvX .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #073b4c;
}
.cid-sczkH2rCvX .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sczkH2rCvX .card .panel-body {
  color: #767676;
}
.cid-sczkH2rCvX H4 {
  color: #55b4d4;
}
.cid-sczkH2rCvX H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-sczkH2rCvX .panel-text {
  color: #b2ccd2;
}
.cid-sczkH2rCvX .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-sdEMZdwaoU {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-sdEMZdwaoU .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-sdEMZdwaoU .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sdEMZdwaoU .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sdEMZdwaoU .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sdEMZdwaoU .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #073b4c;
}
.cid-sdEMZdwaoU .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sdEMZdwaoU .card .panel-body {
  color: #767676;
}
.cid-sdEMZdwaoU H4 {
  color: #55b4d4;
}
.cid-sdEMZdwaoU H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-sdEMZdwaoU .panel-text {
  color: #b2ccd2;
}
.cid-sdEMZdwaoU .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-sczkH3sqr1 {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-sczkH3sqr1 .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-sczkH3sqr1 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sczkH3sqr1 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sczkH3sqr1 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sczkH3sqr1 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #073b4c;
}
.cid-sczkH3sqr1 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sczkH3sqr1 .card .panel-body {
  color: #767676;
}
.cid-sczkH3sqr1 H4 {
  color: #55b4d4;
}
.cid-sczkH3sqr1 H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-sczkH3sqr1 .panel-text {
  color: #b2ccd2;
}
.cid-sczkH3sqr1 .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-sdESSzUAuo {
  background-color: #062530;
}
.cid-sdESSzUAuo .wave1 {
  fill: #465052;
}
.cid-sdESSzUAuo .wave2 {
  fill: #465052;
  opacity: 0.5;
}
.cid-sdESSzUAuo .wave3,
.cid-sdESSzUAuo .wave4 {
  fill: #465052;
  opacity: 0.35;
}
.cid-sczkH3ZhEV {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #052630, #465052);
}
.cid-sczkH3ZhEV .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sczkH3ZhEV .social-list a:focus {
  text-decoration: none;
}
.cid-sczkH3ZhEV H2 {
  color: #cc2952;
}
.cid-sczkH4jy2c {
  background: #052630;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-sczkH4jy2c .image-block {
  margin: auto;
}
.cid-sczkH4jy2c figcaption {
  position: relative;
}
.cid-sczkH4jy2c figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sczkH4jy2c .image-block {
    width: 100% !important;
  }
}
.cid-sdBNsNbsLw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sdBNsNbsLw .mbr-text,
.cid-sdBNsNbsLw blockquote {
  color: #767676;
}
.cid-sdBNsNbsLw blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 3px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-sdAKvCLWd4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-sdAKvCLWd4 .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-sgXncixdCa p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-sgXncixdCa DIV {
  color: #ffffff;
}
.cid-sgXncixdCa H10 {
  color: #767676;
}
.cid-sgXncixdCa .hidden {
  display: none;
}
.cid-sgXncixdCa .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-sgXncixdCa .sidebar nav {
  height: 100%;
}
.cid-sgXncixdCa .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-sgXncixdCa .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-sgXncixdCa .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-sgXncixdCa .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-sgXncixdCa .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-sgXncixdCa .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-sgXncixdCa .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-sgXncixdCa .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-sgXncixdCa .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-sgXncixdCa .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-sgXncixdCa .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-sgXncixdCa .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-sgXncixdCa .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-sgXncixdCa .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-sgXncixdCa .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-sgXncixdCa .sidebar {
    overflow-y: scroll;
  }
}
.cid-sgXncixdCa :root {
  --sidebar-width: 4.5em;
}
.cid-sgXncixdCa SPAN {
  color: #55b4d4;
}
.cid-scZM05YBwM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/monara8-624x467.jpg");
}
.cid-scZM05YBwM P {
  color: #c1c1c1;
  text-align: left;
}
.cid-scZM05YBwM h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-scZM05YBwM h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-scZM05YBwM .HierOrange {
  color: orange;
}
.cid-scZM05YBwM .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-scZM05YBwM H2 {
  color: #08bffe;
}
.cid-scZM05YBwM H1 {
  color: #7f1933;
}
.cid-scZM05YBwM H3 {
  color: #7f1933;
}
.cid-scZM05YBwM .mbr-text,
.cid-scZM05YBwM .mbr-section-btn {
  color: #55b4d4;
}
.cid-skz4q6iqKU {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-skz4q6iqKU .card {
  border-radius: 0px;
  margin-bottom: 4px;
}
.cid-skz4q6iqKU .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-skz4q6iqKU .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-skz4q6iqKU .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-skz4q6iqKU .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #073b4c;
}
.cid-skz4q6iqKU .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-skz4q6iqKU .card .panel-body {
  color: #767676;
}
.cid-skz4q6iqKU H4 {
  color: #ff3366;
}
.cid-skz4q6iqKU H2 {
  color: #ffffff;
  text-align: center;
}
.cid-skz4q6iqKU .panel-text {
  color: #b2ccd2;
}
.cid-skz4q6iqKU .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-scZM08YyY7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #062530, #073b4c);
}
.cid-scZM08YyY7 .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-scZM08YyY7 .social-list a:focus {
  text-decoration: none;
}
.cid-scZM08YyY7 H2 {
  color: #cc2952;
}
.cid-scZM09JZy2 {
  background: #052630;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-scZM09JZy2 .image-block {
  margin: auto;
}
.cid-scZM09JZy2 figcaption {
  position: relative;
}
.cid-scZM09JZy2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-scZM09JZy2 .image-block {
    width: 100% !important;
  }
}
.cid-sdBQXLxnEg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sdBQXLxnEg .mbr-text,
.cid-sdBQXLxnEg blockquote {
  color: #767676;
}
.cid-sdBQXLxnEg blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 3px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-sdAKvCLWd4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-sdAKvCLWd4 .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shhIwZSFvQ p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shhIwZSFvQ DIV {
  color: #ffffff;
}
.cid-shhIwZSFvQ H10 {
  color: #767676;
}
.cid-shhIwZSFvQ .hidden {
  display: none;
}
.cid-shhIwZSFvQ .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shhIwZSFvQ .sidebar nav {
  height: 100%;
}
.cid-shhIwZSFvQ .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shhIwZSFvQ .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shhIwZSFvQ .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-shhIwZSFvQ .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shhIwZSFvQ .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shhIwZSFvQ .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shhIwZSFvQ .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shhIwZSFvQ .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shhIwZSFvQ .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shhIwZSFvQ .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shhIwZSFvQ .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shhIwZSFvQ .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shhIwZSFvQ .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shhIwZSFvQ .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shhIwZSFvQ .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shhIwZSFvQ .sidebar {
    overflow-y: scroll;
  }
}
.cid-shhIwZSFvQ :root {
  --sidebar-width: 4.5em;
}
.cid-shhIwZSFvQ SPAN {
  color: #cc2952;
}
.cid-sdHbci2Fe3 {
  background: #052630;
  background: linear-gradient(0deg, #232323, #052630);
}
.cid-sdHbci2Fe3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sdHbci2Fe3 figcaption {
  position: relative;
}
.cid-sdHbci2Fe3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sdHbci2Fe3 .image-block {
    width: 100% !important;
  }
}
.cid-8FmjSG6JbX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #270d14;
}
.cid-8FmjSG6JbX .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-8FmjSG6JbX .carousel {
  margin: 30px 0;
  background: #270d14;
}
.cid-8FmjSG6JbX .carousel .item {
  text-align: center;
  overflow: hidden;
  height: 475px;
}
.cid-8FmjSG6JbX .item img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.cid-8FmjSG6JbX .carousel .carousel-control {
  width: 50px;
  height: 50px;
  background: #000;
  margin: auto 0;
  opacity: 0.8;
}
.cid-8FmjSG6JbX .carousel .carousel-control:hover {
  opacity: 0.9;
}
.cid-8FmjSG6JbX .carousel .carousel-control i {
  font-size: 41px;
  margin-top: 3px;
}
.cid-8FmjSG6JbX .carousel-caption h3,
.cid-8FmjSG6JbX .carousel-caption p {
  color: #fff;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  text-shadow: none;
  margin-bottom: 20px;
}
.cid-8FmjSG6JbX .carousel-caption h3 {
  background: #4f4943;
  padding: 12px 24px;
  font-size: 40px;
  text-transform: uppercase;
}
.cid-8FmjSG6JbX .carousel-caption p {
  background: #062530;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 300;
}
.cid-8FmjSG6JbX .carousel-indicators {
  margin-top: 0px;
  position: relative;
  background: #ccc;
}
.cid-8FmjSG6JbX .carousel-indicators div.active {
  background: #7f1933;
  border-color: #7f1933;
}
.cid-8FmjSG6JbX .carousel .nav {
  background: #eee;
}
.cid-8FmjSG6JbX .carousel .nav a {
  color: #333;
  border-radius: 0;
  font-size: 85%;
  padding: 10px 16px;
  background: transparent;
}
.cid-8FmjSG6JbX .carousel .nav .active a {
  color: #fff;
  background: #7f1933;
}
.cid-8FmjSG6JbX .carousel .nav strong {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 110%;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .cid-8FmjSG6JbX .carousel-indicators {
    display: none;
  }
}
.cid-8FmjSG6JbX DIV {
  color: #ff3366;
}
.cid-sdAdmVPO6j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/routes1985-640x305.jpg");
}
.cid-sdAdmVPO6j .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sdAdmVPO6j .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sdAdmVPO6j .mbr-figure img {
    width: 100% !important;
  }
}
.cid-sdAdmVPO6j .mbr-text,
.cid-sdAdmVPO6j .mbr-section-btn {
  color: #e4d295;
  text-align: left;
}
.cid-sdAdmVPO6j H1 {
  color: #cc2952;
}
.cid-sdHtffVisC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #270d14;
}
.cid-sdHtffVisC .mbr-section-subtitle {
  color: #767676;
}
.cid-sdHtffVisC .container-table {
  margin: 0 auto;
}
.cid-sdHtffVisC .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sdHtffVisC .dataTables_wrapper {
  display: block;
}
.cid-sdHtffVisC .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sdHtffVisC .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sdHtffVisC table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #635a51;
  margin-bottom: 0;
}
.cid-sdHtffVisC table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sdHtffVisC table th:hover {
  background: #635a51;
  color: #ffffff;
}
.cid-sdHtffVisC table td {
  border-top: 1px solid #635a51;
}
.cid-sdHtffVisC table.table {
  background: #cebfaf;
}
.cid-sdHtffVisC .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sdHtffVisC .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sdHtffVisC .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sdHtffVisC .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #879a9f;
}
@media (max-width: 992px) {
  .cid-sdHtffVisC .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sdHtffVisC .dataTables_filter {
    text-align: center;
  }
  .cid-sdHtffVisC .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sdHtffVisC .head-item {
  color: #7f1933;
  text-align: center;
}
.cid-sdHtffVisC .body-item {
  color: #232323;
  text-align: center;
}
.cid-sdHtffVisC .mbr-section-title {
  color: #cc2952;
}
.cid-sdHtffVisC LABEL {
  color: #149dcc;
}
.cid-sdHtffVisC .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sdHuDAh26a {
  background: #270d14;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sdHuDAh26a .image-block {
  margin: auto;
}
.cid-sdHuDAh26a figcaption {
  position: relative;
}
.cid-sdHuDAh26a figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sdHuDAh26a .image-block {
    width: 100% !important;
  }
}
.cid-sdHhsTbwCy {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #270d14;
}
.cid-sdHhsTbwCy .mbr-section-subtitle {
  color: #767676;
}
.cid-sdHhsTbwCy .container-table {
  margin: 0 auto;
}
.cid-sdHhsTbwCy .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sdHhsTbwCy .dataTables_wrapper {
  display: block;
}
.cid-sdHhsTbwCy .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sdHhsTbwCy .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sdHhsTbwCy table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #635a51;
  margin-bottom: 0;
}
.cid-sdHhsTbwCy table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sdHhsTbwCy table th:hover {
  background: #635a51;
  color: #ffffff;
}
.cid-sdHhsTbwCy table td {
  border-top: 1px solid #635a51;
}
.cid-sdHhsTbwCy table.table {
  background: #879a9f;
}
.cid-sdHhsTbwCy .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sdHhsTbwCy .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sdHhsTbwCy .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sdHhsTbwCy .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #879a9f;
}
@media (max-width: 992px) {
  .cid-sdHhsTbwCy .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sdHhsTbwCy .dataTables_filter {
    text-align: center;
  }
  .cid-sdHhsTbwCy .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sdHhsTbwCy .head-item {
  color: #7f1933;
}
.cid-sdHhsTbwCy .body-item {
  color: #1e1d1d;
}
.cid-sdHhsTbwCy .mbr-section-title {
  color: #cc2952;
}
.cid-sdHhsTbwCy LABEL {
  color: #149dcc;
}
.cid-sdHhsTbwCy .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sdHnIrk4b2 {
  background: #270d14;
}
.cid-sdHnIrk4b2 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sdHnIrk4b2 figcaption {
  position: relative;
}
.cid-sdHnIrk4b2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sdHnIrk4b2 .image-block {
    width: 100% !important;
  }
}
.cid-sdHlaUsZho {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #270d14;
}
.cid-sdHlaUsZho .mbr-section-subtitle {
  color: #767676;
}
.cid-sdHlaUsZho .container-table {
  margin: 0 auto;
}
.cid-sdHlaUsZho .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sdHlaUsZho .dataTables_wrapper {
  display: block;
}
.cid-sdHlaUsZho .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sdHlaUsZho .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sdHlaUsZho table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #635a51;
  margin-bottom: 0;
}
.cid-sdHlaUsZho table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sdHlaUsZho table th:hover {
  background: #635a51;
  color: #ffffff;
}
.cid-sdHlaUsZho table td {
  border-top: 1px solid #635a51;
}
.cid-sdHlaUsZho table.table {
  background: #879a9f;
}
.cid-sdHlaUsZho .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sdHlaUsZho .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sdHlaUsZho .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sdHlaUsZho .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #879a9f;
}
@media (max-width: 992px) {
  .cid-sdHlaUsZho .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sdHlaUsZho .dataTables_filter {
    text-align: center;
  }
  .cid-sdHlaUsZho .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sdHlaUsZho .head-item {
  color: #7f1933;
}
.cid-sdHlaUsZho .body-item {
  color: #1e1d1d;
}
.cid-sdHlaUsZho .mbr-section-title {
  color: #cc2952;
}
.cid-sdHlaUsZho LABEL {
  color: #149dcc;
}
.cid-sdHlaUsZho .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sdAdmX5iei {
  background: #270d14;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #270d14);
}
.cid-sdAdmX5iei .image-block {
  margin: auto;
}
.cid-sdAdmX5iei figcaption {
  position: relative;
}
.cid-sdAdmX5iei figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sdAdmX5iei .image-block {
    width: 100% !important;
  }
}
.cid-sdHoiMuT8s {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sdHoiMuT8s .mbr-text,
.cid-sdHoiMuT8s blockquote {
  color: #767676;
}
.cid-sdHoiMuT8s blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-sdAKvCLWd4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-sdAKvCLWd4 .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shhGotqmjk p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shhGotqmjk DIV {
  color: #ffffff;
}
.cid-shhGotqmjk H10 {
  color: #767676;
}
.cid-shhGotqmjk .hidden {
  display: none;
}
.cid-shhGotqmjk .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shhGotqmjk .sidebar nav {
  height: 100%;
}
.cid-shhGotqmjk .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shhGotqmjk .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shhGotqmjk .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-shhGotqmjk .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shhGotqmjk .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shhGotqmjk .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shhGotqmjk .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shhGotqmjk .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shhGotqmjk .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shhGotqmjk .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shhGotqmjk .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shhGotqmjk .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shhGotqmjk .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shhGotqmjk .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shhGotqmjk .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shhGotqmjk .sidebar {
    overflow-y: scroll;
  }
}
.cid-shhGotqmjk :root {
  --sidebar-width: 4.5em;
}
.cid-shhGotqmjk SPAN {
  color: #cc2952;
}
.cid-sdHzNFOQ5H {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ultt1980-289x352.jpg");
}
.cid-sdHzNFOQ5H P {
  color: #ff7f9f;
  text-align: left;
}
.cid-sdHzNFOQ5H h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-sdHzNFOQ5H h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-sdHzNFOQ5H .HierOrange {
  color: orange;
}
.cid-sdHzNFOQ5H .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-sdHzNFOQ5H H2 {
  color: #cc2952;
}
.cid-sdHzNFOQ5H H1 {
  color: #7f1933;
}
.cid-sdHzNFOQ5H H3 {
  color: #7f1933;
}
.cid-sdHzNFOQ5H .mbr-text,
.cid-sdHzNFOQ5H .mbr-section-btn {
  color: #55b4d4;
}
.cid-sdHBpUhR3d {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #270d14;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sdHBpUhR3d .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sdHBpUhR3d .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sdHBpUhR3d .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sdHBpUhR3d .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sdHBpUhR3d .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sdHBpUhR3d .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sdHBpUhR3d .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sdHBpUhR3d .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sdHBpUhR3d .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-RbII66uCcm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #270d14;
}
.cid-RbII66uCcm h2 {
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 2rem;
  color: #ff7f9f;
}
.cid-RbII66uCcm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-RbII66uCcm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-RbII66uCcm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-RbII66uCcm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-RbII66uCcm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-RbII66uCcm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-RbII66uCcm .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-RbII66uCcm .mbr-gallery-filter-all > a {
  padding: 30px;
  background-color: transparent !important;
  color: #888888;
}
.cid-RbII66uCcm .mbr-section-title {
  padding-bottom: 2rem;
  margin: 0;
}
.cid-RbII66uCcm .mbr-section-title p {
  margin: 0;
}
.cid-RbII66uCcm .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-RbII66uCcm .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #888888;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-RbII66uCcm .mbr-gallery-filter .btn:hover {
  background-color: transparent;
}
.cid-RbII66uCcm .mbr-gallery-filter li.active .btn {
  background-color: transparent;
  color: #000000;
}
.cid-RbII66uCcm .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-RbII66uCcm .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sdHyQWG8Ri {
  background: #270d14;
  background: linear-gradient(0deg, #232323, #270d14);
}
.cid-sdHyQWG8Ri .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sdHyQWG8Ri figcaption {
  position: relative;
}
.cid-sdHyQWG8Ri figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sdHyQWG8Ri .image-block {
    width: 100% !important;
  }
}
.cid-sdT9Ytn1qo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #270d14;
}
.cid-sdT9Ytn1qo .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sdT9Ytn1qo .carousel-item.active,
.cid-sdT9Ytn1qo .carousel-item-next,
.cid-sdT9Ytn1qo .carousel-item-prev {
  display: flex;
}
.cid-sdT9Ytn1qo .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-sdT9Ytn1qo .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-sdT9Ytn1qo .carousel-controls a:hover span {
  opacity: 1;
}
.cid-sdT9Ytn1qo .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sdT9Ytn1qo .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-sdT9Ytn1qo .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sdT9Ytn1qo .user_text {
  color: #879a9f;
  text-align: left;
}
.cid-sdT9Ytn1qo .user_name {
  color: #cc2952;
}
.cid-sdT9Ytn1qo H2 {
  color: #cc2952;
}
.cid-sdHyQXEoC6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #270d14;
}
.cid-sdHyQXEoC6 .mbr-section-subtitle {
  color: #767676;
}
.cid-sdHyQXEoC6 .container-table {
  margin: 0 auto;
}
.cid-sdHyQXEoC6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sdHyQXEoC6 .dataTables_wrapper {
  display: block;
}
.cid-sdHyQXEoC6 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sdHyQXEoC6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sdHyQXEoC6 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #635a51;
  margin-bottom: 0;
}
.cid-sdHyQXEoC6 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sdHyQXEoC6 table th:hover {
  background: #635a51;
  color: #ffffff;
}
.cid-sdHyQXEoC6 table td {
  border-top: 1px solid #635a51;
}
.cid-sdHyQXEoC6 table.table {
  background: #c1c1c1;
}
.cid-sdHyQXEoC6 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sdHyQXEoC6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sdHyQXEoC6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sdHyQXEoC6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #879a9f;
}
@media (max-width: 992px) {
  .cid-sdHyQXEoC6 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sdHyQXEoC6 .dataTables_filter {
    text-align: center;
  }
  .cid-sdHyQXEoC6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sdHyQXEoC6 .head-item {
  color: #7f1933;
  text-align: center;
}
.cid-sdHyQXEoC6 .body-item {
  color: #232323;
  text-align: center;
}
.cid-sdHyQXEoC6 .mbr-section-title {
  color: #cc2952;
}
.cid-sdHyQXEoC6 LABEL {
  color: #149dcc;
}
.cid-sdHyQXEoC6 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sdHyR0mvcl {
  background: #270d14;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #270d14);
}
.cid-sdHyR0mvcl .image-block {
  margin: auto;
}
.cid-sdHyR0mvcl figcaption {
  position: relative;
}
.cid-sdHyR0mvcl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sdHyR0mvcl .image-block {
    width: 100% !important;
  }
}
.cid-sdHyR0xRTq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sdHyR0xRTq .mbr-text,
.cid-sdHyR0xRTq blockquote {
  color: #767676;
}
.cid-sdHyR0xRTq blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-sdHyR0HNmK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-sdHyR0HNmK .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shhGDrpJxE p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shhGDrpJxE DIV {
  color: #ffffff;
}
.cid-shhGDrpJxE H10 {
  color: #767676;
}
.cid-shhGDrpJxE .hidden {
  display: none;
}
.cid-shhGDrpJxE .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shhGDrpJxE .sidebar nav {
  height: 100%;
}
.cid-shhGDrpJxE .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shhGDrpJxE .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shhGDrpJxE .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-shhGDrpJxE .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shhGDrpJxE .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shhGDrpJxE .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shhGDrpJxE .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shhGDrpJxE .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shhGDrpJxE .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shhGDrpJxE .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shhGDrpJxE .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shhGDrpJxE .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shhGDrpJxE .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shhGDrpJxE .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shhGDrpJxE .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shhGDrpJxE .sidebar {
    overflow-y: scroll;
  }
}
.cid-shhGDrpJxE :root {
  --sidebar-width: 4.5em;
}
.cid-shhGDrpJxE SPAN {
  color: #cc2952;
}
.cid-sdZ3EJV18Z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ul2-200x200.png");
}
.cid-sdZ3EJV18Z P {
  color: #ff7f9f;
  text-align: left;
}
.cid-sdZ3EJV18Z h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-sdZ3EJV18Z h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-sdZ3EJV18Z .HierOrange {
  color: orange;
}
.cid-sdZ3EJV18Z .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-sdZ3EJV18Z H2 {
  color: #cc2952;
}
.cid-sdZ3EJV18Z H1 {
  color: #7f1933;
}
.cid-sdZ3EJV18Z H3 {
  color: #7f1933;
}
.cid-sdZ3EJV18Z .mbr-text,
.cid-sdZ3EJV18Z .mbr-section-btn {
  color: #55b4d4;
}
.cid-sdZ3EKpjZh {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #270d14;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sdZ3EKpjZh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sdZ3EKpjZh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sdZ3EKpjZh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sdZ3EKpjZh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sdZ3EKpjZh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sdZ3EKpjZh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sdZ3EKpjZh .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sdZ3EKpjZh .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sdZ3EKpjZh .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sdZ3EL9cuV {
  background: #270d14;
  background: linear-gradient(0deg, #232323, #270d14);
}
.cid-sdZ3EL9cuV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sdZ3EL9cuV figcaption {
  position: relative;
}
.cid-sdZ3EL9cuV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sdZ3EL9cuV .image-block {
    width: 100% !important;
  }
}
.cid-shbSY15sZn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #270d14;
}
.cid-shbSY15sZn .mbr-section-subtitle {
  color: #767676;
}
.cid-shbSY15sZn .container-table {
  margin: 0 auto;
}
.cid-shbSY15sZn .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-shbSY15sZn .dataTables_wrapper {
  display: block;
}
.cid-shbSY15sZn .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-shbSY15sZn .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-shbSY15sZn table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #635a51;
  margin-bottom: 0;
}
.cid-shbSY15sZn table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-shbSY15sZn table th:hover {
  background: #635a51;
  color: #ffffff;
}
.cid-shbSY15sZn table td {
  border-top: 1px solid #635a51;
}
.cid-shbSY15sZn table.table {
  background: #c1c1c1;
}
.cid-shbSY15sZn .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-shbSY15sZn .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-shbSY15sZn .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-shbSY15sZn .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #879a9f;
}
@media (max-width: 992px) {
  .cid-shbSY15sZn .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-shbSY15sZn .dataTables_filter {
    text-align: center;
  }
  .cid-shbSY15sZn .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-shbSY15sZn .head-item {
  color: #7f1933;
  text-align: center;
}
.cid-shbSY15sZn .body-item {
  color: #232323;
  text-align: center;
}
.cid-shbSY15sZn .mbr-section-title {
  color: #cc2952;
}
.cid-shbSY15sZn LABEL {
  color: #149dcc;
}
.cid-shbSY15sZn .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sdZ3EMNHf3 {
  background: #270d14;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #270d14);
}
.cid-sdZ3EMNHf3 .image-block {
  margin: auto;
}
.cid-sdZ3EMNHf3 figcaption {
  position: relative;
}
.cid-sdZ3EMNHf3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sdZ3EMNHf3 .image-block {
    width: 100% !important;
  }
}
.cid-sdZ3EMYyDL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sdZ3EMYyDL .mbr-text,
.cid-sdZ3EMYyDL blockquote {
  color: #767676;
}
.cid-sdZ3EMYyDL blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-sdZ3EN8mSV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-sdZ3EN8mSV .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shhHKT3vfW p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shhHKT3vfW DIV {
  color: #ffffff;
}
.cid-shhHKT3vfW H10 {
  color: #767676;
}
.cid-shhHKT3vfW .hidden {
  display: none;
}
.cid-shhHKT3vfW .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shhHKT3vfW .sidebar nav {
  height: 100%;
}
.cid-shhHKT3vfW .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shhHKT3vfW .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shhHKT3vfW .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-shhHKT3vfW .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shhHKT3vfW .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shhHKT3vfW .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shhHKT3vfW .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shhHKT3vfW .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shhHKT3vfW .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shhHKT3vfW .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shhHKT3vfW .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shhHKT3vfW .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shhHKT3vfW .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shhHKT3vfW .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shhHKT3vfW .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shhHKT3vfW .sidebar {
    overflow-y: scroll;
  }
}
.cid-shhHKT3vfW :root {
  --sidebar-width: 4.5em;
}
.cid-shhHKT3vfW SPAN {
  color: #cc2952;
}
.cid-se4KuwK8VL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/ulg1-805x556.jpg");
}
.cid-se4KuwK8VL P {
  color: #ff7f9f;
  text-align: left;
}
.cid-se4KuwK8VL h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-se4KuwK8VL h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-se4KuwK8VL .HierOrange {
  color: orange;
}
.cid-se4KuwK8VL .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-se4KuwK8VL H2 {
  color: #cc2952;
}
.cid-se4KuwK8VL H1 {
  color: #7f1933;
}
.cid-se4KuwK8VL H3 {
  color: #7f1933;
}
.cid-se4KuwK8VL .mbr-text,
.cid-se4KuwK8VL .mbr-section-btn {
  color: #55b4d4;
}
.cid-se4KuxfPfJ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #270d14;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-se4KuxfPfJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-se4KuxfPfJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-se4KuxfPfJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-se4KuxfPfJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-se4KuxfPfJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-se4KuxfPfJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-se4KuxfPfJ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-se4KuxfPfJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-se4KuxfPfJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-se4KuxfPfJ .mbr-gallery-item > div > span {
  color: #cebfaf;
}
.cid-se4KuxX3AA {
  background: #270d14;
  background: linear-gradient(0deg, #232323, #270d14);
}
.cid-se4KuxX3AA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-se4KuxX3AA figcaption {
  position: relative;
}
.cid-se4KuxX3AA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-se4KuxX3AA .image-block {
    width: 100% !important;
  }
}
.cid-seavOCyL4s {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #062530, #270d14);
}
.cid-seavOCyL4s .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-seavOCyL4s .social-list a:focus {
  text-decoration: none;
}
.cid-seavOCyL4s H2 {
  color: #cc2952;
}
.cid-seav1JflOA {
  background: #270d14;
  background: linear-gradient(0deg, #232323, #270d14);
}
.cid-seav1JflOA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-seav1JflOA figcaption {
  position: relative;
}
.cid-seav1JflOA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-seav1JflOA .image-block {
    width: 100% !important;
  }
}
.cid-seawkPxqCN {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #270d14, #062530);
}
.cid-seawkPxqCN .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-seawkPxqCN .social-list a:focus {
  text-decoration: none;
}
.cid-seawkPxqCN H2 {
  color: #cc2952;
}
.cid-seaumm7H3I {
  background: #270d14;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #270d14, #270d14);
}
.cid-seaumm7H3I .image-block {
  margin: auto;
}
.cid-seaumm7H3I figcaption {
  position: relative;
}
.cid-seaumm7H3I figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-seaumm7H3I .image-block {
    width: 100% !important;
  }
}
.cid-sgXom8wjqh {
  background-color: #270d14;
}
.cid-sgXom8wjqh .wave1 {
  fill: #465052;
}
.cid-sgXom8wjqh .wave2 {
  fill: #465052;
  opacity: 0.5;
}
.cid-sgXom8wjqh .wave3,
.cid-sgXom8wjqh .wave4 {
  fill: #465052;
  opacity: 0.35;
}
.cid-sgXonLhG3S {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #270d14, #465052);
}
.cid-sgXonLhG3S .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sgXonLhG3S .social-list a:focus {
  text-decoration: none;
}
.cid-sgXonLhG3S H2 {
  color: #cc2952;
}
.cid-se4KuyLU4z {
  background: #270d14;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #270d14);
}
.cid-se4KuyLU4z .image-block {
  margin: auto;
}
.cid-se4KuyLU4z figcaption {
  position: relative;
}
.cid-se4KuyLU4z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-se4KuyLU4z .image-block {
    width: 100% !important;
  }
}
.cid-se4KuyXiZD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-se4KuyXiZD .mbr-text,
.cid-se4KuyXiZD blockquote {
  color: #767676;
}
.cid-se4KuyXiZD blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-se4Kuz6pEk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-se4Kuz6pEk .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shhGNAK7ex p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shhGNAK7ex DIV {
  color: #ffffff;
}
.cid-shhGNAK7ex H10 {
  color: #767676;
}
.cid-shhGNAK7ex .hidden {
  display: none;
}
.cid-shhGNAK7ex .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shhGNAK7ex .sidebar nav {
  height: 100%;
}
.cid-shhGNAK7ex .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shhGNAK7ex .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shhGNAK7ex .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-shhGNAK7ex .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shhGNAK7ex .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shhGNAK7ex .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shhGNAK7ex .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shhGNAK7ex .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shhGNAK7ex .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shhGNAK7ex .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shhGNAK7ex .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shhGNAK7ex .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shhGNAK7ex .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shhGNAK7ex .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shhGNAK7ex .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shhGNAK7ex .sidebar {
    overflow-y: scroll;
  }
}
.cid-shhGNAK7ex :root {
  --sidebar-width: 4.5em;
}
.cid-shhGNAK7ex SPAN {
  color: #cc2952;
}
.cid-seaxA0ZYO4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/crew1-500x399.jpg");
}
.cid-seaxA0ZYO4 P {
  color: #ff7f9f;
  text-align: left;
}
.cid-seaxA0ZYO4 h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-seaxA0ZYO4 h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-seaxA0ZYO4 .HierOrange {
  color: orange;
}
.cid-seaxA0ZYO4 .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-seaxA0ZYO4 H2 {
  color: #cc2952;
}
.cid-seaxA0ZYO4 H1 {
  color: #7f1933;
}
.cid-seaxA0ZYO4 H3 {
  color: #7f1933;
}
.cid-seaxA0ZYO4 .mbr-text,
.cid-seaxA0ZYO4 .mbr-section-btn {
  color: #55b4d4;
}
.cid-seaxA1xLhQ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #270d14;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-seaxA1xLhQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seaxA1xLhQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seaxA1xLhQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seaxA1xLhQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seaxA1xLhQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seaxA1xLhQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-seaxA1xLhQ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-seaxA1xLhQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-seaxA1xLhQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seaxA1xLhQ .mbr-gallery-item > div > span {
  color: #cebfaf;
}
.cid-seaxA2ppNM {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #232323, #270d14);
}
.cid-seaxA2ppNM .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-seaxA2ppNM .social-list a:focus {
  text-decoration: none;
}
.cid-seaxA2ppNM H2 {
  color: #cc2952;
}
.cid-seaxA310UJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #270d14, #270d14);
}
.cid-seaxA310UJ .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-seaxA310UJ .social-list a:focus {
  text-decoration: none;
}
.cid-seaxA310UJ H2 {
  color: #cc2952;
}
.cid-seaxA3kesn {
  background: #270d14;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #232323, #270d14);
}
.cid-seaxA3kesn .image-block {
  margin: auto;
}
.cid-seaxA3kesn figcaption {
  position: relative;
}
.cid-seaxA3kesn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-seaxA3kesn .image-block {
    width: 100% !important;
  }
}
.cid-shbTbob6ab {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #270d14;
}
.cid-shbTbob6ab .mbr-section-subtitle {
  color: #767676;
}
.cid-shbTbob6ab .container-table {
  margin: 0 auto;
}
.cid-shbTbob6ab .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-shbTbob6ab .dataTables_wrapper {
  display: block;
}
.cid-shbTbob6ab .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-shbTbob6ab .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-shbTbob6ab table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #635a51;
  margin-bottom: 0;
}
.cid-shbTbob6ab table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-shbTbob6ab table th:hover {
  background: #635a51;
  color: #ffffff;
}
.cid-shbTbob6ab table td {
  border-top: 1px solid #635a51;
}
.cid-shbTbob6ab table.table {
  background: #c1c1c1;
}
.cid-shbTbob6ab .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-shbTbob6ab .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-shbTbob6ab .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-shbTbob6ab .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #879a9f;
}
@media (max-width: 992px) {
  .cid-shbTbob6ab .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-shbTbob6ab .dataTables_filter {
    text-align: center;
  }
  .cid-shbTbob6ab .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-shbTbob6ab .head-item {
  color: #7f1933;
  text-align: center;
}
.cid-shbTbob6ab .body-item {
  color: #232323;
  text-align: center;
}
.cid-shbTbob6ab .mbr-section-title {
  color: #cc2952;
}
.cid-shbTbob6ab LABEL {
  color: #149dcc;
}
.cid-shbTbob6ab .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-seaxA49uyd {
  background: #270d14;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #270d14);
}
.cid-seaxA49uyd .image-block {
  margin: auto;
}
.cid-seaxA49uyd figcaption {
  position: relative;
}
.cid-seaxA49uyd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-seaxA49uyd .image-block {
    width: 100% !important;
  }
}
.cid-seaxA4ptqi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-seaxA4ptqi .mbr-text,
.cid-seaxA4ptqi blockquote {
  color: #767676;
}
.cid-seaxA4ptqi blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-seaxA4A7uV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-seaxA4A7uV .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shhGUXIKjl p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shhGUXIKjl DIV {
  color: #ffffff;
}
.cid-shhGUXIKjl H10 {
  color: #767676;
}
.cid-shhGUXIKjl .hidden {
  display: none;
}
.cid-shhGUXIKjl .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shhGUXIKjl .sidebar nav {
  height: 100%;
}
.cid-shhGUXIKjl .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shhGUXIKjl .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shhGUXIKjl .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-shhGUXIKjl .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shhGUXIKjl .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shhGUXIKjl .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shhGUXIKjl .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shhGUXIKjl .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shhGUXIKjl .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shhGUXIKjl .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shhGUXIKjl .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shhGUXIKjl .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shhGUXIKjl .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shhGUXIKjl .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shhGUXIKjl .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shhGUXIKjl .sidebar {
    overflow-y: scroll;
  }
}
.cid-shhGUXIKjl :root {
  --sidebar-width: 4.5em;
}
.cid-shhGUXIKjl SPAN {
  color: #cc2952;
}
.cid-sefaVePsN3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/2-450x450.png");
}
.cid-sefaVePsN3 P {
  color: #ff7f9f;
  text-align: left;
}
.cid-sefaVePsN3 h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-sefaVePsN3 h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-sefaVePsN3 .HierOrange {
  color: orange;
}
.cid-sefaVePsN3 .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-sefaVePsN3 H2 {
  color: #cc2952;
}
.cid-sefaVePsN3 H1 {
  color: #7f1933;
}
.cid-sefaVePsN3 H3 {
  color: #7f1933;
}
.cid-sefaVePsN3 .mbr-text,
.cid-sefaVePsN3 .mbr-section-btn {
  color: #55b4d4;
}
.cid-sefdvbofWr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #270d14;
}
.cid-sefdvbofWr .line {
  background-color: #7f1933;
  color: #7f1933;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sefdvbofWr .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #b2ccd2;
}
.cid-sefdvbofWr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sefdvbofWr .inner-container {
    width: 100% !important;
  }
}
.cid-sefdvRnjOC {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-sefdvRnjOC .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-sefdvRnjOC .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sefdvRnjOC .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sefdvRnjOC .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sefdvRnjOC .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #270d14;
}
.cid-sefdvRnjOC .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sefdvRnjOC .card .panel-body {
  color: #767676;
}
.cid-sefdvRnjOC H4 {
  color: #cebfaf;
}
.cid-sefdvRnjOC H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-sefdvRnjOC .panel-text {
  color: #b2ccd2;
}
.cid-sefdvRnjOC .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-sefdwSVgau {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #270d14;
}
@media (min-width: 992px) {
  .cid-sefdwSVgau .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-sefdwSVgau .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-sefdwSVgau .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-sefdwSVgau .mbr-figure img {
  border-radius: 20px;
}
.cid-sefdwSVgau .mbr-figure img {
  transform: rotate(5deg);
  box-shadow: 30px 30px 20px 0 #1e1d1d;
}
.cid-sefdwSVgau .text-figure-box {
  background-color: #270d14;
}
.cid-sefaVfjRmR {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #270d14;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sefaVfjRmR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sefaVfjRmR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sefaVfjRmR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sefaVfjRmR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sefaVfjRmR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-sefaVfjRmR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sefaVfjRmR .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sefaVfjRmR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sefaVfjRmR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-sefaVfjRmR .mbr-gallery-item > div > span {
  color: #cebfaf;
}
.cid-sefaVfSvXS {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #2b1010, #270d14);
}
.cid-sefaVfSvXS .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sefaVfSvXS .social-list a:focus {
  text-decoration: none;
}
.cid-sefaVfSvXS H2 {
  color: #cc2952;
}
.cid-sefaVggGvt {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/1011-alf-1-800x550.jpg");
}
.cid-sefaVggGvt .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sefaVggGvt .social-list a:focus {
  text-decoration: none;
}
.cid-sefaVggGvt H2 {
  color: #cc2952;
}
.cid-sefaVhk9FM {
  background: #270d14;
  padding-top: 60px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #232323, #270d14);
}
.cid-sefaVhk9FM .image-block {
  margin: auto;
}
.cid-sefaVhk9FM figcaption {
  position: relative;
}
.cid-sefaVhk9FM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sefaVhk9FM .image-block {
    width: 100% !important;
  }
}
.cid-sefaVhul1t {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sefaVhul1t .mbr-text,
.cid-sefaVhul1t blockquote {
  color: #767676;
}
.cid-sefaVhul1t blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-sefaVhGAND {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-sefaVhGAND .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shhHCH2cMs p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shhHCH2cMs DIV {
  color: #ffffff;
}
.cid-shhHCH2cMs H10 {
  color: #767676;
}
.cid-shhHCH2cMs .hidden {
  display: none;
}
.cid-shhHCH2cMs .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shhHCH2cMs .sidebar nav {
  height: 100%;
}
.cid-shhHCH2cMs .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shhHCH2cMs .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shhHCH2cMs .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-shhHCH2cMs .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shhHCH2cMs .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shhHCH2cMs .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shhHCH2cMs .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shhHCH2cMs .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shhHCH2cMs .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shhHCH2cMs .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shhHCH2cMs .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shhHCH2cMs .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shhHCH2cMs .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shhHCH2cMs .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shhHCH2cMs .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shhHCH2cMs .sidebar {
    overflow-y: scroll;
  }
}
.cid-shhHCH2cMs :root {
  --sidebar-width: 4.5em;
}
.cid-shhHCH2cMs SPAN {
  color: #cc2952;
}
.cid-segn5kOQmp {
  padding-top: 0px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/9-450x450.png");
}
.cid-segn5kOQmp P {
  color: #ff7f9f;
  text-align: left;
}
.cid-segn5kOQmp h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-segn5kOQmp h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-segn5kOQmp .HierOrange {
  color: orange;
}
.cid-segn5kOQmp .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-segn5kOQmp H2 {
  color: #cc2952;
}
.cid-segn5kOQmp H1 {
  color: #7f1933;
}
.cid-segn5kOQmp H3 {
  color: #7f1933;
}
.cid-segn5kOQmp .mbr-text,
.cid-segn5kOQmp .mbr-section-btn {
  color: #55b4d4;
}
.cid-segDdJr8Dw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #180208;
}
.cid-segDdJr8Dw H2 {
  color: #cc2952;
}
.cid-segn5lnj6I {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #270d14;
}
.cid-segn5lnj6I .line {
  background-color: #7f1933;
  color: #7f1933;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-segn5lnj6I .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #b2ccd2;
}
.cid-segn5lnj6I .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-segn5lnj6I .inner-container {
    width: 100% !important;
  }
}
.cid-segn5lzkd0 {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-segn5lzkd0 .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-segn5lzkd0 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-segn5lzkd0 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-segn5lzkd0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-segn5lzkd0 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #270d14;
}
.cid-segn5lzkd0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-segn5lzkd0 .card .panel-body {
  color: #767676;
}
.cid-segn5lzkd0 H4 {
  color: #cebfaf;
}
.cid-segn5lzkd0 H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-segn5lzkd0 .panel-text {
  color: #b2ccd2;
}
.cid-segn5lzkd0 .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-segn5m2OgW {
  background: #2e2e2e;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #270d14, #2e2e2e);
}
.cid-segn5m2OgW .image-block {
  margin: auto;
}
.cid-segn5m2OgW figcaption {
  position: relative;
}
.cid-segn5m2OgW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-segn5m2OgW .image-block {
    width: 100% !important;
  }
}
.cid-segn5mcEYK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #270d14;
}
@media (min-width: 992px) {
  .cid-segn5mcEYK .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-segn5mcEYK .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-segn5mcEYK .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-segn5mcEYK .mbr-figure img {
  border-radius: 20px;
}
.cid-segn5mcEYK .mbr-figure img {
  transform: rotate(5deg);
  box-shadow: 30px 30px 20px 0 #1e1d1d;
}
.cid-segn5mcEYK .text-figure-box {
  background-color: #270d14;
}
.cid-segn5mq0Sl {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #270d14;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-segn5mq0Sl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-segn5mq0Sl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-segn5mq0Sl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-segn5mq0Sl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-segn5mq0Sl .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-segn5mq0Sl .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-segn5mq0Sl .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-segn5mq0Sl .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-segn5mq0Sl .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.2;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-segn5mq0Sl .mbr-gallery-item > div > span {
  color: #cebfaf;
}
.cid-segCzDvDJj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #180208;
}
.cid-segCzDvDJj H2 {
  color: #cc2952;
}
.cid-segwTqcVFM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #270d14;
}
.cid-segwTqcVFM .line {
  background-color: #7f1933;
  color: #7f1933;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-segwTqcVFM .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #b2ccd2;
}
.cid-segwTqcVFM .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-segwTqcVFM .inner-container {
    width: 100% !important;
  }
}
.cid-segxcPx61x {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-segxcPx61x .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-segxcPx61x .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-segxcPx61x .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-segxcPx61x .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-segxcPx61x .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #270d14;
}
.cid-segxcPx61x .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-segxcPx61x .card .panel-body {
  color: #767676;
}
.cid-segxcPx61x H4 {
  color: #cebfaf;
}
.cid-segxcPx61x H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-segxcPx61x .panel-text {
  color: #b2ccd2;
}
.cid-segxcPx61x .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-segsXj91S9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #270d14;
}
@media (min-width: 992px) {
  .cid-segsXj91S9 .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-segsXj91S9 .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-segsXj91S9 .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-segsXj91S9 .mbr-figure img {
  border-radius: 20px;
}
.cid-segsXj91S9 .mbr-figure img {
  transform: rotate(-6deg);
  box-shadow: 30px 30px 20px 0 #1e1d1d;
}
.cid-segsXj91S9 .text-figure-box {
  background-color: #270d14;
}
.cid-segtrgTTGy {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #270d14;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-segtrgTTGy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-segtrgTTGy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-segtrgTTGy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-segtrgTTGy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-segtrgTTGy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-segtrgTTGy .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-segtrgTTGy .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-segtrgTTGy .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-segtrgTTGy .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.2;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-segtrgTTGy .mbr-gallery-item > div > span {
  color: #cebfaf;
}
.cid-segn5n49s2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #1e1d1d, #270d14);
}
.cid-segn5n49s2 .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-segn5n49s2 .social-list a:focus {
  text-decoration: none;
}
.cid-segn5n49s2 H2 {
  color: #cc2952;
}
.cid-sgUpVgXpQm {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/1011-alf-1-800x550.jpg");
}
.cid-sgUpVgXpQm .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sgUpVgXpQm .social-list a:focus {
  text-decoration: none;
}
.cid-sgUpVgXpQm H2 {
  color: #cc2952;
}
.cid-segn5nm1pz {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #270d14, #1e1d1d);
}
.cid-segn5nm1pz .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-segn5nm1pz .social-list a:focus {
  text-decoration: none;
}
.cid-segn5nm1pz H2 {
  color: #cc2952;
}
.cid-segn5oDNsA {
  background: #270d14;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #270d14);
}
.cid-segn5oDNsA .image-block {
  margin: auto;
}
.cid-segn5oDNsA figcaption {
  position: relative;
}
.cid-segn5oDNsA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-segn5oDNsA .image-block {
    width: 100% !important;
  }
}
.cid-segn5oPSaM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-segn5oPSaM .mbr-text,
.cid-segn5oPSaM blockquote {
  color: #767676;
}
.cid-segn5oPSaM blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-segn5p1Xu4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-segn5p1Xu4 .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shhHv1hFRJ p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shhHv1hFRJ DIV {
  color: #ffffff;
}
.cid-shhHv1hFRJ H10 {
  color: #767676;
}
.cid-shhHv1hFRJ .hidden {
  display: none;
}
.cid-shhHv1hFRJ .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shhHv1hFRJ .sidebar nav {
  height: 100%;
}
.cid-shhHv1hFRJ .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shhHv1hFRJ .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shhHv1hFRJ .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-shhHv1hFRJ .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shhHv1hFRJ .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shhHv1hFRJ .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shhHv1hFRJ .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shhHv1hFRJ .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shhHv1hFRJ .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shhHv1hFRJ .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shhHv1hFRJ .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shhHv1hFRJ .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shhHv1hFRJ .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shhHv1hFRJ .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shhHv1hFRJ .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shhHv1hFRJ .sidebar {
    overflow-y: scroll;
  }
}
.cid-shhHv1hFRJ :root {
  --sidebar-width: 4.5em;
}
.cid-shhHv1hFRJ SPAN {
  color: #cc2952;
}
.cid-segJJ68Ht1 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/747-1-1200x819.jpg");
}
.cid-segJJ68Ht1 P {
  color: #ff7f9f;
  text-align: left;
}
.cid-segJJ68Ht1 h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-segJJ68Ht1 h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-segJJ68Ht1 .HierOrange {
  color: orange;
}
.cid-segJJ68Ht1 .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-segJJ68Ht1 H2 {
  color: #cc2952;
}
.cid-segJJ68Ht1 H1 {
  color: #7f1933;
}
.cid-segJJ68Ht1 H3 {
  color: #7f1933;
}
.cid-segJJ68Ht1 .mbr-text,
.cid-segJJ68Ht1 .mbr-section-btn {
  color: #55b4d4;
}
.cid-segJJ6sAhg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #270d14;
}
.cid-segJJ6sAhg .line {
  background-color: #7f1933;
  color: #7f1933;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-segJJ6sAhg .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #b2ccd2;
}
.cid-segJJ6sAhg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-segJJ6sAhg .inner-container {
    width: 100% !important;
  }
}
.cid-segJJ6AoU8 {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-segJJ6AoU8 .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-segJJ6AoU8 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-segJJ6AoU8 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-segJJ6AoU8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-segJJ6AoU8 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #270d14;
}
.cid-segJJ6AoU8 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-segJJ6AoU8 .card .panel-body {
  color: #767676;
}
.cid-segJJ6AoU8 H4 {
  color: #cebfaf;
}
.cid-segJJ6AoU8 H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-segJJ6AoU8 .panel-text {
  color: #b2ccd2;
}
.cid-segJJ6AoU8 .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-segJJ6QkOm {
  background: #2e2e2e;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #270d14, #2e2e2e);
}
.cid-segJJ6QkOm .image-block {
  margin: auto;
}
.cid-segJJ6QkOm figcaption {
  position: relative;
}
.cid-segJJ6QkOm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-segJJ6QkOm .image-block {
    width: 100% !important;
  }
}
.cid-segJJ6ZSUY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #270d14;
}
@media (min-width: 992px) {
  .cid-segJJ6ZSUY .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-segJJ6ZSUY .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-segJJ6ZSUY .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-segJJ6ZSUY .mbr-figure img {
  border-radius: 20px;
}
.cid-segJJ6ZSUY .mbr-figure img {
  transform: rotate(-6deg);
  box-shadow: 30px 30px 20px 0 #1e1d1d;
}
.cid-segJJ6ZSUY .text-figure-box {
  background-color: #270d14;
}
.cid-segJJ7aj8r {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #270d14;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-segJJ7aj8r .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-segJJ7aj8r .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-segJJ7aj8r .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-segJJ7aj8r .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-segJJ7aj8r .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-segJJ7aj8r .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-segJJ7aj8r .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-segJJ7aj8r .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-segJJ7aj8r .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.2;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-segJJ7aj8r .mbr-gallery-item > div > span {
  color: #cebfaf;
}
.cid-segJJ7BTGJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #1e1d1d, #270d14);
}
.cid-segJJ7BTGJ .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-segJJ7BTGJ .social-list a:focus {
  text-decoration: none;
}
.cid-segJJ7BTGJ H2 {
  color: #cc2952;
}
.cid-sgUoGdkHpD {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/1011-alf-1-800x550.jpg");
}
.cid-sgUoGdkHpD .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sgUoGdkHpD .social-list a:focus {
  text-decoration: none;
}
.cid-sgUoGdkHpD H2 {
  color: #cc2952;
}
.cid-segJJ7UyoR {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #270d14, #1e1d1d);
}
.cid-segJJ7UyoR .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-segJJ7UyoR .social-list a:focus {
  text-decoration: none;
}
.cid-segJJ7UyoR H2 {
  color: #cc2952;
}
.cid-segJJ8yclf {
  background: #270d14;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #270d14);
}
.cid-segJJ8yclf .image-block {
  margin: auto;
}
.cid-segJJ8yclf figcaption {
  position: relative;
}
.cid-segJJ8yclf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-segJJ8yclf .image-block {
    width: 100% !important;
  }
}
.cid-segJJ8IQJn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-segJJ8IQJn .mbr-text,
.cid-segJJ8IQJn blockquote {
  color: #767676;
}
.cid-segJJ8IQJn blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-segJJ8RcpN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-segJJ8RcpN .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shhI0N0zIU p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shhI0N0zIU DIV {
  color: #ffffff;
}
.cid-shhI0N0zIU H10 {
  color: #767676;
}
.cid-shhI0N0zIU .hidden {
  display: none;
}
.cid-shhI0N0zIU .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shhI0N0zIU .sidebar nav {
  height: 100%;
}
.cid-shhI0N0zIU .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shhI0N0zIU .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shhI0N0zIU .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-shhI0N0zIU .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shhI0N0zIU .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shhI0N0zIU .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shhI0N0zIU .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shhI0N0zIU .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shhI0N0zIU .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shhI0N0zIU .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shhI0N0zIU .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shhI0N0zIU .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shhI0N0zIU .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shhI0N0zIU .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shhI0N0zIU .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shhI0N0zIU .sidebar {
    overflow-y: scroll;
  }
}
.cid-shhI0N0zIU :root {
  --sidebar-width: 4.5em;
}
.cid-shhI0N0zIU SPAN {
  color: #cc2952;
}
.cid-sejDIjHIVk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/vcbi-04-app-640x439.jpg");
}
.cid-sejDIjHIVk P {
  color: #e4d295;
  text-align: left;
}
.cid-sejDIjHIVk h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-sejDIjHIVk h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-sejDIjHIVk .HierOrange {
  color: orange;
}
.cid-sejDIjHIVk .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-sejDIjHIVk H2 {
  color: #062530;
}
.cid-sejDIjHIVk H1 {
  color: #7f1933;
}
.cid-sejDIjHIVk H3 {
  color: #7f1933;
}
.cid-sejDIjHIVk .mbr-text,
.cid-sejDIjHIVk .mbr-section-btn {
  color: #55b4d4;
}
.cid-sejDIk0iUN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cebfaf;
}
.cid-sejDIk0iUN .line {
  background-color: #635a51;
  color: #635a51;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sejDIk0iUN .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #062530;
}
.cid-sejDIk0iUN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sejDIk0iUN .inner-container {
    width: 100% !important;
  }
}
.cid-sekpxZCjUB {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #cebfaf, #82786e);
}
.cid-sekpxZCjUB .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sekpxZCjUB .social-list a:focus {
  text-decoration: none;
}
.cid-sekpxZCjUB H2 {
  color: #062530;
}
.cid-sejDIkARxm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
@media (min-width: 992px) {
  .cid-sejDIkARxm .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-sejDIkARxm .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-sejDIkARxm .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-sejDIkARxm .mbr-figure img {
  border-radius: 20px;
}
.cid-sejDIkARxm .mbr-figure img {
  transform: rotate(3deg);
  box-shadow: 30px 30px 20px 0 #4f4943;
}
.cid-sejDIkARxm .text-figure-box {
  background-color: #cebfaf;
}
.cid-sejDIkO4fZ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #cebfaf;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sejDIkO4fZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sejDIkO4fZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sejDIkO4fZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sejDIkO4fZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sejDIkO4fZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-sejDIkO4fZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sejDIkO4fZ .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sejDIkO4fZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sejDIkO4fZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-sejDIkO4fZ .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-sejDIlqiIz {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #cebfaf, #82786e);
}
.cid-sejDIlqiIz .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sejDIlqiIz .social-list a:focus {
  text-decoration: none;
}
.cid-sejDIlqiIz H2 {
  color: #062530;
}
.cid-sejTpU10ao {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
@media (min-width: 992px) {
  .cid-sejTpU10ao .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-sejTpU10ao .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-sejTpU10ao .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-sejTpU10ao .mbr-figure img {
  border-radius: 20px;
}
.cid-sejTpU10ao .mbr-figure img {
  transform: rotate(3deg);
  box-shadow: 30px 30px 20px 0 #4f4943;
}
.cid-sejTpU10ao .text-figure-box {
  background-color: #cebfaf;
}
.cid-sejTrBitZO {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #cebfaf;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sejTrBitZO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sejTrBitZO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sejTrBitZO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sejTrBitZO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sejTrBitZO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-sejTrBitZO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sejTrBitZO .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sejTrBitZO .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sejTrBitZO .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-sejTrBitZO .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-sekpLbr1NO {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #cebfaf, #82786e);
}
.cid-sekpLbr1NO .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sekpLbr1NO .social-list a:focus {
  text-decoration: none;
}
.cid-sekpLbr1NO H2 {
  color: #062530;
}
.cid-sejYlgeAh5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
@media (min-width: 992px) {
  .cid-sejYlgeAh5 .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-sejYlgeAh5 .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-sejYlgeAh5 .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-sejYlgeAh5 .mbr-figure img {
  border-radius: 20px;
}
.cid-sejYlgeAh5 .mbr-figure img {
  transform: rotate(3deg);
  box-shadow: 30px 30px 20px 0 #4f4943;
}
.cid-sejYlgeAh5 .text-figure-box {
  background-color: #cebfaf;
}
.cid-sejYmiRNZ4 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #cebfaf;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sejYmiRNZ4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sejYmiRNZ4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sejYmiRNZ4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sejYmiRNZ4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sejYmiRNZ4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-sejYmiRNZ4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sejYmiRNZ4 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sejYmiRNZ4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sejYmiRNZ4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-sejYmiRNZ4 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-sekpWNxwI6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #cebfaf, #82786e);
}
.cid-sekpWNxwI6 .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sekpWNxwI6 .social-list a:focus {
  text-decoration: none;
}
.cid-sekpWNxwI6 H2 {
  color: #062530;
}
.cid-slocDT4hCe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
@media (min-width: 992px) {
  .cid-slocDT4hCe .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-slocDT4hCe .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-slocDT4hCe .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-slocDT4hCe .mbr-figure img {
  border-radius: 20px;
}
.cid-slocDT4hCe .mbr-figure img {
  transform: rotate(3deg);
  box-shadow: 30px 30px 20px 0 #4f4943;
}
.cid-slocDT4hCe .text-figure-box {
  background-color: #cebfaf;
}
.cid-sek8vgwujO {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #cebfaf;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sek8vgwujO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sek8vgwujO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sek8vgwujO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sek8vgwujO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sek8vgwujO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-sek8vgwujO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sek8vgwujO .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sek8vgwujO .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sek8vgwujO .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-sek8vgwujO .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-sekr7fuqpO {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #cebfaf, #82786e);
}
.cid-sekr7fuqpO .mbr-iconfont-social {
  font-size: 32px;
  color: #062530;
}
.cid-sekr7fuqpO .social-list a:focus {
  text-decoration: none;
}
.cid-sekr7fuqpO H2 {
  color: #062530;
}
.cid-slodfEFhjj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cebfaf;
}
@media (min-width: 992px) {
  .cid-slodfEFhjj .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-slodfEFhjj .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-slodfEFhjj .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-slodfEFhjj .mbr-figure img {
  border-radius: 20px;
}
.cid-slodfEFhjj .mbr-figure img {
  transform: rotate(3deg);
  box-shadow: 30px 30px 20px 0 #4f4943;
}
.cid-slodfEFhjj .text-figure-box {
  background-color: #cebfaf;
}
.cid-sekr9hoRy2 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #cebfaf;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sekr9hoRy2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sekr9hoRy2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sekr9hoRy2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sekr9hoRy2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sekr9hoRy2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-sekr9hoRy2 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sekr9hoRy2 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sekr9hoRy2 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sekr9hoRy2 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-sekr9hoRy2 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-sejDIlGCWd {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #635a51, #cebfaf);
}
.cid-sejDIlGCWd .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sejDIlGCWd .social-list a:focus {
  text-decoration: none;
}
.cid-sejDIlGCWd H2 {
  color: #cc2952;
}
.cid-sejDIlW1EV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #635a51;
}
.cid-sejDIlW1EV .mbr-section-subtitle {
  color: #767676;
}
.cid-sejDIlW1EV .container-table {
  margin: 0 auto;
}
.cid-sejDIlW1EV .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sejDIlW1EV .dataTables_wrapper {
  display: block;
}
.cid-sejDIlW1EV .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sejDIlW1EV .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sejDIlW1EV table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #635a51;
  margin-bottom: 0;
}
.cid-sejDIlW1EV table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sejDIlW1EV table th:hover {
  background: #635a51;
  color: #ffffff;
}
.cid-sejDIlW1EV table td {
  border-top: 1px solid #635a51;
}
.cid-sejDIlW1EV table.table {
  background: #635a51;
}
.cid-sejDIlW1EV .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sejDIlW1EV .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sejDIlW1EV .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sejDIlW1EV .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #879a9f;
}
@media (max-width: 992px) {
  .cid-sejDIlW1EV .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sejDIlW1EV .dataTables_filter {
    text-align: center;
  }
  .cid-sejDIlW1EV .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sejDIlW1EV .head-item {
  color: #062530;
  text-align: center;
}
.cid-sejDIlW1EV .body-item {
  color: #062530;
  text-align: center;
}
.cid-sejDIlW1EV .mbr-section-title {
  color: #cc2952;
}
.cid-sejDIlW1EV LABEL {
  color: #149dcc;
}
.cid-sejDIlW1EV .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sejDImoC32 {
  background: #cebfaf;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #cebfaf);
}
.cid-sejDImoC32 .image-block {
  margin: auto;
}
.cid-sejDImoC32 figcaption {
  position: relative;
}
.cid-sejDImoC32 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sejDImoC32 .image-block {
    width: 100% !important;
  }
}
.cid-sejDImAdW8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sejDImAdW8 .mbr-text,
.cid-sejDImAdW8 blockquote {
  color: #767676;
}
.cid-sejDImAdW8 blockquote {
  background-color: #232323;
  border-color: #787324;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-sejDImN9y7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-sejDImN9y7 .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shhLSfAn0h p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shhLSfAn0h DIV {
  color: #ffffff;
}
.cid-shhLSfAn0h H10 {
  color: #767676;
}
.cid-shhLSfAn0h .hidden {
  display: none;
}
.cid-shhLSfAn0h .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shhLSfAn0h .sidebar nav {
  height: 100%;
}
.cid-shhLSfAn0h .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shhLSfAn0h .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shhLSfAn0h .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-shhLSfAn0h .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shhLSfAn0h .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shhLSfAn0h .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shhLSfAn0h .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shhLSfAn0h .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shhLSfAn0h .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shhLSfAn0h .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shhLSfAn0h .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shhLSfAn0h .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shhLSfAn0h .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shhLSfAn0h .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shhLSfAn0h .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shhLSfAn0h .sidebar {
    overflow-y: scroll;
  }
}
.cid-shhLSfAn0h :root {
  --sidebar-width: 4.5em;
}
.cid-shhLSfAn0h SPAN {
  color: #fb6504;
}
.cid-sekSXnF797 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/poster-316x500.jpg");
}
.cid-sekSXnF797 P {
  color: #e4d295;
  text-align: left;
}
.cid-sekSXnF797 h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-sekSXnF797 h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-sekSXnF797 .HierOrange {
  color: orange;
}
.cid-sekSXnF797 .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-sekSXnF797 H2 {
  color: #f17530;
}
.cid-sekSXnF797 H1 {
  color: #7f1933;
}
.cid-sekSXnF797 H3 {
  color: #7f1933;
}
.cid-sekSXnF797 .mbr-text,
.cid-sekSXnF797 .mbr-section-btn {
  color: #55b4d4;
}
.cid-sesbktZRwZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #031814;
}
.cid-sesbktZRwZ .line {
  background-color: #55b4d4;
  color: #55b4d4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sesbktZRwZ .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #f17530;
}
.cid-sesbktZRwZ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sesbktZRwZ .inner-container {
    width: 100% !important;
  }
}
.cid-Xdxe1a5Skd {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background: linear-gradient(179deg, #031814, #f17530);
}
.cid-Xdxe1a5Skd .card {
  border-radius: 10px;
  margin-bottom: 3px;
}
.cid-Xdxe1a5Skd .card .card-header {
  border-radius: 10px;
  border: 0px;
  padding: 0;
}
.cid-Xdxe1a5Skd .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-Xdxe1a5Skd .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-Xdxe1a5Skd .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #e4d295;
  margin-bottom: 0;
  border-radius: 10px;
  background-color: #031814;
}
.cid-Xdxe1a5Skd .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-Xdxe1a5Skd .mbr-figure {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .cid-Xdxe1a5Skd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-Xdxe1a5Skd .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-Xdxe1a5Skd .mbr-text {
  color: #f9f295;
  text-align: center;
}
.cid-Xdxe1a5Skd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-Xdxe1a5Skd H2 {
  color: #f17530;
}
.cid-Xdxe1a5Skd H4 {
  color: #0f7699;
}
.cid-Xdxe1a5Skd .mbr-text P {
  text-align: center;
}
.cid-Xdxe1a5Skd P {
  text-align: center;
}
.cid-seD2hjXd7n {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background: linear-gradient(179deg, #f17530, #031814);
}
.cid-seD2hjXd7n .card {
  border-radius: 10px;
  margin-bottom: 4px;
}
.cid-seD2hjXd7n .card .card-header {
  border-radius: 10px;
  border: 0px;
  padding: 0;
}
.cid-seD2hjXd7n .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-seD2hjXd7n .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-seD2hjXd7n .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #e4d295;
  margin-bottom: 0;
  border-radius: 10px;
  background-color: #031814;
}
.cid-seD2hjXd7n .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-seD2hjXd7n .mbr-figure {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .cid-seD2hjXd7n .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-seD2hjXd7n .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-seD2hjXd7n .mbr-text {
  color: #55b4d4;
  text-align: center;
}
.cid-seD2hjXd7n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-seD2hjXd7n H2 {
  color: #f17530;
}
.cid-seD2hjXd7n H4 {
  color: #0f7699;
}
.cid-seD2hjXd7n P {
  text-align: center;
  color: #270d14;
}
.cid-seE1RyH6rp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-seE1RyH6rp .mbr-section-subtitle {
  color: #e4d295;
  text-align: center;
  font-weight: 300;
}
.cid-seE1RyH6rp .step {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border-radius: 50%;
  border: 2px solid #0f7699;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-seE1RyH6rp .separline .step-wrapper {
    position: relative;
  }
  .cid-seE1RyH6rp .separline .step-wrapper:before,
  .cid-seE1RyH6rp .separline .step-wrapper:after {
    top: 12px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 10px - 8px);
    background-color: #0f7699;
  }
  .cid-seE1RyH6rp .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-seE1RyH6rp .separline .step-wrapper:after {
    left: calc(50% + 8px + 10px);
  }
  .cid-seE1RyH6rp .separline.last-child .step-wrapper:after,
  .cid-seE1RyH6rp .separline:nth-child(3n) .step-wrapper:after,
  .cid-seE1RyH6rp .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-seE1RyH6rp .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-seE1RyH6rp .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-seE1RyH6rp .mbr-step-text {
  text-align: center;
  color: #cebfaf;
}
.cid-seE1RyH6rp .mbr-section-title {
  color: #f17530;
}
.cid-seE1RyH6rp .mbr-step-title {
  color: #f17530;
}
.cid-seE4UoXdIA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #031814;
}
.cid-seE4UoXdIA .mbr-section-subtitle {
  color: #e4d295;
  text-align: center;
  font-weight: 300;
}
.cid-seE4UoXdIA .step {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border-radius: 50%;
  border: 2px solid #0f7699;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-seE4UoXdIA .separline .step-wrapper {
    position: relative;
  }
  .cid-seE4UoXdIA .separline .step-wrapper:before,
  .cid-seE4UoXdIA .separline .step-wrapper:after {
    top: 12px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 10px - 8px);
    background-color: #0f7699;
  }
  .cid-seE4UoXdIA .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-seE4UoXdIA .separline .step-wrapper:after {
    left: calc(50% + 8px + 10px);
  }
  .cid-seE4UoXdIA .separline.last-child .step-wrapper:after,
  .cid-seE4UoXdIA .separline:nth-child(3n) .step-wrapper:after,
  .cid-seE4UoXdIA .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-seE4UoXdIA .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-seE4UoXdIA .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-seE4UoXdIA .mbr-step-text {
  text-align: center;
  color: #cebfaf;
}
.cid-seE4UoXdIA .mbr-section-title {
  color: #f17530;
}
.cid-seE4UoXdIA .mbr-step-title {
  color: #f17530;
}
.cid-seE5myFQo5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #031814;
}
.cid-seE5myFQo5 .mbr-section-subtitle {
  color: #e4d295;
  text-align: center;
  font-weight: 300;
}
.cid-seE5myFQo5 .step {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border-radius: 50%;
  border: 2px solid #0f7699;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-seE5myFQo5 .separline .step-wrapper {
    position: relative;
  }
  .cid-seE5myFQo5 .separline .step-wrapper:before,
  .cid-seE5myFQo5 .separline .step-wrapper:after {
    top: 12px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 10px - 8px);
    background-color: #0f7699;
  }
  .cid-seE5myFQo5 .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-seE5myFQo5 .separline .step-wrapper:after {
    left: calc(50% + 8px + 10px);
  }
  .cid-seE5myFQo5 .separline.last-child .step-wrapper:after,
  .cid-seE5myFQo5 .separline:nth-child(3n) .step-wrapper:after,
  .cid-seE5myFQo5 .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-seE5myFQo5 .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-seE5myFQo5 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-seE5myFQo5 .mbr-step-text {
  text-align: center;
  color: #cebfaf;
}
.cid-seE5myFQo5 .mbr-section-title {
  color: #f17530;
}
.cid-seE5myFQo5 .mbr-step-title {
  color: #f17530;
}
.cid-seE6lrJbc3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #031814;
}
.cid-seE6lrJbc3 .mbr-section-subtitle {
  color: #e4d295;
  text-align: center;
  font-weight: 300;
}
.cid-seE6lrJbc3 .step {
  width: 20px;
  height: 20px;
  font-size: 10px;
  border-radius: 50%;
  border: 2px solid #0f7699;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-seE6lrJbc3 .separline .step-wrapper {
    position: relative;
  }
  .cid-seE6lrJbc3 .separline .step-wrapper:before,
  .cid-seE6lrJbc3 .separline .step-wrapper:after {
    top: 12px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 10px - 8px);
    background-color: #0f7699;
  }
  .cid-seE6lrJbc3 .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-seE6lrJbc3 .separline .step-wrapper:after {
    left: calc(50% + 8px + 10px);
  }
  .cid-seE6lrJbc3 .separline.last-child .step-wrapper:after,
  .cid-seE6lrJbc3 .separline:nth-child(3n) .step-wrapper:after,
  .cid-seE6lrJbc3 .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-seE6lrJbc3 .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-seE6lrJbc3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-seE6lrJbc3 .mbr-step-text {
  text-align: center;
  color: #cebfaf;
}
.cid-seE6lrJbc3 .mbr-section-title {
  color: #f17530;
}
.cid-seE6lrJbc3 .mbr-step-title {
  color: #f17530;
}
.cid-seEasB2NZF {
  background: #031814;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #f17530, #031814);
}
.cid-seEasB2NZF .image-block {
  margin: auto;
}
.cid-seEasB2NZF figcaption {
  position: relative;
}
.cid-seEasB2NZF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-seEasB2NZF .image-block {
    width: 100% !important;
  }
}
.cid-sekSXpHUSD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f17530;
}
.cid-sekSXpHUSD .mbr-section-subtitle {
  color: #767676;
}
.cid-sekSXpHUSD .container-table {
  margin: 0 auto;
}
.cid-sekSXpHUSD .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sekSXpHUSD .dataTables_wrapper {
  display: block;
}
.cid-sekSXpHUSD .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sekSXpHUSD .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sekSXpHUSD table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #635a51;
  margin-bottom: 0;
}
.cid-sekSXpHUSD table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sekSXpHUSD table th:hover {
  background: #635a51;
  color: #ffffff;
}
.cid-sekSXpHUSD table td {
  border-top: 1px solid #635a51;
}
.cid-sekSXpHUSD table.table {
  background: #c1c1c1;
}
.cid-sekSXpHUSD .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sekSXpHUSD .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sekSXpHUSD .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sekSXpHUSD .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #879a9f;
}
@media (max-width: 992px) {
  .cid-sekSXpHUSD .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sekSXpHUSD .dataTables_filter {
    text-align: center;
  }
  .cid-sekSXpHUSD .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sekSXpHUSD .head-item {
  color: #f17530;
  text-align: center;
}
.cid-sekSXpHUSD .body-item {
  color: #232323;
  text-align: center;
}
.cid-sekSXpHUSD .mbr-section-title {
  color: #cc2952;
}
.cid-sekSXpHUSD LABEL {
  color: #149dcc;
}
.cid-sekSXpHUSD .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sekSXqevYK {
  background: #f17530;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #f17530);
}
.cid-sekSXqevYK .image-block {
  margin: auto;
}
.cid-sekSXqevYK figcaption {
  position: relative;
}
.cid-sekSXqevYK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sekSXqevYK .image-block {
    width: 100% !important;
  }
}
.cid-sekSXqqq0y {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sekSXqqq0y .mbr-text,
.cid-sekSXqqq0y blockquote {
  color: #767676;
}
.cid-sekSXqqq0y blockquote {
  background-color: #232323;
  border-color: #f17530;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-sekSXqqq0y DIV {
  color: #f17530;
}
.cid-sekSXqyqEu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-sekSXqyqEu .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shhJNce8rg p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shhJNce8rg DIV {
  color: #ffffff;
}
.cid-shhJNce8rg H10 {
  color: #767676;
}
.cid-shhJNce8rg .hidden {
  display: none;
}
.cid-shhJNce8rg .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shhJNce8rg .sidebar nav {
  height: 100%;
}
.cid-shhJNce8rg .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shhJNce8rg .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shhJNce8rg .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-shhJNce8rg .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shhJNce8rg .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shhJNce8rg .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shhJNce8rg .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shhJNce8rg .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shhJNce8rg .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shhJNce8rg .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shhJNce8rg .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shhJNce8rg .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shhJNce8rg .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shhJNce8rg .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shhJNce8rg .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shhJNce8rg .sidebar {
    overflow-y: scroll;
  }
}
.cid-shhJNce8rg :root {
  --sidebar-width: 4.5em;
}
.cid-shhJNce8rg SPAN {
  color: #fb6504;
}
.cid-seJIgDFm8o {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/dc3-3-640x414.jpg");
}
.cid-seJIgDFm8o P {
  color: #ff7f9f;
  text-align: left;
}
.cid-seJIgDFm8o h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-seJIgDFm8o h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-seJIgDFm8o .HierOrange {
  color: orange;
}
.cid-seJIgDFm8o .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-seJIgDFm8o H2 {
  color: #f17530;
}
.cid-seJIgDFm8o H1 {
  color: #7f1933;
}
.cid-seJIgDFm8o H3 {
  color: #7f1933;
}
.cid-seJIgDFm8o .mbr-text,
.cid-seJIgDFm8o .mbr-section-btn {
  color: #55b4d4;
}
.cid-seJIgDUybK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #031814;
}
.cid-seJIgDUybK .line {
  background-color: #0f7699;
  color: #0f7699;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-seJIgDUybK .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #f17530;
}
.cid-seJIgDUybK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-seJIgDUybK .inner-container {
    width: 100% !important;
  }
}
.cid-seJIgE3Hff {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-seJIgE3Hff .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-seJIgE3Hff .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-seJIgE3Hff .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-seJIgE3Hff .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-seJIgE3Hff .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #031814;
}
.cid-seJIgE3Hff .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-seJIgE3Hff .card .panel-body {
  color: #767676;
}
.cid-seJIgE3Hff H4 {
  color: #f17530;
}
.cid-seJIgE3Hff H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-seJIgE3Hff .panel-text {
  color: #f9f295;
}
.cid-seJIgE3Hff .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-seJIgEmofE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
@media (min-width: 992px) {
  .cid-seJIgEmofE .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-seJIgEmofE .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-seJIgEmofE .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-seJIgEmofE .mbr-figure img {
  border-radius: 20px;
}
.cid-seJIgEmofE .mbr-figure img {
  transform: rotate(5deg);
  box-shadow: 30px 30px 20px 0 #1e1d1d;
}
.cid-seJIgEmofE .text-figure-box {
  background-color: #031814;
}
.cid-seJMjQKnST {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #031814;
}
.cid-seJMjQKnST .mbr-text,
.cid-seJMjQKnST blockquote {
  color: #767676;
}
.cid-seJMjQKnST .mbr-text {
  color: #f17530;
}
.cid-seJIgEyebM {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #031814;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-seJIgEyebM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seJIgEyebM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seJIgEyebM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seJIgEyebM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seJIgEyebM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seJIgEyebM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-seJIgEyebM .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-seJIgEyebM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-seJIgEyebM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seJIgEyebM .mbr-gallery-item > div > span {
  color: #cebfaf;
}
.cid-sgTngZVKXX {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #1e1d1d, #031814);
}
.cid-sgTngZVKXX .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sgTngZVKXX .social-list a:focus {
  text-decoration: none;
}
.cid-sgTngZVKXX H2 {
  color: #cc2952;
}
.cid-seVODX4Bv1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #031814;
}
.cid-seVODX4Bv1 .mbr-section-subtitle {
  color: #767676;
}
.cid-seVODX4Bv1 .container-table {
  margin: 0 auto;
}
.cid-seVODX4Bv1 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-seVODX4Bv1 .dataTables_wrapper {
  display: block;
}
.cid-seVODX4Bv1 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-seVODX4Bv1 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-seVODX4Bv1 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0c483d;
  margin-bottom: 0;
}
.cid-seVODX4Bv1 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-seVODX4Bv1 table th:hover {
  background: #0c483d;
  color: #ffffff;
}
.cid-seVODX4Bv1 table td {
  border-top: 1px solid #0c483d;
}
.cid-seVODX4Bv1 table.table {
  background: #031814;
}
.cid-seVODX4Bv1 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-seVODX4Bv1 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-seVODX4Bv1 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-seVODX4Bv1 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-seVODX4Bv1 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-seVODX4Bv1 .dataTables_filter {
    text-align: center;
  }
  .cid-seVODX4Bv1 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-seVODX4Bv1 .mbr-section-title {
  color: #f17530;
}
.cid-seVODX4Bv1 .head-item {
  color: #f17530;
}
.cid-seVODX4Bv1 .body-item {
  color: #e4d295;
}
.cid-seJIgFtjzL {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #031814, #1e1d1d);
}
.cid-seJIgFtjzL .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-seJIgFtjzL .social-list a:focus {
  text-decoration: none;
}
.cid-seJIgFtjzL H2 {
  color: #cc2952;
}
.cid-seJIgGc1UO {
  background: #031814;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #031814);
}
.cid-seJIgGc1UO .image-block {
  margin: auto;
}
.cid-seJIgGc1UO figcaption {
  position: relative;
}
.cid-seJIgGc1UO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-seJIgGc1UO .image-block {
    width: 100% !important;
  }
}
.cid-seJIgGn5Cz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-seJIgGn5Cz .mbr-text,
.cid-seJIgGn5Cz blockquote {
  color: #767676;
}
.cid-seJIgGn5Cz blockquote {
  background-color: #232323;
  border-color: #f17530;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-seJIgGzfUf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-seJIgGzfUf .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shhJUaT9kS p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shhJUaT9kS DIV {
  color: #ffffff;
}
.cid-shhJUaT9kS H10 {
  color: #767676;
}
.cid-shhJUaT9kS .hidden {
  display: none;
}
.cid-shhJUaT9kS .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shhJUaT9kS .sidebar nav {
  height: 100%;
}
.cid-shhJUaT9kS .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shhJUaT9kS .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shhJUaT9kS .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-shhJUaT9kS .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shhJUaT9kS .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shhJUaT9kS .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shhJUaT9kS .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shhJUaT9kS .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shhJUaT9kS .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shhJUaT9kS .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shhJUaT9kS .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shhJUaT9kS .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shhJUaT9kS .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shhJUaT9kS .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shhJUaT9kS .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shhJUaT9kS .sidebar {
    overflow-y: scroll;
  }
}
.cid-shhJUaT9kS :root {
  --sidebar-width: 4.5em;
}
.cid-shhJUaT9kS SPAN {
  color: #fb6504;
}
.cid-seJSEiF9Sl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/nord-2-820x544.jpg");
}
.cid-seJSEiF9Sl P {
  color: #ff7f9f;
  text-align: left;
}
.cid-seJSEiF9Sl h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-seJSEiF9Sl h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-seJSEiF9Sl .HierOrange {
  color: orange;
}
.cid-seJSEiF9Sl .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-seJSEiF9Sl H2 {
  color: #f17530;
}
.cid-seJSEiF9Sl H1 {
  color: #7f1933;
}
.cid-seJSEiF9Sl H3 {
  color: #7f1933;
}
.cid-seJSEiF9Sl .mbr-text,
.cid-seJSEiF9Sl .mbr-section-btn {
  color: #55b4d4;
}
.cid-seJSEjdGl4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #031814;
}
.cid-seJSEjdGl4 .line {
  background-color: #073b4c;
  color: #073b4c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-seJSEjdGl4 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #f17530;
}
.cid-seJSEjdGl4 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-seJSEjdGl4 .inner-container {
    width: 100% !important;
  }
}
.cid-seJSEjoIq9 {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-seJSEjoIq9 .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-seJSEjoIq9 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-seJSEjoIq9 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-seJSEjoIq9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-seJSEjoIq9 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #031814;
}
.cid-seJSEjoIq9 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-seJSEjoIq9 .card .panel-body {
  color: #767676;
}
.cid-seJSEjoIq9 H4 {
  color: #f17530;
}
.cid-seJSEjoIq9 H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-seJSEjoIq9 .panel-text {
  color: #f9f295;
}
.cid-seJSEjoIq9 .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-seJSEjR6Bs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
@media (min-width: 992px) {
  .cid-seJSEjR6Bs .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-seJSEjR6Bs .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-seJSEjR6Bs .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-seJSEjR6Bs .mbr-figure img {
  border-radius: 20px;
}
.cid-seJSEjR6Bs .mbr-figure img {
  transform: rotate(-11deg);
  box-shadow: 30px 30px 20px 0 #1e1d1d;
}
.cid-seJSEjR6Bs .text-figure-box {
  background-color: #031814;
}
.cid-seJSEknAqk {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #031814;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-seJSEknAqk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seJSEknAqk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seJSEknAqk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seJSEknAqk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seJSEknAqk .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seJSEknAqk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-seJSEknAqk .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-seJSEknAqk .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-seJSEknAqk .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seJSEknAqk .mbr-gallery-item > div > span {
  color: #cebfaf;
}
.cid-seJSEl9qM1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #1e1d1d, #031814);
}
.cid-seJSEl9qM1 .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-seJSEl9qM1 .social-list a:focus {
  text-decoration: none;
}
.cid-seJSEl9qM1 H2 {
  color: #cc2952;
}
.cid-sgTmOYfKXu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #031814;
}
.cid-sgTmOYfKXu .mbr-section-subtitle {
  color: #767676;
}
.cid-sgTmOYfKXu .container-table {
  margin: 0 auto;
}
.cid-sgTmOYfKXu .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sgTmOYfKXu .dataTables_wrapper {
  display: block;
}
.cid-sgTmOYfKXu .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sgTmOYfKXu .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sgTmOYfKXu table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0c483d;
  margin-bottom: 0;
}
.cid-sgTmOYfKXu table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sgTmOYfKXu table th:hover {
  background: #0c483d;
  color: #ffffff;
}
.cid-sgTmOYfKXu table td {
  border-top: 1px solid #0c483d;
}
.cid-sgTmOYfKXu table.table {
  background: #031814;
}
.cid-sgTmOYfKXu .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sgTmOYfKXu .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sgTmOYfKXu .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sgTmOYfKXu .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sgTmOYfKXu .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sgTmOYfKXu .dataTables_filter {
    text-align: center;
  }
  .cid-sgTmOYfKXu .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sgTmOYfKXu .mbr-section-title {
  color: #f17530;
}
.cid-sgTmOYfKXu .head-item {
  color: #f17530;
}
.cid-sgTmOYfKXu .body-item {
  color: #e4d295;
}
.cid-seJSElviab {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #031814, #1e1d1d);
}
.cid-seJSElviab .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-seJSElviab .social-list a:focus {
  text-decoration: none;
}
.cid-seJSElviab H2 {
  color: #cc2952;
}
.cid-seJSEmnJgE {
  background: #031814;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #031814);
}
.cid-seJSEmnJgE .image-block {
  margin: auto;
}
.cid-seJSEmnJgE figcaption {
  position: relative;
}
.cid-seJSEmnJgE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-seJSEmnJgE .image-block {
    width: 100% !important;
  }
}
.cid-seJSEmFiLM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-seJSEmFiLM .mbr-text,
.cid-seJSEmFiLM blockquote {
  color: #767676;
}
.cid-seJSEmFiLM blockquote {
  background-color: #232323;
  border-color: #f17530;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-seJSEmQ2j1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-seJSEmQ2j1 .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shhK2pS3of p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shhK2pS3of DIV {
  color: #ffffff;
}
.cid-shhK2pS3of H10 {
  color: #767676;
}
.cid-shhK2pS3of .hidden {
  display: none;
}
.cid-shhK2pS3of .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shhK2pS3of .sidebar nav {
  height: 100%;
}
.cid-shhK2pS3of .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shhK2pS3of .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shhK2pS3of .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-shhK2pS3of .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shhK2pS3of .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shhK2pS3of .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shhK2pS3of .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shhK2pS3of .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shhK2pS3of .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shhK2pS3of .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shhK2pS3of .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shhK2pS3of .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shhK2pS3of .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shhK2pS3of .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shhK2pS3of .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shhK2pS3of .sidebar {
    overflow-y: scroll;
  }
}
.cid-shhK2pS3of :root {
  --sidebar-width: 4.5em;
}
.cid-shhK2pS3of SPAN {
  color: #fb6504;
}
.cid-seSRESjvtj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/hs-800x480.jpg");
}
.cid-seSRESjvtj P {
  color: #ff7f9f;
  text-align: left;
}
.cid-seSRESjvtj h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-seSRESjvtj h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-seSRESjvtj .HierOrange {
  color: orange;
}
.cid-seSRESjvtj .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-seSRESjvtj H2 {
  color: #f17530;
}
.cid-seSRESjvtj H1 {
  color: #7f1933;
}
.cid-seSRESjvtj H3 {
  color: #7f1933;
}
.cid-seSRESjvtj .mbr-text,
.cid-seSRESjvtj .mbr-section-btn {
  color: #55b4d4;
}
.cid-seSRESRium {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #031814;
}
.cid-seSRESRium .line {
  background-color: #f17530;
  color: #f17530;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-seSRESRium .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #f17530;
}
.cid-seSRESRium .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-seSRESRium .inner-container {
    width: 100% !important;
  }
}
.cid-seSRET2N97 {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-seSRET2N97 .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-seSRET2N97 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-seSRET2N97 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-seSRET2N97 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-seSRET2N97 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #031814;
}
.cid-seSRET2N97 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-seSRET2N97 .card .panel-body {
  color: #767676;
}
.cid-seSRET2N97 H4 {
  color: #f17530;
}
.cid-seSRET2N97 H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-seSRET2N97 .panel-text {
  color: #f9f295;
}
.cid-seSRET2N97 .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-seSRETsWLx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
@media (min-width: 992px) {
  .cid-seSRETsWLx .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-seSRETsWLx .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-seSRETsWLx .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-seSRETsWLx .mbr-figure img {
  border-radius: 20px;
}
.cid-seSRETsWLx .mbr-figure img {
  transform: rotate(-11deg);
  box-shadow: 30px 30px 20px 0 #1e1d1d;
}
.cid-seSRETsWLx .text-figure-box {
  background-color: #031814;
}
.cid-seSRETGTdM {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #031814;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-seSRETGTdM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seSRETGTdM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seSRETGTdM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seSRETGTdM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seSRETGTdM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seSRETGTdM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-seSRETGTdM .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-seSRETGTdM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-seSRETGTdM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seSRETGTdM .mbr-gallery-item > div > span {
  color: #cebfaf;
}
.cid-seSREUeR6p {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #1e1d1d, #031814);
}
.cid-seSREUeR6p .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-seSREUeR6p .social-list a:focus {
  text-decoration: none;
}
.cid-seSREUeR6p H2 {
  color: #cc2952;
}
.cid-sgTlPj4xtb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #031814;
}
.cid-sgTlPj4xtb .mbr-section-subtitle {
  color: #767676;
}
.cid-sgTlPj4xtb .container-table {
  margin: 0 auto;
}
.cid-sgTlPj4xtb .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sgTlPj4xtb .dataTables_wrapper {
  display: block;
}
.cid-sgTlPj4xtb .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sgTlPj4xtb .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sgTlPj4xtb table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0c483d;
  margin-bottom: 0;
}
.cid-sgTlPj4xtb table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sgTlPj4xtb table th:hover {
  background: #0c483d;
  color: #ffffff;
}
.cid-sgTlPj4xtb table td {
  border-top: 1px solid #0c483d;
}
.cid-sgTlPj4xtb table.table {
  background: #031814;
}
.cid-sgTlPj4xtb .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sgTlPj4xtb .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sgTlPj4xtb .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sgTlPj4xtb .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sgTlPj4xtb .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sgTlPj4xtb .dataTables_filter {
    text-align: center;
  }
  .cid-sgTlPj4xtb .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sgTlPj4xtb .mbr-section-title {
  color: #f17530;
}
.cid-sgTlPj4xtb .head-item {
  color: #f17530;
}
.cid-sgTlPj4xtb .body-item {
  color: #e4d295;
}
.cid-seSREUG9ob {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #031814, #1e1d1d);
}
.cid-seSREUG9ob .mbr-iconfont-social {
  font-size: 32px;
  color: #031814;
}
.cid-seSREUG9ob .social-list a:focus {
  text-decoration: none;
}
.cid-seSREUG9ob H2 {
  color: #cc2952;
}
.cid-seSREVxLgG {
  background: #031814;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #031814);
}
.cid-seSREVxLgG .image-block {
  margin: auto;
}
.cid-seSREVxLgG figcaption {
  position: relative;
}
.cid-seSREVxLgG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-seSREVxLgG .image-block {
    width: 100% !important;
  }
}
.cid-seSREVMRVH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-seSREVMRVH .mbr-text,
.cid-seSREVMRVH blockquote {
  color: #767676;
}
.cid-seSREVMRVH blockquote {
  background-color: #232323;
  border-color: #f17530;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-seSREVW94w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-seSREVW94w .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shhK8Rl39V p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shhK8Rl39V DIV {
  color: #ffffff;
}
.cid-shhK8Rl39V H10 {
  color: #767676;
}
.cid-shhK8Rl39V .hidden {
  display: none;
}
.cid-shhK8Rl39V .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shhK8Rl39V .sidebar nav {
  height: 100%;
}
.cid-shhK8Rl39V .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shhK8Rl39V .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shhK8Rl39V .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-shhK8Rl39V .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shhK8Rl39V .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shhK8Rl39V .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shhK8Rl39V .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shhK8Rl39V .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shhK8Rl39V .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shhK8Rl39V .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shhK8Rl39V .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shhK8Rl39V .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shhK8Rl39V .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shhK8Rl39V .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shhK8Rl39V .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shhK8Rl39V .sidebar {
    overflow-y: scroll;
  }
}
.cid-shhK8Rl39V :root {
  --sidebar-width: 4.5em;
}
.cid-shhK8Rl39V SPAN {
  color: #fb6504;
}
.cid-seSYgecpdN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/dc4-1-1600x1155.jpg");
}
.cid-seSYgecpdN P {
  color: #ff7f9f;
  text-align: left;
}
.cid-seSYgecpdN h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-seSYgecpdN h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-seSYgecpdN .HierOrange {
  color: orange;
}
.cid-seSYgecpdN .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-seSYgecpdN H2 {
  color: #f17530;
}
.cid-seSYgecpdN H1 {
  color: #7f1933;
}
.cid-seSYgecpdN H3 {
  color: #7f1933;
}
.cid-seSYgecpdN .mbr-text,
.cid-seSYgecpdN .mbr-section-btn {
  color: #55b4d4;
}
.cid-seSYgeHyjx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #031814;
}
.cid-seSYgeHyjx .line {
  background-color: #073b4c;
  color: #073b4c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-seSYgeHyjx .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #f17530;
}
.cid-seSYgeHyjx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-seSYgeHyjx .inner-container {
    width: 100% !important;
  }
}
.cid-seSYgeSChp {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-seSYgeSChp .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-seSYgeSChp .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-seSYgeSChp .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-seSYgeSChp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-seSYgeSChp .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #031814;
}
.cid-seSYgeSChp .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-seSYgeSChp .card .panel-body {
  color: #767676;
}
.cid-seSYgeSChp H4 {
  color: #f17530;
}
.cid-seSYgeSChp H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-seSYgeSChp .panel-text {
  color: #f9f295;
}
.cid-seSYgeSChp .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-seSYgfjOBo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
@media (min-width: 992px) {
  .cid-seSYgfjOBo .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-seSYgfjOBo .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-seSYgfjOBo .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-seSYgfjOBo .mbr-figure img {
  border-radius: 20px;
}
.cid-seSYgfjOBo .mbr-figure img {
  transform: rotate(0deg);
  box-shadow: 30px 30px 20px 0 #1e1d1d;
}
.cid-seSYgfjOBo .text-figure-box {
  background-color: #031814;
}
.cid-seTFA7Rcqr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #031814;
}
.cid-seTFA7Rcqr .line {
  background-color: #031814;
  color: #031814;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-seTFA7Rcqr .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #f17530;
}
.cid-seTFA7Rcqr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-seTFA7Rcqr .inner-container {
    width: 100% !important;
  }
}
.cid-seSYgfyAYu {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #031814;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-seSYgfyAYu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seSYgfyAYu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seSYgfyAYu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seSYgfyAYu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seSYgfyAYu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seSYgfyAYu .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-seSYgfyAYu .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-seSYgfyAYu .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-seSYgfyAYu .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seSYgfyAYu .mbr-gallery-item > div > span {
  color: #cebfaf;
}
.cid-seSYgfZyTX {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #1e1d1d, #031814);
}
.cid-seSYgfZyTX .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-seSYgfZyTX .social-list a:focus {
  text-decoration: none;
}
.cid-seSYgfZyTX H2 {
  color: #cc2952;
}
.cid-sgToqUtJqy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #031814;
}
.cid-sgToqUtJqy .mbr-section-subtitle {
  color: #767676;
}
.cid-sgToqUtJqy .container-table {
  margin: 0 auto;
}
.cid-sgToqUtJqy .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sgToqUtJqy .dataTables_wrapper {
  display: block;
}
.cid-sgToqUtJqy .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sgToqUtJqy .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sgToqUtJqy table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0c483d;
  margin-bottom: 0;
}
.cid-sgToqUtJqy table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sgToqUtJqy table th:hover {
  background: #0c483d;
  color: #ffffff;
}
.cid-sgToqUtJqy table td {
  border-top: 1px solid #0c483d;
}
.cid-sgToqUtJqy table.table {
  background: #031814;
}
.cid-sgToqUtJqy .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sgToqUtJqy .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sgToqUtJqy .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sgToqUtJqy .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sgToqUtJqy .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sgToqUtJqy .dataTables_filter {
    text-align: center;
  }
  .cid-sgToqUtJqy .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sgToqUtJqy .mbr-section-title {
  color: #f17530;
}
.cid-sgToqUtJqy .head-item {
  color: #f17530;
}
.cid-sgToqUtJqy .body-item {
  color: #e4d295;
}
.cid-seSYggnC4H {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #031814, #1e1d1d);
}
.cid-seSYggnC4H .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-seSYggnC4H .social-list a:focus {
  text-decoration: none;
}
.cid-seSYggnC4H H2 {
  color: #cc2952;
}
.cid-seSYghclfW {
  background: #031814;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #031814);
}
.cid-seSYghclfW .image-block {
  margin: auto;
}
.cid-seSYghclfW figcaption {
  position: relative;
}
.cid-seSYghclfW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-seSYghclfW .image-block {
    width: 100% !important;
  }
}
.cid-seSYghpO6o {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-seSYghpO6o .mbr-text,
.cid-seSYghpO6o blockquote {
  color: #767676;
}
.cid-seSYghpO6o blockquote {
  background-color: #232323;
  border-color: #f17530;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-seSYghyLpo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-seSYghyLpo .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shhKoTRk5h p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shhKoTRk5h DIV {
  color: #ffffff;
}
.cid-shhKoTRk5h H10 {
  color: #767676;
}
.cid-shhKoTRk5h .hidden {
  display: none;
}
.cid-shhKoTRk5h .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shhKoTRk5h .sidebar nav {
  height: 100%;
}
.cid-shhKoTRk5h .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shhKoTRk5h .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shhKoTRk5h .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-shhKoTRk5h .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shhKoTRk5h .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shhKoTRk5h .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shhKoTRk5h .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shhKoTRk5h .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shhKoTRk5h .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shhKoTRk5h .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shhKoTRk5h .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shhKoTRk5h .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shhKoTRk5h .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shhKoTRk5h .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shhKoTRk5h .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shhKoTRk5h .sidebar {
    overflow-y: scroll;
  }
}
.cid-shhKoTRk5h :root {
  --sidebar-width: 4.5em;
}
.cid-shhKoTRk5h SPAN {
  color: #fb6504;
}
.cid-seTNFWupHn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/l188-2-720x511.jpg");
}
.cid-seTNFWupHn P {
  color: #ff7f9f;
  text-align: left;
}
.cid-seTNFWupHn h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-seTNFWupHn h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-seTNFWupHn .HierOrange {
  color: orange;
}
.cid-seTNFWupHn .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-seTNFWupHn H2 {
  color: #f17530;
}
.cid-seTNFWupHn H1 {
  color: #7f1933;
}
.cid-seTNFWupHn H3 {
  color: #7f1933;
}
.cid-seTNFWupHn .mbr-text,
.cid-seTNFWupHn .mbr-section-btn {
  color: #55b4d4;
}
.cid-seTNFWTPyu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #031814;
}
.cid-seTNFWTPyu .line {
  background-color: #073b4c;
  color: #073b4c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-seTNFWTPyu .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #f17530;
}
.cid-seTNFWTPyu .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-seTNFWTPyu .inner-container {
    width: 100% !important;
  }
}
.cid-seTNFX2nvh {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-seTNFX2nvh .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-seTNFX2nvh .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-seTNFX2nvh .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-seTNFX2nvh .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-seTNFX2nvh .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #031814;
}
.cid-seTNFX2nvh .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-seTNFX2nvh .card .panel-body {
  color: #767676;
}
.cid-seTNFX2nvh H4 {
  color: #f17530;
}
.cid-seTNFX2nvh H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-seTNFX2nvh .panel-text {
  color: #f9f295;
}
.cid-seTNFX2nvh .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-seTNFXnQrY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
@media (min-width: 992px) {
  .cid-seTNFXnQrY .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-seTNFXnQrY .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-seTNFXnQrY .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-seTNFXnQrY .mbr-figure img {
  border-radius: 20px;
}
.cid-seTNFXnQrY .mbr-figure img {
  transform: rotate(-7deg);
  box-shadow: 30px 30px 20px 0 #1e1d1d;
}
.cid-seTNFXnQrY .text-figure-box {
  background-color: #031814;
}
.cid-seTNFXAwFf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-seTNFXAwFf .line {
  background-color: #031814;
  color: #031814;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-seTNFXAwFf .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #f17530;
}
.cid-seTNFXAwFf .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-seTNFXAwFf .inner-container {
    width: 100% !important;
  }
}
.cid-seTNFXKQbp {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #031814;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-seTNFXKQbp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seTNFXKQbp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seTNFXKQbp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seTNFXKQbp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seTNFXKQbp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seTNFXKQbp .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-seTNFXKQbp .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-seTNFXKQbp .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-seTNFXKQbp .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seTNFXKQbp .mbr-gallery-item > div > span {
  color: #cebfaf;
}
.cid-seTNFYrZNF {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #1e1d1d, #031814);
}
.cid-seTNFYrZNF .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-seTNFYrZNF .social-list a:focus {
  text-decoration: none;
}
.cid-seTNFYrZNF H2 {
  color: #cc2952;
}
.cid-sgTpXgmrqM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #031814;
}
.cid-sgTpXgmrqM .mbr-section-subtitle {
  color: #767676;
}
.cid-sgTpXgmrqM .container-table {
  margin: 0 auto;
}
.cid-sgTpXgmrqM .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sgTpXgmrqM .dataTables_wrapper {
  display: block;
}
.cid-sgTpXgmrqM .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sgTpXgmrqM .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sgTpXgmrqM table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0c483d;
  margin-bottom: 0;
}
.cid-sgTpXgmrqM table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sgTpXgmrqM table th:hover {
  background: #0c483d;
  color: #ffffff;
}
.cid-sgTpXgmrqM table td {
  border-top: 1px solid #0c483d;
}
.cid-sgTpXgmrqM table.table {
  background: #031814;
}
.cid-sgTpXgmrqM .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sgTpXgmrqM .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sgTpXgmrqM .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sgTpXgmrqM .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sgTpXgmrqM .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sgTpXgmrqM .dataTables_filter {
    text-align: center;
  }
  .cid-sgTpXgmrqM .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sgTpXgmrqM .mbr-section-title {
  color: #f17530;
}
.cid-sgTpXgmrqM .head-item {
  color: #f17530;
}
.cid-sgTpXgmrqM .body-item {
  color: #e4d295;
}
.cid-seTNFYKZHo {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #031814, #1e1d1d);
}
.cid-seTNFYKZHo .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-seTNFYKZHo .social-list a:focus {
  text-decoration: none;
}
.cid-seTNFYKZHo H2 {
  color: #cc2952;
}
.cid-seTNFZzLlr {
  background: #031814;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #031814);
}
.cid-seTNFZzLlr .image-block {
  margin: auto;
}
.cid-seTNFZzLlr figcaption {
  position: relative;
}
.cid-seTNFZzLlr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-seTNFZzLlr .image-block {
    width: 100% !important;
  }
}
.cid-seTNFZLp4c {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-seTNFZLp4c .mbr-text,
.cid-seTNFZLp4c blockquote {
  color: #767676;
}
.cid-seTNFZLp4c blockquote {
  background-color: #232323;
  border-color: #f17530;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-seTNFZVuR5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-seTNFZVuR5 .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shhKuITqw4 p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shhKuITqw4 DIV {
  color: #ffffff;
}
.cid-shhKuITqw4 H10 {
  color: #767676;
}
.cid-shhKuITqw4 .hidden {
  display: none;
}
.cid-shhKuITqw4 .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shhKuITqw4 .sidebar nav {
  height: 100%;
}
.cid-shhKuITqw4 .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shhKuITqw4 .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shhKuITqw4 .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-shhKuITqw4 .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shhKuITqw4 .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shhKuITqw4 .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shhKuITqw4 .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shhKuITqw4 .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shhKuITqw4 .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shhKuITqw4 .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shhKuITqw4 .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shhKuITqw4 .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shhKuITqw4 .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shhKuITqw4 .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shhKuITqw4 .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shhKuITqw4 .sidebar {
    overflow-y: scroll;
  }
}
.cid-shhKuITqw4 :root {
  --sidebar-width: 4.5em;
}
.cid-shhKuITqw4 SPAN {
  color: #fb6504;
}
.cid-seTUk8wtb6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/comet4-5-442x212.jpg");
}
.cid-seTUk8wtb6 P {
  color: #ff7f9f;
  text-align: left;
}
.cid-seTUk8wtb6 h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-seTUk8wtb6 h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-seTUk8wtb6 .HierOrange {
  color: orange;
}
.cid-seTUk8wtb6 .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-seTUk8wtb6 H2 {
  color: #f17530;
}
.cid-seTUk8wtb6 H1 {
  color: #7f1933;
}
.cid-seTUk8wtb6 H3 {
  color: #7f1933;
}
.cid-seTUk8wtb6 .mbr-text,
.cid-seTUk8wtb6 .mbr-section-btn {
  color: #55b4d4;
}
.cid-seTUk8Y8go {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #031814;
}
.cid-seTUk8Y8go .line {
  background-color: #073b4c;
  color: #073b4c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-seTUk8Y8go .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #f17530;
}
.cid-seTUk8Y8go .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-seTUk8Y8go .inner-container {
    width: 100% !important;
  }
}
.cid-seTUk97L5h {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-seTUk97L5h .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-seTUk97L5h .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-seTUk97L5h .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-seTUk97L5h .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-seTUk97L5h .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #031814;
}
.cid-seTUk97L5h .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-seTUk97L5h .card .panel-body {
  color: #767676;
}
.cid-seTUk97L5h H4 {
  color: #f17530;
}
.cid-seTUk97L5h H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-seTUk97L5h .panel-text {
  color: #f9f295;
}
.cid-seTUk97L5h .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-seTUk9vLYy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
@media (min-width: 992px) {
  .cid-seTUk9vLYy .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-seTUk9vLYy .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-seTUk9vLYy .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-seTUk9vLYy .mbr-figure img {
  border-radius: 20px;
}
.cid-seTUk9vLYy .mbr-figure img {
  transform: rotate(4deg);
  box-shadow: 30px 30px 20px 0 #1e1d1d;
}
.cid-seTUk9vLYy .text-figure-box {
  background-color: #031814;
}
.cid-seTUk9KaYf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-seTUk9KaYf .line {
  background-color: #031814;
  color: #031814;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-seTUk9KaYf .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #f17530;
}
.cid-seTUk9KaYf .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-seTUk9KaYf .inner-container {
    width: 100% !important;
  }
}
.cid-seTUk9SbhU {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #031814;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-seTUk9SbhU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seTUk9SbhU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seTUk9SbhU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seTUk9SbhU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seTUk9SbhU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seTUk9SbhU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-seTUk9SbhU .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-seTUk9SbhU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-seTUk9SbhU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seTUk9SbhU .mbr-gallery-item > div > span {
  color: #cebfaf;
}
.cid-seTUkai6Wf {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #1e1d1d, #031814);
}
.cid-seTUkai6Wf .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-seTUkai6Wf .social-list a:focus {
  text-decoration: none;
}
.cid-seTUkai6Wf H2 {
  color: #cc2952;
}
.cid-sgTqkGTpPs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #031814;
}
.cid-sgTqkGTpPs .mbr-section-subtitle {
  color: #767676;
}
.cid-sgTqkGTpPs .container-table {
  margin: 0 auto;
}
.cid-sgTqkGTpPs .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sgTqkGTpPs .dataTables_wrapper {
  display: block;
}
.cid-sgTqkGTpPs .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sgTqkGTpPs .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sgTqkGTpPs table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0c483d;
  margin-bottom: 0;
}
.cid-sgTqkGTpPs table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sgTqkGTpPs table th:hover {
  background: #0c483d;
  color: #ffffff;
}
.cid-sgTqkGTpPs table td {
  border-top: 1px solid #0c483d;
}
.cid-sgTqkGTpPs table.table {
  background: #031814;
}
.cid-sgTqkGTpPs .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sgTqkGTpPs .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sgTqkGTpPs .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sgTqkGTpPs .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sgTqkGTpPs .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sgTqkGTpPs .dataTables_filter {
    text-align: center;
  }
  .cid-sgTqkGTpPs .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sgTqkGTpPs .mbr-section-title {
  color: #f17530;
}
.cid-sgTqkGTpPs .head-item {
  color: #f17530;
}
.cid-sgTqkGTpPs .body-item {
  color: #e4d295;
}
.cid-seTUkazgIn {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #031814, #1e1d1d);
}
.cid-seTUkazgIn .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-seTUkazgIn .social-list a:focus {
  text-decoration: none;
}
.cid-seTUkazgIn H2 {
  color: #cc2952;
}
.cid-seTUkbg5OZ {
  background: #031814;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #031814);
}
.cid-seTUkbg5OZ .image-block {
  margin: auto;
}
.cid-seTUkbg5OZ figcaption {
  position: relative;
}
.cid-seTUkbg5OZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-seTUkbg5OZ .image-block {
    width: 100% !important;
  }
}
.cid-seTUkbriPp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-seTUkbriPp .mbr-text,
.cid-seTUkbriPp blockquote {
  color: #767676;
}
.cid-seTUkbriPp blockquote {
  background-color: #232323;
  border-color: #f17530;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-seTUkbzSPm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-seTUkbzSPm .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shhKCoDg23 p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shhKCoDg23 DIV {
  color: #ffffff;
}
.cid-shhKCoDg23 H10 {
  color: #767676;
}
.cid-shhKCoDg23 .hidden {
  display: none;
}
.cid-shhKCoDg23 .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shhKCoDg23 .sidebar nav {
  height: 100%;
}
.cid-shhKCoDg23 .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shhKCoDg23 .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shhKCoDg23 .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-shhKCoDg23 .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shhKCoDg23 .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shhKCoDg23 .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shhKCoDg23 .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shhKCoDg23 .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shhKCoDg23 .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shhKCoDg23 .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shhKCoDg23 .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shhKCoDg23 .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shhKCoDg23 .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shhKCoDg23 .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shhKCoDg23 .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shhKCoDg23 .sidebar {
    overflow-y: scroll;
  }
}
.cid-shhKCoDg23 :root {
  --sidebar-width: 4.5em;
}
.cid-shhKCoDg23 SPAN {
  color: #fb6504;
}
.cid-seU3FVZhxH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/vc10-1-830x440.jpg");
}
.cid-seU3FVZhxH P {
  color: #ff7f9f;
  text-align: left;
}
.cid-seU3FVZhxH h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-seU3FVZhxH h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-seU3FVZhxH .HierOrange {
  color: orange;
}
.cid-seU3FVZhxH .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-seU3FVZhxH H2 {
  color: #f17530;
}
.cid-seU3FVZhxH H1 {
  color: #7f1933;
}
.cid-seU3FVZhxH H3 {
  color: #7f1933;
}
.cid-seU3FVZhxH .mbr-text,
.cid-seU3FVZhxH .mbr-section-btn {
  color: #55b4d4;
}
.cid-seU3FWpm5s {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #031814;
}
.cid-seU3FWpm5s .line {
  background-color: #073b4c;
  color: #073b4c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-seU3FWpm5s .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #f17530;
}
.cid-seU3FWpm5s .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-seU3FWpm5s .inner-container {
    width: 100% !important;
  }
}
.cid-seU3FWyPTu {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-seU3FWyPTu .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-seU3FWyPTu .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-seU3FWyPTu .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-seU3FWyPTu .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-seU3FWyPTu .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #031814;
}
.cid-seU3FWyPTu .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-seU3FWyPTu .card .panel-body {
  color: #767676;
}
.cid-seU3FWyPTu H4 {
  color: #f17530;
}
.cid-seU3FWyPTu H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-seU3FWyPTu .panel-text {
  color: #f9f295;
}
.cid-seU3FWyPTu .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-seU3FX2nRC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
@media (min-width: 992px) {
  .cid-seU3FX2nRC .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-seU3FX2nRC .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-seU3FX2nRC .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-seU3FX2nRC .mbr-figure img {
  border-radius: 20px;
}
.cid-seU3FX2nRC .mbr-figure img {
  transform: rotate(4deg);
  box-shadow: 30px 30px 20px 0 #1e1d1d;
}
.cid-seU3FX2nRC .text-figure-box {
  background-color: #031814;
}
.cid-seU3FXfbfq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-seU3FXfbfq .line {
  background-color: #031814;
  color: #031814;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-seU3FXfbfq .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #f17530;
}
.cid-seU3FXfbfq .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-seU3FXfbfq .inner-container {
    width: 100% !important;
  }
}
.cid-seU3FXnov7 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #031814;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-seU3FXnov7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seU3FXnov7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seU3FXnov7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seU3FXnov7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seU3FXnov7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seU3FXnov7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-seU3FXnov7 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-seU3FXnov7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-seU3FXnov7 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seU3FXnov7 .mbr-gallery-item > div > span {
  color: #cebfaf;
}
.cid-seU3FXN01L {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #1e1d1d, #031814);
}
.cid-seU3FXN01L .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-seU3FXN01L .social-list a:focus {
  text-decoration: none;
}
.cid-seU3FXN01L H2 {
  color: #cc2952;
}
.cid-sgTqKlyx01 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #031814;
}
.cid-sgTqKlyx01 .mbr-section-subtitle {
  color: #767676;
}
.cid-sgTqKlyx01 .container-table {
  margin: 0 auto;
}
.cid-sgTqKlyx01 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sgTqKlyx01 .dataTables_wrapper {
  display: block;
}
.cid-sgTqKlyx01 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sgTqKlyx01 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sgTqKlyx01 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0c483d;
  margin-bottom: 0;
}
.cid-sgTqKlyx01 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sgTqKlyx01 table th:hover {
  background: #0c483d;
  color: #ffffff;
}
.cid-sgTqKlyx01 table td {
  border-top: 1px solid #0c483d;
}
.cid-sgTqKlyx01 table.table {
  background: #031814;
}
.cid-sgTqKlyx01 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sgTqKlyx01 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sgTqKlyx01 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sgTqKlyx01 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sgTqKlyx01 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sgTqKlyx01 .dataTables_filter {
    text-align: center;
  }
  .cid-sgTqKlyx01 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sgTqKlyx01 .mbr-section-title {
  color: #f17530;
}
.cid-sgTqKlyx01 .head-item {
  color: #f17530;
}
.cid-sgTqKlyx01 .body-item {
  color: #e4d295;
}
.cid-seU3FY5Ez8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #031814, #1e1d1d);
}
.cid-seU3FY5Ez8 .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-seU3FY5Ez8 .social-list a:focus {
  text-decoration: none;
}
.cid-seU3FY5Ez8 H2 {
  color: #cc2952;
}
.cid-seU3FYTNee {
  background: #031814;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #031814);
}
.cid-seU3FYTNee .image-block {
  margin: auto;
}
.cid-seU3FYTNee figcaption {
  position: relative;
}
.cid-seU3FYTNee figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-seU3FYTNee .image-block {
    width: 100% !important;
  }
}
.cid-seU3FZ5MhQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-seU3FZ5MhQ .mbr-text,
.cid-seU3FZ5MhQ blockquote {
  color: #767676;
}
.cid-seU3FZ5MhQ blockquote {
  background-color: #232323;
  border-color: #f17530;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-seU3FZeA56 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-seU3FZeA56 .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shhKIQFqZn p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shhKIQFqZn DIV {
  color: #ffffff;
}
.cid-shhKIQFqZn H10 {
  color: #767676;
}
.cid-shhKIQFqZn .hidden {
  display: none;
}
.cid-shhKIQFqZn .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shhKIQFqZn .sidebar nav {
  height: 100%;
}
.cid-shhKIQFqZn .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shhKIQFqZn .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shhKIQFqZn .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-shhKIQFqZn .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shhKIQFqZn .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shhKIQFqZn .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shhKIQFqZn .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shhKIQFqZn .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shhKIQFqZn .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shhKIQFqZn .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shhKIQFqZn .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shhKIQFqZn .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shhKIQFqZn .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shhKIQFqZn .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shhKIQFqZn .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shhKIQFqZn .sidebar {
    overflow-y: scroll;
  }
}
.cid-shhKIQFqZn :root {
  --sidebar-width: 4.5em;
}
.cid-shhKIQFqZn SPAN {
  color: #fb6504;
}
.cid-seUqD3lNhn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/convaircv990-hb-ich-1-900x596.jpg");
}
.cid-seUqD3lNhn P {
  color: #ff7f9f;
  text-align: left;
}
.cid-seUqD3lNhn h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-seUqD3lNhn h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-seUqD3lNhn .HierOrange {
  color: orange;
}
.cid-seUqD3lNhn .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-seUqD3lNhn H2 {
  color: #f17530;
}
.cid-seUqD3lNhn H1 {
  color: #7f1933;
}
.cid-seUqD3lNhn H3 {
  color: #7f1933;
}
.cid-seUqD3lNhn .mbr-text,
.cid-seUqD3lNhn .mbr-section-btn {
  color: #55b4d4;
}
.cid-seUqD3IzmS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #031814;
}
.cid-seUqD3IzmS .line {
  background-color: #073b4c;
  color: #073b4c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-seUqD3IzmS .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #f17530;
}
.cid-seUqD3IzmS .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-seUqD3IzmS .inner-container {
    width: 100% !important;
  }
}
.cid-seUqD3SfDN {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-seUqD3SfDN .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-seUqD3SfDN .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-seUqD3SfDN .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-seUqD3SfDN .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-seUqD3SfDN .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #031814;
}
.cid-seUqD3SfDN .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-seUqD3SfDN .card .panel-body {
  color: #767676;
}
.cid-seUqD3SfDN H4 {
  color: #f17530;
}
.cid-seUqD3SfDN H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-seUqD3SfDN .panel-text {
  color: #f9f295;
}
.cid-seUqD3SfDN .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-seUqD4bVSY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
@media (min-width: 992px) {
  .cid-seUqD4bVSY .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-seUqD4bVSY .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-seUqD4bVSY .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-seUqD4bVSY .mbr-figure img {
  border-radius: 20px;
}
.cid-seUqD4bVSY .mbr-figure img {
  transform: rotate(4deg);
  box-shadow: 30px 30px 20px 0 #1e1d1d;
}
.cid-seUqD4bVSY .text-figure-box {
  background-color: #031814;
}
.cid-seUqD4yvOO {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #031814;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-seUqD4yvOO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seUqD4yvOO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seUqD4yvOO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seUqD4yvOO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seUqD4yvOO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seUqD4yvOO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-seUqD4yvOO .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-seUqD4yvOO .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-seUqD4yvOO .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seUqD4yvOO .mbr-gallery-item > div > span {
  color: #cebfaf;
}
.cid-seUqD5coNu {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #1e1d1d, #031814);
}
.cid-seUqD5coNu .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-seUqD5coNu .social-list a:focus {
  text-decoration: none;
}
.cid-seUqD5coNu H2 {
  color: #cc2952;
}
.cid-sgTrJyaSyo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #031814;
}
.cid-sgTrJyaSyo .mbr-section-subtitle {
  color: #767676;
}
.cid-sgTrJyaSyo .container-table {
  margin: 0 auto;
}
.cid-sgTrJyaSyo .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sgTrJyaSyo .dataTables_wrapper {
  display: block;
}
.cid-sgTrJyaSyo .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sgTrJyaSyo .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sgTrJyaSyo table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0c483d;
  margin-bottom: 0;
}
.cid-sgTrJyaSyo table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sgTrJyaSyo table th:hover {
  background: #0c483d;
  color: #ffffff;
}
.cid-sgTrJyaSyo table td {
  border-top: 1px solid #0c483d;
}
.cid-sgTrJyaSyo table.table {
  background: #031814;
}
.cid-sgTrJyaSyo .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sgTrJyaSyo .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sgTrJyaSyo .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sgTrJyaSyo .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sgTrJyaSyo .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sgTrJyaSyo .dataTables_filter {
    text-align: center;
  }
  .cid-sgTrJyaSyo .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sgTrJyaSyo .mbr-section-title {
  color: #f17530;
}
.cid-sgTrJyaSyo .head-item {
  color: #f17530;
}
.cid-sgTrJyaSyo .body-item {
  color: #e4d295;
}
.cid-seUqD5sRqI {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #031814, #1e1d1d);
}
.cid-seUqD5sRqI .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-seUqD5sRqI .social-list a:focus {
  text-decoration: none;
}
.cid-seUqD5sRqI H2 {
  color: #cc2952;
}
.cid-seUqD6akEY {
  background: #031814;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #031814);
}
.cid-seUqD6akEY .image-block {
  margin: auto;
}
.cid-seUqD6akEY figcaption {
  position: relative;
}
.cid-seUqD6akEY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-seUqD6akEY .image-block {
    width: 100% !important;
  }
}
.cid-seUqD6lbNF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-seUqD6lbNF .mbr-text,
.cid-seUqD6lbNF blockquote {
  color: #767676;
}
.cid-seUqD6lbNF blockquote {
  background-color: #232323;
  border-color: #f17530;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-seUqD6zojP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-seUqD6zojP .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shhKPpELJ0 p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shhKPpELJ0 DIV {
  color: #ffffff;
}
.cid-shhKPpELJ0 H10 {
  color: #767676;
}
.cid-shhKPpELJ0 .hidden {
  display: none;
}
.cid-shhKPpELJ0 .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shhKPpELJ0 .sidebar nav {
  height: 100%;
}
.cid-shhKPpELJ0 .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shhKPpELJ0 .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shhKPpELJ0 .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-shhKPpELJ0 .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shhKPpELJ0 .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shhKPpELJ0 .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shhKPpELJ0 .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shhKPpELJ0 .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shhKPpELJ0 .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shhKPpELJ0 .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shhKPpELJ0 .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shhKPpELJ0 .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shhKPpELJ0 .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shhKPpELJ0 .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shhKPpELJ0 .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shhKPpELJ0 .sidebar {
    overflow-y: scroll;
  }
}
.cid-shhKPpELJ0 :root {
  --sidebar-width: 4.5em;
}
.cid-shhKPpELJ0 SPAN {
  color: #fb6504;
}
.cid-seUGNy1DZh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/720-4r-acs-1977-700x500.jpg");
}
.cid-seUGNy1DZh P {
  color: #ff7f9f;
  text-align: left;
}
.cid-seUGNy1DZh h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-seUGNy1DZh h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-seUGNy1DZh .HierOrange {
  color: orange;
}
.cid-seUGNy1DZh .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-seUGNy1DZh H2 {
  color: #f17530;
}
.cid-seUGNy1DZh H1 {
  color: #7f1933;
}
.cid-seUGNy1DZh H3 {
  color: #7f1933;
}
.cid-seUGNy1DZh .mbr-text,
.cid-seUGNy1DZh .mbr-section-btn {
  color: #55b4d4;
}
.cid-seUGNyoFGx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #031814;
}
.cid-seUGNyoFGx .line {
  background-color: #073b4c;
  color: #073b4c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-seUGNyoFGx .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #f17530;
}
.cid-seUGNyoFGx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-seUGNyoFGx .inner-container {
    width: 100% !important;
  }
}
.cid-seUGNyxV2v {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-seUGNyxV2v .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-seUGNyxV2v .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-seUGNyxV2v .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-seUGNyxV2v .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-seUGNyxV2v .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #031814;
}
.cid-seUGNyxV2v .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-seUGNyxV2v .card .panel-body {
  color: #767676;
}
.cid-seUGNyxV2v H4 {
  color: #f17530;
}
.cid-seUGNyxV2v H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-seUGNyxV2v .panel-text {
  color: #f9f295;
}
.cid-seUGNyxV2v .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-seUGNyQy4h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
@media (min-width: 992px) {
  .cid-seUGNyQy4h .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-seUGNyQy4h .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-seUGNyQy4h .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-seUGNyQy4h .mbr-figure img {
  border-radius: 20px;
}
.cid-seUGNyQy4h .mbr-figure img {
  transform: rotate(1deg);
  box-shadow: 30px 30px 20px 0 #1e1d1d;
}
.cid-seUGNyQy4h .text-figure-box {
  background-color: #031814;
}
.cid-seUJPbBSEc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #031814;
}
.cid-seUJPbBSEc .line {
  background-color: #031814;
  color: #031814;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-seUJPbBSEc .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #f17530;
}
.cid-seUJPbBSEc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-seUJPbBSEc .inner-container {
    width: 100% !important;
  }
}
.cid-seUGNz70Ky {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #031814;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-seUGNz70Ky .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seUGNz70Ky .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seUGNz70Ky .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seUGNz70Ky .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seUGNz70Ky .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seUGNz70Ky .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-seUGNz70Ky .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-seUGNz70Ky .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-seUGNz70Ky .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seUGNz70Ky .mbr-gallery-item > div > span {
  color: #cebfaf;
}
.cid-seUGNzx287 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #1e1d1d, #031814);
}
.cid-seUGNzx287 .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-seUGNzx287 .social-list a:focus {
  text-decoration: none;
}
.cid-seUGNzx287 H2 {
  color: #cc2952;
}
.cid-sgTs6lrYsj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #031814;
}
.cid-sgTs6lrYsj .mbr-section-subtitle {
  color: #767676;
}
.cid-sgTs6lrYsj .container-table {
  margin: 0 auto;
}
.cid-sgTs6lrYsj .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sgTs6lrYsj .dataTables_wrapper {
  display: block;
}
.cid-sgTs6lrYsj .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sgTs6lrYsj .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sgTs6lrYsj table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0c483d;
  margin-bottom: 0;
}
.cid-sgTs6lrYsj table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sgTs6lrYsj table th:hover {
  background: #0c483d;
  color: #ffffff;
}
.cid-sgTs6lrYsj table td {
  border-top: 1px solid #0c483d;
}
.cid-sgTs6lrYsj table.table {
  background: #031814;
}
.cid-sgTs6lrYsj .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sgTs6lrYsj .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sgTs6lrYsj .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sgTs6lrYsj .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sgTs6lrYsj .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sgTs6lrYsj .dataTables_filter {
    text-align: center;
  }
  .cid-sgTs6lrYsj .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sgTs6lrYsj .mbr-section-title {
  color: #f17530;
}
.cid-sgTs6lrYsj .head-item {
  color: #f17530;
}
.cid-sgTs6lrYsj .body-item {
  color: #e4d295;
}
.cid-seUGNzRp6a {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #031814, #1e1d1d);
}
.cid-seUGNzRp6a .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-seUGNzRp6a .social-list a:focus {
  text-decoration: none;
}
.cid-seUGNzRp6a H2 {
  color: #cc2952;
}
.cid-seUGNABKo0 {
  background: #031814;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #031814);
}
.cid-seUGNABKo0 .image-block {
  margin: auto;
}
.cid-seUGNABKo0 figcaption {
  position: relative;
}
.cid-seUGNABKo0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-seUGNABKo0 .image-block {
    width: 100% !important;
  }
}
.cid-seUGNAMzlJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-seUGNAMzlJ .mbr-text,
.cid-seUGNAMzlJ blockquote {
  color: #767676;
}
.cid-seUGNAMzlJ blockquote {
  background-color: #232323;
  border-color: #f17530;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-seUGNAV518 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-seUGNAV518 .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shhKVww3B7 p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shhKVww3B7 DIV {
  color: #ffffff;
}
.cid-shhKVww3B7 H10 {
  color: #767676;
}
.cid-shhKVww3B7 .hidden {
  display: none;
}
.cid-shhKVww3B7 .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shhKVww3B7 .sidebar nav {
  height: 100%;
}
.cid-shhKVww3B7 .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shhKVww3B7 .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shhKVww3B7 .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-shhKVww3B7 .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shhKVww3B7 .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shhKVww3B7 .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shhKVww3B7 .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shhKVww3B7 .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shhKVww3B7 .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shhKVww3B7 .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shhKVww3B7 .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shhKVww3B7 .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shhKVww3B7 .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shhKVww3B7 .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shhKVww3B7 .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shhKVww3B7 .sidebar {
    overflow-y: scroll;
  }
}
.cid-shhKVww3B7 :root {
  --sidebar-width: 4.5em;
}
.cid-shhKVww3B7 SPAN {
  color: #fb6504;
}
.cid-seVixN0klw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/dc8-card-640x387.jpg");
}
.cid-seVixN0klw P {
  color: #ff7f9f;
  text-align: left;
}
.cid-seVixN0klw h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-seVixN0klw h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-seVixN0klw .HierOrange {
  color: orange;
}
.cid-seVixN0klw .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-seVixN0klw H2 {
  color: #f17530;
}
.cid-seVixN0klw H1 {
  color: #7f1933;
}
.cid-seVixN0klw H3 {
  color: #7f1933;
}
.cid-seVixN0klw .mbr-text,
.cid-seVixN0klw .mbr-section-btn {
  color: #55b4d4;
}
.cid-seVixNkvFB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #031814;
}
.cid-seVixNkvFB .line {
  background-color: #073b4c;
  color: #073b4c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-seVixNkvFB .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #f17530;
}
.cid-seVixNkvFB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-seVixNkvFB .inner-container {
    width: 100% !important;
  }
}
.cid-seVixNvBjb {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-seVixNvBjb .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-seVixNvBjb .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-seVixNvBjb .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-seVixNvBjb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-seVixNvBjb .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #031814;
}
.cid-seVixNvBjb .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-seVixNvBjb .card .panel-body {
  color: #767676;
}
.cid-seVixNvBjb H4 {
  color: #f17530;
}
.cid-seVixNvBjb H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-seVixNvBjb .panel-text {
  color: #f9f295;
}
.cid-seVixNvBjb .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-seVixNSLvJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
@media (min-width: 992px) {
  .cid-seVixNSLvJ .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-seVixNSLvJ .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-seVixNSLvJ .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-seVixNSLvJ .mbr-figure img {
  border-radius: 20px;
}
.cid-seVixNSLvJ .mbr-figure img {
  transform: rotate(-3deg);
  box-shadow: 30px 30px 20px 0 #1e1d1d;
}
.cid-seVixNSLvJ .text-figure-box {
  background-color: #031814;
}
.cid-seVixO7nbW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-seVixO7nbW .line {
  background-color: #031814;
  color: #031814;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-seVixO7nbW .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #f17530;
}
.cid-seVixO7nbW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-seVixO7nbW .inner-container {
    width: 100% !important;
  }
}
.cid-seVixOgGTV {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #031814;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-seVixOgGTV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seVixOgGTV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seVixOgGTV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seVixOgGTV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seVixOgGTV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seVixOgGTV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-seVixOgGTV .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-seVixOgGTV .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-seVixOgGTV .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seVixOgGTV .mbr-gallery-item > div > span {
  color: #cebfaf;
}
.cid-seVixOMvXo {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #1e1d1d, #031814);
}
.cid-seVixOMvXo .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-seVixOMvXo .social-list a:focus {
  text-decoration: none;
}
.cid-seVixOMvXo H2 {
  color: #cc2952;
}
.cid-sgTsv35kx4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #031814;
}
.cid-sgTsv35kx4 .mbr-section-subtitle {
  color: #767676;
}
.cid-sgTsv35kx4 .container-table {
  margin: 0 auto;
}
.cid-sgTsv35kx4 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sgTsv35kx4 .dataTables_wrapper {
  display: block;
}
.cid-sgTsv35kx4 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sgTsv35kx4 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sgTsv35kx4 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0c483d;
  margin-bottom: 0;
}
.cid-sgTsv35kx4 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sgTsv35kx4 table th:hover {
  background: #0c483d;
  color: #ffffff;
}
.cid-sgTsv35kx4 table td {
  border-top: 1px solid #0c483d;
}
.cid-sgTsv35kx4 table.table {
  background: #031814;
}
.cid-sgTsv35kx4 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sgTsv35kx4 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sgTsv35kx4 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sgTsv35kx4 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sgTsv35kx4 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sgTsv35kx4 .dataTables_filter {
    text-align: center;
  }
  .cid-sgTsv35kx4 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sgTsv35kx4 .mbr-section-title {
  color: #f17530;
}
.cid-sgTsv35kx4 .head-item {
  color: #f17530;
}
.cid-sgTsv35kx4 .body-item {
  color: #e4d295;
}
.cid-seVixP4y7z {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #031814, #1e1d1d);
}
.cid-seVixP4y7z .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-seVixP4y7z .social-list a:focus {
  text-decoration: none;
}
.cid-seVixP4y7z H2 {
  color: #cc2952;
}
.cid-seVixPUoax {
  background: #031814;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #031814);
}
.cid-seVixPUoax .image-block {
  margin: auto;
}
.cid-seVixPUoax figcaption {
  position: relative;
}
.cid-seVixPUoax figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-seVixPUoax .image-block {
    width: 100% !important;
  }
}
.cid-seVixQ49wX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-seVixQ49wX .mbr-text,
.cid-seVixQ49wX blockquote {
  color: #767676;
}
.cid-seVixQ49wX blockquote {
  background-color: #232323;
  border-color: #f17530;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-seVixQiYdl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-seVixQiYdl .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shhL2cKWiK p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shhL2cKWiK DIV {
  color: #ffffff;
}
.cid-shhL2cKWiK H10 {
  color: #767676;
}
.cid-shhL2cKWiK .hidden {
  display: none;
}
.cid-shhL2cKWiK .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shhL2cKWiK .sidebar nav {
  height: 100%;
}
.cid-shhL2cKWiK .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shhL2cKWiK .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shhL2cKWiK .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-shhL2cKWiK .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shhL2cKWiK .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shhL2cKWiK .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shhL2cKWiK .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shhL2cKWiK .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shhL2cKWiK .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shhL2cKWiK .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shhL2cKWiK .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shhL2cKWiK .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shhL2cKWiK .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shhL2cKWiK .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shhL2cKWiK .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shhL2cKWiK .sidebar {
    overflow-y: scroll;
  }
}
.cid-shhL2cKWiK :root {
  --sidebar-width: 4.5em;
}
.cid-shhL2cKWiK SPAN {
  color: #fb6504;
}
.cid-seVvitHWmM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/trident4-508x329.jpg");
}
.cid-seVvitHWmM P {
  color: #ff7f9f;
  text-align: left;
}
.cid-seVvitHWmM h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-seVvitHWmM h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-seVvitHWmM .HierOrange {
  color: orange;
}
.cid-seVvitHWmM .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-seVvitHWmM H2 {
  color: #f17530;
}
.cid-seVvitHWmM H1 {
  color: #7f1933;
}
.cid-seVvitHWmM H3 {
  color: #7f1933;
}
.cid-seVvitHWmM .mbr-text,
.cid-seVvitHWmM .mbr-section-btn {
  color: #55b4d4;
}
.cid-seVviu8quf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #031814;
}
.cid-seVviu8quf .line {
  background-color: #073b4c;
  color: #073b4c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-seVviu8quf .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #f17530;
}
.cid-seVviu8quf .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-seVviu8quf .inner-container {
    width: 100% !important;
  }
}
.cid-seVviuiA5s {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-seVviuiA5s .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-seVviuiA5s .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-seVviuiA5s .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-seVviuiA5s .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-seVviuiA5s .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #031814;
}
.cid-seVviuiA5s .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-seVviuiA5s .card .panel-body {
  color: #767676;
}
.cid-seVviuiA5s H4 {
  color: #f17530;
}
.cid-seVviuiA5s H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-seVviuiA5s .panel-text {
  color: #f9f295;
}
.cid-seVviuiA5s .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-seVviuOxoC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
@media (min-width: 992px) {
  .cid-seVviuOxoC .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-seVviuOxoC .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-seVviuOxoC .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-seVviuOxoC .mbr-figure img {
  border-radius: 20px;
}
.cid-seVviuOxoC .mbr-figure img {
  transform: rotate(1deg);
  box-shadow: 30px 30px 20px 0 #1e1d1d;
}
.cid-seVviuOxoC .text-figure-box {
  background-color: #031814;
}
.cid-seVvivedEu {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #031814;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-seVvivedEu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seVvivedEu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seVvivedEu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seVvivedEu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seVvivedEu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seVvivedEu .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-seVvivedEu .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-seVvivedEu .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-seVvivedEu .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seVvivedEu .mbr-gallery-item > div > span {
  color: #cebfaf;
}
.cid-seVviwgLxJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #232323, #031814);
}
.cid-seVviwgLxJ .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-seVviwgLxJ .social-list a:focus {
  text-decoration: none;
}
.cid-seVviwgLxJ H2 {
  color: #cc2952;
}
.cid-sgTvKFiXYg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #031814;
}
.cid-sgTvKFiXYg .mbr-section-subtitle {
  color: #767676;
}
.cid-sgTvKFiXYg .container-table {
  margin: 0 auto;
}
.cid-sgTvKFiXYg .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sgTvKFiXYg .dataTables_wrapper {
  display: block;
}
.cid-sgTvKFiXYg .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sgTvKFiXYg .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sgTvKFiXYg table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0c483d;
  margin-bottom: 0;
}
.cid-sgTvKFiXYg table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sgTvKFiXYg table th:hover {
  background: #0c483d;
  color: #ffffff;
}
.cid-sgTvKFiXYg table td {
  border-top: 1px solid #0c483d;
}
.cid-sgTvKFiXYg table.table {
  background: #031814;
}
.cid-sgTvKFiXYg .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sgTvKFiXYg .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sgTvKFiXYg .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sgTvKFiXYg .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sgTvKFiXYg .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sgTvKFiXYg .dataTables_filter {
    text-align: center;
  }
  .cid-sgTvKFiXYg .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sgTvKFiXYg .mbr-section-title {
  color: #f17530;
}
.cid-sgTvKFiXYg .head-item {
  color: #f17530;
}
.cid-sgTvKFiXYg .body-item {
  color: #e4d295;
}
.cid-sgTt8rpaeC {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #031814, #1e1d1d);
}
.cid-sgTt8rpaeC .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sgTt8rpaeC .social-list a:focus {
  text-decoration: none;
}
.cid-sgTt8rpaeC H2 {
  color: #cc2952;
}
.cid-sgTvMLj2q7 {
  background: #031814;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #031814);
}
.cid-sgTvMLj2q7 .image-block {
  margin: auto;
}
.cid-sgTvMLj2q7 figcaption {
  position: relative;
}
.cid-sgTvMLj2q7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sgTvMLj2q7 .image-block {
    width: 100% !important;
  }
}
.cid-seVvixhctn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-seVvixhctn .mbr-text,
.cid-seVvixhctn blockquote {
  color: #767676;
}
.cid-seVvixhctn blockquote {
  background-color: #232323;
  border-color: #f17530;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-seVvixr8Jc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-seVvixr8Jc .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shhJD6QNlU p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shhJD6QNlU DIV {
  color: #ffffff;
}
.cid-shhJD6QNlU H10 {
  color: #767676;
}
.cid-shhJD6QNlU .hidden {
  display: none;
}
.cid-shhJD6QNlU .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shhJD6QNlU .sidebar nav {
  height: 100%;
}
.cid-shhJD6QNlU .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shhJD6QNlU .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shhJD6QNlU .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-shhJD6QNlU .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shhJD6QNlU .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shhJD6QNlU .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shhJD6QNlU .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shhJD6QNlU .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shhJD6QNlU .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shhJD6QNlU .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shhJD6QNlU .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shhJD6QNlU .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shhJD6QNlU .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shhJD6QNlU .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shhJD6QNlU .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shhJD6QNlU .sidebar {
    overflow-y: scroll;
  }
}
.cid-shhJD6QNlU :root {
  --sidebar-width: 4.5em;
}
.cid-shhJD6QNlU SPAN {
  color: #fb6504;
}
.cid-seYMcU4nzw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/14-564x564.jpg");
}
.cid-seYMcU4nzw P {
  color: #fb6504;
  text-align: center;
}
.cid-seYMcU4nzw h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-seYMcU4nzw h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-seYMcU4nzw .HierOrange {
  color: orange;
}
.cid-seYMcU4nzw .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-seYMcU4nzw H2 {
  color: #128772;
}
.cid-seYMcU4nzw H1 {
  color: #7f1933;
}
.cid-seYMcU4nzw H3 {
  color: #7f1933;
}
.cid-seYMcU4nzw .mbr-text,
.cid-seYMcU4nzw .mbr-section-btn {
  color: #55b4d4;
}
.cid-seYMcVnNAz {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background: linear-gradient(179deg, #031814, #0c483d);
}
.cid-seYMcVnNAz .card {
  border-radius: 10px;
  margin-bottom: 4px;
}
.cid-seYMcVnNAz .card .card-header {
  border-radius: 10px;
  border: 0px;
  padding: 0;
}
.cid-seYMcVnNAz .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-seYMcVnNAz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-seYMcVnNAz .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #e4d295;
  margin-bottom: 0;
  border-radius: 10px;
  background-color: #031814;
}
.cid-seYMcVnNAz .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-seYMcVnNAz .mbr-figure {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .cid-seYMcVnNAz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-seYMcVnNAz .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-seYMcVnNAz .mbr-text {
  color: #55b4d4;
  text-align: center;
}
.cid-seYMcVnNAz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-seYMcVnNAz H2 {
  color: #128772;
}
.cid-seYMcVnNAz H4 {
  color: #128772;
}
.cid-seYMcVnNAz P {
  text-align: left;
  color: #e4d295;
}
.cid-sizZh7ZVnn {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background: linear-gradient(179deg, #0c483d, #0c483d);
}
.cid-sizZh7ZVnn .card {
  border-radius: 10px;
  margin-bottom: 4px;
}
.cid-sizZh7ZVnn .card .card-header {
  border-radius: 10px;
  border: 0px;
  padding: 0;
}
.cid-sizZh7ZVnn .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sizZh7ZVnn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sizZh7ZVnn .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #e4d295;
  margin-bottom: 0;
  border-radius: 10px;
  background-color: #031814;
}
.cid-sizZh7ZVnn .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sizZh7ZVnn .mbr-figure {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .cid-sizZh7ZVnn .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sizZh7ZVnn .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sizZh7ZVnn .mbr-text {
  color: #55b4d4;
  text-align: center;
}
.cid-sizZh7ZVnn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sizZh7ZVnn H2 {
  color: #128772;
}
.cid-sizZh7ZVnn H4 {
  color: #128772;
}
.cid-sizZh7ZVnn P {
  text-align: left;
  color: #e4d295;
}
.cid-seYMcYS2G9 {
  background: #0c483d;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #031814, #0c483d);
}
.cid-seYMcYS2G9 .image-block {
  margin: auto;
}
.cid-seYMcYS2G9 figcaption {
  position: relative;
}
.cid-seYMcYS2G9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-seYMcYS2G9 .image-block {
    width: 100% !important;
  }
}
.cid-seYMcUyNM1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #031814;
}
.cid-seYMcUyNM1 .line {
  background-color: #128772;
  color: #128772;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-seYMcUyNM1 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #128772;
}
.cid-seYMcUyNM1 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-seYMcUyNM1 .inner-container {
    width: 100% !important;
  }
}
.cid-sgXrcmSNvJ {
  background-color: #031814;
}
.cid-sgXrcmSNvJ .wave1 {
  fill: #062530;
}
.cid-sgXrcmSNvJ .wave2 {
  fill: #062530;
  opacity: 0.5;
}
.cid-sgXrcmSNvJ .wave3,
.cid-sgXrcmSNvJ .wave4 {
  fill: #062530;
  opacity: 0.35;
}
.cid-seYMcZFI6g {
  background: #062530;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #062530);
}
.cid-seYMcZFI6g .image-block {
  margin: auto;
}
.cid-seYMcZFI6g figcaption {
  position: relative;
}
.cid-seYMcZFI6g figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-seYMcZFI6g .image-block {
    width: 100% !important;
  }
}
.cid-seYMcZWXGe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-seYMcZWXGe .mbr-text,
.cid-seYMcZWXGe blockquote {
  color: #767676;
}
.cid-seYMcZWXGe blockquote {
  background-color: #232323;
  border-color: #128772;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-seYMcZWXGe DIV {
  color: #f17530;
}
.cid-seYMd08ERA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-seYMd08ERA .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shhKfCXWij p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shhKfCXWij DIV {
  color: #ffffff;
}
.cid-shhKfCXWij H10 {
  color: #767676;
}
.cid-shhKfCXWij .hidden {
  display: none;
}
.cid-shhKfCXWij .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shhKfCXWij .sidebar nav {
  height: 100%;
}
.cid-shhKfCXWij .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shhKfCXWij .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shhKfCXWij .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-shhKfCXWij .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shhKfCXWij .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shhKfCXWij .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shhKfCXWij .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shhKfCXWij .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shhKfCXWij .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shhKfCXWij .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shhKfCXWij .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shhKfCXWij .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shhKfCXWij .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shhKfCXWij .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shhKfCXWij .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shhKfCXWij .sidebar {
    overflow-y: scroll;
  }
}
.cid-shhKfCXWij :root {
  --sidebar-width: 4.5em;
}
.cid-shhKfCXWij SPAN {
  color: #fb6504;
}
.cid-sfiVpJTGLK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/constellation2-518x362.jpg");
}
.cid-sfiVpJTGLK P {
  color: #ff7f9f;
  text-align: left;
}
.cid-sfiVpJTGLK h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-sfiVpJTGLK h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-sfiVpJTGLK .HierOrange {
  color: orange;
}
.cid-sfiVpJTGLK .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-sfiVpJTGLK H2 {
  color: #f17530;
}
.cid-sfiVpJTGLK H1 {
  color: #7f1933;
}
.cid-sfiVpJTGLK H3 {
  color: #7f1933;
}
.cid-sfiVpJTGLK .mbr-text,
.cid-sfiVpJTGLK .mbr-section-btn {
  color: #55b4d4;
}
.cid-sfiVpKf1tk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #031814;
}
.cid-sfiVpKf1tk .line {
  background-color: #073b4c;
  color: #073b4c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sfiVpKf1tk .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #f17530;
}
.cid-sfiVpKf1tk .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sfiVpKf1tk .inner-container {
    width: 100% !important;
  }
}
.cid-sfiVpKoTKB {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-sfiVpKoTKB .card {
  border-radius: 0px;
  margin-bottom: 1px;
}
.cid-sfiVpKoTKB .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sfiVpKoTKB .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sfiVpKoTKB .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sfiVpKoTKB .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #031814;
}
.cid-sfiVpKoTKB .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sfiVpKoTKB .card .panel-body {
  color: #767676;
}
.cid-sfiVpKoTKB H4 {
  color: #f17530;
}
.cid-sfiVpKoTKB H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-sfiVpKoTKB .panel-text {
  color: #f9f295;
}
.cid-sfiVpKoTKB .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-sfiVpKN8M9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
@media (min-width: 992px) {
  .cid-sfiVpKN8M9 .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-sfiVpKN8M9 .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-sfiVpKN8M9 .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-sfiVpKN8M9 .mbr-figure img {
  border-radius: 20px;
}
.cid-sfiVpKN8M9 .mbr-figure img {
  transform: rotate(-7deg);
  box-shadow: 30px 30px 20px 0 #1e1d1d;
}
.cid-sfiVpKN8M9 .text-figure-box {
  background-color: #031814;
}
.cid-sfiVpL0h5p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-sfiVpL0h5p .line {
  background-color: #031814;
  color: #031814;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sfiVpL0h5p .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #f17530;
}
.cid-sfiVpL0h5p .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sfiVpL0h5p .inner-container {
    width: 100% !important;
  }
}
.cid-sfiVpL9I37 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #031814;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sfiVpL9I37 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sfiVpL9I37 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sfiVpL9I37 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sfiVpL9I37 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sfiVpL9I37 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-sfiVpL9I37 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sfiVpL9I37 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sfiVpL9I37 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sfiVpL9I37 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-sfiVpL9I37 .mbr-gallery-item > div > span {
  color: #cebfaf;
}
.cid-sfiVpLPP4y {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #1e1d1d, #031814);
}
.cid-sfiVpLPP4y .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sfiVpLPP4y .social-list a:focus {
  text-decoration: none;
}
.cid-sfiVpLPP4y H2 {
  color: #cc2952;
}
.cid-sgTp0Fg4id {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #031814;
}
.cid-sgTp0Fg4id .mbr-section-subtitle {
  color: #767676;
}
.cid-sgTp0Fg4id .container-table {
  margin: 0 auto;
}
.cid-sgTp0Fg4id .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sgTp0Fg4id .dataTables_wrapper {
  display: block;
}
.cid-sgTp0Fg4id .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sgTp0Fg4id .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sgTp0Fg4id table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #0c483d;
  margin-bottom: 0;
}
.cid-sgTp0Fg4id table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-sgTp0Fg4id table th:hover {
  background: #0c483d;
  color: #ffffff;
}
.cid-sgTp0Fg4id table td {
  border-top: 1px solid #0c483d;
}
.cid-sgTp0Fg4id table.table {
  background: #031814;
}
.cid-sgTp0Fg4id .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sgTp0Fg4id .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sgTp0Fg4id .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sgTp0Fg4id .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sgTp0Fg4id .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sgTp0Fg4id .dataTables_filter {
    text-align: center;
  }
  .cid-sgTp0Fg4id .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sgTp0Fg4id .mbr-section-title {
  color: #f17530;
}
.cid-sgTp0Fg4id .head-item {
  color: #f17530;
}
.cid-sgTp0Fg4id .body-item {
  color: #e4d295;
}
.cid-sfiVpManDv {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #031814, #1e1d1d);
}
.cid-sfiVpManDv .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sfiVpManDv .social-list a:focus {
  text-decoration: none;
}
.cid-sfiVpManDv H2 {
  color: #cc2952;
}
.cid-sfiVpN0c42 {
  background: #031814;
  padding-top: 45px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #232323, #031814);
}
.cid-sfiVpN0c42 .image-block {
  margin: auto;
}
.cid-sfiVpN0c42 figcaption {
  position: relative;
}
.cid-sfiVpN0c42 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sfiVpN0c42 .image-block {
    width: 100% !important;
  }
}
.cid-sfiVpNb5Fz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sfiVpNb5Fz .mbr-text,
.cid-sfiVpNb5Fz blockquote {
  color: #767676;
}
.cid-sfiVpNb5Fz blockquote {
  background-color: #232323;
  border-color: #f17530;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-sfiVpNkj8L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-sfiVpNkj8L .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shhH1iulyL p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shhH1iulyL DIV {
  color: #ffffff;
}
.cid-shhH1iulyL H10 {
  color: #767676;
}
.cid-shhH1iulyL .hidden {
  display: none;
}
.cid-shhH1iulyL .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shhH1iulyL .sidebar nav {
  height: 100%;
}
.cid-shhH1iulyL .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shhH1iulyL .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shhH1iulyL .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-shhH1iulyL .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shhH1iulyL .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shhH1iulyL .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shhH1iulyL .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shhH1iulyL .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shhH1iulyL .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shhH1iulyL .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shhH1iulyL .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shhH1iulyL .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shhH1iulyL .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shhH1iulyL .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shhH1iulyL .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shhH1iulyL .sidebar {
    overflow-y: scroll;
  }
}
.cid-shhH1iulyL :root {
  --sidebar-width: 4.5em;
}
.cid-shhH1iulyL SPAN {
  color: #cc2952;
}
.cid-seftcpZivT {
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/4-400x400.png");
}
.cid-seftcpZivT P {
  color: #ff7f9f;
  text-align: left;
}
.cid-seftcpZivT h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-seftcpZivT h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-seftcpZivT .HierOrange {
  color: orange;
}
.cid-seftcpZivT .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-seftcpZivT H2 {
  color: #cc2952;
}
.cid-seftcpZivT H1 {
  color: #7f1933;
}
.cid-seftcpZivT H3 {
  color: #7f1933;
}
.cid-seftcpZivT .mbr-text,
.cid-seftcpZivT .mbr-section-btn {
  color: #55b4d4;
}
.cid-seftcqwrEm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #270d14;
}
.cid-seftcqwrEm .line {
  background-color: #7f1933;
  color: #7f1933;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-seftcqwrEm .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #b2ccd2;
}
.cid-seftcqwrEm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-seftcqwrEm .inner-container {
    width: 100% !important;
  }
}
.cid-seftcqGuvd {
  padding-top: 0px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-seftcqGuvd .card {
  border-radius: 0px;
  margin-bottom: 4px;
}
.cid-seftcqGuvd .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-seftcqGuvd .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-seftcqGuvd .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-seftcqGuvd .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #270d14;
}
.cid-seftcqGuvd .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-seftcqGuvd .card .panel-body {
  color: #767676;
}
.cid-seftcqGuvd H4 {
  color: #55b4d4;
}
.cid-seftcqGuvd H2 {
  color: #cebfaf;
  text-align: center;
}
.cid-seftcqGuvd .panel-text {
  color: #b2ccd2;
}
.cid-seftcqGuvd .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-sefxMqa71O {
  background: #2e2e2e;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #270d14, #2e2e2e);
}
.cid-sefxMqa71O .image-block {
  margin: auto;
}
.cid-sefxMqa71O figcaption {
  position: relative;
}
.cid-sefxMqa71O figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sefxMqa71O .image-block {
    width: 100% !important;
  }
}
.cid-seftcra4Ji {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #270d14;
}
@media (min-width: 992px) {
  .cid-seftcra4Ji .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .cid-seftcra4Ji .mbr-figure {
    float: left;
    padding: 60px;
    padding-left: 0px;
  }
}
.cid-seftcra4Ji .mbr-text {
  color: #c1c1c1;
  text-align: left;
}
.cid-seftcra4Ji .mbr-figure img {
  border-radius: 20px;
}
.cid-seftcra4Ji .mbr-figure img {
  transform: rotate(5deg);
  box-shadow: 30px 30px 20px 0 #1e1d1d;
}
.cid-seftcra4Ji .text-figure-box {
  background-color: #270d14;
}
.cid-seftcrpmjE {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #270d14;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-seftcrpmjE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-seftcrpmjE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-seftcrpmjE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-seftcrpmjE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-seftcrpmjE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seftcrpmjE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-seftcrpmjE .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
.cid-seftcrpmjE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-seftcrpmjE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.2;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-seftcrpmjE .mbr-gallery-item > div > span {
  color: #cebfaf;
}
.cid-seftcsaxrv {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #1e1d1d, #270d14);
}
.cid-seftcsaxrv .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-seftcsaxrv .social-list a:focus {
  text-decoration: none;
}
.cid-seftcsaxrv H2 {
  color: #cc2952;
}
.cid-sgUnWtUKCU {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/1011-alf-1-800x550.jpg");
}
.cid-sgUnWtUKCU .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-sgUnWtUKCU .social-list a:focus {
  text-decoration: none;
}
.cid-sgUnWtUKCU H2 {
  color: #cc2952;
}
.cid-seftcsCITe {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #270d14, #1e1d1d);
}
.cid-seftcsCITe .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-seftcsCITe .social-list a:focus {
  text-decoration: none;
}
.cid-seftcsCITe H2 {
  color: #cc2952;
}
.cid-seftctDZjP {
  background: #270d14;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #270d14);
}
.cid-seftctDZjP .image-block {
  margin: auto;
}
.cid-seftctDZjP figcaption {
  position: relative;
}
.cid-seftctDZjP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-seftctDZjP .image-block {
    width: 100% !important;
  }
}
.cid-seftctU43z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-seftctU43z .mbr-text,
.cid-seftctU43z blockquote {
  color: #767676;
}
.cid-seftctU43z blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-seftcu66o5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-seftcu66o5 .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shgEqByY2p p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shgEqByY2p DIV {
  color: #ffffff;
}
.cid-shgEqByY2p H10 {
  color: #767676;
}
.cid-shgEqByY2p .hidden {
  display: none;
}
.cid-shgEqByY2p .sidebar {
  z-index: 1001;
  background-color: #2d1d10;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shgEqByY2p .sidebar nav {
  height: 100%;
}
.cid-shgEqByY2p .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shgEqByY2p .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shgEqByY2p .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #4f4943;
  color: #7f1933;
}
.cid-shgEqByY2p .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shgEqByY2p .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shgEqByY2p .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shgEqByY2p .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shgEqByY2p .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shgEqByY2p .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shgEqByY2p .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shgEqByY2p .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shgEqByY2p .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shgEqByY2p .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shgEqByY2p .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shgEqByY2p .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shgEqByY2p .sidebar {
    overflow-y: scroll;
  }
}
.cid-shgEqByY2p :root {
  --sidebar-width: 4.5em;
}
.cid-shgEqByY2p SPAN {
  color: #d58036;
}
.cid-shgEqCdCdj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/monara-542x509.png");
}
.cid-shgEqCdCdj P {
  color: #da2121;
  text-align: left;
}
.cid-shgEqCdCdj h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-shgEqCdCdj h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-shgEqCdCdj .HierOrange {
  color: orange;
}
.cid-shgEqCdCdj .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-shgEqCdCdj H2 {
  color: #e4d295;
}
.cid-shgEqCdCdj H1 {
  color: #7f1933;
}
.cid-shgEqCdCdj H3 {
  color: #7f1933;
}
.cid-shgEqCdCdj .mbr-text,
.cid-shgEqCdCdj .mbr-section-btn {
  color: #55b4d4;
}
.cid-shgEqI1u5D {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #232323, #828282);
}
.cid-shgEqI1u5D .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-shgEqI1u5D .social-list a:focus {
  text-decoration: none;
}
.cid-shgEqI1u5D H2 {
  color: #cc2952;
}
.cid-zb4bL9XAK0 {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #232323;
}
.cid-zb4bL9XAK0 .card {
  border-radius: 6px;
  margin-bottom: 5px;
}
.cid-zb4bL9XAK0 .card .card-header {
  border-radius: 6px;
  border: 0px;
  padding: 0;
}
.cid-zb4bL9XAK0 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-zb4bL9XAK0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-zb4bL9XAK0 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  margin-bottom: 0;
  background-color: #635a51;
}
.cid-zb4bL9XAK0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-zb4bL9XAK0 .card .panel-body {
  color: #767676;
}
.cid-zb4bL9XAK0 H4 {
  color: #ffffff;
}
.cid-zb4bL9XAK0 H2 {
  color: #879a9f;
}
.cid-zb4bL9XAK0 .panel-text {
  color: #cebfaf;
}
.cid-zb4bL9XAK0 .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 6px;
}
.cid-shgK3ksRjP {
  padding-top: 0px;
  padding-bottom: 30px;
  position: relative;
  background-color: #232323;
}
.cid-shgK3ksRjP .card {
  border-radius: 6px;
  margin-bottom: 5px;
}
.cid-shgK3ksRjP .card .card-header {
  border-radius: 6px;
  border: 0px;
  padding: 0;
}
.cid-shgK3ksRjP .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-shgK3ksRjP .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-shgK3ksRjP .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  margin-bottom: 0;
  background-color: #635a51;
}
.cid-shgK3ksRjP .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-shgK3ksRjP .card .panel-body {
  color: #767676;
}
.cid-shgK3ksRjP H4 {
  color: #ffffff;
}
.cid-shgK3ksRjP H2 {
  color: #879a9f;
}
.cid-shgK3ksRjP .panel-text {
  color: #cebfaf;
}
.cid-shgK3ksRjP .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 6px;
}
.cid-shgEqGVrMk {
  padding-top: 15px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #82786e, #232323);
}
.cid-shgEqGVrMk .mbr-iconfont-social {
  font-size: 32px;
  color: #062530;
}
.cid-shgEqGVrMk .social-list a:focus {
  text-decoration: none;
}
.cid-shgEqGVrMk H2 {
  color: #062530;
}
.cid-shgEqIXZQO {
  background: #82786e;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #232323, #82786e);
}
.cid-shgEqIXZQO .image-block {
  margin: auto;
}
.cid-shgEqIXZQO figcaption {
  position: relative;
}
.cid-shgEqIXZQO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-shgEqIXZQO .image-block {
    width: 100% !important;
  }
}
.cid-shgEqJcG1u {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-shgEqJcG1u .mbr-text,
.cid-shgEqJcG1u blockquote {
  color: #767676;
}
.cid-shgEqJcG1u blockquote {
  background-color: #232323;
  border-color: #787324;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-shgEqJqV3F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-shgEqJqV3F .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shDzPVm7JZ p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shDzPVm7JZ DIV {
  color: #ffffff;
}
.cid-shDzPVm7JZ H10 {
  color: #767676;
}
.cid-shDzPVm7JZ .hidden {
  display: none;
}
.cid-shDzPVm7JZ .sidebar {
  z-index: 1001;
  background-color: #2d1d10;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shDzPVm7JZ .sidebar nav {
  height: 100%;
}
.cid-shDzPVm7JZ .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shDzPVm7JZ .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shDzPVm7JZ .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #4f4943;
  color: #7f1933;
}
.cid-shDzPVm7JZ .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shDzPVm7JZ .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shDzPVm7JZ .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shDzPVm7JZ .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shDzPVm7JZ .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shDzPVm7JZ .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shDzPVm7JZ .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shDzPVm7JZ .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shDzPVm7JZ .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shDzPVm7JZ .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shDzPVm7JZ .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shDzPVm7JZ .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shDzPVm7JZ .sidebar {
    overflow-y: scroll;
  }
}
.cid-shDzPVm7JZ :root {
  --sidebar-width: 4.5em;
}
.cid-shDzPVm7JZ SPAN {
  color: #d58036;
}
.cid-shhSgQkW9V {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/water-2.gif");
}
.cid-shhSgQkW9V P {
  color: #d58036;
  text-align: left;
}
.cid-shhSgQkW9V h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-shhSgQkW9V h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-shhSgQkW9V .HierOrange {
  color: orange;
}
.cid-shhSgQkW9V .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-shhSgQkW9V H2 {
  color: #149dcc;
}
.cid-shhSgQkW9V H1 {
  color: #7f1933;
}
.cid-shhSgQkW9V H3 {
  color: #7f1933;
}
.cid-shhSgQkW9V .mbr-text,
.cid-shhSgQkW9V .mbr-section-btn {
  color: #55b4d4;
}
.cid-Z8jpM57DDO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #82786e;
}
.cid-Z8jpM57DDO img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-Z8jpM57DDO H1 {
  color: #7f1933;
  text-align: center;
}
.cid-Z8jpM57DDO .mbr-text,
.cid-Z8jpM57DDO .mbr-section-btn {
  color: #716c80;
}
.cid-Z8jpM57DDO H3 {
  color: #7f1933;
  text-align: center;
}
.cid-Z8jpM57DDO .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-Z8jpM57DDO .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-Z8jpM57DDO .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-Z8jpM57DDO .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-Z8jpM57DDO .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-Z8jpM57DDO .btn-info-outline:active,
.cid-Z8jpM57DDO .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-Z8jpM57DDO DIV {
  color: #57468b;
}
.cid-Z8jpM57DDO .mbr-text,
.cid-Z8jpM57DDO .media-content,
.cid-Z8jpM57DDO .mbr-section-btn {
  color: #180208;
}
.cid-shns1ElXEM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #82786e;
}
.cid-shns1ElXEM .mbr-text,
.cid-shns1ElXEM blockquote {
  color: #767676;
}
.cid-shns1ElXEM .mbr-text {
  color: #270d14;
}
.cid-shxYin59As {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #82786e;
}
.cid-shxYin59As img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shxYin59As H1 {
  color: #073b4c;
}
.cid-shxYin59As .mbr-text,
.cid-shxYin59As .mbr-section-btn {
  color: #716c80;
}
.cid-shxYin59As H3 {
  color: #062530;
  text-align: center;
}
.cid-shxYin59As .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shxYin59As .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shxYin59As .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shxYin59As .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shxYin59As .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shxYin59As .btn-info-outline:active,
.cid-shxYin59As .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shxYin59As DIV {
  color: #57468b;
}
.cid-shxYin59As .mbr-text,
.cid-shxYin59As .media-content,
.cid-shxYin59As .mbr-section-btn {
  color: #180208;
}
.cid-shnsHMp5TF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #82786e;
}
.cid-shnsHMp5TF img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shnsHMp5TF H1 {
  color: #073b4c;
}
.cid-shnsHMp5TF .mbr-text,
.cid-shnsHMp5TF .mbr-section-btn {
  color: #716c80;
}
.cid-shnsHMp5TF H3 {
  color: #062530;
  text-align: center;
}
.cid-shnsHMp5TF .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shnsHMp5TF .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shnsHMp5TF .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shnsHMp5TF .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shnsHMp5TF .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shnsHMp5TF .btn-info-outline:active,
.cid-shnsHMp5TF .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shnsHMp5TF DIV {
  color: #57468b;
}
.cid-shnsHMp5TF .mbr-text,
.cid-shnsHMp5TF .media-content,
.cid-shnsHMp5TF .mbr-section-btn {
  color: #180208;
}
.cid-shnuxnfu25 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-shnuxnfu25 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shnuxnfu25 H1 {
  color: #073b4c;
}
.cid-shnuxnfu25 .mbr-text,
.cid-shnuxnfu25 .mbr-section-btn {
  color: #716c80;
}
.cid-shnuxnfu25 H3 {
  color: #062530;
  text-align: center;
}
.cid-shnuxnfu25 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shnuxnfu25 .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shnuxnfu25 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shnuxnfu25 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shnuxnfu25 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shnuxnfu25 .btn-info-outline:active,
.cid-shnuxnfu25 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shnuxnfu25 DIV {
  color: #57468b;
}
.cid-shnuxnfu25 .mbr-text,
.cid-shnuxnfu25 .media-content,
.cid-shnuxnfu25 .mbr-section-btn {
  color: #180208;
}
.cid-shnvpvwKcz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-shnvpvwKcz img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shnvpvwKcz H1 {
  color: #073b4c;
}
.cid-shnvpvwKcz .mbr-text,
.cid-shnvpvwKcz .mbr-section-btn {
  color: #716c80;
}
.cid-shnvpvwKcz H3 {
  color: #062530;
  text-align: center;
}
.cid-shnvpvwKcz .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shnvpvwKcz .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shnvpvwKcz .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shnvpvwKcz .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shnvpvwKcz .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shnvpvwKcz .btn-info-outline:active,
.cid-shnvpvwKcz .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shnvpvwKcz DIV {
  color: #57468b;
}
.cid-shnvpvwKcz .mbr-text,
.cid-shnvpvwKcz .media-content,
.cid-shnvpvwKcz .mbr-section-btn {
  color: #180208;
}
.cid-shnwAG2qxv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-shnwAG2qxv img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shnwAG2qxv H1 {
  color: #073b4c;
}
.cid-shnwAG2qxv .mbr-text,
.cid-shnwAG2qxv .mbr-section-btn {
  color: #716c80;
}
.cid-shnwAG2qxv H3 {
  color: #062530;
  text-align: center;
}
.cid-shnwAG2qxv .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shnwAG2qxv .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shnwAG2qxv .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shnwAG2qxv .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shnwAG2qxv .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shnwAG2qxv .btn-info-outline:active,
.cid-shnwAG2qxv .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shnwAG2qxv DIV {
  color: #57468b;
}
.cid-shnwAG2qxv .mbr-text,
.cid-shnwAG2qxv .media-content,
.cid-shnwAG2qxv .mbr-section-btn {
  color: #180208;
}
.cid-shnxH98cGu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-shnxH98cGu img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shnxH98cGu H1 {
  color: #073b4c;
}
.cid-shnxH98cGu .mbr-text,
.cid-shnxH98cGu .mbr-section-btn {
  color: #716c80;
}
.cid-shnxH98cGu H3 {
  color: #062530;
  text-align: center;
}
.cid-shnxH98cGu .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shnxH98cGu .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shnxH98cGu .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shnxH98cGu .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shnxH98cGu .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shnxH98cGu .btn-info-outline:active,
.cid-shnxH98cGu .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shnxH98cGu DIV {
  color: #57468b;
}
.cid-shnxH98cGu .mbr-text,
.cid-shnxH98cGu .media-content,
.cid-shnxH98cGu .mbr-section-btn {
  color: #180208;
}
.cid-shnyuv92eC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-shnyuv92eC img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shnyuv92eC H1 {
  color: #073b4c;
}
.cid-shnyuv92eC .mbr-text,
.cid-shnyuv92eC .mbr-section-btn {
  color: #716c80;
}
.cid-shnyuv92eC H3 {
  color: #062530;
  text-align: center;
}
.cid-shnyuv92eC .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shnyuv92eC .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shnyuv92eC .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shnyuv92eC .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shnyuv92eC .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shnyuv92eC .btn-info-outline:active,
.cid-shnyuv92eC .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shnyuv92eC DIV {
  color: #57468b;
}
.cid-shnyuv92eC .mbr-text,
.cid-shnyuv92eC .media-content,
.cid-shnyuv92eC .mbr-section-btn {
  color: #180208;
}
.cid-shnyTchFil {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-shnyTchFil img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shnyTchFil H1 {
  color: #073b4c;
}
.cid-shnyTchFil .mbr-text,
.cid-shnyTchFil .mbr-section-btn {
  color: #716c80;
}
.cid-shnyTchFil H3 {
  color: #062530;
  text-align: center;
}
.cid-shnyTchFil .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shnyTchFil .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shnyTchFil .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shnyTchFil .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shnyTchFil .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shnyTchFil .btn-info-outline:active,
.cid-shnyTchFil .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shnyTchFil DIV {
  color: #57468b;
}
.cid-shnyTchFil .mbr-text,
.cid-shnyTchFil .media-content,
.cid-shnyTchFil .mbr-section-btn {
  color: #180208;
}
.cid-shnzhGXzCy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-shnzhGXzCy img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shnzhGXzCy H1 {
  color: #073b4c;
}
.cid-shnzhGXzCy .mbr-text,
.cid-shnzhGXzCy .mbr-section-btn {
  color: #716c80;
}
.cid-shnzhGXzCy H3 {
  color: #062530;
  text-align: center;
}
.cid-shnzhGXzCy .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shnzhGXzCy .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shnzhGXzCy .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shnzhGXzCy .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shnzhGXzCy .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shnzhGXzCy .btn-info-outline:active,
.cid-shnzhGXzCy .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shnzhGXzCy DIV {
  color: #57468b;
}
.cid-shnzhGXzCy .mbr-text,
.cid-shnzhGXzCy .media-content,
.cid-shnzhGXzCy .mbr-section-btn {
  color: #180208;
}
.cid-shnzJbUAq0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-shnzJbUAq0 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shnzJbUAq0 H1 {
  color: #073b4c;
}
.cid-shnzJbUAq0 .mbr-text,
.cid-shnzJbUAq0 .mbr-section-btn {
  color: #716c80;
}
.cid-shnzJbUAq0 H3 {
  color: #062530;
  text-align: center;
}
.cid-shnzJbUAq0 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shnzJbUAq0 .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shnzJbUAq0 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shnzJbUAq0 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shnzJbUAq0 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shnzJbUAq0 .btn-info-outline:active,
.cid-shnzJbUAq0 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shnzJbUAq0 DIV {
  color: #57468b;
}
.cid-shnzJbUAq0 .mbr-text,
.cid-shnzJbUAq0 .media-content,
.cid-shnzJbUAq0 .mbr-section-btn {
  color: #180208;
}
.cid-shnA3n4ZQS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-shnA3n4ZQS img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shnA3n4ZQS H1 {
  color: #073b4c;
}
.cid-shnA3n4ZQS .mbr-text,
.cid-shnA3n4ZQS .mbr-section-btn {
  color: #716c80;
}
.cid-shnA3n4ZQS H3 {
  color: #062530;
  text-align: center;
}
.cid-shnA3n4ZQS .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shnA3n4ZQS .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shnA3n4ZQS .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shnA3n4ZQS .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shnA3n4ZQS .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shnA3n4ZQS .btn-info-outline:active,
.cid-shnA3n4ZQS .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shnA3n4ZQS DIV {
  color: #57468b;
}
.cid-shnA3n4ZQS .mbr-text,
.cid-shnA3n4ZQS .media-content,
.cid-shnA3n4ZQS .mbr-section-btn {
  color: #180208;
}
.cid-shnAuCPiyM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-shnAuCPiyM img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shnAuCPiyM H1 {
  color: #073b4c;
}
.cid-shnAuCPiyM .mbr-text,
.cid-shnAuCPiyM .mbr-section-btn {
  color: #716c80;
}
.cid-shnAuCPiyM H3 {
  color: #062530;
  text-align: center;
}
.cid-shnAuCPiyM .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shnAuCPiyM .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shnAuCPiyM .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shnAuCPiyM .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shnAuCPiyM .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shnAuCPiyM .btn-info-outline:active,
.cid-shnAuCPiyM .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shnAuCPiyM DIV {
  color: #57468b;
}
.cid-shnAuCPiyM .mbr-text,
.cid-shnAuCPiyM .media-content,
.cid-shnAuCPiyM .mbr-section-btn {
  color: #180208;
}
.cid-shnAWE15c2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-shnAWE15c2 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shnAWE15c2 H1 {
  color: #073b4c;
}
.cid-shnAWE15c2 .mbr-text,
.cid-shnAWE15c2 .mbr-section-btn {
  color: #716c80;
}
.cid-shnAWE15c2 H3 {
  color: #062530;
  text-align: center;
}
.cid-shnAWE15c2 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shnAWE15c2 .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shnAWE15c2 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shnAWE15c2 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shnAWE15c2 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shnAWE15c2 .btn-info-outline:active,
.cid-shnAWE15c2 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shnAWE15c2 DIV {
  color: #57468b;
}
.cid-shnAWE15c2 .mbr-text,
.cid-shnAWE15c2 .media-content,
.cid-shnAWE15c2 .mbr-section-btn {
  color: #180208;
}
.cid-shnByJhigq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-shnByJhigq img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shnByJhigq H1 {
  color: #073b4c;
}
.cid-shnByJhigq .mbr-text,
.cid-shnByJhigq .mbr-section-btn {
  color: #716c80;
}
.cid-shnByJhigq H3 {
  color: #062530;
  text-align: center;
}
.cid-shnByJhigq .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shnByJhigq .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shnByJhigq .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shnByJhigq .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shnByJhigq .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shnByJhigq .btn-info-outline:active,
.cid-shnByJhigq .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shnByJhigq DIV {
  color: #57468b;
}
.cid-shnByJhigq .mbr-text,
.cid-shnByJhigq .media-content,
.cid-shnByJhigq .mbr-section-btn {
  color: #180208;
}
.cid-shnCb838tQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-shnCb838tQ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shnCb838tQ H1 {
  color: #073b4c;
}
.cid-shnCb838tQ .mbr-text,
.cid-shnCb838tQ .mbr-section-btn {
  color: #716c80;
}
.cid-shnCb838tQ H3 {
  color: #062530;
  text-align: center;
}
.cid-shnCb838tQ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shnCb838tQ .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shnCb838tQ .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shnCb838tQ .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shnCb838tQ .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shnCb838tQ .btn-info-outline:active,
.cid-shnCb838tQ .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shnCb838tQ DIV {
  color: #57468b;
}
.cid-shnCb838tQ .mbr-text,
.cid-shnCb838tQ .media-content,
.cid-shnCb838tQ .mbr-section-btn {
  color: #180208;
}
.cid-shnCsCFKCu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-shnCsCFKCu img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shnCsCFKCu H1 {
  color: #073b4c;
}
.cid-shnCsCFKCu .mbr-text,
.cid-shnCsCFKCu .mbr-section-btn {
  color: #716c80;
}
.cid-shnCsCFKCu H3 {
  color: #062530;
  text-align: center;
}
.cid-shnCsCFKCu .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shnCsCFKCu .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shnCsCFKCu .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shnCsCFKCu .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shnCsCFKCu .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shnCsCFKCu .btn-info-outline:active,
.cid-shnCsCFKCu .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shnCsCFKCu DIV {
  color: #57468b;
}
.cid-shnCsCFKCu .mbr-text,
.cid-shnCsCFKCu .media-content,
.cid-shnCsCFKCu .mbr-section-btn {
  color: #180208;
}
.cid-shnCT6vm7L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-shnCT6vm7L img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shnCT6vm7L H1 {
  color: #073b4c;
}
.cid-shnCT6vm7L .mbr-text,
.cid-shnCT6vm7L .mbr-section-btn {
  color: #716c80;
}
.cid-shnCT6vm7L H3 {
  color: #062530;
  text-align: center;
}
.cid-shnCT6vm7L .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shnCT6vm7L .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shnCT6vm7L .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shnCT6vm7L .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shnCT6vm7L .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shnCT6vm7L .btn-info-outline:active,
.cid-shnCT6vm7L .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shnCT6vm7L DIV {
  color: #57468b;
}
.cid-shnCT6vm7L .mbr-text,
.cid-shnCT6vm7L .media-content,
.cid-shnCT6vm7L .mbr-section-btn {
  color: #180208;
}
.cid-shnD8FxLwI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-shnD8FxLwI img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shnD8FxLwI H1 {
  color: #073b4c;
}
.cid-shnD8FxLwI .mbr-text,
.cid-shnD8FxLwI .mbr-section-btn {
  color: #716c80;
}
.cid-shnD8FxLwI H3 {
  color: #062530;
  text-align: center;
}
.cid-shnD8FxLwI .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shnD8FxLwI .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shnD8FxLwI .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shnD8FxLwI .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shnD8FxLwI .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shnD8FxLwI .btn-info-outline:active,
.cid-shnD8FxLwI .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shnD8FxLwI DIV {
  color: #57468b;
}
.cid-shnD8FxLwI .mbr-text,
.cid-shnD8FxLwI .media-content,
.cid-shnD8FxLwI .mbr-section-btn {
  color: #180208;
}
.cid-shnDsHbLJH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-shnDsHbLJH img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shnDsHbLJH H1 {
  color: #073b4c;
}
.cid-shnDsHbLJH .mbr-text,
.cid-shnDsHbLJH .mbr-section-btn {
  color: #716c80;
}
.cid-shnDsHbLJH H3 {
  color: #062530;
  text-align: center;
}
.cid-shnDsHbLJH .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shnDsHbLJH .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shnDsHbLJH .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shnDsHbLJH .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shnDsHbLJH .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shnDsHbLJH .btn-info-outline:active,
.cid-shnDsHbLJH .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shnDsHbLJH DIV {
  color: #57468b;
}
.cid-shnDsHbLJH .mbr-text,
.cid-shnDsHbLJH .media-content,
.cid-shnDsHbLJH .mbr-section-btn {
  color: #180208;
}
.cid-shnDJ7K14M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-shnDJ7K14M img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shnDJ7K14M H1 {
  color: #073b4c;
}
.cid-shnDJ7K14M .mbr-text,
.cid-shnDJ7K14M .mbr-section-btn {
  color: #716c80;
}
.cid-shnDJ7K14M H3 {
  color: #062530;
  text-align: center;
}
.cid-shnDJ7K14M .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shnDJ7K14M .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shnDJ7K14M .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shnDJ7K14M .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shnDJ7K14M .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shnDJ7K14M .btn-info-outline:active,
.cid-shnDJ7K14M .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shnDJ7K14M DIV {
  color: #57468b;
}
.cid-shnDJ7K14M .mbr-text,
.cid-shnDJ7K14M .media-content,
.cid-shnDJ7K14M .mbr-section-btn {
  color: #180208;
}
.cid-shnDWAEQFu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-shnDWAEQFu img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shnDWAEQFu H1 {
  color: #073b4c;
}
.cid-shnDWAEQFu .mbr-text,
.cid-shnDWAEQFu .mbr-section-btn {
  color: #716c80;
}
.cid-shnDWAEQFu H3 {
  color: #062530;
  text-align: center;
}
.cid-shnDWAEQFu .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shnDWAEQFu .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shnDWAEQFu .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shnDWAEQFu .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shnDWAEQFu .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shnDWAEQFu .btn-info-outline:active,
.cid-shnDWAEQFu .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shnDWAEQFu DIV {
  color: #57468b;
}
.cid-shnDWAEQFu .mbr-text,
.cid-shnDWAEQFu .media-content,
.cid-shnDWAEQFu .mbr-section-btn {
  color: #180208;
}
.cid-shnEcD2xDl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #82786e;
}
.cid-shnEcD2xDl img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shnEcD2xDl H1 {
  color: #073b4c;
}
.cid-shnEcD2xDl .mbr-text,
.cid-shnEcD2xDl .mbr-section-btn {
  color: #716c80;
}
.cid-shnEcD2xDl H3 {
  color: #062530;
  text-align: center;
}
.cid-shnEcD2xDl .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shnEcD2xDl .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shnEcD2xDl .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shnEcD2xDl .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shnEcD2xDl .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shnEcD2xDl .btn-info-outline:active,
.cid-shnEcD2xDl .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shnEcD2xDl DIV {
  color: #57468b;
}
.cid-shnEcD2xDl .mbr-text,
.cid-shnEcD2xDl .media-content,
.cid-shnEcD2xDl .mbr-section-btn {
  color: #180208;
}
.cid-shxXbpGSB1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #82786e;
}
.cid-shxXbpGSB1 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shxXbpGSB1 H1 {
  color: #073b4c;
}
.cid-shxXbpGSB1 .mbr-text,
.cid-shxXbpGSB1 .mbr-section-btn {
  color: #716c80;
}
.cid-shxXbpGSB1 H3 {
  color: #062530;
  text-align: center;
}
.cid-shxXbpGSB1 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shxXbpGSB1 .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shxXbpGSB1 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shxXbpGSB1 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shxXbpGSB1 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shxXbpGSB1 .btn-info-outline:active,
.cid-shxXbpGSB1 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shxXbpGSB1 DIV {
  color: #57468b;
}
.cid-shxXbpGSB1 .mbr-text,
.cid-shxXbpGSB1 .media-content,
.cid-shxXbpGSB1 .mbr-section-btn {
  color: #180208;
}
.cid-shxXoDjMyK {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #4f4943, #82786e);
}
.cid-shxXoDjMyK .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-shxXoDjMyK .social-list a:focus {
  text-decoration: none;
}
.cid-shxXoDjMyK H2 {
  color: #cc2952;
}
.cid-shxUYwS051 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-shxUYwS051 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shxUYwS051 H1 {
  color: #073b4c;
}
.cid-shxUYwS051 .mbr-text,
.cid-shxUYwS051 .mbr-section-btn {
  color: #716c80;
}
.cid-shxUYwS051 H3 {
  color: #062530;
  text-align: center;
}
.cid-shxUYwS051 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shxUYwS051 .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shxUYwS051 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shxUYwS051 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shxUYwS051 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shxUYwS051 .btn-info-outline:active,
.cid-shxUYwS051 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shxUYwS051 DIV {
  color: #57468b;
}
.cid-shxUYwS051 .mbr-text,
.cid-shxUYwS051 .media-content,
.cid-shxUYwS051 .mbr-section-btn {
  color: #ffffff;
}
.cid-shxSaRFYN9 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #4f4943;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shxSaRFYN9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shxSaRFYN9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shxSaRFYN9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shxSaRFYN9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shxSaRFYN9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-shxSaRFYN9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shxSaRFYN9 .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-shxSaRFYN9 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shxSaRFYN9 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-shxSaRFYN9 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-ZJBw5xCocZ {
  -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
  clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/2nd-sunrise-at-2335gmt-758x283.jpg");
}
.cid-shhSgS4Q4H {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-shhSgS4Q4H .mbr-text,
.cid-shhSgS4Q4H blockquote {
  color: #767676;
}
.cid-shhSgS4Q4H blockquote {
  background-color: #232323;
  border-color: #465052;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-shhSgSfGUz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-shhSgSfGUz .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shDAbqtv0C p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shDAbqtv0C DIV {
  color: #ffffff;
}
.cid-shDAbqtv0C H10 {
  color: #767676;
}
.cid-shDAbqtv0C .hidden {
  display: none;
}
.cid-shDAbqtv0C .sidebar {
  z-index: 1001;
  background-color: #2d1d10;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shDAbqtv0C .sidebar nav {
  height: 100%;
}
.cid-shDAbqtv0C .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shDAbqtv0C .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shDAbqtv0C .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #4f4943;
  color: #7f1933;
}
.cid-shDAbqtv0C .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shDAbqtv0C .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shDAbqtv0C .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shDAbqtv0C .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shDAbqtv0C .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shDAbqtv0C .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shDAbqtv0C .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shDAbqtv0C .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shDAbqtv0C .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shDAbqtv0C .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shDAbqtv0C .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shDAbqtv0C .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shDAbqtv0C .sidebar {
    overflow-y: scroll;
  }
}
.cid-shDAbqtv0C :root {
  --sidebar-width: 4.5em;
}
.cid-shDAbqtv0C SPAN {
  color: #d58036;
}
.cid-shyk4102uR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/2-1.gif");
}
.cid-shyk4102uR P {
  color: #cc2952;
  text-align: left;
}
.cid-shyk4102uR h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-shyk4102uR h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-shyk4102uR .HierOrange {
  color: orange;
}
.cid-shyk4102uR .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-shyk4102uR H2 {
  color: #d58036;
}
.cid-shyk4102uR H1 {
  color: #7f1933;
}
.cid-shyk4102uR H3 {
  color: #7f1933;
}
.cid-shyk4102uR .mbr-text,
.cid-shyk4102uR .mbr-section-btn {
  color: #55b4d4;
}
.cid-shyk41oE1C {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #5b686b;
}
.cid-shyk41oE1C img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shyk41oE1C H1 {
  color: #073b4c;
  text-align: center;
}
.cid-shyk41oE1C .mbr-text,
.cid-shyk41oE1C .mbr-section-btn {
  color: #716c80;
}
.cid-shyk41oE1C H3 {
  color: #073b4c;
  text-align: center;
}
.cid-shyk41oE1C .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shyk41oE1C .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shyk41oE1C .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shyk41oE1C .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shyk41oE1C .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shyk41oE1C .btn-info-outline:active,
.cid-shyk41oE1C .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shyk41oE1C DIV {
  color: #57468b;
}
.cid-shyk41oE1C .mbr-text,
.cid-shyk41oE1C .media-content,
.cid-shyk41oE1C .mbr-section-btn {
  color: #000000;
}
.cid-shyk41TtjV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #5b686b;
}
.cid-shyk41TtjV img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shyk41TtjV H1 {
  color: #073b4c;
}
.cid-shyk41TtjV .mbr-text,
.cid-shyk41TtjV .mbr-section-btn {
  color: #716c80;
}
.cid-shyk41TtjV H3 {
  color: #062530;
  text-align: center;
}
.cid-shyk41TtjV .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shyk41TtjV .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shyk41TtjV .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shyk41TtjV .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shyk41TtjV .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shyk41TtjV .btn-info-outline:active,
.cid-shyk41TtjV .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shyk41TtjV DIV {
  color: #57468b;
}
.cid-shyk41TtjV .mbr-text,
.cid-shyk41TtjV .media-content,
.cid-shyk41TtjV .mbr-section-btn {
  color: #000000;
}
.cid-shyk4289uD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #5b686b;
}
.cid-shyk4289uD img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shyk4289uD H1 {
  color: #073b4c;
}
.cid-shyk4289uD .mbr-text,
.cid-shyk4289uD .mbr-section-btn {
  color: #716c80;
}
.cid-shyk4289uD H3 {
  color: #062530;
  text-align: center;
}
.cid-shyk4289uD .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shyk4289uD .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shyk4289uD .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shyk4289uD .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shyk4289uD .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shyk4289uD .btn-info-outline:active,
.cid-shyk4289uD .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shyk4289uD DIV {
  color: #57468b;
}
.cid-shyk4289uD .mbr-text,
.cid-shyk4289uD .media-content,
.cid-shyk4289uD .mbr-section-btn {
  color: #180208;
}
.cid-shyk42nNzt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5b686b;
}
.cid-shyk42nNzt img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shyk42nNzt H1 {
  color: #073b4c;
}
.cid-shyk42nNzt .mbr-text,
.cid-shyk42nNzt .mbr-section-btn {
  color: #716c80;
}
.cid-shyk42nNzt H3 {
  color: #062530;
  text-align: center;
}
.cid-shyk42nNzt .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shyk42nNzt .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shyk42nNzt .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shyk42nNzt .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shyk42nNzt .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shyk42nNzt .btn-info-outline:active,
.cid-shyk42nNzt .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shyk42nNzt DIV {
  color: #57468b;
}
.cid-shyk42nNzt .mbr-text,
.cid-shyk42nNzt .media-content,
.cid-shyk42nNzt .mbr-section-btn {
  color: #180208;
}
.cid-shyk42AGlE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #5b686b;
}
.cid-shyk42AGlE img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shyk42AGlE H1 {
  color: #073b4c;
}
.cid-shyk42AGlE .mbr-text,
.cid-shyk42AGlE .mbr-section-btn {
  color: #716c80;
}
.cid-shyk42AGlE H3 {
  color: #062530;
  text-align: center;
}
.cid-shyk42AGlE .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shyk42AGlE .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shyk42AGlE .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shyk42AGlE .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shyk42AGlE .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shyk42AGlE .btn-info-outline:active,
.cid-shyk42AGlE .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shyk42AGlE DIV {
  color: #57468b;
}
.cid-shyk42AGlE .mbr-text,
.cid-shyk42AGlE .media-content,
.cid-shyk42AGlE .mbr-section-btn {
  color: #000000;
}
.cid-shyk42QMJQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5b686b;
}
.cid-shyk42QMJQ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shyk42QMJQ H1 {
  color: #073b4c;
}
.cid-shyk42QMJQ .mbr-text,
.cid-shyk42QMJQ .mbr-section-btn {
  color: #716c80;
}
.cid-shyk42QMJQ H3 {
  color: #062530;
  text-align: center;
}
.cid-shyk42QMJQ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shyk42QMJQ .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shyk42QMJQ .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shyk42QMJQ .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shyk42QMJQ .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shyk42QMJQ .btn-info-outline:active,
.cid-shyk42QMJQ .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shyk42QMJQ DIV {
  color: #57468b;
}
.cid-shyk42QMJQ .mbr-text,
.cid-shyk42QMJQ .media-content,
.cid-shyk42QMJQ .mbr-section-btn {
  color: #180208;
}
.cid-shyk435Gdh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5b686b;
}
.cid-shyk435Gdh img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shyk435Gdh H1 {
  color: #073b4c;
}
.cid-shyk435Gdh .mbr-text,
.cid-shyk435Gdh .mbr-section-btn {
  color: #716c80;
}
.cid-shyk435Gdh H3 {
  color: #062530;
  text-align: center;
}
.cid-shyk435Gdh .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shyk435Gdh .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shyk435Gdh .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shyk435Gdh .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shyk435Gdh .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shyk435Gdh .btn-info-outline:active,
.cid-shyk435Gdh .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shyk435Gdh DIV {
  color: #57468b;
}
.cid-shyk435Gdh .mbr-text,
.cid-shyk435Gdh .media-content,
.cid-shyk435Gdh .mbr-section-btn {
  color: #180208;
}
.cid-shyk43igfH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5b686b;
}
.cid-shyk43igfH img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shyk43igfH H1 {
  color: #073b4c;
}
.cid-shyk43igfH .mbr-text,
.cid-shyk43igfH .mbr-section-btn {
  color: #716c80;
}
.cid-shyk43igfH H3 {
  color: #062530;
  text-align: center;
}
.cid-shyk43igfH .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shyk43igfH .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shyk43igfH .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shyk43igfH .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shyk43igfH .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shyk43igfH .btn-info-outline:active,
.cid-shyk43igfH .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shyk43igfH DIV {
  color: #57468b;
}
.cid-shyk43igfH .mbr-text,
.cid-shyk43igfH .media-content,
.cid-shyk43igfH .mbr-section-btn {
  color: #180208;
}
.cid-shyk43yk6l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5b686b;
}
.cid-shyk43yk6l img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shyk43yk6l H1 {
  color: #073b4c;
}
.cid-shyk43yk6l .mbr-text,
.cid-shyk43yk6l .mbr-section-btn {
  color: #716c80;
}
.cid-shyk43yk6l H3 {
  color: #062530;
  text-align: center;
}
.cid-shyk43yk6l .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shyk43yk6l .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shyk43yk6l .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shyk43yk6l .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shyk43yk6l .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shyk43yk6l .btn-info-outline:active,
.cid-shyk43yk6l .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shyk43yk6l DIV {
  color: #57468b;
}
.cid-shyk43yk6l .mbr-text,
.cid-shyk43yk6l .media-content,
.cid-shyk43yk6l .mbr-section-btn {
  color: #000000;
}
.cid-shyk43MNzA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5b686b;
}
.cid-shyk43MNzA img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shyk43MNzA H1 {
  color: #073b4c;
}
.cid-shyk43MNzA .mbr-text,
.cid-shyk43MNzA .mbr-section-btn {
  color: #716c80;
}
.cid-shyk43MNzA H3 {
  color: #062530;
  text-align: center;
}
.cid-shyk43MNzA .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shyk43MNzA .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shyk43MNzA .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shyk43MNzA .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shyk43MNzA .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shyk43MNzA .btn-info-outline:active,
.cid-shyk43MNzA .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shyk43MNzA DIV {
  color: #57468b;
}
.cid-shyk43MNzA .mbr-text,
.cid-shyk43MNzA .media-content,
.cid-shyk43MNzA .mbr-section-btn {
  color: #180208;
}
.cid-shyk43Zay4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5b686b;
}
.cid-shyk43Zay4 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shyk43Zay4 H1 {
  color: #073b4c;
}
.cid-shyk43Zay4 .mbr-text,
.cid-shyk43Zay4 .mbr-section-btn {
  color: #716c80;
}
.cid-shyk43Zay4 H3 {
  color: #062530;
  text-align: center;
}
.cid-shyk43Zay4 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shyk43Zay4 .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shyk43Zay4 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shyk43Zay4 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shyk43Zay4 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shyk43Zay4 .btn-info-outline:active,
.cid-shyk43Zay4 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shyk43Zay4 DIV {
  color: #57468b;
}
.cid-shyk43Zay4 .mbr-text,
.cid-shyk43Zay4 .media-content,
.cid-shyk43Zay4 .mbr-section-btn {
  color: #180208;
}
.cid-shyk44e9fW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5b686b;
}
.cid-shyk44e9fW img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shyk44e9fW H1 {
  color: #073b4c;
}
.cid-shyk44e9fW .mbr-text,
.cid-shyk44e9fW .mbr-section-btn {
  color: #716c80;
}
.cid-shyk44e9fW H3 {
  color: #062530;
  text-align: center;
}
.cid-shyk44e9fW .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shyk44e9fW .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shyk44e9fW .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shyk44e9fW .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shyk44e9fW .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shyk44e9fW .btn-info-outline:active,
.cid-shyk44e9fW .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shyk44e9fW DIV {
  color: #57468b;
}
.cid-shyk44e9fW .mbr-text,
.cid-shyk44e9fW .media-content,
.cid-shyk44e9fW .mbr-section-btn {
  color: #000000;
}
.cid-shyk44sdkJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5b686b;
}
.cid-shyk44sdkJ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shyk44sdkJ H1 {
  color: #073b4c;
}
.cid-shyk44sdkJ .mbr-text,
.cid-shyk44sdkJ .mbr-section-btn {
  color: #716c80;
}
.cid-shyk44sdkJ H3 {
  color: #062530;
  text-align: center;
}
.cid-shyk44sdkJ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shyk44sdkJ .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shyk44sdkJ .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shyk44sdkJ .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shyk44sdkJ .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shyk44sdkJ .btn-info-outline:active,
.cid-shyk44sdkJ .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shyk44sdkJ DIV {
  color: #57468b;
}
.cid-shyk44sdkJ .mbr-text,
.cid-shyk44sdkJ .media-content,
.cid-shyk44sdkJ .mbr-section-btn {
  color: #180208;
}
.cid-shyk44G8uX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5b686b;
}
.cid-shyk44G8uX img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shyk44G8uX H1 {
  color: #073b4c;
}
.cid-shyk44G8uX .mbr-text,
.cid-shyk44G8uX .mbr-section-btn {
  color: #716c80;
}
.cid-shyk44G8uX H3 {
  color: #062530;
  text-align: center;
}
.cid-shyk44G8uX .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shyk44G8uX .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shyk44G8uX .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shyk44G8uX .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shyk44G8uX .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shyk44G8uX .btn-info-outline:active,
.cid-shyk44G8uX .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shyk44G8uX DIV {
  color: #57468b;
}
.cid-shyk44G8uX .mbr-text,
.cid-shyk44G8uX .media-content,
.cid-shyk44G8uX .mbr-section-btn {
  color: #180208;
}
.cid-shyk44Uvmq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-shyk44Uvmq img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shyk44Uvmq H1 {
  color: #073b4c;
}
.cid-shyk44Uvmq .mbr-text,
.cid-shyk44Uvmq .mbr-section-btn {
  color: #716c80;
}
.cid-shyk44Uvmq H3 {
  color: #b2ccd2;
  text-align: center;
}
.cid-shyk44Uvmq .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shyk44Uvmq .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shyk44Uvmq .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shyk44Uvmq .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shyk44Uvmq .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shyk44Uvmq .btn-info-outline:active,
.cid-shyk44Uvmq .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shyk44Uvmq DIV {
  color: #57468b;
}
.cid-shyk44Uvmq .mbr-text,
.cid-shyk44Uvmq .media-content,
.cid-shyk44Uvmq .mbr-section-btn {
  color: #879a9f;
}
.cid-shyk45bLY6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-shyk45bLY6 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shyk45bLY6 H1 {
  color: #073b4c;
}
.cid-shyk45bLY6 .mbr-text,
.cid-shyk45bLY6 .mbr-section-btn {
  color: #716c80;
}
.cid-shyk45bLY6 H3 {
  color: #062530;
  text-align: center;
}
.cid-shyk45bLY6 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shyk45bLY6 .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shyk45bLY6 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shyk45bLY6 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shyk45bLY6 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shyk45bLY6 .btn-info-outline:active,
.cid-shyk45bLY6 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shyk45bLY6 DIV {
  color: #57468b;
}
.cid-shyk45bLY6 .mbr-text,
.cid-shyk45bLY6 .media-content,
.cid-shyk45bLY6 .mbr-section-btn {
  color: #b2ccd2;
}
.cid-shz3kb58Aj {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shz3kb58Aj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shz3kb58Aj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shz3kb58Aj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shz3kb58Aj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shz3kb58Aj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-shz3kb58Aj .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shz3kb58Aj .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-shz3kb58Aj .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shz3kb58Aj .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-shz3kb58Aj .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-shyk462lrd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-shyk462lrd img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shyk462lrd H1 {
  color: #073b4c;
}
.cid-shyk462lrd .mbr-text,
.cid-shyk462lrd .mbr-section-btn {
  color: #716c80;
}
.cid-shyk462lrd H3 {
  color: #b2ccd2;
  text-align: center;
}
.cid-shyk462lrd .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shyk462lrd .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shyk462lrd .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shyk462lrd .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shyk462lrd .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shyk462lrd .btn-info-outline:active,
.cid-shyk462lrd .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shyk462lrd DIV {
  color: #57468b;
}
.cid-shyk462lrd .mbr-text,
.cid-shyk462lrd .media-content,
.cid-shyk462lrd .mbr-section-btn {
  color: #879a9f;
}
.cid-shyk46g49u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-shyk46g49u img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shyk46g49u H1 {
  color: #073b4c;
}
.cid-shyk46g49u .mbr-text,
.cid-shyk46g49u .mbr-section-btn {
  color: #716c80;
}
.cid-shyk46g49u H3 {
  color: #062530;
  text-align: center;
}
.cid-shyk46g49u .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shyk46g49u .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shyk46g49u .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shyk46g49u .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shyk46g49u .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shyk46g49u .btn-info-outline:active,
.cid-shyk46g49u .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shyk46g49u DIV {
  color: #57468b;
}
.cid-shyk46g49u .mbr-text,
.cid-shyk46g49u .media-content,
.cid-shyk46g49u .mbr-section-btn {
  color: #180208;
}
.cid-shyk46xVM9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-shyk46xVM9 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shyk46xVM9 H1 {
  color: #073b4c;
}
.cid-shyk46xVM9 .mbr-text,
.cid-shyk46xVM9 .mbr-section-btn {
  color: #716c80;
}
.cid-shyk46xVM9 H3 {
  color: #062530;
  text-align: center;
}
.cid-shyk46xVM9 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shyk46xVM9 .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shyk46xVM9 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shyk46xVM9 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shyk46xVM9 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shyk46xVM9 .btn-info-outline:active,
.cid-shyk46xVM9 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shyk46xVM9 DIV {
  color: #57468b;
}
.cid-shyk46xVM9 .mbr-text,
.cid-shyk46xVM9 .media-content,
.cid-shyk46xVM9 .mbr-section-btn {
  color: #180208;
}
.cid-shyk47fXQW {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #828282, #232323);
}
.cid-shyk47fXQW .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-shyk47fXQW .social-list a:focus {
  text-decoration: none;
}
.cid-shyk47fXQW H2 {
  color: #cc2952;
}
.cid-shyk48esrt {
  -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
  clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/2nd-sunrise-at-2335gmt-758x283.jpg");
}
.cid-shyk48v0Az {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-shyk48v0Az .mbr-text,
.cid-shyk48v0Az blockquote {
  color: #767676;
}
.cid-shyk48v0Az blockquote {
  background-color: #232323;
  border-color: #465052;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-shyk48H9ml {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-shyk48H9ml .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shDABX9jp5 p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shDABX9jp5 DIV {
  color: #ffffff;
}
.cid-shDABX9jp5 H10 {
  color: #767676;
}
.cid-shDABX9jp5 .hidden {
  display: none;
}
.cid-shDABX9jp5 .sidebar {
  z-index: 1001;
  background-color: #2d1d10;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shDABX9jp5 .sidebar nav {
  height: 100%;
}
.cid-shDABX9jp5 .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shDABX9jp5 .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shDABX9jp5 .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #4f4943;
  color: #7f1933;
}
.cid-shDABX9jp5 .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shDABX9jp5 .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shDABX9jp5 .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shDABX9jp5 .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shDABX9jp5 .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shDABX9jp5 .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shDABX9jp5 .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shDABX9jp5 .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shDABX9jp5 .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shDABX9jp5 .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shDABX9jp5 .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shDABX9jp5 .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shDABX9jp5 .sidebar {
    overflow-y: scroll;
  }
}
.cid-shDABX9jp5 :root {
  --sidebar-width: 4.5em;
}
.cid-shDABX9jp5 SPAN {
  color: #d58036;
}
.cid-shzbxxRscI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/m1-512x277.jpg");
}
.cid-shzbxxRscI P {
  color: #55b4d4;
  text-align: left;
}
.cid-shzbxxRscI h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-shzbxxRscI h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-shzbxxRscI .HierOrange {
  color: orange;
}
.cid-shzbxxRscI .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-shzbxxRscI H2 {
  color: #d58036;
}
.cid-shzbxxRscI H1 {
  color: #7f1933;
}
.cid-shzbxxRscI H3 {
  color: #7f1933;
}
.cid-shzbxxRscI .mbr-text,
.cid-shzbxxRscI .mbr-section-btn {
  color: #55b4d4;
}
.cid-shzbxye3GR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #073b4c;
}
.cid-shzbxye3GR img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shzbxye3GR H1 {
  color: #073b4c;
}
.cid-shzbxye3GR .mbr-text,
.cid-shzbxye3GR .mbr-section-btn {
  color: #716c80;
}
.cid-shzbxye3GR H3 {
  color: #149dcc;
  text-align: center;
}
.cid-shzbxye3GR .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shzbxye3GR .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shzbxye3GR .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shzbxye3GR .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shzbxye3GR .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shzbxye3GR .btn-info-outline:active,
.cid-shzbxye3GR .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shzbxye3GR DIV {
  color: #57468b;
}
.cid-shzbxye3GR .mbr-text,
.cid-shzbxye3GR .media-content,
.cid-shzbxye3GR .mbr-section-btn {
  color: #b2ccd2;
}
.cid-shzfrNwi1C {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shzfrNwi1C .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shzfrNwi1C .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shzfrNwi1C .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shzfrNwi1C .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shzfrNwi1C .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-shzfrNwi1C .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shzfrNwi1C .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-shzfrNwi1C .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shzfrNwi1C .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-shzfrNwi1C .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-shzoJBAdpn {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #232323, #073b4c);
}
.cid-shzoJBAdpn .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-shzoJBAdpn .social-list a:focus {
  text-decoration: none;
}
.cid-shzoJBAdpn H2 {
  color: #cc2952;
}
.cid-shzbxBLblu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-shzbxBLblu img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shzbxBLblu H1 {
  color: #073b4c;
}
.cid-shzbxBLblu .mbr-text,
.cid-shzbxBLblu .mbr-section-btn {
  color: #716c80;
}
.cid-shzbxBLblu H3 {
  color: #062530;
  text-align: center;
}
.cid-shzbxBLblu .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shzbxBLblu .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shzbxBLblu .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shzbxBLblu .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shzbxBLblu .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shzbxBLblu .btn-info-outline:active,
.cid-shzbxBLblu .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shzbxBLblu DIV {
  color: #57468b;
}
.cid-shzbxBLblu .mbr-text,
.cid-shzbxBLblu .media-content,
.cid-shzbxBLblu .mbr-section-btn {
  color: #b2ccd2;
  text-align: center;
}
.cid-shzbxC0xZY {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-shzbxC0xZY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-shzbxC0xZY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shzbxC0xZY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-shzbxC0xZY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-shzbxC0xZY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #062530;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-shzbxC0xZY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-shzbxC0xZY .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-shzbxC0xZY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-shzbxC0xZY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #062530 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #062530, #45505b) !important;
}
.cid-shzbxC0xZY .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-shzbxD9R9Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-shzbxD9R9Q img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shzbxD9R9Q H1 {
  color: #073b4c;
}
.cid-shzbxD9R9Q .mbr-text,
.cid-shzbxD9R9Q .mbr-section-btn {
  color: #716c80;
}
.cid-shzbxD9R9Q H3 {
  color: #062530;
  text-align: center;
}
.cid-shzbxD9R9Q .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shzbxD9R9Q .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shzbxD9R9Q .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shzbxD9R9Q .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shzbxD9R9Q .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shzbxD9R9Q .btn-info-outline:active,
.cid-shzbxD9R9Q .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shzbxD9R9Q DIV {
  color: #57468b;
}
.cid-shzbxD9R9Q .mbr-text,
.cid-shzbxD9R9Q .media-content,
.cid-shzbxD9R9Q .mbr-section-btn {
  color: #180208;
}
.cid-shzbxDopc5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #000000, #232323);
}
.cid-shzbxDopc5 .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-shzbxDopc5 .social-list a:focus {
  text-decoration: none;
}
.cid-shzbxDopc5 H2 {
  color: #cc2952;
}
.cid-shzbxDYBsA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-shzbxDYBsA .mbr-text,
.cid-shzbxDYBsA blockquote {
  color: #767676;
}
.cid-shzbxDYBsA blockquote {
  background-color: #000000;
  border-color: #465052;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-shzbxEazx2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-shzbxEazx2 .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-shDArgOEGf p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-shDArgOEGf DIV {
  color: #ffffff;
}
.cid-shDArgOEGf H10 {
  color: #767676;
}
.cid-shDArgOEGf .hidden {
  display: none;
}
.cid-shDArgOEGf .sidebar {
  z-index: 1001;
  background-color: #2d1d10;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-shDArgOEGf .sidebar nav {
  height: 100%;
}
.cid-shDArgOEGf .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-shDArgOEGf .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-shDArgOEGf .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #4f4943;
  color: #7f1933;
}
.cid-shDArgOEGf .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-shDArgOEGf .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-shDArgOEGf .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-shDArgOEGf .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-shDArgOEGf .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-shDArgOEGf .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-shDArgOEGf .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-shDArgOEGf .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-shDArgOEGf .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-shDArgOEGf .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-shDArgOEGf .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-shDArgOEGf .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-shDArgOEGf .sidebar {
    overflow-y: scroll;
  }
}
.cid-shDArgOEGf :root {
  --sidebar-width: 4.5em;
}
.cid-shDArgOEGf SPAN {
  color: #d58036;
}
.cid-shCFGsZeIJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/340-4-832x472.jpg");
}
.cid-shCFGsZeIJ P {
  color: #149dcc;
  text-align: left;
}
.cid-shCFGsZeIJ h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-shCFGsZeIJ h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-shCFGsZeIJ .HierOrange {
  color: orange;
}
.cid-shCFGsZeIJ .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-shCFGsZeIJ H2 {
  color: #d58036;
}
.cid-shCFGsZeIJ H1 {
  color: #7f1933;
}
.cid-shCFGsZeIJ H3 {
  color: #7f1933;
}
.cid-shCFGsZeIJ .mbr-text,
.cid-shCFGsZeIJ .mbr-section-btn {
  color: #55b4d4;
}
.cid-shDpcHJwix {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #2d1d10, #232323);
}
.cid-shDpcHJwix .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-shDpcHJwix .social-list a:focus {
  text-decoration: none;
}
.cid-shDpcHJwix H2 {
  color: #cc2952;
}
.cid-shCFGtmqj9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2d1d10;
}
.cid-shCFGtmqj9 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCFGtmqj9 H1 {
  color: #d58036;
  text-align: center;
}
.cid-shCFGtmqj9 .mbr-text,
.cid-shCFGtmqj9 .mbr-section-btn {
  color: #716c80;
}
.cid-shCFGtmqj9 H3 {
  color: #073b4c;
  text-align: center;
}
.cid-shCFGtmqj9 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCFGtmqj9 .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCFGtmqj9 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCFGtmqj9 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCFGtmqj9 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCFGtmqj9 .btn-info-outline:active,
.cid-shCFGtmqj9 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCFGtmqj9 DIV {
  color: #57468b;
}
.cid-shCFGtmqj9 .mbr-text,
.cid-shCFGtmqj9 .media-content,
.cid-shCFGtmqj9 .mbr-section-btn {
  color: #e4d295;
}
.cid-shCFGtBlil {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2d1d10;
}
.cid-shCFGtBlil img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCFGtBlil H1 {
  color: #073b4c;
}
.cid-shCFGtBlil .mbr-text,
.cid-shCFGtBlil .mbr-section-btn {
  color: #716c80;
}
.cid-shCFGtBlil H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCFGtBlil .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCFGtBlil .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCFGtBlil .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCFGtBlil .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCFGtBlil .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCFGtBlil .btn-info-outline:active,
.cid-shCFGtBlil .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCFGtBlil DIV {
  color: #57468b;
}
.cid-shCFGtBlil .mbr-text,
.cid-shCFGtBlil .media-content,
.cid-shCFGtBlil .mbr-section-btn {
  color: #e4d295;
}
.cid-shCFGtOweH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2d1d10;
}
.cid-shCFGtOweH img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCFGtOweH H1 {
  color: #073b4c;
}
.cid-shCFGtOweH .mbr-text,
.cid-shCFGtOweH .mbr-section-btn {
  color: #716c80;
}
.cid-shCFGtOweH H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCFGtOweH .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCFGtOweH .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCFGtOweH .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCFGtOweH .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCFGtOweH .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCFGtOweH .btn-info-outline:active,
.cid-shCFGtOweH .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCFGtOweH DIV {
  color: #57468b;
}
.cid-shCFGtOweH .mbr-text,
.cid-shCFGtOweH .media-content,
.cid-shCFGtOweH .mbr-section-btn {
  color: #e4d295;
}
.cid-shCFGu2v65 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCFGu2v65 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCFGu2v65 H1 {
  color: #073b4c;
}
.cid-shCFGu2v65 .mbr-text,
.cid-shCFGu2v65 .mbr-section-btn {
  color: #716c80;
}
.cid-shCFGu2v65 H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCFGu2v65 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCFGu2v65 .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCFGu2v65 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCFGu2v65 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCFGu2v65 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCFGu2v65 .btn-info-outline:active,
.cid-shCFGu2v65 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCFGu2v65 DIV {
  color: #57468b;
}
.cid-shCFGu2v65 .mbr-text,
.cid-shCFGu2v65 .media-content,
.cid-shCFGu2v65 .mbr-section-btn {
  color: #e4d295;
}
.cid-shCFGujy7b {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCFGujy7b img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCFGujy7b H1 {
  color: #073b4c;
}
.cid-shCFGujy7b .mbr-text,
.cid-shCFGujy7b .mbr-section-btn {
  color: #716c80;
}
.cid-shCFGujy7b H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCFGujy7b .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCFGujy7b .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCFGujy7b .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCFGujy7b .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCFGujy7b .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCFGujy7b .btn-info-outline:active,
.cid-shCFGujy7b .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCFGujy7b DIV {
  color: #57468b;
}
.cid-shCFGujy7b .mbr-text,
.cid-shCFGujy7b .media-content,
.cid-shCFGujy7b .mbr-section-btn {
  color: #e4d295;
}
.cid-shCFGux8Eq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCFGux8Eq img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCFGux8Eq H1 {
  color: #073b4c;
}
.cid-shCFGux8Eq .mbr-text,
.cid-shCFGux8Eq .mbr-section-btn {
  color: #716c80;
}
.cid-shCFGux8Eq H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCFGux8Eq .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCFGux8Eq .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCFGux8Eq .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCFGux8Eq .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCFGux8Eq .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCFGux8Eq .btn-info-outline:active,
.cid-shCFGux8Eq .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCFGux8Eq DIV {
  color: #57468b;
}
.cid-shCFGux8Eq .mbr-text,
.cid-shCFGux8Eq .media-content,
.cid-shCFGux8Eq .mbr-section-btn {
  color: #e4d295;
}
.cid-shCFGuPHYa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCFGuPHYa img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCFGuPHYa H1 {
  color: #073b4c;
}
.cid-shCFGuPHYa .mbr-text,
.cid-shCFGuPHYa .mbr-section-btn {
  color: #716c80;
}
.cid-shCFGuPHYa H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCFGuPHYa .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCFGuPHYa .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCFGuPHYa .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCFGuPHYa .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCFGuPHYa .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCFGuPHYa .btn-info-outline:active,
.cid-shCFGuPHYa .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCFGuPHYa DIV {
  color: #57468b;
}
.cid-shCFGuPHYa .mbr-text,
.cid-shCFGuPHYa .media-content,
.cid-shCFGuPHYa .mbr-section-btn {
  color: #e4d295;
}
.cid-shCFGv5lfI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCFGv5lfI img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCFGv5lfI H1 {
  color: #073b4c;
}
.cid-shCFGv5lfI .mbr-text,
.cid-shCFGv5lfI .mbr-section-btn {
  color: #716c80;
}
.cid-shCFGv5lfI H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCFGv5lfI .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCFGv5lfI .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCFGv5lfI .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCFGv5lfI .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCFGv5lfI .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCFGv5lfI .btn-info-outline:active,
.cid-shCFGv5lfI .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCFGv5lfI DIV {
  color: #57468b;
}
.cid-shCFGv5lfI .mbr-text,
.cid-shCFGv5lfI .media-content,
.cid-shCFGv5lfI .mbr-section-btn {
  color: #180208;
}
.cid-shCFGvjstT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCFGvjstT img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCFGvjstT H1 {
  color: #073b4c;
}
.cid-shCFGvjstT .mbr-text,
.cid-shCFGvjstT .mbr-section-btn {
  color: #716c80;
}
.cid-shCFGvjstT H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCFGvjstT .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCFGvjstT .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCFGvjstT .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCFGvjstT .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCFGvjstT .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCFGvjstT .btn-info-outline:active,
.cid-shCFGvjstT .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCFGvjstT DIV {
  color: #57468b;
}
.cid-shCFGvjstT .mbr-text,
.cid-shCFGvjstT .media-content,
.cid-shCFGvjstT .mbr-section-btn {
  color: #000000;
}
.cid-shCFGvui95 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCFGvui95 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCFGvui95 H1 {
  color: #073b4c;
}
.cid-shCFGvui95 .mbr-text,
.cid-shCFGvui95 .mbr-section-btn {
  color: #716c80;
}
.cid-shCFGvui95 H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCFGvui95 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCFGvui95 .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCFGvui95 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCFGvui95 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCFGvui95 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCFGvui95 .btn-info-outline:active,
.cid-shCFGvui95 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCFGvui95 DIV {
  color: #57468b;
}
.cid-shCFGvui95 .mbr-text,
.cid-shCFGvui95 .media-content,
.cid-shCFGvui95 .mbr-section-btn {
  color: #180208;
}
.cid-shCFGvJATF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCFGvJATF img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCFGvJATF H1 {
  color: #073b4c;
}
.cid-shCFGvJATF .mbr-text,
.cid-shCFGvJATF .mbr-section-btn {
  color: #716c80;
}
.cid-shCFGvJATF H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCFGvJATF .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCFGvJATF .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCFGvJATF .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCFGvJATF .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCFGvJATF .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCFGvJATF .btn-info-outline:active,
.cid-shCFGvJATF .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCFGvJATF DIV {
  color: #57468b;
}
.cid-shCFGvJATF .mbr-text,
.cid-shCFGvJATF .media-content,
.cid-shCFGvJATF .mbr-section-btn {
  color: #e4d295;
}
.cid-shCFGvVVte {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCFGvVVte img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCFGvVVte H1 {
  color: #073b4c;
}
.cid-shCFGvVVte .mbr-text,
.cid-shCFGvVVte .mbr-section-btn {
  color: #716c80;
}
.cid-shCFGvVVte H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCFGvVVte .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCFGvVVte .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCFGvVVte .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCFGvVVte .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCFGvVVte .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCFGvVVte .btn-info-outline:active,
.cid-shCFGvVVte .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCFGvVVte DIV {
  color: #57468b;
}
.cid-shCFGvVVte .mbr-text,
.cid-shCFGvVVte .media-content,
.cid-shCFGvVVte .mbr-section-btn {
  color: #e4d295;
}
.cid-shCFGw84Rs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCFGw84Rs img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCFGw84Rs H1 {
  color: #073b4c;
}
.cid-shCFGw84Rs .mbr-text,
.cid-shCFGw84Rs .mbr-section-btn {
  color: #716c80;
}
.cid-shCFGw84Rs H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCFGw84Rs .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCFGw84Rs .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCFGw84Rs .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCFGw84Rs .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCFGw84Rs .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCFGw84Rs .btn-info-outline:active,
.cid-shCFGw84Rs .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCFGw84Rs DIV {
  color: #57468b;
}
.cid-shCFGw84Rs .mbr-text,
.cid-shCFGw84Rs .media-content,
.cid-shCFGw84Rs .mbr-section-btn {
  color: #e4d295;
}
.cid-shCFGwpDo2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCFGwpDo2 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCFGwpDo2 H1 {
  color: #073b4c;
}
.cid-shCFGwpDo2 .mbr-text,
.cid-shCFGwpDo2 .mbr-section-btn {
  color: #716c80;
}
.cid-shCFGwpDo2 H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCFGwpDo2 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCFGwpDo2 .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCFGwpDo2 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCFGwpDo2 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCFGwpDo2 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCFGwpDo2 .btn-info-outline:active,
.cid-shCFGwpDo2 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCFGwpDo2 DIV {
  color: #57468b;
}
.cid-shCFGwpDo2 .mbr-text,
.cid-shCFGwpDo2 .media-content,
.cid-shCFGwpDo2 .mbr-section-btn {
  color: #e4d295;
}
.cid-shCFGwBOv7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCFGwBOv7 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCFGwBOv7 H1 {
  color: #073b4c;
}
.cid-shCFGwBOv7 .mbr-text,
.cid-shCFGwBOv7 .mbr-section-btn {
  color: #716c80;
}
.cid-shCFGwBOv7 H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCFGwBOv7 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCFGwBOv7 .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCFGwBOv7 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCFGwBOv7 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCFGwBOv7 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCFGwBOv7 .btn-info-outline:active,
.cid-shCFGwBOv7 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCFGwBOv7 DIV {
  color: #57468b;
}
.cid-shCFGwBOv7 .mbr-text,
.cid-shCFGwBOv7 .media-content,
.cid-shCFGwBOv7 .mbr-section-btn {
  color: #879a9f;
}
.cid-shCFGwOMNG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCFGwOMNG img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCFGwOMNG H1 {
  color: #073b4c;
}
.cid-shCFGwOMNG .mbr-text,
.cid-shCFGwOMNG .mbr-section-btn {
  color: #716c80;
}
.cid-shCFGwOMNG H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCFGwOMNG .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCFGwOMNG .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCFGwOMNG .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCFGwOMNG .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCFGwOMNG .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCFGwOMNG .btn-info-outline:active,
.cid-shCFGwOMNG .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCFGwOMNG DIV {
  color: #57468b;
}
.cid-shCFGwOMNG .mbr-text,
.cid-shCFGwOMNG .media-content,
.cid-shCFGwOMNG .mbr-section-btn {
  color: #e4d295;
}
.cid-shCQwk5Hkv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCQwk5Hkv img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCQwk5Hkv H1 {
  color: #073b4c;
}
.cid-shCQwk5Hkv .mbr-text,
.cid-shCQwk5Hkv .mbr-section-btn {
  color: #716c80;
}
.cid-shCQwk5Hkv H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCQwk5Hkv .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCQwk5Hkv .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCQwk5Hkv .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCQwk5Hkv .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCQwk5Hkv .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCQwk5Hkv .btn-info-outline:active,
.cid-shCQwk5Hkv .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCQwk5Hkv DIV {
  color: #57468b;
}
.cid-shCQwk5Hkv .mbr-text,
.cid-shCQwk5Hkv .media-content,
.cid-shCQwk5Hkv .mbr-section-btn {
  color: #e4d295;
}
.cid-shCQMMoeA9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCQMMoeA9 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCQMMoeA9 H1 {
  color: #073b4c;
}
.cid-shCQMMoeA9 .mbr-text,
.cid-shCQMMoeA9 .mbr-section-btn {
  color: #716c80;
}
.cid-shCQMMoeA9 H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCQMMoeA9 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCQMMoeA9 .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCQMMoeA9 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCQMMoeA9 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCQMMoeA9 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCQMMoeA9 .btn-info-outline:active,
.cid-shCQMMoeA9 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCQMMoeA9 DIV {
  color: #57468b;
}
.cid-shCQMMoeA9 .mbr-text,
.cid-shCQMMoeA9 .media-content,
.cid-shCQMMoeA9 .mbr-section-btn {
  color: #e4d295;
}
.cid-shCR96Z4wl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCR96Z4wl img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCR96Z4wl H1 {
  color: #073b4c;
}
.cid-shCR96Z4wl .mbr-text,
.cid-shCR96Z4wl .mbr-section-btn {
  color: #716c80;
}
.cid-shCR96Z4wl H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCR96Z4wl .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCR96Z4wl .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCR96Z4wl .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCR96Z4wl .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCR96Z4wl .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCR96Z4wl .btn-info-outline:active,
.cid-shCR96Z4wl .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCR96Z4wl DIV {
  color: #57468b;
}
.cid-shCR96Z4wl .mbr-text,
.cid-shCR96Z4wl .media-content,
.cid-shCR96Z4wl .mbr-section-btn {
  color: #828282;
}
.cid-shCRqqnqIQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCRqqnqIQ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCRqqnqIQ H1 {
  color: #073b4c;
}
.cid-shCRqqnqIQ .mbr-text,
.cid-shCRqqnqIQ .mbr-section-btn {
  color: #716c80;
}
.cid-shCRqqnqIQ H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCRqqnqIQ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCRqqnqIQ .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCRqqnqIQ .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCRqqnqIQ .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCRqqnqIQ .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCRqqnqIQ .btn-info-outline:active,
.cid-shCRqqnqIQ .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCRqqnqIQ DIV {
  color: #57468b;
}
.cid-shCRqqnqIQ .mbr-text,
.cid-shCRqqnqIQ .media-content,
.cid-shCRqqnqIQ .mbr-section-btn {
  color: #828282;
}
.cid-shCRHdEdSg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCRHdEdSg img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCRHdEdSg H1 {
  color: #073b4c;
}
.cid-shCRHdEdSg .mbr-text,
.cid-shCRHdEdSg .mbr-section-btn {
  color: #716c80;
}
.cid-shCRHdEdSg H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCRHdEdSg .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCRHdEdSg .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCRHdEdSg .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCRHdEdSg .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCRHdEdSg .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCRHdEdSg .btn-info-outline:active,
.cid-shCRHdEdSg .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCRHdEdSg DIV {
  color: #57468b;
}
.cid-shCRHdEdSg .mbr-text,
.cid-shCRHdEdSg .media-content,
.cid-shCRHdEdSg .mbr-section-btn {
  color: #828282;
}
.cid-shCRUJiQMH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCRUJiQMH img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCRUJiQMH H1 {
  color: #073b4c;
}
.cid-shCRUJiQMH .mbr-text,
.cid-shCRUJiQMH .mbr-section-btn {
  color: #716c80;
}
.cid-shCRUJiQMH H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCRUJiQMH .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCRUJiQMH .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCRUJiQMH .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCRUJiQMH .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCRUJiQMH .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCRUJiQMH .btn-info-outline:active,
.cid-shCRUJiQMH .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCRUJiQMH DIV {
  color: #57468b;
}
.cid-shCRUJiQMH .mbr-text,
.cid-shCRUJiQMH .media-content,
.cid-shCRUJiQMH .mbr-section-btn {
  color: #828282;
}
.cid-shCSbfMhR0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCSbfMhR0 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCSbfMhR0 H1 {
  color: #073b4c;
}
.cid-shCSbfMhR0 .mbr-text,
.cid-shCSbfMhR0 .mbr-section-btn {
  color: #716c80;
}
.cid-shCSbfMhR0 H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCSbfMhR0 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCSbfMhR0 .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCSbfMhR0 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCSbfMhR0 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCSbfMhR0 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCSbfMhR0 .btn-info-outline:active,
.cid-shCSbfMhR0 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCSbfMhR0 DIV {
  color: #57468b;
}
.cid-shCSbfMhR0 .mbr-text,
.cid-shCSbfMhR0 .media-content,
.cid-shCSbfMhR0 .mbr-section-btn {
  color: #828282;
}
.cid-shCSoYmCnQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCSoYmCnQ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCSoYmCnQ H1 {
  color: #073b4c;
}
.cid-shCSoYmCnQ .mbr-text,
.cid-shCSoYmCnQ .mbr-section-btn {
  color: #716c80;
}
.cid-shCSoYmCnQ H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCSoYmCnQ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCSoYmCnQ .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCSoYmCnQ .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCSoYmCnQ .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCSoYmCnQ .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCSoYmCnQ .btn-info-outline:active,
.cid-shCSoYmCnQ .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCSoYmCnQ DIV {
  color: #57468b;
}
.cid-shCSoYmCnQ .mbr-text,
.cid-shCSoYmCnQ .media-content,
.cid-shCSoYmCnQ .mbr-section-btn {
  color: #828282;
}
.cid-shCSES6yWl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCSES6yWl img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCSES6yWl H1 {
  color: #073b4c;
}
.cid-shCSES6yWl .mbr-text,
.cid-shCSES6yWl .mbr-section-btn {
  color: #716c80;
}
.cid-shCSES6yWl H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCSES6yWl .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCSES6yWl .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCSES6yWl .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCSES6yWl .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCSES6yWl .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCSES6yWl .btn-info-outline:active,
.cid-shCSES6yWl .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCSES6yWl DIV {
  color: #57468b;
}
.cid-shCSES6yWl .mbr-text,
.cid-shCSES6yWl .media-content,
.cid-shCSES6yWl .mbr-section-btn {
  color: #828282;
}
.cid-shCSVpznhl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCSVpznhl img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCSVpznhl H1 {
  color: #073b4c;
}
.cid-shCSVpznhl .mbr-text,
.cid-shCSVpznhl .mbr-section-btn {
  color: #716c80;
}
.cid-shCSVpznhl H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCSVpznhl .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCSVpznhl .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCSVpznhl .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCSVpznhl .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCSVpznhl .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCSVpznhl .btn-info-outline:active,
.cid-shCSVpznhl .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCSVpznhl DIV {
  color: #57468b;
}
.cid-shCSVpznhl .mbr-text,
.cid-shCSVpznhl .media-content,
.cid-shCSVpznhl .mbr-section-btn {
  color: #828282;
}
.cid-shCTbDZFq3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCTbDZFq3 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCTbDZFq3 H1 {
  color: #073b4c;
}
.cid-shCTbDZFq3 .mbr-text,
.cid-shCTbDZFq3 .mbr-section-btn {
  color: #716c80;
}
.cid-shCTbDZFq3 H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCTbDZFq3 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCTbDZFq3 .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCTbDZFq3 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCTbDZFq3 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCTbDZFq3 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCTbDZFq3 .btn-info-outline:active,
.cid-shCTbDZFq3 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCTbDZFq3 DIV {
  color: #57468b;
}
.cid-shCTbDZFq3 .mbr-text,
.cid-shCTbDZFq3 .media-content,
.cid-shCTbDZFq3 .mbr-section-btn {
  color: #828282;
}
.cid-shCTw6IE5W {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCTw6IE5W img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCTw6IE5W H1 {
  color: #073b4c;
}
.cid-shCTw6IE5W .mbr-text,
.cid-shCTw6IE5W .mbr-section-btn {
  color: #716c80;
}
.cid-shCTw6IE5W H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCTw6IE5W .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCTw6IE5W .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCTw6IE5W .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCTw6IE5W .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCTw6IE5W .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCTw6IE5W .btn-info-outline:active,
.cid-shCTw6IE5W .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCTw6IE5W DIV {
  color: #57468b;
}
.cid-shCTw6IE5W .mbr-text,
.cid-shCTw6IE5W .media-content,
.cid-shCTw6IE5W .mbr-section-btn {
  color: #828282;
}
.cid-shCTZ082sz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCTZ082sz img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCTZ082sz H1 {
  color: #073b4c;
}
.cid-shCTZ082sz .mbr-text,
.cid-shCTZ082sz .mbr-section-btn {
  color: #716c80;
}
.cid-shCTZ082sz H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCTZ082sz .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCTZ082sz .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCTZ082sz .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCTZ082sz .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCTZ082sz .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCTZ082sz .btn-info-outline:active,
.cid-shCTZ082sz .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCTZ082sz DIV {
  color: #57468b;
}
.cid-shCTZ082sz .mbr-text,
.cid-shCTZ082sz .media-content,
.cid-shCTZ082sz .mbr-section-btn {
  color: #828282;
}
.cid-shCUxxI2n6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCUxxI2n6 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCUxxI2n6 H1 {
  color: #073b4c;
}
.cid-shCUxxI2n6 .mbr-text,
.cid-shCUxxI2n6 .mbr-section-btn {
  color: #716c80;
}
.cid-shCUxxI2n6 H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCUxxI2n6 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCUxxI2n6 .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCUxxI2n6 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCUxxI2n6 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCUxxI2n6 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCUxxI2n6 .btn-info-outline:active,
.cid-shCUxxI2n6 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCUxxI2n6 DIV {
  color: #57468b;
}
.cid-shCUxxI2n6 .mbr-text,
.cid-shCUxxI2n6 .media-content,
.cid-shCUxxI2n6 .mbr-section-btn {
  color: #828282;
}
.cid-shCUP0GimV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCUP0GimV img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCUP0GimV H1 {
  color: #073b4c;
}
.cid-shCUP0GimV .mbr-text,
.cid-shCUP0GimV .mbr-section-btn {
  color: #716c80;
}
.cid-shCUP0GimV H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCUP0GimV .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCUP0GimV .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCUP0GimV .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCUP0GimV .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCUP0GimV .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCUP0GimV .btn-info-outline:active,
.cid-shCUP0GimV .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCUP0GimV DIV {
  color: #57468b;
}
.cid-shCUP0GimV .mbr-text,
.cid-shCUP0GimV .media-content,
.cid-shCUP0GimV .mbr-section-btn {
  color: #828282;
}
.cid-shCV1bNvYn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCV1bNvYn img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCV1bNvYn H1 {
  color: #073b4c;
}
.cid-shCV1bNvYn .mbr-text,
.cid-shCV1bNvYn .mbr-section-btn {
  color: #716c80;
}
.cid-shCV1bNvYn H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCV1bNvYn .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCV1bNvYn .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCV1bNvYn .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCV1bNvYn .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCV1bNvYn .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCV1bNvYn .btn-info-outline:active,
.cid-shCV1bNvYn .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCV1bNvYn DIV {
  color: #57468b;
}
.cid-shCV1bNvYn .mbr-text,
.cid-shCV1bNvYn .media-content,
.cid-shCV1bNvYn .mbr-section-btn {
  color: #828282;
}
.cid-shCVdLxSVV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCVdLxSVV img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCVdLxSVV H1 {
  color: #073b4c;
}
.cid-shCVdLxSVV .mbr-text,
.cid-shCVdLxSVV .mbr-section-btn {
  color: #716c80;
}
.cid-shCVdLxSVV H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCVdLxSVV .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCVdLxSVV .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCVdLxSVV .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCVdLxSVV .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCVdLxSVV .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCVdLxSVV .btn-info-outline:active,
.cid-shCVdLxSVV .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCVdLxSVV DIV {
  color: #57468b;
}
.cid-shCVdLxSVV .mbr-text,
.cid-shCVdLxSVV .media-content,
.cid-shCVdLxSVV .mbr-section-btn {
  color: #828282;
}
.cid-shCWrOlb50 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCWrOlb50 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCWrOlb50 H1 {
  color: #073b4c;
}
.cid-shCWrOlb50 .mbr-text,
.cid-shCWrOlb50 .mbr-section-btn {
  color: #716c80;
}
.cid-shCWrOlb50 H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCWrOlb50 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCWrOlb50 .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCWrOlb50 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCWrOlb50 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCWrOlb50 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCWrOlb50 .btn-info-outline:active,
.cid-shCWrOlb50 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCWrOlb50 DIV {
  color: #57468b;
}
.cid-shCWrOlb50 .mbr-text,
.cid-shCWrOlb50 .media-content,
.cid-shCWrOlb50 .mbr-section-btn {
  color: #828282;
}
.cid-shCWDn4ZxJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCWDn4ZxJ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCWDn4ZxJ H1 {
  color: #073b4c;
}
.cid-shCWDn4ZxJ .mbr-text,
.cid-shCWDn4ZxJ .mbr-section-btn {
  color: #716c80;
}
.cid-shCWDn4ZxJ H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCWDn4ZxJ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCWDn4ZxJ .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCWDn4ZxJ .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCWDn4ZxJ .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCWDn4ZxJ .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCWDn4ZxJ .btn-info-outline:active,
.cid-shCWDn4ZxJ .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCWDn4ZxJ DIV {
  color: #57468b;
}
.cid-shCWDn4ZxJ .mbr-text,
.cid-shCWDn4ZxJ .media-content,
.cid-shCWDn4ZxJ .mbr-section-btn {
  color: #828282;
}
.cid-shCWW2pphJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCWW2pphJ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCWW2pphJ H1 {
  color: #073b4c;
}
.cid-shCWW2pphJ .mbr-text,
.cid-shCWW2pphJ .mbr-section-btn {
  color: #716c80;
}
.cid-shCWW2pphJ H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCWW2pphJ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCWW2pphJ .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCWW2pphJ .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCWW2pphJ .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCWW2pphJ .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCWW2pphJ .btn-info-outline:active,
.cid-shCWW2pphJ .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCWW2pphJ DIV {
  color: #57468b;
}
.cid-shCWW2pphJ .mbr-text,
.cid-shCWW2pphJ .media-content,
.cid-shCWW2pphJ .mbr-section-btn {
  color: #828282;
}
.cid-shCXcUwQR9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCXcUwQR9 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCXcUwQR9 H1 {
  color: #073b4c;
}
.cid-shCXcUwQR9 .mbr-text,
.cid-shCXcUwQR9 .mbr-section-btn {
  color: #716c80;
}
.cid-shCXcUwQR9 H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCXcUwQR9 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCXcUwQR9 .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCXcUwQR9 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCXcUwQR9 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCXcUwQR9 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCXcUwQR9 .btn-info-outline:active,
.cid-shCXcUwQR9 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCXcUwQR9 DIV {
  color: #57468b;
}
.cid-shCXcUwQR9 .mbr-text,
.cid-shCXcUwQR9 .media-content,
.cid-shCXcUwQR9 .mbr-section-btn {
  color: #828282;
}
.cid-shCXutumtW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCXutumtW img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCXutumtW H1 {
  color: #073b4c;
}
.cid-shCXutumtW .mbr-text,
.cid-shCXutumtW .mbr-section-btn {
  color: #716c80;
}
.cid-shCXutumtW H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCXutumtW .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCXutumtW .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCXutumtW .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCXutumtW .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCXutumtW .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCXutumtW .btn-info-outline:active,
.cid-shCXutumtW .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCXutumtW DIV {
  color: #57468b;
}
.cid-shCXutumtW .mbr-text,
.cid-shCXutumtW .media-content,
.cid-shCXutumtW .mbr-section-btn {
  color: #828282;
}
.cid-shCXEySm3Z {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCXEySm3Z img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCXEySm3Z H1 {
  color: #073b4c;
}
.cid-shCXEySm3Z .mbr-text,
.cid-shCXEySm3Z .mbr-section-btn {
  color: #716c80;
}
.cid-shCXEySm3Z H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCXEySm3Z .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCXEySm3Z .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCXEySm3Z .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCXEySm3Z .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCXEySm3Z .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCXEySm3Z .btn-info-outline:active,
.cid-shCXEySm3Z .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCXEySm3Z DIV {
  color: #57468b;
}
.cid-shCXEySm3Z .mbr-text,
.cid-shCXEySm3Z .media-content,
.cid-shCXEySm3Z .mbr-section-btn {
  color: #828282;
}
.cid-shCXYwCYhd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCXYwCYhd img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCXYwCYhd H1 {
  color: #073b4c;
}
.cid-shCXYwCYhd .mbr-text,
.cid-shCXYwCYhd .mbr-section-btn {
  color: #716c80;
}
.cid-shCXYwCYhd H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCXYwCYhd .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCXYwCYhd .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCXYwCYhd .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCXYwCYhd .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCXYwCYhd .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCXYwCYhd .btn-info-outline:active,
.cid-shCXYwCYhd .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCXYwCYhd DIV {
  color: #57468b;
}
.cid-shCXYwCYhd .mbr-text,
.cid-shCXYwCYhd .media-content,
.cid-shCXYwCYhd .mbr-section-btn {
  color: #828282;
}
.cid-shCYdt2rHy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCYdt2rHy img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCYdt2rHy H1 {
  color: #073b4c;
}
.cid-shCYdt2rHy .mbr-text,
.cid-shCYdt2rHy .mbr-section-btn {
  color: #716c80;
}
.cid-shCYdt2rHy H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCYdt2rHy .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCYdt2rHy .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCYdt2rHy .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCYdt2rHy .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCYdt2rHy .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCYdt2rHy .btn-info-outline:active,
.cid-shCYdt2rHy .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCYdt2rHy DIV {
  color: #57468b;
}
.cid-shCYdt2rHy .mbr-text,
.cid-shCYdt2rHy .media-content,
.cid-shCYdt2rHy .mbr-section-btn {
  color: #828282;
}
.cid-shCYv02UK7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCYv02UK7 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCYv02UK7 H1 {
  color: #073b4c;
}
.cid-shCYv02UK7 .mbr-text,
.cid-shCYv02UK7 .mbr-section-btn {
  color: #716c80;
}
.cid-shCYv02UK7 H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCYv02UK7 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCYv02UK7 .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCYv02UK7 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCYv02UK7 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCYv02UK7 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCYv02UK7 .btn-info-outline:active,
.cid-shCYv02UK7 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCYv02UK7 DIV {
  color: #57468b;
}
.cid-shCYv02UK7 .mbr-text,
.cid-shCYv02UK7 .media-content,
.cid-shCYv02UK7 .mbr-section-btn {
  color: #828282;
}
.cid-shCYJ1jstP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCYJ1jstP img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCYJ1jstP H1 {
  color: #073b4c;
}
.cid-shCYJ1jstP .mbr-text,
.cid-shCYJ1jstP .mbr-section-btn {
  color: #716c80;
}
.cid-shCYJ1jstP H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCYJ1jstP .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCYJ1jstP .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCYJ1jstP .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCYJ1jstP .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCYJ1jstP .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCYJ1jstP .btn-info-outline:active,
.cid-shCYJ1jstP .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCYJ1jstP DIV {
  color: #57468b;
}
.cid-shCYJ1jstP .mbr-text,
.cid-shCYJ1jstP .media-content,
.cid-shCYJ1jstP .mbr-section-btn {
  color: #828282;
}
.cid-shCYYj4ggJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCYYj4ggJ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCYYj4ggJ H1 {
  color: #073b4c;
}
.cid-shCYYj4ggJ .mbr-text,
.cid-shCYYj4ggJ .mbr-section-btn {
  color: #716c80;
}
.cid-shCYYj4ggJ H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCYYj4ggJ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCYYj4ggJ .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCYYj4ggJ .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCYYj4ggJ .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCYYj4ggJ .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCYYj4ggJ .btn-info-outline:active,
.cid-shCYYj4ggJ .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCYYj4ggJ DIV {
  color: #57468b;
}
.cid-shCYYj4ggJ .mbr-text,
.cid-shCYYj4ggJ .media-content,
.cid-shCYYj4ggJ .mbr-section-btn {
  color: #828282;
}
.cid-shCZtnMadu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCZtnMadu img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCZtnMadu H1 {
  color: #073b4c;
}
.cid-shCZtnMadu .mbr-text,
.cid-shCZtnMadu .mbr-section-btn {
  color: #716c80;
}
.cid-shCZtnMadu H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCZtnMadu .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCZtnMadu .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCZtnMadu .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCZtnMadu .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCZtnMadu .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCZtnMadu .btn-info-outline:active,
.cid-shCZtnMadu .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCZtnMadu DIV {
  color: #57468b;
}
.cid-shCZtnMadu .mbr-text,
.cid-shCZtnMadu .media-content,
.cid-shCZtnMadu .mbr-section-btn {
  color: #828282;
}
.cid-shCZFfoyJU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCZFfoyJU img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCZFfoyJU H1 {
  color: #073b4c;
}
.cid-shCZFfoyJU .mbr-text,
.cid-shCZFfoyJU .mbr-section-btn {
  color: #716c80;
}
.cid-shCZFfoyJU H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCZFfoyJU .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCZFfoyJU .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCZFfoyJU .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCZFfoyJU .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCZFfoyJU .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCZFfoyJU .btn-info-outline:active,
.cid-shCZFfoyJU .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCZFfoyJU DIV {
  color: #57468b;
}
.cid-shCZFfoyJU .mbr-text,
.cid-shCZFfoyJU .media-content,
.cid-shCZFfoyJU .mbr-section-btn {
  color: #828282;
}
.cid-shCZTcX6Vp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shCZTcX6Vp img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shCZTcX6Vp H1 {
  color: #073b4c;
}
.cid-shCZTcX6Vp .mbr-text,
.cid-shCZTcX6Vp .mbr-section-btn {
  color: #716c80;
}
.cid-shCZTcX6Vp H3 {
  color: #d58036;
  text-align: center;
}
.cid-shCZTcX6Vp .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shCZTcX6Vp .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shCZTcX6Vp .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shCZTcX6Vp .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shCZTcX6Vp .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shCZTcX6Vp .btn-info-outline:active,
.cid-shCZTcX6Vp .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shCZTcX6Vp DIV {
  color: #57468b;
}
.cid-shCZTcX6Vp .mbr-text,
.cid-shCZTcX6Vp .media-content,
.cid-shCZTcX6Vp .mbr-section-btn {
  color: #828282;
}
.cid-shD07R0i1t {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2d1d10;
}
.cid-shD07R0i1t img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-shD07R0i1t H1 {
  color: #073b4c;
}
.cid-shD07R0i1t .mbr-text,
.cid-shD07R0i1t .mbr-section-btn {
  color: #716c80;
}
.cid-shD07R0i1t H3 {
  color: #d58036;
  text-align: center;
}
.cid-shD07R0i1t .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-shD07R0i1t .btn-info-outline {
  border: none;
  color: #82786e !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-shD07R0i1t .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-shD07R0i1t .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-shD07R0i1t .btn-info-outline:hover {
  background-color: transparent!important;
  color: #149dcc !important;
  box-shadow: none!important;
}
.cid-shD07R0i1t .btn-info-outline:active,
.cid-shD07R0i1t .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-shD07R0i1t DIV {
  color: #57468b;
}
.cid-shD07R0i1t .mbr-text,
.cid-shD07R0i1t .media-content,
.cid-shD07R0i1t .mbr-section-btn {
  color: #828282;
}
.cid-shCQsDJavV {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #232323, #2d1d10);
}
.cid-shCQsDJavV .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-shCQsDJavV .social-list a:focus {
  text-decoration: none;
}
.cid-shCQsDJavV H2 {
  color: #cc2952;
}
.cid-shD3sCJsUi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-shD3sCJsUi .mbr-section-subtitle {
  color: #d58036;
}
.cid-shD3sCJsUi .container-table {
  margin: 0 auto;
}
.cid-shD3sCJsUi .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-shD3sCJsUi .dataTables_wrapper {
  display: block;
}
.cid-shD3sCJsUi .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-shD3sCJsUi .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-shD3sCJsUi table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #4f4943;
  margin-bottom: 0;
}
.cid-shD3sCJsUi table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-shD3sCJsUi table th:hover {
  background: #4f4943;
  color: #ffffff;
}
.cid-shD3sCJsUi table td {
  border-top: 1px solid #4f4943;
}
.cid-shD3sCJsUi table.table {
  background: #879a9f;
}
.cid-shD3sCJsUi .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-shD3sCJsUi .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-shD3sCJsUi .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-shD3sCJsUi .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  color: #82786e;
}
@media (max-width: 992px) {
  .cid-shD3sCJsUi .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-shD3sCJsUi .dataTables_filter {
    text-align: center;
  }
  .cid-shD3sCJsUi .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-shD3sCJsUi .head-item {
  color: #4f4943;
}
.cid-shD3sCJsUi .body-item {
  color: #1e1d1d;
}
.cid-shD3sCJsUi .mbr-section-title {
  color: #0f7699;
}
.cid-shD3sCJsUi LABEL {
  color: #82786e;
}
.cid-shCFGygg4n {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #000000, #232323);
}
.cid-shCFGygg4n .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-shCFGygg4n .social-list a:focus {
  text-decoration: none;
}
.cid-shCFGygg4n H2 {
  color: #cc2952;
}
.cid-shCFGyJdAE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-shCFGyJdAE .mbr-text,
.cid-shCFGyJdAE blockquote {
  color: #767676;
}
.cid-shCFGyJdAE blockquote {
  background-color: #232323;
  border-color: #465052;
  border-width: 4px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-shCFGyTLod {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-shCFGyTLod .media-container-row .mbr-text {
  color: #ff3366;
}
.cid-skyNZ8LtYP p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-skyNZ8LtYP DIV {
  color: #ffffff;
}
.cid-skyNZ8LtYP H10 {
  color: #767676;
}
.cid-skyNZ8LtYP .hidden {
  display: none;
}
.cid-skyNZ8LtYP .sidebar {
  z-index: 1001;
  background-color: #073b4c;
  opacity: 0.5;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-skyNZ8LtYP .sidebar nav {
  height: 100%;
}
.cid-skyNZ8LtYP .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-skyNZ8LtYP .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #ff3366;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-skyNZ8LtYP .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #0f7699;
  color: #7f1933;
}
.cid-skyNZ8LtYP .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-skyNZ8LtYP .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-skyNZ8LtYP .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-skyNZ8LtYP .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-skyNZ8LtYP .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-skyNZ8LtYP .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-skyNZ8LtYP .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-skyNZ8LtYP .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-skyNZ8LtYP .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-skyNZ8LtYP .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-skyNZ8LtYP .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-skyNZ8LtYP .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-skyNZ8LtYP .sidebar {
    overflow-y: scroll;
  }
}
.cid-skyNZ8LtYP :root {
  --sidebar-width: 4.5em;
}
.cid-skyNZ8LtYP SPAN {
  color: #55b4d4;
}
.cid-skyNZ9cNNb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/crew-1-187x272.jpg");
}
.cid-skyNZ9cNNb P {
  color: #c1c1c1;
  text-align: left;
}
.cid-skyNZ9cNNb h2 {
  font-weight: 300;
  font-size: 1.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.cid-skyNZ9cNNb h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 1px solid orange;
}
.cid-skyNZ9cNNb .HierOrange {
  color: orange;
}
.cid-skyNZ9cNNb .drehen {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}
.cid-skyNZ9cNNb H2 {
  color: #08bffe;
}
.cid-skyNZ9cNNb H1 {
  color: #7f1933;
}
.cid-skyNZ9cNNb H3 {
  color: #7f1933;
}
.cid-skyNZ9cNNb .mbr-text,
.cid-skyNZ9cNNb .mbr-section-btn {
  color: #55b4d4;
}
.cid-skyNZ9uibt {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  background-image: url("../../../assets/images/c1-435x290.jpg");
}
.cid-skyNZ9uibt .card {
  border-radius: 0px;
  margin-bottom: 4px;
}
.cid-skyNZ9uibt .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-skyNZ9uibt .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-skyNZ9uibt .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-skyNZ9uibt .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #073b4c;
}
.cid-skyNZ9uibt .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-skyNZ9uibt .card .panel-body {
  color: #767676;
}
.cid-skyNZ9uibt H4 {
  color: #ff3366;
}
.cid-skyNZ9uibt H2 {
  color: #ffffff;
  text-align: center;
}
.cid-skyNZ9uibt .panel-text {
  color: #b2ccd2;
}
.cid-skyNZ9uibt .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0px;
}
.cid-skyU974Wrz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-skyU974Wrz .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-skyU974Wrz .modal-body .close {
  background: #1b1b1b;
}
.cid-skyU974Wrz .modal-body .close span {
  font-style: normal;
}
.cid-skyU974Wrz .carousel-inner > .active,
.cid-skyU974Wrz .carousel-inner > .next,
.cid-skyU974Wrz .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-skyU974Wrz .carousel-control .icon-next,
.cid-skyU974Wrz .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-skyU974Wrz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-skyU974Wrz .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-skyU974Wrz .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-skyU974Wrz .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-skyU974Wrz .boxed-slider > div {
  position: relative;
}
.cid-skyU974Wrz .container img {
  width: 100%;
}
.cid-skyU974Wrz .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-skyU974Wrz .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-skyU974Wrz .mbr-table-cell {
  padding: 0;
}
.cid-skyU974Wrz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-skyU974Wrz .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-skyU974Wrz .mbr-overlay {
  z-index: 1;
}
.cid-skyU974Wrz .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-skyU974Wrz .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-skyU974Wrz .carousel-item.active.right,
.cid-skyU974Wrz .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-skyU974Wrz .carousel-item.active.left,
.cid-skyU974Wrz .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-skyU974Wrz .carousel-item.active,
.cid-skyU974Wrz .carousel-item.next.left,
.cid-skyU974Wrz .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-skyU974Wrz .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-skyU974Wrz .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skyU974Wrz .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skyU974Wrz .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-skyU974Wrz .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-skyU974Wrz .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-skyU974Wrz .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-skyU974Wrz .mbr-slider .carousel-indicators li.active,
.cid-skyU974Wrz .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-skyU974Wrz .mbr-slider .carousel-indicators li::after,
.cid-skyU974Wrz .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-skyU974Wrz .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-skyU974Wrz .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-skyU974Wrz .mbr-slider > .container img {
  width: 100%;
}
.cid-skyU974Wrz .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-skyU974Wrz .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-skyU974Wrz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-skyU974Wrz .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-skyU974Wrz .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-skyU974Wrz .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-skyU974Wrz .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-skyU974Wrz .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-skyU974Wrz .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-skyU974Wrz .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-skyU974Wrz .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-skyU974Wrz .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-skyU974Wrz .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-skyU974Wrz .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-skyU974Wrz .carousel-inner {
  height: 100%;
}
.cid-skyU974Wrz .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-skyU974Wrz .image_wrapper {
  height: 430px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-skyU974Wrz .image_wrapper img {
  width: 100% !important;
  height: 100%;
}
.cid-skyU974Wrz .carousel-item .container-slide {
  text-align: center;
}
.cid-skyU974Wrz .content-slider-wrap {
  width: 100%;
}
.cid-skyNZ9ULtb {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #232323, #073b4c);
}
.cid-skyNZ9ULtb .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-skyNZ9ULtb .social-list a:focus {
  text-decoration: none;
}
.cid-skyNZ9ULtb H2 {
  color: #cc2952;
}
.cid-skyNZaqUMD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-skyNZaqUMD .mbr-text,
.cid-skyNZaqUMD blockquote {
  color: #767676;
}
.cid-skyNZaqUMD blockquote {
  background-color: #232323;
  border-color: #7f1933;
  border-width: 3px;
  margin-bottom: 0px;
  border-radius: 0px 5px 5px 0px;
}
.cid-skyNZaCkFw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #031814;
}
.cid-skyNZaCkFw .media-container-row .mbr-text {
  color: #ff3366;
}
