@import url(https://fonts.googleapis.com/css?family=Varela+Round:400&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Varela Round', sans-serif;
  font-size: 2.6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Varela Round', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Varela Round', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Varela Round', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Varela Round', 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.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((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.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #db7811 !important;
}
.bg-success {
  background-color: #7f1933 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #2f96f9 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #db7811 !important;
  border-color: #db7811 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #94510b !important;
  border-color: #94510b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #94510b !important;
  border-color: #94510b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #db7811 !important;
  border-color: #db7811 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #94510b !important;
  border-color: #94510b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #94510b !important;
  border-color: #94510b !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: #7f1933 !important;
  border-color: #7f1933 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3f0c19 !important;
  border-color: #3f0c19 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2f96f9 !important;
  border-color: #2f96f9 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0670d5 !important;
  border-color: #0670d5 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0670d5 !important;
  border-color: #0670d5 !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: #7c440a;
  color: #7c440a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #db7811;
  border-color: #db7811;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #db7811 !important;
  border-color: #db7811 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #7c440a;
  color: #7c440a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #db7811;
  border-color: #db7811;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #db7811 !important;
  border-color: #db7811 !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: #2a0811;
  color: #2a0811;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #7f1933;
  border-color: #7f1933;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1933 !important;
  border-color: #7f1933 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0563bd;
  color: #0563bd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #2f96f9;
  border-color: #2f96f9;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2f96f9 !important;
  border-color: #2f96f9 !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: #db7811 !important;
}
.text-secondary {
  color: #db7811 !important;
}
.text-success {
  color: #7f1933 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #2f96f9 !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: #7c440a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #7c440a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #2a0811 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #0563bd !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: #2f96f9;
}
.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: #db7811;
  border-color: #db7811;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #db7811;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #faddbe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d93e66;
}
.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: #f5faff;
}
.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: 'Varela Round', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #db7811;
}
/* 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);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@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: #db7811;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #db7811;
}
.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: #db7811;
  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: #db7811;
  border-bottom-color: #db7811;
}
.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: #db7811 !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: #db7811 !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='%23db7811' %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-rlgnl26WlU {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #0c4584;
}
.cid-rlgnl26WlU P {
  color: #767676;
}
.cid-rlgnl26WlU .mbr-text,
.cid-rlgnl26WlU .mbr-section-btn {
  color: #ffffff;
}
.cid-rlgnl26WlU H1 {
  color: #db7811;
}
.cid-rlgnl26WlU DIV {
  color: #ffffff;
  text-align: left;
}
.cid-rlniPKTJ9l {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rlniPKTJ9l P {
  color: #767676;
}
.cid-rlniPKTJ9l .mbr-text,
.cid-rlniPKTJ9l .mbr-section-btn {
  color: #0c4584;
  text-align: left;
}
.cid-rlniPKTJ9l H1 {
  color: #db7811;
  text-align: left;
}
.cid-rlniPKTJ9l DIV {
  color: #db7811;
  text-align: left;
}
.cid-rlOIKypopW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0c4584;
}
.cid-rlOIKypopW P {
  color: #767676;
}
.cid-rlOIKypopW .mbr-text,
.cid-rlOIKypopW .mbr-section-btn {
  color: #ffffff;
}
.cid-rlOIKypopW H1 {
  color: #db7811;
}
.cid-rlOIKypopW DIV {
  color: #ffffff;
  text-align: left;
}
.cid-rO23kqJfAs {
  background: #ffffff;
}
.cid-rO23kqJfAs .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rO23kqJfAs .mbr-figure {
  margin: 0 auto;
}
.cid-rO23kqJfAs figcaption {
  position: relative;
}
.cid-rO23kqJfAs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rO23kqJfAs .image-block {
    width: 100% !important;
  }
}
.cid-rkdAw6kTzD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkdAw6kTzD h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rkdAw6kTzD p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rkdAw6kTzD .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-rkdAw6kTzD .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rkdAw6kTzD .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #ffffff;
}
.cid-rkdAw6kTzD .card-title,
.cid-rkdAw6kTzD .card-img {
  color: #db7811;
}
.cid-rkdAw6kTzD P {
  color: #0c4584;
}
.cid-rkNzIkTkCU {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/aerial-2597567-1280-1280x853.jpg");
}
.cid-rkNzIkTkCU P {
  color: #767676;
}
.cid-rkNzIkTkCU .mbr-text,
.cid-rkNzIkTkCU .mbr-section-btn {
  color: #ffffff;
}
.cid-rkNzIkTkCU H1 {
  color: #db7811;
}
.cid-rkNzIkTkCU DIV {
  color: #ffffff;
  text-align: center;
}
.cid-rlg3mCxRkY {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rlg3mCxRkY .mbr-text,
.cid-rlg3mCxRkY blockquote {
  color: #767676;
}
.cid-rlg3mCxRkY .mbr-text P {
  color: #db7811;
  text-align: center;
}
.cid-rlg30WEBor {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c4584;
}
.cid-rlg30WEBor .mbr-text {
  color: #0c4584;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rlg30WEBor div.b {
  padding-top: 2rem;
}
.cid-rlg30WEBor H2 {
  color: #ffffff;
}
.cid-rlg30WEBor H5 {
  color: #ffffff;
}
.cid-rlg2ZGavsx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c4584;
}
.cid-rlg2ZGavsx .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rlg2ZGavsx .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rlg2ZGavsx .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rlg2ZGavsx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rlg2ZGavsx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rlg2ZGavsx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rlg2ZGavsx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rlg2ZGavsx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rlg2ZGavsx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rlg2ZGavsx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rlg2ZGavsx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rlg2ZGavsx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rlg2ZGavsx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rlg2ZGavsx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rlg2ZGavsx foot-menu-item {
  color: #0c4584;
}
.cid-rlg2ZGavsx .media-container-row .mbr-text {
  color: #232323;
}
.cid-rlg0uVqUcR {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #0c4584;
}
.cid-rlg0uVqUcR P {
  color: #767676;
}
.cid-rlg0uVqUcR .mbr-text,
.cid-rlg0uVqUcR .mbr-section-btn {
  color: #ffffff;
}
.cid-rlg0uVqUcR H1 {
  color: #db7811;
}
.cid-rlg0uVqUcR DIV {
  color: #ffffff;
  text-align: left;
}
.cid-rkNK5qqOTh {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rkNK5qqOTh P {
  color: #767676;
}
.cid-rkNK5qqOTh .mbr-text,
.cid-rkNK5qqOTh .mbr-section-btn {
  color: #0c4584;
  text-align: left;
}
.cid-rkNK5qqOTh H1 {
  color: #db7811;
  text-align: left;
}
.cid-rkNK5qqOTh DIV {
  color: #db7811;
  text-align: left;
}
.cid-rO223Q0BPk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0c4584;
}
.cid-rO223Q0BPk P {
  color: #767676;
}
.cid-rO223Q0BPk .mbr-text,
.cid-rO223Q0BPk .mbr-section-btn {
  color: #ffffff;
}
.cid-rO223Q0BPk H1 {
  color: #db7811;
}
.cid-rO223Q0BPk DIV {
  color: #ffffff;
  text-align: left;
}
.cid-rO21VVS6TP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/basketball-1206011-1920-1920x1080.jpg");
}
.cid-rO21VVS6TP .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rO21VVS6TP .step {
  width: 32px;
  height: 32px;
  font-size: 16px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-rO21VVS6TP .separline .step-wrapper {
    position: relative;
  }
  .cid-rO21VVS6TP .separline .step-wrapper:before,
  .cid-rO21VVS6TP .separline .step-wrapper:after {
    top: 18px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 16px - 8px);
    background-color: #efefef;
  }
  .cid-rO21VVS6TP .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rO21VVS6TP .separline .step-wrapper:after {
    left: calc(50% + 8px + 16px);
  }
  .cid-rO21VVS6TP .separline.last-child .step-wrapper:after,
  .cid-rO21VVS6TP .separline:nth-child(3n) .step-wrapper:after,
  .cid-rO21VVS6TP .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rO21VVS6TP .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rO21VVS6TP .mbr-section-title {
  text-align: center;
}
.cid-rlOy8YL0OT {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlOy8YL0OT P {
  color: #767676;
}
.cid-rlOy8YL0OT .mbr-text,
.cid-rlOy8YL0OT .mbr-section-btn {
  color: #0c4584;
  text-align: left;
}
.cid-rlOy8YL0OT H1 {
  color: #db7811;
  text-align: left;
}
.cid-rlOy8YL0OT DIV {
  color: #db7811;
  text-align: left;
}
.cid-rln6cTPAsI {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rln6cTPAsI P {
  color: #767676;
}
.cid-rln6cTPAsI .mbr-text,
.cid-rln6cTPAsI .mbr-section-btn {
  color: #0c4584;
  text-align: left;
}
.cid-rln6cTPAsI H1 {
  color: #db7811;
  text-align: left;
}
.cid-rln6cTPAsI DIV {
  color: #db7811;
  text-align: left;
}
.cid-rVT9CcwkYh {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #0c4584;
}
.cid-rVT9CcwkYh .mbr-text {
  color: #db7811;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rVT9CcwkYh div.b {
  padding-top: 2rem;
}
.cid-rVT9CcwkYh H2 {
  color: #ffffff;
}
.cid-rVT9CcwkYh H5 {
  color: #ffffff;
}
.cid-rVSW3HhuEN {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rVSW3HhuEN P {
  color: #767676;
}
.cid-rVSW3HhuEN .mbr-text,
.cid-rVSW3HhuEN .mbr-section-btn {
  color: #0c4584;
  text-align: left;
}
.cid-rVSW3HhuEN H1 {
  color: #db7811;
  text-align: center;
}
.cid-rVSW3HhuEN DIV {
  color: #0c4584;
  text-align: left;
}
.cid-rVSW3HhuEN H3 {
  text-align: center;
}
.cid-rkeHlYedc8 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rkeHlYedc8 P {
  color: #767676;
}
.cid-rkeHlYedc8 .mbr-text,
.cid-rkeHlYedc8 .mbr-section-btn {
  color: #0c4584;
}
.cid-rkeHlYedc8 H1 {
  color: #db7811;
}
.cid-rkeHlYedc8 DIV {
  color: #00689e;
  text-align: left;
}
.cid-rkevApd40E {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rkevApd40E .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 300;
}
.cid-rkevApd40E .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #232323;
}
@media (max-width: 767px) {
  .cid-rkevApd40E .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-rkevApd40E .separline {
  position: relative;
}
.cid-rkevApd40E .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-rkevApd40E .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-rkevApd40E .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rkevApd40E .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rkevApd40E .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-rkevApd40E .mbr-section-subtitle DIV {
  text-align: left;
  color: #232323;
}
.cid-rkevApd40E .mbr-section-title {
  color: #db7811;
}
.cid-rkevApd40E .mbr-step-title {
  color: #db7811;
}
.cid-rkevApd40E .mbr-step-text {
  color: #0c4584;
}
.cid-rker7KEKsk {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rker7KEKsk P {
  color: #767676;
}
.cid-rker7KEKsk .mbr-text,
.cid-rker7KEKsk .mbr-section-btn {
  color: #0c4584;
}
.cid-rker7KEKsk H1 {
  color: #db7811;
}
.cid-rker7KEKsk DIV {
  color: #00689e;
  text-align: left;
}
.cid-rlgGqIScx4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c4584;
}
.cid-rlgGqIScx4 .mbr-text {
  color: #0c4584;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rlgGqIScx4 div.b {
  padding-top: 2rem;
}
.cid-rlgGqIScx4 H2 {
  color: #ffffff;
}
.cid-rlgGqIScx4 H5 {
  color: #ffffff;
}
.cid-rlgGprF1JS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c4584;
}
.cid-rlgGprF1JS .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rlgGprF1JS .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rlgGprF1JS .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rlgGprF1JS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rlgGprF1JS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rlgGprF1JS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rlgGprF1JS .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rlgGprF1JS .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rlgGprF1JS .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rlgGprF1JS .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rlgGprF1JS .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rlgGprF1JS .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rlgGprF1JS .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rlgGprF1JS .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rlgGprF1JS foot-menu-item {
  color: #0c4584;
}
.cid-rlgGprF1JS .media-container-row .mbr-text {
  color: #232323;
}
.cid-rkeNss4oGo {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rkeNss4oGo .image-block {
  margin: auto;
}
.cid-rkeNss4oGo figcaption {
  position: relative;
}
.cid-rkeNss4oGo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rkeNss4oGo .image-block {
    width: 100% !important;
  }
}
.cid-rkeNMNtj5e {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkeNMNtj5e .mbr-section-subtitle {
  color: #767676;
}
.cid-rkeNMNtj5e H2 {
  color: #db7811;
}
.cid-rkeNMNtj5e .mbr-section-subtitle DIV {
  color: #0c4584;
  text-align: left;
}
.cid-rkeNDr9EKy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rkeNDr9EKy P {
  color: #767676;
}
.cid-rkeNDr9EKy .mbr-text,
.cid-rkeNDr9EKy .mbr-section-btn {
  color: #232323;
}
.cid-rkeNDr9EKy H1 {
  color: #db7811;
}
.cid-rkeNDr9EKy DIV {
  color: #00689e;
  text-align: left;
}
.cid-rkfMOJIrxU {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rkfMOJIrxU .image-block {
  margin: auto;
}
.cid-rkfMOJIrxU figcaption {
  position: relative;
}
.cid-rkfMOJIrxU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rkfMOJIrxU .image-block {
    width: 100% !important;
  }
}
.cid-rkfMLOorRR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rkfMLOorRR .mbr-section-subtitle {
  color: #767676;
}
.cid-rkfMLOorRR H2 {
  color: #db7811;
}
.cid-rkfMLOorRR .mbr-section-subtitle DIV {
  color: #0c4584;
  text-align: left;
}
.cid-rkfMRBeTiE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rkfMRBeTiE P {
  color: #767676;
}
.cid-rkfMRBeTiE .mbr-text,
.cid-rkfMRBeTiE .mbr-section-btn {
  color: #232323;
}
.cid-rkfMRBeTiE H1 {
  color: #db7811;
}
.cid-rkfMRBeTiE DIV {
  color: #00689e;
  text-align: left;
}
.cid-rlhO84pmoi {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #0c4584;
}
.cid-rlhO84pmoi .mbr-text,
.cid-rlhO84pmoi blockquote {
  color: #767676;
}
.cid-rlhO84pmoi .mbr-text P {
  color: #ffffff;
  text-align: left;
}
.cid-rlc7GAMwCe {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlc7GAMwCe .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rlc7GAMwCe .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rlc7GAMwCe .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-rlc7GAMwCe .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rlc7GAMwCe .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-rlfQxcKoMN {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlfQxcKoMN .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rlfQxcKoMN .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rlfQxcKoMN .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rlnkBD1NdI {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/baellenetz-2000x1500.jpg");
}
.cid-rlnkBD1NdI H2 {
  color: #ffffff;
}
.cid-rlc7OdXHQY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0c4584;
}
.cid-rlc7OdXHQY .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-rlc7OdXHQY .media-container-column {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rlc7OdXHQY .media-container-column {
    padding: 1rem !important;
  }
}
.cid-rlc7OdXHQY DIV {
  color: #232323;
}
.cid-rlc7OdXHQY .mbr-text,
.cid-rlc7OdXHQY .mbr-section-btn {
  color: #232323;
}
.cid-rlfNAkh5T7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rlfNAkh5T7 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-rlfNAkh5T7 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-rlfNAkh5T7 .mbr-text {
  color: #232323;
  text-align: right;
}
.cid-rlfRCYUmAg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c4584;
}
.cid-rlfRCYUmAg .mbr-text {
  color: #0c4584;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rlfRCYUmAg div.b {
  padding-top: 2rem;
}
.cid-rlfRCYUmAg H2 {
  color: #ffffff;
}
.cid-rlfRCYUmAg H5 {
  color: #ffffff;
}
.cid-rlfXEpWfNO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c4584;
}
.cid-rlfXEpWfNO .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rlfXEpWfNO .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rlfXEpWfNO .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rlfXEpWfNO .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rlfXEpWfNO .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rlfXEpWfNO .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rlfXEpWfNO .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rlfXEpWfNO .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rlfXEpWfNO .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rlfXEpWfNO .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rlfXEpWfNO .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rlfXEpWfNO .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rlfXEpWfNO .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rlfXEpWfNO .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rlfXEpWfNO foot-menu-item {
  color: #0c4584;
}
.cid-rlfXEpWfNO .media-container-row .mbr-text {
  color: #232323;
}
.cid-rlf64CnMT8 {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #0c4584;
}
.cid-rlf64CnMT8 P {
  color: #767676;
}
.cid-rlf64CnMT8 .mbr-text,
.cid-rlf64CnMT8 .mbr-section-btn {
  color: #ffffff;
}
.cid-rlf64CnMT8 H1 {
  color: #db7811;
}
.cid-rlf64CnMT8 DIV {
  color: #ffffff;
  text-align: left;
}
.cid-rMV4Kc90Pz {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/teamkreis-jbbl-2-cut-2000x909.jpg");
}
.cid-rMV6zOpONX {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rMV6zOpONX P {
  color: #767676;
}
.cid-rMV6zOpONX .mbr-text,
.cid-rMV6zOpONX .mbr-section-btn {
  color: #0c4584;
  text-align: left;
}
.cid-rMV6zOpONX H1 {
  color: #db7811;
  text-align: left;
}
.cid-rMV6zOpONX DIV {
  color: #0c4584;
  text-align: left;
}
.cid-smrYq3a8s1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-smrYq3a8s1 P {
  color: #767676;
}
.cid-smrYq3a8s1 .mbr-text,
.cid-smrYq3a8s1 .mbr-section-btn {
  text-align: center;
}
.cid-smrYq3a8s1 H1 {
  color: #0c4584;
}
.cid-rlfC0IFKl3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c4584;
}
.cid-rlfC0IFKl3 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rlfC0IFKl3 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rlfC0IFKl3 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rlfC0IFKl3 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rlfC0IFKl3 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rlfC0IFKl3 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rlfC0IFKl3 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rlfC0IFKl3 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rlfC0IFKl3 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rlfC0IFKl3 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rlfC0IFKl3 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rlfC0IFKl3 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rlfC0IFKl3 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rlfC0IFKl3 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rlfC0IFKl3 foot-menu-item {
  color: #0c4584;
}
.cid-rlfC0IFKl3 .media-container-row .mbr-text {
  color: #232323;
}
.cid-rlgnKGQlSY {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #0c4584;
}
.cid-rlgnKGQlSY P {
  color: #767676;
}
.cid-rlgnKGQlSY .mbr-text,
.cid-rlgnKGQlSY .mbr-section-btn {
  color: #ffffff;
}
.cid-rlgnKGQlSY H1 {
  color: #db7811;
}
.cid-rlgnKGQlSY DIV {
  color: #ffffff;
  text-align: left;
}
.cid-rCU2Dl0lxH {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-rCU2Dl0lxH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rCU2Dl0lxH .btn {
  margin: 0 0 .5rem 0;
}
.cid-rCU2Dl0lxH H2 {
  color: #0c4584;
}
.cid-rCU5yroKdG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #db7811;
}
.cid-rCU5yroKdG .mbr-section-subtitle {
  color: #232323;
}
.cid-rCU5yroKdG .btn {
  margin: 0 0 .5rem 0;
}
.cid-rCU5yroKdG H2 {
  color: #ffffff;
}
#custom-html-hn {
  /* Type valid CSS here */
}
#custom-html-hn div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-hn p {
  font-size: 60px;
  color: #777;
}
#custom-html-hn video {
  max-width: 100% !IMPORTANT;
  height: auto !IMPORTANT;
}
.cid-rWIkGdKddF {
  background: #767676;
  padding-top: 45px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #cccccc, #767676);
}
.cid-rWIkGdKddF .image-block {
  margin: auto;
}
.cid-rWIkGdKddF figcaption {
  position: relative;
}
.cid-rWIkGdKddF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rWIkGdKddF .image-block {
    width: 100% !important;
  }
}
.cid-rVT4ukaA42 {
  background: #767676;
  padding-top: 45px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #cccccc, #767676);
}
.cid-rVT4ukaA42 .image-block {
  margin: auto;
}
.cid-rVT4ukaA42 figcaption {
  position: relative;
}
.cid-rVT4ukaA42 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rVT4ukaA42 .image-block {
    width: 100% !important;
  }
}
.cid-rVT3DE4IIn {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rVT3DE4IIn P {
  color: #767676;
}
.cid-rVT3DE4IIn .mbr-text,
.cid-rVT3DE4IIn .mbr-section-btn {
  color: #0c4584;
  text-align: left;
}
.cid-rVT3DE4IIn H1 {
  color: #db7811;
  text-align: center;
}
.cid-rVT3DE4IIn DIV {
  color: #0c4584;
  text-align: left;
}
.cid-rVT3DE4IIn H3 {
  text-align: center;
}
.cid-rVTbCSZvMX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #0c4584;
}
.cid-rVTbCSZvMX .mbr-text {
  color: #ffffff;
  margin: 0;
  padding-top: 1.5rem;
  text-align: left;
}
.cid-rVTbCSZvMX div.b {
  padding-top: 2rem;
}
.cid-rVTbCSZvMX H2 {
  color: #ffffff;
}
.cid-rVTbCSZvMX H5 {
  color: #db7811;
  text-align: left;
}
.cid-rlfXIK9juE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c4584;
}
.cid-rlfXIK9juE .mbr-text {
  color: #0c4584;
  margin: 0;
  padding-top: 1.5rem;
  text-align: left;
}
.cid-rlfXIK9juE div.b {
  padding-top: 2rem;
}
.cid-rlfXIK9juE H2 {
  color: #ffffff;
}
.cid-rlfXIK9juE H5 {
  color: #ffffff;
  text-align: left;
}
.cid-rlfXH6s70c {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c4584;
}
.cid-rlfXH6s70c .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rlfXH6s70c .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rlfXH6s70c .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rlfXH6s70c .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rlfXH6s70c .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rlfXH6s70c .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rlfXH6s70c .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rlfXH6s70c .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rlfXH6s70c .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rlfXH6s70c .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rlfXH6s70c .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rlfXH6s70c .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rlfXH6s70c .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rlfXH6s70c .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rlfXH6s70c foot-menu-item {
  color: #0c4584;
}
.cid-rlfXH6s70c .media-container-row .mbr-text {
  color: #232323;
}
.cid-rCU058q1Bk {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-814x570.jpg");
}
.cid-rCU058q1Bk P {
  color: #767676;
}
.cid-rCU058q1Bk .mbr-text,
.cid-rCU058q1Bk .mbr-section-btn {
  color: #ffffff;
}
.cid-rCU058q1Bk H1 {
  color: #db7811;
  text-align: center;
}
.cid-rCU058q1Bk DIV {
  color: #ffffff;
  text-align: left;
}
.cid-rCUEtfz52V {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCUEtfz52V P {
  color: #767676;
}
.cid-rCUEtfz52V .mbr-text,
.cid-rCUEtfz52V .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-rCUEtfz52V H1 {
  color: #db7811;
  text-align: left;
}
.cid-rCUEtfz52V DIV {
  color: #0c4584;
  text-align: left;
}
.cid-rCUEtfz52V .mbr-section-title {
  text-align: left;
}
.cid-rCUEtfz52V H3 {
  color: #232323;
}
.cid-rCTXqZAGly {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rCTXqZAGly .mbr-text,
.cid-rCTXqZAGly blockquote {
  color: #767676;
}
.cid-rCTXqZAGly .mbr-text {
  color: #232323;
}
.cid-rCTXqZAGly .mbr-text P {
  text-align: right;
}
.cid-rCTLjjbeC0 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rCTLjjbeC0 .progress {
  width: 100%;
}
.cid-rCTLjjbeC0 progress {
  height: 8px;
}
.cid-rCTLjjbeC0 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rCTLjjbeC0 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-rCTLjjbeC0 .progress_value {
  position: relative;
}
.cid-rCTLjjbeC0 .progress_elements {
  margin: 0 auto;
}
.cid-rCTLjjbeC0 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rCTLjjbeC0 .progress1 .progressbar-number:before,
.cid-rCTLjjbeC0 .progress2 .progressbar-number:before,
.cid-rCTLjjbeC0 .progress3 .progressbar-number:before,
.cid-rCTLjjbeC0 .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rCTLjjbeC0 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rCTLjjbeC0 progress::-webkit-progress-value {
  background: #55d458;
}
.cid-rCTLjjbeC0 progress[value]::-moz-progress-bar {
  background: #55d458;
}
.cid-rCTLjjbeC0 progress::-ms-fill {
  background: #55d458;
}
.cid-rCTLjjbeC0 .progress1 .progressbar-number:before {
  content: '1.6';
}
.cid-rCTLjjbeC0 .progress2 .progressbar-number:before {
  content: '1.8';
}
.cid-rCTLjjbeC0 .progress3 .progressbar-number:before {
  content: '1.9';
}
.cid-rCTLjjbeC0 .progress4 .progressbar-number:before {
  content: '2';
}
.cid-rCTLjjbeC0 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rCTLjjbeC0 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rCTLjjbeC0 .progress_value span {
  padding-left: 30px;
}
.cid-rCTLjjbeC0 .mbr-section-title {
  text-align: left;
}
.cid-rCTQJbU2uB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rCTQJbU2uB .progress {
  width: 100%;
}
.cid-rCTQJbU2uB progress {
  height: 8px;
}
.cid-rCTQJbU2uB h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rCTQJbU2uB .mbr-section-subtitle {
  color: #767676;
}
.cid-rCTQJbU2uB .progress_value {
  position: relative;
}
.cid-rCTQJbU2uB .progress_elements {
  margin: 0 auto;
}
.cid-rCTQJbU2uB .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rCTQJbU2uB .progress1 .progressbar-number:before,
.cid-rCTQJbU2uB .progress2 .progressbar-number:before,
.cid-rCTQJbU2uB .progress3 .progressbar-number:before,
.cid-rCTQJbU2uB .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rCTQJbU2uB progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rCTQJbU2uB progress::-webkit-progress-value {
  background: #55d458;
}
.cid-rCTQJbU2uB progress[value]::-moz-progress-bar {
  background: #55d458;
}
.cid-rCTQJbU2uB progress::-ms-fill {
  background: #55d458;
}
.cid-rCTQJbU2uB .progress1 .progressbar-number:before {
  content: '2';
}
.cid-rCTQJbU2uB .progress2 .progressbar-number:before {
  content: '2';
}
.cid-rCTQJbU2uB .progress3 .progressbar-number:before {
  content: '2.2';
}
.cid-rCTQJbU2uB .progress4 .progressbar-number:before {
  content: '2.2';
}
.cid-rCTQJbU2uB .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rCTQJbU2uB .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rCTQJbU2uB .progress_value span {
  padding-left: 30px;
}
.cid-rCUCL3i0qx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCUCL3i0qx .progress {
  width: 100%;
}
.cid-rCUCL3i0qx progress {
  height: 8px;
}
.cid-rCUCL3i0qx h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rCUCL3i0qx .mbr-section-subtitle {
  color: #767676;
}
.cid-rCUCL3i0qx .progress_value {
  position: relative;
}
.cid-rCUCL3i0qx .progress_elements {
  margin: 0 auto;
}
.cid-rCUCL3i0qx .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rCUCL3i0qx .progress1 .progressbar-number:before,
.cid-rCUCL3i0qx .progress2 .progressbar-number:before,
.cid-rCUCL3i0qx .progress3 .progressbar-number:before,
.cid-rCUCL3i0qx .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rCUCL3i0qx progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rCUCL3i0qx progress::-webkit-progress-value {
  background: #55b4d4;
}
.cid-rCUCL3i0qx progress[value]::-moz-progress-bar {
  background: #55b4d4;
}
.cid-rCUCL3i0qx progress::-ms-fill {
  background: #55b4d4;
}
.cid-rCUCL3i0qx .progress1 .progressbar-number:before {
  content: '2.2';
}
.cid-rCUCL3i0qx .progress2 .progressbar-number:before {
  content: '2.2';
}
.cid-rCUCL3i0qx .progress3 .progressbar-number:before {
  content: '3.1';
}
.cid-rCUCL3i0qx .progress4 .progressbar-number:before {
  content: '3.3';
}
.cid-rCUCL3i0qx .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rCUCL3i0qx .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rCUCL3i0qx .progress_value span {
  padding-left: 30px;
}
.cid-rCTQSlAl6H {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rCTQSlAl6H .progress {
  width: 100%;
}
.cid-rCTQSlAl6H progress {
  height: 8px;
}
.cid-rCTQSlAl6H h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rCTQSlAl6H .mbr-section-subtitle {
  color: #767676;
}
.cid-rCTQSlAl6H .progress_value {
  position: relative;
}
.cid-rCTQSlAl6H .progress_elements {
  margin: 0 auto;
}
.cid-rCTQSlAl6H .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rCTQSlAl6H .progress1 .progressbar-number:before,
.cid-rCTQSlAl6H .progress2 .progressbar-number:before,
.cid-rCTQSlAl6H .progress3 .progressbar-number:before,
.cid-rCTQSlAl6H .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rCTQSlAl6H progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rCTQSlAl6H progress::-webkit-progress-value {
  background: #55b4d4;
}
.cid-rCTQSlAl6H progress[value]::-moz-progress-bar {
  background: #55b4d4;
}
.cid-rCTQSlAl6H progress::-ms-fill {
  background: #55b4d4;
}
.cid-rCTQSlAl6H .progress1 .progressbar-number:before {
  content: '2.2';
}
.cid-rCTQSlAl6H .progress2 .progressbar-number:before {
  content: '2.2';
}
.cid-rCTQSlAl6H .progress3 .progressbar-number:before {
  content: '2.4';
}
.cid-rCTQSlAl6H .progress4 .progressbar-number:before {
  content: '2.6';
}
.cid-rCTQSlAl6H .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rCTQSlAl6H .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rCTQSlAl6H .progress_value span {
  padding-left: 30px;
}
.cid-rCUDfUTjdX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCUDfUTjdX .progress {
  width: 100%;
}
.cid-rCUDfUTjdX progress {
  height: 8px;
}
.cid-rCUDfUTjdX h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rCUDfUTjdX .mbr-section-subtitle {
  color: #767676;
}
.cid-rCUDfUTjdX .progress_value {
  position: relative;
}
.cid-rCUDfUTjdX .progress_elements {
  margin: 0 auto;
}
.cid-rCUDfUTjdX .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rCUDfUTjdX .progress1 .progressbar-number:before,
.cid-rCUDfUTjdX .progress2 .progressbar-number:before,
.cid-rCUDfUTjdX .progress3 .progressbar-number:before,
.cid-rCUDfUTjdX .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rCUDfUTjdX progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rCUDfUTjdX progress::-webkit-progress-value {
  background: #cc2952;
}
.cid-rCUDfUTjdX progress[value]::-moz-progress-bar {
  background: #cc2952;
}
.cid-rCUDfUTjdX progress::-ms-fill {
  background: #cc2952;
}
.cid-rCUDfUTjdX .progress1 .progressbar-number:before {
  content: '2.6';
}
.cid-rCUDfUTjdX .progress2 .progressbar-number:before {
  content: '2.4';
}
.cid-rCUDfUTjdX .progress3 .progressbar-number:before {
  content: '3.1';
}
.cid-rCUDfUTjdX .progress4 .progressbar-number:before {
  content: '3.3';
}
.cid-rCUDfUTjdX .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rCUDfUTjdX .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rCUDfUTjdX .progress_value span {
  padding-left: 30px;
}
.cid-rCTUiMkUZi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCTUiMkUZi .progress {
  width: 100%;
}
.cid-rCTUiMkUZi progress {
  height: 8px;
}
.cid-rCTUiMkUZi h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rCTUiMkUZi .mbr-section-subtitle {
  color: #767676;
}
.cid-rCTUiMkUZi .progress_value {
  position: relative;
}
.cid-rCTUiMkUZi .progress_elements {
  margin: 0 auto;
}
.cid-rCTUiMkUZi .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rCTUiMkUZi .progress1 .progressbar-number:before,
.cid-rCTUiMkUZi .progress2 .progressbar-number:before,
.cid-rCTUiMkUZi .progress3 .progressbar-number:before,
.cid-rCTUiMkUZi .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rCTUiMkUZi progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rCTUiMkUZi progress::-webkit-progress-value {
  background: #cc2952;
}
.cid-rCTUiMkUZi progress[value]::-moz-progress-bar {
  background: #cc2952;
}
.cid-rCTUiMkUZi progress::-ms-fill {
  background: #cc2952;
}
.cid-rCTUiMkUZi .progress1 .progressbar-number:before {
  content: '2.6';
}
.cid-rCTUiMkUZi .progress2 .progressbar-number:before {
  content: '2.7';
}
.cid-rCTUiMkUZi .progress3 .progressbar-number:before {
  content: '2.7';
}
.cid-rCTUiMkUZi .progress4 .progressbar-number:before {
  content: '2.8';
}
.cid-rCTUiMkUZi .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rCTUiMkUZi .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rCTUiMkUZi .progress_value span {
  padding-left: 30px;
}
.cid-rCTUkWfUoY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCTUkWfUoY .progress {
  width: 100%;
}
.cid-rCTUkWfUoY progress {
  height: 8px;
}
.cid-rCTUkWfUoY h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rCTUkWfUoY .mbr-section-subtitle {
  color: #767676;
}
.cid-rCTUkWfUoY .progress_value {
  position: relative;
}
.cid-rCTUkWfUoY .progress_elements {
  margin: 0 auto;
}
.cid-rCTUkWfUoY .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rCTUkWfUoY .progress1 .progressbar-number:before,
.cid-rCTUkWfUoY .progress2 .progressbar-number:before,
.cid-rCTUkWfUoY .progress3 .progressbar-number:before,
.cid-rCTUkWfUoY .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rCTUkWfUoY progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rCTUkWfUoY progress::-webkit-progress-value {
  background: #cc2952;
}
.cid-rCTUkWfUoY progress[value]::-moz-progress-bar {
  background: #cc2952;
}
.cid-rCTUkWfUoY progress::-ms-fill {
  background: #cc2952;
}
.cid-rCTUkWfUoY .progress1 .progressbar-number:before {
  content: '2.8';
}
.cid-rCTUkWfUoY .progress2 .progressbar-number:before {
  content: '2.8';
}
.cid-rCTUkWfUoY .progress3 .progressbar-number:before {
  content: '3.1';
}
.cid-rCTUkWfUoY .progress4 .progressbar-number:before {
  content: '3.3';
}
.cid-rCTUkWfUoY .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rCTUkWfUoY .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rCTUkWfUoY .progress_value span {
  padding-left: 30px;
}
.cid-rCUCmCrKT9 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rCUCmCrKT9 .image-block {
  margin: auto;
}
.cid-rCUCmCrKT9 figcaption {
  position: relative;
}
.cid-rCUCmCrKT9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rCUCmCrKT9 .image-block {
    width: 100% !important;
  }
}
.cid-rCU9RUThwd {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rCU9RUThwd .mbr-text {
  color: #232323;
}
.cid-rCTKYWHHnw {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/lbamlogo-klein-auf-flaeche-2000x290.png");
}
.cid-rCTKYWHHnw P {
  color: #767676;
}
.cid-rCTKYWHHnw .mbr-text,
.cid-rCTKYWHHnw .mbr-section-btn {
  color: #232323;
}
.cid-rCTKYWHHnw H1 {
  color: #db7811;
}
.cid-rCTKYWHHnw DIV {
  color: #00689e;
  text-align: left;
}
.cid-rCYQQBR48H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c4584;
}
.cid-rCYQQBR48H .mbr-text {
  color: #0c4584;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rCYQQBR48H div.b {
  padding-top: 2rem;
}
.cid-rCYQQBR48H H2 {
  color: #ffffff;
}
.cid-rCYQQBR48H H5 {
  color: #ffffff;
}
.cid-rlg2ZGavsx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c4584;
}
.cid-rlg2ZGavsx .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rlg2ZGavsx .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rlg2ZGavsx .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rlg2ZGavsx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rlg2ZGavsx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rlg2ZGavsx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rlg2ZGavsx .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rlg2ZGavsx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rlg2ZGavsx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rlg2ZGavsx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rlg2ZGavsx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rlg2ZGavsx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rlg2ZGavsx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rlg2ZGavsx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rlg2ZGavsx foot-menu-item {
  color: #0c4584;
}
.cid-rlg2ZGavsx .media-container-row .mbr-text {
  color: #232323;
}
.cid-rE3tnC6ABU {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-rE3tnC6ABU .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rE3tnC6ABU .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rE3tnC6ABU .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rCYTW0Kn2l {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0c4584;
}
.cid-rCYTW0Kn2l P {
  color: #767676;
}
.cid-rCYTW0Kn2l .mbr-text,
.cid-rCYTW0Kn2l .mbr-section-btn {
  color: #ffffff;
}
.cid-rCYTW0Kn2l H1 {
  color: #db7811;
}
.cid-rCYTW0Kn2l DIV {
  color: #ffffff;
  text-align: left;
}
.cid-rGFAM8urpN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rGFAM8urpN P {
  color: #767676;
}
.cid-rGFAM8urpN H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rGFAM8urpN H3 {
  text-align: left;
  color: #232323;
}
.cid-rDQIgyAAkb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rDQIgyAAkb .mbr-text {
  color: #767676;
}
.cid-rDQIgyAAkb h4 {
  text-align: center;
}
.cid-rDQIgyAAkb p {
  text-align: center;
}
.cid-rDQIgyAAkb .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rDR1pLHAmc {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rDR1pLHAmc .mbr-text {
  color: #767676;
}
.cid-rDR1pLHAmc h4 {
  text-align: center;
}
.cid-rDR1pLHAmc p {
  text-align: center;
}
.cid-rDR1pLHAmc .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rGvFWBwFTj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rGvFWBwFTj P {
  color: #767676;
}
.cid-rGvFWBwFTj .mbr-text,
.cid-rGvFWBwFTj .mbr-section-btn {
  color: #0c4584;
  text-align: left;
}
.cid-rGvFWBwFTj H1 {
  color: #232323;
  text-align: left;
}
.cid-rGvFWBwFTj DIV {
  color: #0c4584;
  text-align: left;
}
.cid-rDQszhKkay {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #2f96f9;
}
.cid-rDQszhKkay P {
  color: #767676;
}
.cid-rDQszhKkay .mbr-text,
.cid-rDQszhKkay .mbr-section-btn {
  color: #0c4584;
  text-align: left;
}
.cid-rDQszhKkay H1 {
  color: #0c4584;
  text-align: left;
}
.cid-rDQszhKkay DIV {
  color: #db7811;
  text-align: left;
}
.cid-rDQszhKkay H3 {
  color: #ffffff;
}
.cid-rGFNtpUgQ8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rGFNtpUgQ8 P {
  color: #767676;
}
.cid-rGFNtpUgQ8 .mbr-text,
.cid-rGFNtpUgQ8 .mbr-section-btn {
  color: #ffffff;
}
.cid-rGFNtpUgQ8 H1 {
  color: #db7811;
  text-align: left;
}
.cid-rGFNtpUgQ8 DIV {
  color: #ffffff;
  text-align: center;
}
.cid-rGFNtpUgQ8 H3 {
  color: #db7811;
  text-align: left;
}
.cid-rGFMcUf6r1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0c4584;
}
.cid-rGFMcUf6r1 P {
  color: #767676;
}
.cid-rGFMcUf6r1 .mbr-text,
.cid-rGFMcUf6r1 .mbr-section-btn {
  color: #ffffff;
}
.cid-rGFMcUf6r1 H1 {
  color: #db7811;
}
.cid-rGFMcUf6r1 DIV {
  color: #ffffff;
  text-align: center;
}
.cid-rCYTWdjay3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rCYTWdjay3 .mbr-text,
.cid-rCYTWdjay3 blockquote {
  color: #767676;
}
.cid-rCYTWdjay3 .mbr-text {
  color: #232323;
}
.cid-rCYTWdjay3 .responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.cid-rCYTWdjay3 .responsive-iframe-container iframe,
.cid-rCYTWdjay3 .vresponsive-iframe-container object,
.cid-rCYTWdjay3 .vresponsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.cid-rCYTWdjay3 .responsive-iframe-container.ratio4x3 {
  padding-bottom: 75%;
}
.cid-rCYTWdjay3 .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: auto;
  overflow: hidden;
  width: 100%;
}
.cid-rCYTWdjay3 .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-rCYTWdjay3 .embed-container.ratio4x3 {
  padding-bottom: 75%;
}
.cid-rCYTWdjay3 .mbr-text P {
  text-align: center;
}
.cid-rGpwRz3pJP {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-rGpwRz3pJP .image-block {
  margin: auto;
}
.cid-rGpwRz3pJP figcaption {
  position: relative;
}
.cid-rGpwRz3pJP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rGpwRz3pJP .image-block {
    width: 100% !important;
  }
}
.cid-rGpwRz3pJP DIV {
  color: #232323;
}
.cid-rEuS370Gdt {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 120px;
}
.cid-rEuS370Gdt .image-block {
  margin: auto;
}
.cid-rEuS370Gdt figcaption {
  position: relative;
}
.cid-rEuS370Gdt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rEuS370Gdt .image-block {
    width: 100% !important;
  }
}
.cid-rEuS370Gdt DIV {
  color: #232323;
}
.cid-rE3tW0ecJh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #0c4584;
}
.cid-rE3tW0ecJh P {
  color: #767676;
}
.cid-rE3tW0ecJh .mbr-text,
.cid-rE3tW0ecJh .mbr-section-btn {
  color: #ffffff;
}
.cid-rE3tW0ecJh H1 {
  color: #db7811;
}
.cid-rE3tW0ecJh DIV {
  color: #ffffff;
  text-align: left;
}
.cid-rDR13fKj5e {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rDR13fKj5e .mbr-text,
.cid-rDR13fKj5e blockquote {
  color: #767676;
}
.cid-rDR13fKj5e .mbr-text {
  color: #232323;
}
.cid-rDR13fKj5e .responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.cid-rDR13fKj5e .responsive-iframe-container iframe,
.cid-rDR13fKj5e .vresponsive-iframe-container object,
.cid-rDR13fKj5e .vresponsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.cid-rDR13fKj5e .responsive-iframe-container.ratio4x3 {
  padding-bottom: 75%;
}
.cid-rDR13fKj5e .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: auto;
  overflow: hidden;
  width: 100%;
}
.cid-rDR13fKj5e .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-rDR13fKj5e .embed-container.ratio4x3 {
  padding-bottom: 75%;
}
.cid-rDUZaI3nqr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rDUZaI3nqr .mbr-text {
  color: #db7811;
}
.cid-rDUZaI3nqr h4 {
  text-align: center;
}
.cid-rDUZaI3nqr p {
  text-align: center;
}
.cid-rDUZaI3nqr .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rDUZaI3nqr .card-title,
.cid-rDUZaI3nqr .card-img {
  color: #232323;
}
.cid-rEvlrvmZAq {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-rEvlrvmZAq P {
  color: #767676;
}
.cid-rEvlrvmZAq H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rE3wQbfSEh {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rE3wQbfSEh .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rE3wQbfSEh .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rE3wQbfSEh .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rCYTWhjI3J {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c4584;
}
.cid-rCYTWhjI3J .mbr-text {
  color: #0c4584;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rCYTWhjI3J div.b {
  padding-top: 2rem;
}
.cid-rCYTWhjI3J H2 {
  color: #ffffff;
}
.cid-rCYTWhjI3J H5 {
  color: #ffffff;
}
.cid-rCYTWii0Zh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c4584;
}
.cid-rCYTWii0Zh .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rCYTWii0Zh .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rCYTWii0Zh .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rCYTWii0Zh .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rCYTWii0Zh .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rCYTWii0Zh .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rCYTWii0Zh .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rCYTWii0Zh .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rCYTWii0Zh .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rCYTWii0Zh .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rCYTWii0Zh .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rCYTWii0Zh .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rCYTWii0Zh .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rCYTWii0Zh .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rCYTWii0Zh foot-menu-item {
  color: #0c4584;
}
.cid-rCYTWii0Zh .media-container-row .mbr-text {
  color: #232323;
}
.cid-rE3oy24qlJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-rE3oy24qlJ .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rE3oy24qlJ .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rE3oy24qlJ .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rE3jowgKFz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-rE3jowgKFz P {
  color: #767676;
}
.cid-rE3jowgKFz .mbr-text,
.cid-rE3jowgKFz .mbr-section-btn {
  color: #ffffff;
}
.cid-rE3jowgKFz H1 {
  color: #db7811;
}
.cid-rE3jowgKFz DIV {
  color: #ffffff;
  text-align: left;
}
.cid-rE3jozfuHR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rE3jozfuHR P {
  color: #767676;
}
.cid-rE3jozfuHR H1 {
  text-align: left;
  color: #db7811;
}
.cid-rE3jozfuHR H3 {
  text-align: left;
}
.cid-rE3joA2avm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rE3joA2avm .mbr-text {
  color: #767676;
}
.cid-rE3joA2avm h4 {
  text-align: center;
}
.cid-rE3joA2avm p {
  text-align: center;
}
.cid-rE3joA2avm .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rGFASC1k79 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rGFASC1k79 P {
  color: #767676;
}
.cid-rGFASC1k79 .mbr-text,
.cid-rGFASC1k79 .mbr-section-btn {
  color: #0c4584;
  text-align: left;
}
.cid-rGFASC1k79 H1 {
  color: #232323;
  text-align: left;
}
.cid-rGFASC1k79 DIV {
  color: #0c4584;
  text-align: left;
}
.cid-rE3joyj5kB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #db7811;
}
.cid-rE3joyj5kB P {
  color: #767676;
}
.cid-rE3joyj5kB .mbr-text,
.cid-rE3joyj5kB .mbr-section-btn {
  color: #0c4584;
  text-align: left;
}
.cid-rE3joyj5kB H1 {
  color: #7f1933;
  text-align: left;
}
.cid-rE3joyj5kB DIV {
  color: #db7811;
  text-align: left;
}
.cid-rE3joyj5kB H3 {
  color: #ffffff;
}
.cid-rGM7xbpdCq {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rGM7xbpdCq P {
  color: #767676;
}
.cid-rGM7xbpdCq .mbr-text,
.cid-rGM7xbpdCq .mbr-section-btn {
  color: #ffffff;
}
.cid-rGM7xbpdCq H1 {
  color: #db7811;
  text-align: left;
}
.cid-rGM7xbpdCq DIV {
  color: #ffffff;
  text-align: center;
}
.cid-rGFMUrnjdB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-rGFMUrnjdB P {
  color: #767676;
}
.cid-rGFMUrnjdB .mbr-text,
.cid-rGFMUrnjdB .mbr-section-btn {
  color: #ffffff;
}
.cid-rGFMUrnjdB H1 {
  color: #db7811;
}
.cid-rGFMUrnjdB DIV {
  color: #ffffff;
  text-align: center;
}
.cid-rE3joyLH9c {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rE3joyLH9c .mbr-text,
.cid-rE3joyLH9c blockquote {
  color: #767676;
}
.cid-rE3joyLH9c .mbr-text {
  color: #232323;
}
.cid-rE3joyLH9c .responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.cid-rE3joyLH9c .responsive-iframe-container iframe,
.cid-rE3joyLH9c .vresponsive-iframe-container object,
.cid-rE3joyLH9c .vresponsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.cid-rE3joyLH9c .responsive-iframe-container.ratio4x3 {
  padding-bottom: 75%;
}
.cid-rE3joyLH9c .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: auto;
  overflow: hidden;
  width: 100%;
}
.cid-rE3joyLH9c .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-rE3joyLH9c .embed-container.ratio4x3 {
  padding-bottom: 75%;
}
.cid-rE3joyLH9c .mbr-text P {
  text-align: center;
}
.cid-rGFF62idwl {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-rGFF62idwl .image-block {
  margin: auto;
}
.cid-rGFF62idwl figcaption {
  position: relative;
}
.cid-rGFF62idwl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rGFF62idwl .image-block {
    width: 100% !important;
  }
}
.cid-rGFF62idwl DIV {
  color: #232323;
}
.cid-rGFFcEoAtT {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 120px;
}
.cid-rGFFcEoAtT .image-block {
  margin: auto;
}
.cid-rGFFcEoAtT figcaption {
  position: relative;
}
.cid-rGFFcEoAtT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rGFFcEoAtT .image-block {
    width: 100% !important;
  }
}
.cid-rGFFcEoAtT DIV {
  color: #232323;
}
.cid-rEe1fOc54D {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-rEe1fOc54D P {
  color: #767676;
}
.cid-rEe1fOc54D H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rEe1CcKgDs {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rEe1CcKgDs .mbr-text,
.cid-rEe1CcKgDs blockquote {
  color: #767676;
}
.cid-rEe1CcKgDs .mbr-text {
  color: #232323;
}
.cid-rEe1CcKgDs .responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.cid-rEe1CcKgDs .responsive-iframe-container iframe,
.cid-rEe1CcKgDs .vresponsive-iframe-container object,
.cid-rEe1CcKgDs .vresponsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.cid-rEe1CcKgDs .responsive-iframe-container.ratio4x3 {
  padding-bottom: 75%;
}
.cid-rEe1CcKgDs .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: auto;
  overflow: hidden;
  width: 100%;
}
.cid-rEe1CcKgDs .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-rEe1CcKgDs .embed-container.ratio4x3 {
  padding-bottom: 75%;
}
.cid-rEe1HzU9yC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rEe1HzU9yC .mbr-text {
  color: #767676;
}
.cid-rEe1HzU9yC h4 {
  text-align: center;
}
.cid-rEe1HzU9yC p {
  text-align: center;
}
.cid-rEe1HzU9yC .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rEe1HzU9yC .card-title,
.cid-rEe1HzU9yC .card-img {
  color: #232323;
}
.cid-rGFVrkObne {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rGFVrkObne P {
  color: #767676;
}
.cid-rGFVrkObne H1 {
  color: #ffffff;
  text-align: center;
}
.cid-rEe1BziyTT {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rEe1BziyTT .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rEe1BziyTT .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rEe1BziyTT .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rE3joHwPAp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-rE3joHwPAp .mbr-text {
  color: #0c4584;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rE3joHwPAp div.b {
  padding-top: 2rem;
}
.cid-rE3joHwPAp H2 {
  color: #ffffff;
}
.cid-rE3joHwPAp H5 {
  color: #ffffff;
}
.cid-rE3joIsS7e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c4584;
}
.cid-rE3joIsS7e .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rE3joIsS7e .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rE3joIsS7e .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rE3joIsS7e .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rE3joIsS7e .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rE3joIsS7e .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rE3joIsS7e .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rE3joIsS7e .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rE3joIsS7e .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rE3joIsS7e .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rE3joIsS7e .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rE3joIsS7e .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rE3joIsS7e .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rE3joIsS7e .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rE3joIsS7e foot-menu-item {
  color: #0c4584;
}
.cid-rE3joIsS7e .media-container-row .mbr-text {
  color: #232323;
}
.cid-rIQE9fTarm {
  background: #20452a;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rIQE9fTarm .image-block {
  margin: auto;
}
.cid-rIQE9fTarm figcaption {
  position: relative;
}
.cid-rIQE9fTarm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIQE9fTarm .image-block {
    width: 100% !important;
  }
}
.cid-rIQEaOR6HG {
  background: #20452a;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rIQEaOR6HG .image-block {
  margin: auto;
}
.cid-rIQEaOR6HG figcaption {
  position: relative;
}
.cid-rIQEaOR6HG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIQEaOR6HG .image-block {
    width: 100% !important;
  }
}
.cid-rIQEbpfO5A {
  background: #20452a;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rIQEbpfO5A .image-block {
  margin: auto;
}
.cid-rIQEbpfO5A figcaption {
  position: relative;
}
.cid-rIQEbpfO5A figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIQEbpfO5A .image-block {
    width: 100% !important;
  }
}
.cid-rIQDDQvhaD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c4584;
}
.cid-rIQDDQvhaD .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rIQDDQvhaD .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rIQDDQvhaD .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rIQDDQvhaD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rIQDDQvhaD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rIQDDQvhaD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rIQDDQvhaD .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rIQDDQvhaD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rIQDDQvhaD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rIQDDQvhaD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rIQDDQvhaD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rIQDDQvhaD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rIQDDQvhaD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rIQDDQvhaD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rIQDDQvhaD foot-menu-item {
  color: #0c4584;
}
.cid-rIQDDQvhaD .media-container-row .mbr-text {
  color: #232323;
}
.cid-rVT1ZukdKU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVT1ZukdKU P {
  color: #767676;
}
.cid-rVT1ZukdKU .mbr-text,
.cid-rVT1ZukdKU .mbr-section-btn {
  color: #232323;
  text-align: right;
}
.cid-rVT1ZukdKU H1 {
  color: #db7811;
  text-align: left;
}
.cid-rVT1ZukdKU DIV {
  color: #0c4584;
  text-align: left;
}
.cid-rVT1ZuRg73 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #0c4584;
}
.cid-rVT1ZuRg73 P {
  color: #767676;
}
.cid-rVT1ZuRg73 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rVT1ZvqG7q {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rVT1ZvqG7q P {
  color: #767676;
}
.cid-rVT1ZvqG7q .mbr-text,
.cid-rVT1ZvqG7q .mbr-section-btn {
  color: #db7811;
  text-align: left;
}
.cid-rVT1ZvqG7q H1 {
  color: #db7811;
  text-align: left;
}
.cid-rVT1ZvqG7q DIV {
  color: #0c4584;
  text-align: left;
}
.cid-rVT1ZwxNiU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c4584;
}
.cid-rVT1ZwxNiU .mbr-text {
  color: #0c4584;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-rVT1ZwxNiU div.b {
  padding-top: 2rem;
}
.cid-rVT1ZwxNiU H2 {
  color: #ffffff;
}
.cid-rVT1ZwxNiU H5 {
  color: #ffffff;
}
.cid-rVT1Zx4iqM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c4584;
}
.cid-rVT1Zx4iqM .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVT1Zx4iqM .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVT1Zx4iqM .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVT1Zx4iqM .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rVT1Zx4iqM .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rVT1Zx4iqM .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rVT1Zx4iqM .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rVT1Zx4iqM .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rVT1Zx4iqM .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rVT1Zx4iqM .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rVT1Zx4iqM .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rVT1Zx4iqM .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rVT1Zx4iqM .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rVT1Zx4iqM .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rVT1Zx4iqM foot-menu-item {
  color: #0c4584;
}
.cid-rVT1Zx4iqM .media-container-row .mbr-text {
  color: #232323;
}
.cid-s48ZOPt3f6 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #0c4584;
}
.cid-s48ZOPt3f6 P {
  color: #767676;
}
.cid-s48ZOPt3f6 .mbr-text,
.cid-s48ZOPt3f6 .mbr-section-btn {
  color: #ffffff;
}
.cid-s48ZOPt3f6 H1 {
  color: #db7811;
}
.cid-s48ZOPt3f6 DIV {
  color: #ffffff;
  text-align: left;
}
.cid-s48ZOPYg4r {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s48ZOPYg4r P {
  color: #767676;
}
.cid-s48ZOPYg4r .mbr-text,
.cid-s48ZOPYg4r .mbr-section-btn {
  color: #0c4584;
  text-align: left;
}
.cid-s48ZOPYg4r H1 {
  color: #db7811;
  text-align: left;
}
.cid-s48ZOPYg4r DIV {
  color: #db7811;
  text-align: left;
}
.cid-s494BGvo1D {
  padding-top: 15px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-s494BGvo1D .images-container.container-fluid {
  padding: 0;
}
.cid-s494BGvo1D .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-s494BGvo1D .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-s494BGvo1D .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-s494BGvo1D .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-s494BGvo1D .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-s494BGvo1D .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-s494BGvo1D .img-item {
    width: 100% !important;
  }
  .cid-s494BGvo1D .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-s49f8vCUDl {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s49f8vCUDl P {
  color: #767676;
}
.cid-s49f8vCUDl .mbr-text,
.cid-s49f8vCUDl .mbr-section-btn {
  color: #0c4584;
  text-align: left;
}
.cid-s49f8vCUDl H1 {
  color: #db7811;
  text-align: left;
}
.cid-s49f8vCUDl DIV {
  color: #db7811;
  text-align: left;
}
.cid-s49ghTMBfU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0c4584;
}
.cid-s49ghTMBfU P {
  color: #767676;
}
.cid-s49ghTMBfU .mbr-text,
.cid-s49ghTMBfU .mbr-section-btn {
  color: #ffffff;
}
.cid-s49ghTMBfU H1 {
  color: #db7811;
}
.cid-s49ghTMBfU DIV {
  color: #ffffff;
  text-align: left;
}
.cid-s49glVYbcr {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s49glVYbcr P {
  color: #767676;
}
.cid-s49glVYbcr .mbr-text,
.cid-s49glVYbcr .mbr-section-btn {
  color: #0c4584;
  text-align: left;
}
.cid-s49glVYbcr H1 {
  color: #db7811;
  text-align: left;
}
.cid-s49glVYbcr DIV {
  color: #db7811;
  text-align: left;
}
.cid-s48ZOSSIOL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0c4584;
}
.cid-s48ZOSSIOL .mbr-text {
  color: #0c4584;
  margin: 0;
  padding-top: 1.5rem;
}
.cid-s48ZOSSIOL div.b {
  padding-top: 2rem;
}
.cid-s48ZOSSIOL H2 {
  color: #ffffff;
}
.cid-s48ZOSSIOL H5 {
  color: #ffffff;
}
.cid-s48ZOTuc5t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c4584;
}
.cid-s48ZOTuc5t .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s48ZOTuc5t .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s48ZOTuc5t .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s48ZOTuc5t .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s48ZOTuc5t .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s48ZOTuc5t .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s48ZOTuc5t .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s48ZOTuc5t .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s48ZOTuc5t .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s48ZOTuc5t .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s48ZOTuc5t .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s48ZOTuc5t .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s48ZOTuc5t .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s48ZOTuc5t .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s48ZOTuc5t foot-menu-item {
  color: #0c4584;
}
.cid-s48ZOTuc5t .media-container-row .mbr-text {
  color: #232323;
}
