@import url(https://fonts.googleapis.com/css?family=Trade+Winds:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800,900,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Trade Winds', display;
  font-size: 5.4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 8.64rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Trade Winds', display;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Trade Winds', display;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.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: 4.32rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-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: 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: #000000 !important;
}
.bg-success {
  background-color: #00930f !important;
}
.bg-info {
  background-color: #136fe6 !important;
}
.bg-warning {
  background-color: #ac25be !important;
}
.bg-danger {
  background-color: #f7ed4a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ed0e0e !important;
  border-color: #ed0e0e !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a50a0a !important;
  border-color: #a50a0a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a50a0a !important;
  border-color: #a50a0a !important;
}
.btn-info,
.btn-info:active {
  background-color: #136fe6 !important;
  border-color: #136fe6 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0d4d9f !important;
  border-color: #0d4d9f !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d4d9f !important;
  border-color: #0d4d9f !important;
}
.btn-success,
.btn-success:active {
  background-color: #00930f !important;
  border-color: #00930f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #004607 !important;
  border-color: #004607 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #004607 !important;
  border-color: #004607 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ac25be !important;
  border-color: #ac25be !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #72197e !important;
  border-color: #72197e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #72197e !important;
  border-color: #72197e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #8d0808;
  color: #8d0808;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ed0e0e;
  border-color: #ed0e0e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed0e0e !important;
  border-color: #ed0e0e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #0b4288;
  color: #0b4288;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #136fe6;
  border-color: #136fe6;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #136fe6 !important;
  border-color: #136fe6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #002d05;
  color: #002d05;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #00930f;
  border-color: #00930f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00930f !important;
  border-color: #00930f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5f1469;
  color: #5f1469;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ac25be;
  border-color: #ac25be;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ac25be !important;
  border-color: #ac25be !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !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: #000000 !important;
}
.text-secondary {
  color: #ed0e0e !important;
}
.text-success {
  color: #00930f !important;
}
.text-info {
  color: #136fe6 !important;
}
.text-warning {
  color: #ac25be !important;
}
.text-danger {
  color: #f7ed4a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8d0808 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #002d05 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0b4288 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #5f1469 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d2c609 !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: #136fe6;
}
.alert-warning {
  background-color: #ac25be;
}
.alert-danger {
  background-color: #f7ed4a;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #14ff2c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cadffb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d97de6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #000000;
}
/* 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: #000000;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #000000;
}
.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: #000000;
  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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #ed0e0e !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='%23000000' %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-s8UBHePGxI {
  background-image: url("../../../assets/images/5fa31182-892f-4a10-a3e7-6e5052038346-2000x1126.jpg");
}
.cid-s8UBHePGxI H1 {
  color: #ffffff;
}
.cid-s8UBHePGxI .mbr-text,
.cid-s8UBHePGxI .mbr-section-btn {
  color: #ffffff;
}
.cid-s8UBHePGxI H3 {
  color: #000000;
}
.cid-sdVp2BD2yk {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sdVp2BD2yk .line {
  background-color: #ed0e0e;
  color: #ed0e0e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sdVp2BD2yk .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-sdVp2BD2yk .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sdVp2BD2yk .inner-container {
    width: 100% !important;
  }
}
.cid-sbxcMbBBJJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background: #000000;
}
.cid-sbxcMbBBJJ .image-block {
  margin: auto;
}
.cid-sbxcMbBBJJ .mbr-figure {
  margin: 0 auto;
}
.cid-sbxcMbBBJJ figcaption {
  position: relative;
}
.cid-sbxcMbBBJJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sbxcMbBBJJ .image-block {
    width: 100% !important;
  }
}
.cid-sajVFPbMnZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sajVFPbMnZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sorW99xTg5 {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sorW99xTg5 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sorW99xTg5 .video-block {
    width: 100% !important;
  }
}
.cid-sbxcZnRLN5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sbxcZnRLN5 .mbr-text,
.cid-sbxcZnRLN5 blockquote {
  color: #767676;
}
.cid-sbxcZnRLN5 .mbr-text {
  color: #ffffff;
}
.cid-sxnBpthqtX {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sxnBpthqtX .mbr-text,
.cid-sxnBpthqtX blockquote {
  color: #767676;
}
.cid-sxnBpthqtX .mbr-text {
  color: #ffffff;
}
.cid-sajWokLV91 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-sajWokLV91 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sajWokLV91 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sajWokLV91 .mbr-text {
  color: #ffffff;
}
.cid-sajWZfPzK0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sajWZfPzK0 .mbr-text,
.cid-sajWZfPzK0 blockquote {
  color: #767676;
}
.cid-sajWZfPzK0 .mbr-text {
  color: #ffffff;
}
.cid-sdVoJiz90x {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-sdVoJiz90x .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdVoJiz90x .video-block {
    width: 100% !important;
  }
}
.cid-sdY07OsZKb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sdY07OsZKb .mbr-text,
.cid-sdY07OsZKb blockquote {
  color: #767676;
}
.cid-sdY07OsZKb .mbr-text {
  color: #ffffff;
}
.cid-sajXAKWQua {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #000000;
}
.cid-sajXAKWQua .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-sajXAKWQua .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sajXAKWQua .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sajXAKWQua .media-container-row .img-item .img-caption {
  background: #000000;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sajXAKWQua .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sajXAKWQua .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sajXAKWQua .img-item {
    width: 100% !important;
  }
  .cid-sajXAKWQua .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-sajXAKWQua P {
  color: #ffffff;
}
.cid-sajYcu4uBQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-sajYcu4uBQ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sajYcu4uBQ .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sajYcu4uBQ .mbr-text {
  color: #ffffff;
}
.cid-sg48toDOaq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sg48toDOaq .mbr-text,
.cid-sg48toDOaq blockquote {
  color: #767676;
}
.cid-sg48toDOaq .mbr-text {
  color: #ffffff;
}
.cid-saNc9kSxzV {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-saNc9kSxzV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-saNc9kSxzV H2 {
  color: #ffffff;
}
.cid-saNbOWPikP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-saNbOWPikP .counter-container {
  color: #767676;
}
.cid-saNbOWPikP .counter-container ul {
  margin-bottom: 0;
}
.cid-saNbOWPikP .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-saNbOWPikP .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ed0e0e;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: none;
  border: 1px solid #ed0e0e;
  color: #ed0e0e;
  content: '✓';
}
.cid-saNbOWPikP .mbr-text {
  color: #ffffff;
}
.cid-syZH90MOWO {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-syZH90MOWO .image-block {
  margin: auto;
}
.cid-syZH90MOWO figcaption {
  position: relative;
}
.cid-syZH90MOWO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-syZH90MOWO .image-block {
    width: 100% !important;
  }
}
.cid-seKyHTw7GE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-seKyHTw7GE .line {
  background-color: #ed0e0e;
  color: #ed0e0e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-seKyHTw7GE .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ffffff;
}
.cid-seKyHTw7GE .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-seKyHTw7GE .inner-container {
    width: 100% !important;
  }
}
.cid-seLWhIRdkT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-seLWhIRdkT .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seLWhIRdkT .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-seLWhIRdkT .media-wrap img {
  height: 6rem;
}
.cid-seLWhIRdkT .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-seLWhIRdkT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seLWhIRdkT .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-seLWhIRdkT .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-seLWhIRdkT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-seLWhIRdkT .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-seLWhIRdkT .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-seLWhIRdkT .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-seLWhIRdkT .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-seLWhIRdkT .links {
  color: #232323;
}
.cid-seLWhIRdkT P {
  color: #ffffff;
}
.cid-seLWhIRdkT .copyright > p {
  color: #ffffff;
}
.cid-s9Exm1fcfG .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s9Exm1fcfG .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s9Exm1fcfG a {
  font-style: normal;
}
.cid-s9Exm1fcfG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s9Exm1fcfG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-s9Exm1fcfG .nav-item:focus,
.cid-s9Exm1fcfG .nav-link:focus {
  outline: none;
}
.cid-s9Exm1fcfG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-s9Exm1fcfG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s9Exm1fcfG .menu-logo {
  margin-right: auto;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s9Exm1fcfG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s9Exm1fcfG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s9Exm1fcfG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s9Exm1fcfG button.navbar-toggler:focus {
  outline: none;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9Exm1fcfG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-s9Exm1fcfG .collapsed .btn {
  display: flex;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s9Exm1fcfG .collapsed button.navbar-toggler {
  display: block;
}
.cid-s9Exm1fcfG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s9Exm1fcfG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s9Exm1fcfG.navbar-expand {
    flex-direction: column;
  }
  .cid-s9Exm1fcfG img {
    height: 3.8rem !important;
  }
  .cid-s9Exm1fcfG .btn {
    display: flex;
  }
  .cid-s9Exm1fcfG button.navbar-toggler {
    display: block;
  }
  .cid-s9Exm1fcfG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s9Exm1fcfG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s9Exm1fcfG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing,
  .cid-s9Exm1fcfG .navbar-collapse.show {
    display: block !important;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-nav,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-buttons,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s9Exm1fcfG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s9Exm1fcfG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-s9Exm1fcfG .navbar-collapse {
  flex-basis: auto;
}
.cid-s9Exm1fcfG .nav-link:hover,
.cid-s9Exm1fcfG .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-sbxe7nuz9Q {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sbxe7nuz9Q .line {
  background-color: #ed0e0e;
  color: #ed0e0e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sbxe7nuz9Q .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ffffff;
}
.cid-sbxe7nuz9Q .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sbxe7nuz9Q .inner-container {
    width: 100% !important;
  }
}
.cid-s9Exm1fcfG .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s9Exm1fcfG .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s9Exm1fcfG a {
  font-style: normal;
}
.cid-s9Exm1fcfG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s9Exm1fcfG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-s9Exm1fcfG .nav-item:focus,
.cid-s9Exm1fcfG .nav-link:focus {
  outline: none;
}
.cid-s9Exm1fcfG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-s9Exm1fcfG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s9Exm1fcfG .menu-logo {
  margin-right: auto;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s9Exm1fcfG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s9Exm1fcfG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s9Exm1fcfG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s9Exm1fcfG button.navbar-toggler:focus {
  outline: none;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9Exm1fcfG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-s9Exm1fcfG .collapsed .btn {
  display: flex;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s9Exm1fcfG .collapsed button.navbar-toggler {
  display: block;
}
.cid-s9Exm1fcfG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s9Exm1fcfG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s9Exm1fcfG.navbar-expand {
    flex-direction: column;
  }
  .cid-s9Exm1fcfG img {
    height: 3.8rem !important;
  }
  .cid-s9Exm1fcfG .btn {
    display: flex;
  }
  .cid-s9Exm1fcfG button.navbar-toggler {
    display: block;
  }
  .cid-s9Exm1fcfG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s9Exm1fcfG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s9Exm1fcfG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing,
  .cid-s9Exm1fcfG .navbar-collapse.show {
    display: block !important;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-nav,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-buttons,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s9Exm1fcfG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s9Exm1fcfG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-s9Exm1fcfG .navbar-collapse {
  flex-basis: auto;
}
.cid-s9Exm1fcfG .nav-link:hover,
.cid-s9Exm1fcfG .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-sbxe1BLNap {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #000000;
}
.cid-sbxe1BLNap .image-block {
  margin: auto;
}
.cid-sbxe1BLNap .mbr-figure {
  margin: 0 auto;
}
.cid-sbxe1BLNap figcaption {
  position: relative;
}
.cid-sbxe1BLNap figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sbxe1BLNap .image-block {
    width: 100% !important;
  }
}
.cid-sdBrcAELmZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sdBrcAELmZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sdBrcAELmZ H2 {
  color: #ffffff;
}
.cid-sdV6MpIBmA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sdV6MpIBmA .line {
  background-color: #ed0e0e;
  color: #ed0e0e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sdV6MpIBmA .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ffffff;
}
.cid-sdV6MpIBmA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sdV6MpIBmA .inner-container {
    width: 100% !important;
  }
}
.cid-sdBrfeY3o1 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-sdBrfeY3o1 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sdBrfeY3o1 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sdBrfeY3o1 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sdBrg8fJxF {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sdBrg8fJxF .mbr-text,
.cid-sdBrg8fJxF blockquote {
  color: #767676;
}
.cid-sdBrg8fJxF .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sdV85xeVdb {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sdV85xeVdb .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdV85xeVdb .video-block {
    width: 100% !important;
  }
}
.cid-sdBrgU6JVB {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-sdBrgU6JVB .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sdBrgU6JVB .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sdBrgU6JVB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sdVbK6Famb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sdVbK6Famb .line {
  background-color: #ed0e0e;
  color: #ed0e0e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sdVbK6Famb .section-text {
  padding: 2rem 0;
  color: #ed0e0e;
}
.cid-sdVbK6Famb .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sdVbK6Famb .inner-container {
    width: 100% !important;
  }
}
.cid-sdVbgUiMj7 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-sdVbgUiMj7 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sdVbgUiMj7 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sdVbgUiMj7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sdVdws2iAj {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-sdVdws2iAj .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sdVdws2iAj .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sdVdws2iAj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sdVfHQQfYJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sdVfHQQfYJ .line {
  background-color: #ed0e0e;
  color: #ed0e0e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sdVfHQQfYJ .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ffffff;
}
.cid-sdVfHQQfYJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sdVfHQQfYJ .inner-container {
    width: 100% !important;
  }
}
.cid-sdVeIucPC7 {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sdVeIucPC7 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdVeIucPC7 .video-block {
    width: 100% !important;
  }
}
.cid-sdVeKNM0vx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-sdVeKNM0vx .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sdVeKNM0vx .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sdVeKNM0vx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sdVfITopJp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sdVfITopJp .line {
  background-color: #ed0e0e;
  color: #ed0e0e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sdVfITopJp .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ffffff;
}
.cid-sdVfITopJp .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sdVfITopJp .inner-container {
    width: 100% !important;
  }
}
.cid-sdVf2gWQCu {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sdVf2gWQCu .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdVf2gWQCu .video-block {
    width: 100% !important;
  }
}
.cid-sdVhaYwdPq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-sdVhaYwdPq .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sdVhaYwdPq .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sdVhaYwdPq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sdVfIjDLlw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sdVfIjDLlw .line {
  background-color: #ed0e0e;
  color: #ed0e0e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sdVfIjDLlw .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ffffff;
}
.cid-sdVfIjDLlw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sdVfIjDLlw .inner-container {
    width: 100% !important;
  }
}
.cid-sorV6gRTFf {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sorV6gRTFf .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sorV6gRTFf .video-block {
    width: 100% !important;
  }
}
.cid-sorVuRMrph {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sorVuRMrph .line {
  background-color: #ed0e0e;
  color: #ed0e0e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sorVuRMrph .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ffffff;
}
.cid-sorVuRMrph .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sorVuRMrph .inner-container {
    width: 100% !important;
  }
}
.cid-sorVzckFcz {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sorVzckFcz .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sorVzckFcz .video-block {
    width: 100% !important;
  }
}
.cid-sorV5LlHA6 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sorV5LlHA6 .line {
  background-color: #00930f;
  color: #00930f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sorV5LlHA6 .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ffffff;
}
.cid-sorV5LlHA6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sorV5LlHA6 .inner-container {
    width: 100% !important;
  }
}
.cid-sdVjdlIYdx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sdVjdlIYdx .line {
  background-color: #ed0e0e;
  color: #ed0e0e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sdVjdlIYdx .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ffffff;
}
.cid-sdVjdlIYdx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sdVjdlIYdx .inner-container {
    width: 100% !important;
  }
}
.cid-syZJvWuH5B {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-syZJvWuH5B .image-block {
  margin: auto;
}
.cid-syZJvWuH5B figcaption {
  position: relative;
}
.cid-syZJvWuH5B figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-syZJvWuH5B .image-block {
    width: 100% !important;
  }
}
.cid-sxpLMCgQp7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxlzvcJytl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sxlzvcJytl .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxlzvcJytl .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sxlzvcJytl .media-wrap img {
  height: 6rem;
}
.cid-sxlzvcJytl .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sxlzvcJytl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxlzvcJytl .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sxlzvcJytl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sxlzvcJytl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxlzvcJytl .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxlzvcJytl .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxlzvcJytl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxlzvcJytl .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sxlzvcJytl .links {
  color: #232323;
}
.cid-sxlzvcJytl P {
  color: #ffffff;
}
.cid-sxlzvcJytl .copyright > p {
  color: #ffffff;
}
.cid-s9Exm1fcfG .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s9Exm1fcfG .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s9Exm1fcfG a {
  font-style: normal;
}
.cid-s9Exm1fcfG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s9Exm1fcfG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-s9Exm1fcfG .nav-item:focus,
.cid-s9Exm1fcfG .nav-link:focus {
  outline: none;
}
.cid-s9Exm1fcfG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-s9Exm1fcfG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s9Exm1fcfG .menu-logo {
  margin-right: auto;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s9Exm1fcfG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s9Exm1fcfG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s9Exm1fcfG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s9Exm1fcfG button.navbar-toggler:focus {
  outline: none;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9Exm1fcfG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-s9Exm1fcfG .collapsed .btn {
  display: flex;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s9Exm1fcfG .collapsed button.navbar-toggler {
  display: block;
}
.cid-s9Exm1fcfG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s9Exm1fcfG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s9Exm1fcfG.navbar-expand {
    flex-direction: column;
  }
  .cid-s9Exm1fcfG img {
    height: 3.8rem !important;
  }
  .cid-s9Exm1fcfG .btn {
    display: flex;
  }
  .cid-s9Exm1fcfG button.navbar-toggler {
    display: block;
  }
  .cid-s9Exm1fcfG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s9Exm1fcfG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s9Exm1fcfG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing,
  .cid-s9Exm1fcfG .navbar-collapse.show {
    display: block !important;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-nav,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-buttons,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s9Exm1fcfG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s9Exm1fcfG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-s9Exm1fcfG .navbar-collapse {
  flex-basis: auto;
}
.cid-s9Exm1fcfG .nav-link:hover,
.cid-s9Exm1fcfG .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-sddyznwzRl .modal-body .close {
  background: #1b1b1b;
}
.cid-sddyznwzRl .modal-body .close span {
  font-style: normal;
}
.cid-sddyznwzRl .carousel-inner > .active,
.cid-sddyznwzRl .carousel-inner > .next,
.cid-sddyznwzRl .carousel-inner > .prev {
  display: table;
}
.cid-sddyznwzRl .carousel-control .icon-next,
.cid-sddyznwzRl .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sddyznwzRl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sddyznwzRl .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sddyznwzRl .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sddyznwzRl .boxed-slider > div {
  position: relative;
}
.cid-sddyznwzRl .container img {
  width: 100%;
}
.cid-sddyznwzRl .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-sddyznwzRl .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sddyznwzRl .mbr-table-cell {
  padding: 0;
}
.cid-sddyznwzRl .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sddyznwzRl .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sddyznwzRl .mbr-overlay {
  z-index: 1;
}
.cid-sddyznwzRl .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sddyznwzRl .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sddyznwzRl .carousel-item .container {
    width: 100%;
  }
}
.cid-sddyznwzRl .carousel-item-next.carousel-item-left,
.cid-sddyznwzRl .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sddyznwzRl .active.carousel-item-right,
.cid-sddyznwzRl .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sddyznwzRl .active.carousel-item-left,
.cid-sddyznwzRl .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sddyznwzRl .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  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;
}
.cid-sddyznwzRl .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sddyznwzRl .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sddyznwzRl .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sddyznwzRl .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sddyznwzRl .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sddyznwzRl .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sddyznwzRl .mbr-slider .carousel-indicators li.active,
.cid-sddyznwzRl .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sddyznwzRl .mbr-slider .carousel-indicators li::after,
.cid-sddyznwzRl .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sddyznwzRl .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sddyznwzRl .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sddyznwzRl .mbr-slider > .container img {
  width: 100%;
}
.cid-sddyznwzRl .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-sddyznwzRl .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sddyznwzRl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sddyznwzRl .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sddyznwzRl .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sddyznwzRl .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sddyznwzRl .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sddyznwzRl .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sddyznwzRl .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sddyznwzRl .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sddyznwzRl .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sddyznwzRl .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sddyznwzRl .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sddyznwzRl H2 {
  color: #ffffff;
}
.cid-seLWcGrYjc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-seLWcGrYjc .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seLWcGrYjc .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-seLWcGrYjc .media-wrap img {
  height: 6rem;
}
.cid-seLWcGrYjc .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-seLWcGrYjc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seLWcGrYjc .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-seLWcGrYjc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-seLWcGrYjc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-seLWcGrYjc .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-seLWcGrYjc .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-seLWcGrYjc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-seLWcGrYjc .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-seLWcGrYjc .links {
  color: #232323;
}
.cid-seLWcGrYjc P {
  color: #ffffff;
}
.cid-seLWcGrYjc .copyright > p {
  color: #ffffff;
}
.cid-s9Exm1fcfG .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s9Exm1fcfG .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s9Exm1fcfG a {
  font-style: normal;
}
.cid-s9Exm1fcfG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s9Exm1fcfG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-s9Exm1fcfG .nav-item:focus,
.cid-s9Exm1fcfG .nav-link:focus {
  outline: none;
}
.cid-s9Exm1fcfG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-s9Exm1fcfG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s9Exm1fcfG .menu-logo {
  margin-right: auto;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s9Exm1fcfG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s9Exm1fcfG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s9Exm1fcfG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s9Exm1fcfG button.navbar-toggler:focus {
  outline: none;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9Exm1fcfG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-s9Exm1fcfG .collapsed .btn {
  display: flex;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s9Exm1fcfG .collapsed button.navbar-toggler {
  display: block;
}
.cid-s9Exm1fcfG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s9Exm1fcfG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s9Exm1fcfG.navbar-expand {
    flex-direction: column;
  }
  .cid-s9Exm1fcfG img {
    height: 3.8rem !important;
  }
  .cid-s9Exm1fcfG .btn {
    display: flex;
  }
  .cid-s9Exm1fcfG button.navbar-toggler {
    display: block;
  }
  .cid-s9Exm1fcfG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s9Exm1fcfG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s9Exm1fcfG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing,
  .cid-s9Exm1fcfG .navbar-collapse.show {
    display: block !important;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-nav,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-buttons,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s9Exm1fcfG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s9Exm1fcfG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-s9Exm1fcfG .navbar-collapse {
  flex-basis: auto;
}
.cid-s9Exm1fcfG .nav-link:hover,
.cid-s9Exm1fcfG .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-sddHB1czPY {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sddHB1czPY .mbr-section-subtitle {
  color: #ed0e0e;
}
.cid-seV2dRH0cH {
  background-image: url("../../../assets/images/img-413-2000x1125.png");
}
.cid-seV2dRH0cH H1 {
  color: #ffffff;
}
.cid-sddHCMWlmg {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-sddHCMWlmg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sddHCMWlmg .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sddHCMWlmg .mbr-text {
  color: #ffffff;
}
.cid-sdVxu45z61 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sdVxu45z61 .mbr-text,
.cid-sdVxu45z61 blockquote {
  color: #767676;
}
.cid-sdVxu45z61 .mbr-text {
  color: #ffffff;
}
.cid-sdVxah58ea {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sdVxah58ea .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdVxah58ea .video-block {
    width: 100% !important;
  }
}
.cid-sdVxuIA3Ja {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sdVxuIA3Ja .mbr-text,
.cid-sdVxuIA3Ja blockquote {
  color: #767676;
}
.cid-sdVxuIA3Ja .mbr-text {
  color: #ffffff;
}
.cid-sdVqp2TjSo {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-sdVqp2TjSo .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdVqp2TjSo .video-block {
    width: 100% !important;
  }
}
.cid-sdVBcF7DnI {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-sdVBcF7DnI .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sdVBcF7DnI .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sdVBcF7DnI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sdVxH1aC3x {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sdVxH1aC3x .item {
  padding-bottom: 2rem;
}
.cid-sdVxH1aC3x .item-wrapper {
  height: 100%;
}
.cid-sdVxH1aC3x .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sdVxH1aC3x .carousel-control,
.cid-sdVxH1aC3x .close {
  background: #1b1b1b;
}
.cid-sdVxH1aC3x .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sdVxH1aC3x .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sdVxH1aC3x .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-sdVxH1aC3x .close::before {
  content: '\e91a';
}
.cid-sdVxH1aC3x .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sdVxH1aC3x .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-sdVxH1aC3x .carousel-inner > .active {
  display: block;
}
.cid-sdVxH1aC3x .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sdVxH1aC3x .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sdVxH1aC3x .carousel-control .icon-next,
.cid-sdVxH1aC3x .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sdVxH1aC3x .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sdVxH1aC3x .carousel-control,
  .cid-sdVxH1aC3x .carousel-indicators,
  .cid-sdVxH1aC3x .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sdVxH1aC3x .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sdVxH1aC3x .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sdVxH1aC3x .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-sdVxH1aC3x .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sdVxH1aC3x .carousel-indicators {
    display: none;
  }
}
.cid-sdVxH1aC3x .carousel-indicators .active,
.cid-sdVxH1aC3x .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-sdVxH1aC3x .carousel-indicators .active {
  background: #fff;
}
.cid-sdVxH1aC3x .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sdVxH1aC3x .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sdVxH1aC3x .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sdVxH1aC3x .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sdVxH1aC3x .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sdVxH1aC3x .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-sdVxH1aC3x .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sdVxH1aC3x .carousel {
  width: 100%;
}
.cid-sdVxH1aC3x .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sdVxH1aC3x .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-sdVxH1aC3x .modal.fade .modal-dialog,
.cid-sdVxH1aC3x .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-sdVxH1aC3x .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sdVxH1aC3x a {
  display: block;
}
.cid-sdVxH1aC3x a.img {
  pointer-events: none;
}
.cid-sdVxvmqBcu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sdVxvmqBcu .mbr-text,
.cid-sdVxvmqBcu blockquote {
  color: #767676;
}
.cid-sdVxvmqBcu .mbr-text {
  color: #ffffff;
}
.cid-sdVqyFiRdM {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sdVqyFiRdM .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdVqyFiRdM .video-block {
    width: 100% !important;
  }
}
.cid-sdVxBlw5aM {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-sdVxBlw5aM .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sdVxBlw5aM .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sdVxBlw5aM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sdVqze98kg {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sdVqze98kg .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdVqze98kg .video-block {
    width: 100% !important;
  }
}
.cid-sdVqASRZbq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sdVqASRZbq .mbr-text,
.cid-sdVqASRZbq blockquote {
  color: #767676;
}
.cid-sdVqASRZbq .mbr-text {
  color: #ffffff;
}
.cid-sdVqASRZbq .mbr-text P {
  text-align: left;
}
.cid-sdVCwyRaz6 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-sdVCwyRaz6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sdVCwyRaz6 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sdVCwyRaz6 .mbr-text {
  color: #ffffff;
}
.cid-sdVD77ttKz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sdVD77ttKz .item {
  padding-bottom: 2rem;
}
.cid-sdVD77ttKz .item-wrapper {
  height: 100%;
}
.cid-sdVD77ttKz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sdVD77ttKz .carousel-control,
.cid-sdVD77ttKz .close {
  background: #1b1b1b;
}
.cid-sdVD77ttKz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sdVD77ttKz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sdVD77ttKz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-sdVD77ttKz .close::before {
  content: '\e91a';
}
.cid-sdVD77ttKz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sdVD77ttKz .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-sdVD77ttKz .carousel-inner > .active {
  display: block;
}
.cid-sdVD77ttKz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sdVD77ttKz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sdVD77ttKz .carousel-control .icon-next,
.cid-sdVD77ttKz .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sdVD77ttKz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sdVD77ttKz .carousel-control,
  .cid-sdVD77ttKz .carousel-indicators,
  .cid-sdVD77ttKz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sdVD77ttKz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sdVD77ttKz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sdVD77ttKz .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-sdVD77ttKz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sdVD77ttKz .carousel-indicators {
    display: none;
  }
}
.cid-sdVD77ttKz .carousel-indicators .active,
.cid-sdVD77ttKz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-sdVD77ttKz .carousel-indicators .active {
  background: #fff;
}
.cid-sdVD77ttKz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sdVD77ttKz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sdVD77ttKz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sdVD77ttKz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sdVD77ttKz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sdVD77ttKz .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-sdVD77ttKz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sdVD77ttKz .carousel {
  width: 100%;
}
.cid-sdVD77ttKz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sdVD77ttKz .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-sdVD77ttKz .modal.fade .modal-dialog,
.cid-sdVD77ttKz .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-sdVD77ttKz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sdVD77ttKz a {
  display: block;
}
.cid-sdVD77ttKz a.img {
  pointer-events: none;
}
.cid-sdVt86rs9E {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sdVt86rs9E .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdVt86rs9E .video-block {
    width: 100% !important;
  }
}
.cid-sorSvSs5uv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sorSvSs5uv .mbr-text,
.cid-sorSvSs5uv blockquote {
  color: #767676;
}
.cid-sorSvSs5uv .mbr-text {
  color: #ffffff;
}
.cid-sorSvSs5uv .mbr-text P {
  text-align: left;
}
.cid-sorSIUNJYK {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sorSIUNJYK .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sorSIUNJYK .video-block {
    width: 100% !important;
  }
}
.cid-sorSpjozWl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sorSpjozWl .mbr-text,
.cid-sorSpjozWl blockquote {
  color: #767676;
}
.cid-sorSpjozWl .mbr-text {
  color: #ffffff;
}
.cid-sorSpjozWl .mbr-text P {
  text-align: left;
}
.cid-sdVDH9hahL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sdVDH9hahL .counter-container {
  color: #767676;
}
.cid-sdVDH9hahL .counter-container ul {
  margin-bottom: 0;
}
.cid-sdVDH9hahL .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sdVDH9hahL .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ed0e0e;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sdVDH9hahL .mbr-text {
  color: #ffffff;
}
.cid-sorSTinLD6 {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sorSTinLD6 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sorSTinLD6 .video-block {
    width: 100% !important;
  }
}
.cid-seLWaK4rgf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-seLWaK4rgf .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seLWaK4rgf .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-seLWaK4rgf .media-wrap img {
  height: 6rem;
}
.cid-seLWaK4rgf .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-seLWaK4rgf .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seLWaK4rgf .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-seLWaK4rgf .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-seLWaK4rgf .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-seLWaK4rgf .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-seLWaK4rgf .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-seLWaK4rgf .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-seLWaK4rgf .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-seLWaK4rgf .links {
  color: #232323;
}
.cid-seLWaK4rgf P {
  color: #ffffff;
}
.cid-seLWaK4rgf .copyright > p {
  color: #ffffff;
}
.cid-saN6KkKFIV .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-saN6KkKFIV .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-saN6KkKFIV a {
  font-style: normal;
}
.cid-saN6KkKFIV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-saN6KkKFIV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-saN6KkKFIV .nav-item:focus,
.cid-saN6KkKFIV .nav-link:focus {
  outline: none;
}
.cid-saN6KkKFIV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-saN6KkKFIV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-saN6KkKFIV .menu-logo {
  margin-right: auto;
}
.cid-saN6KkKFIV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-saN6KkKFIV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-saN6KkKFIV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-saN6KkKFIV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-saN6KkKFIV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-saN6KkKFIV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-saN6KkKFIV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-saN6KkKFIV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-saN6KkKFIV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-saN6KkKFIV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-saN6KkKFIV .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-saN6KkKFIV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-saN6KkKFIV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-saN6KkKFIV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-saN6KkKFIV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-saN6KkKFIV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-saN6KkKFIV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-saN6KkKFIV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-saN6KkKFIV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-saN6KkKFIV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-saN6KkKFIV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-saN6KkKFIV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-saN6KkKFIV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-saN6KkKFIV button.navbar-toggler:focus {
  outline: none;
}
.cid-saN6KkKFIV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-saN6KkKFIV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-saN6KkKFIV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-saN6KkKFIV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-saN6KkKFIV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-saN6KkKFIV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saN6KkKFIV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-saN6KkKFIV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-saN6KkKFIV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saN6KkKFIV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-saN6KkKFIV .collapsed .btn {
  display: flex;
}
.cid-saN6KkKFIV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-saN6KkKFIV .collapsed .navbar-collapse.collapsing,
.cid-saN6KkKFIV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-saN6KkKFIV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-saN6KkKFIV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-saN6KkKFIV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-saN6KkKFIV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-saN6KkKFIV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-saN6KkKFIV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-saN6KkKFIV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-saN6KkKFIV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-saN6KkKFIV .collapsed button.navbar-toggler {
  display: block;
}
.cid-saN6KkKFIV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-saN6KkKFIV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-saN6KkKFIV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-saN6KkKFIV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-saN6KkKFIV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-saN6KkKFIV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-saN6KkKFIV.navbar-expand {
    flex-direction: column;
  }
  .cid-saN6KkKFIV img {
    height: 3.8rem !important;
  }
  .cid-saN6KkKFIV .btn {
    display: flex;
  }
  .cid-saN6KkKFIV button.navbar-toggler {
    display: block;
  }
  .cid-saN6KkKFIV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-saN6KkKFIV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-saN6KkKFIV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-saN6KkKFIV .navbar-collapse.collapsing,
  .cid-saN6KkKFIV .navbar-collapse.show {
    display: block !important;
  }
  .cid-saN6KkKFIV .navbar-collapse.collapsing .navbar-nav,
  .cid-saN6KkKFIV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-saN6KkKFIV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-saN6KkKFIV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-saN6KkKFIV .navbar-collapse.collapsing .navbar-buttons,
  .cid-saN6KkKFIV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-saN6KkKFIV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-saN6KkKFIV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-saN6KkKFIV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-saN6KkKFIV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-saN6KkKFIV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-saN6KkKFIV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-saN6KkKFIV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-saN6KkKFIV .navbar-collapse {
  flex-basis: auto;
}
.cid-saN6KkKFIV .nav-link:hover,
.cid-saN6KkKFIV .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-sd9dNG5o8r .modal-body .close {
  background: #1b1b1b;
}
.cid-sd9dNG5o8r .modal-body .close span {
  font-style: normal;
}
.cid-sd9dNG5o8r .carousel-inner > .active,
.cid-sd9dNG5o8r .carousel-inner > .next,
.cid-sd9dNG5o8r .carousel-inner > .prev {
  display: table;
}
.cid-sd9dNG5o8r .carousel-control .icon-next,
.cid-sd9dNG5o8r .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sd9dNG5o8r .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sd9dNG5o8r .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sd9dNG5o8r .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sd9dNG5o8r .boxed-slider > div {
  position: relative;
}
.cid-sd9dNG5o8r .container img {
  width: 100%;
}
.cid-sd9dNG5o8r .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-sd9dNG5o8r .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sd9dNG5o8r .mbr-table-cell {
  padding: 0;
}
.cid-sd9dNG5o8r .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sd9dNG5o8r .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sd9dNG5o8r .mbr-overlay {
  z-index: 1;
}
.cid-sd9dNG5o8r .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sd9dNG5o8r .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sd9dNG5o8r .carousel-item .container {
    width: 100%;
  }
}
.cid-sd9dNG5o8r .carousel-item-next.carousel-item-left,
.cid-sd9dNG5o8r .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sd9dNG5o8r .active.carousel-item-right,
.cid-sd9dNG5o8r .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sd9dNG5o8r .active.carousel-item-left,
.cid-sd9dNG5o8r .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sd9dNG5o8r .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  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;
}
.cid-sd9dNG5o8r .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sd9dNG5o8r .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sd9dNG5o8r .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sd9dNG5o8r .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sd9dNG5o8r .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sd9dNG5o8r .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sd9dNG5o8r .mbr-slider .carousel-indicators li.active,
.cid-sd9dNG5o8r .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sd9dNG5o8r .mbr-slider .carousel-indicators li::after,
.cid-sd9dNG5o8r .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sd9dNG5o8r .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sd9dNG5o8r .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sd9dNG5o8r .mbr-slider > .container img {
  width: 100%;
}
.cid-sd9dNG5o8r .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-sd9dNG5o8r .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sd9dNG5o8r .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sd9dNG5o8r .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sd9dNG5o8r .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sd9dNG5o8r .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sd9dNG5o8r .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sd9dNG5o8r .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sd9dNG5o8r .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sd9dNG5o8r .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sd9dNG5o8r .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sd9dNG5o8r .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sd9dNG5o8r .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sd9dNG5o8r P {
  text-align: center;
  color: #ed0e0e;
}
.cid-sd9dNG5o8r H2 {
  text-align: center;
  color: #ffffff;
}
.cid-sd98dRaMxX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sd98dRaMxX p {
  color: #767676;
}
.cid-sd98dRaMxX .item:focus,
.cid-sd98dRaMxX span:focus {
  outline: none;
}
.cid-sd98dRaMxX .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-sd98dRaMxX .item-wrapper {
  position: relative;
}
.cid-sd98dRaMxX .item-btn,
.cid-sd98dRaMxX h4,
.cid-sd98dRaMxX h5 {
  margin: 0;
}
.cid-sd98dRaMxX .item-content {
  padding-top: 2rem;
}
.cid-sd98dRaMxX .item-title {
  color: #232323;
}
.cid-sd98dRaMxX .item-subtitle {
  color: #ed0e0e;
}
.cid-sd98dRaMxX item-text {
  color: #000000;
  text-align: center;
}
.cid-seLW8sGOjF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-seLW8sGOjF .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seLW8sGOjF .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-seLW8sGOjF .media-wrap img {
  height: 6rem;
}
.cid-seLW8sGOjF .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-seLW8sGOjF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seLW8sGOjF .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-seLW8sGOjF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-seLW8sGOjF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-seLW8sGOjF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-seLW8sGOjF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-seLW8sGOjF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-seLW8sGOjF .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-seLW8sGOjF .links {
  color: #232323;
}
.cid-seLW8sGOjF P {
  color: #ffffff;
}
.cid-seLW8sGOjF .copyright > p {
  color: #ffffff;
}
.cid-sddq3enFnF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sddq3enFnF .mbr-section-btn > * {
  margin: 0;
}
.cid-sddq3enFnF h4 {
  font-weight: 500;
}
.cid-sddq3enFnF p {
  color: #232323;
}
.cid-sddq3enFnF .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sddq3enFnF .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sddq3enFnF .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sddq3enFnF .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sddq3enFnF .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sddq3enFnF .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sddq3enFnF .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sddq3enFnF .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sddq3enFnF .card-img span {
    font-size: 40px !important;
  }
}
.cid-sddq3enFnF .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sddq3enFnF .text1 {
  color: #ed0e0e;
}
.cid-sddq3enFnF .text2,
.cid-sddq3enFnF .mbr-section-btn {
  color: #ffffff;
}
.cid-sddq3enFnF H2 {
  color: #ffffff;
}
.cid-saNfWGvCI5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-saNfWGvCI5 .card-box {
  padding: 0 2rem;
}
.cid-saNfWGvCI5 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-saNfWGvCI5 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-saNfWGvCI5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-saNfWGvCI5 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-saNfWGvCI5 .mbr-text {
  color: #767676;
}
.cid-saNfWGvCI5 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-saNfWGvCI5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saN6KkKFIV .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-saN6KkKFIV .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-saN6KkKFIV a {
  font-style: normal;
}
.cid-saN6KkKFIV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-saN6KkKFIV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-saN6KkKFIV .nav-item:focus,
.cid-saN6KkKFIV .nav-link:focus {
  outline: none;
}
.cid-saN6KkKFIV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-saN6KkKFIV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-saN6KkKFIV .menu-logo {
  margin-right: auto;
}
.cid-saN6KkKFIV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-saN6KkKFIV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-saN6KkKFIV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-saN6KkKFIV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-saN6KkKFIV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-saN6KkKFIV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-saN6KkKFIV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-saN6KkKFIV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-saN6KkKFIV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-saN6KkKFIV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-saN6KkKFIV .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-saN6KkKFIV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-saN6KkKFIV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-saN6KkKFIV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-saN6KkKFIV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-saN6KkKFIV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-saN6KkKFIV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-saN6KkKFIV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-saN6KkKFIV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-saN6KkKFIV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-saN6KkKFIV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-saN6KkKFIV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-saN6KkKFIV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-saN6KkKFIV button.navbar-toggler:focus {
  outline: none;
}
.cid-saN6KkKFIV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-saN6KkKFIV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-saN6KkKFIV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-saN6KkKFIV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-saN6KkKFIV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-saN6KkKFIV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saN6KkKFIV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-saN6KkKFIV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-saN6KkKFIV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saN6KkKFIV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-saN6KkKFIV .collapsed .btn {
  display: flex;
}
.cid-saN6KkKFIV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-saN6KkKFIV .collapsed .navbar-collapse.collapsing,
.cid-saN6KkKFIV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-saN6KkKFIV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-saN6KkKFIV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-saN6KkKFIV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-saN6KkKFIV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-saN6KkKFIV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-saN6KkKFIV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-saN6KkKFIV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-saN6KkKFIV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-saN6KkKFIV .collapsed button.navbar-toggler {
  display: block;
}
.cid-saN6KkKFIV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-saN6KkKFIV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-saN6KkKFIV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-saN6KkKFIV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-saN6KkKFIV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-saN6KkKFIV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-saN6KkKFIV.navbar-expand {
    flex-direction: column;
  }
  .cid-saN6KkKFIV img {
    height: 3.8rem !important;
  }
  .cid-saN6KkKFIV .btn {
    display: flex;
  }
  .cid-saN6KkKFIV button.navbar-toggler {
    display: block;
  }
  .cid-saN6KkKFIV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-saN6KkKFIV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-saN6KkKFIV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-saN6KkKFIV .navbar-collapse.collapsing,
  .cid-saN6KkKFIV .navbar-collapse.show {
    display: block !important;
  }
  .cid-saN6KkKFIV .navbar-collapse.collapsing .navbar-nav,
  .cid-saN6KkKFIV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-saN6KkKFIV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-saN6KkKFIV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-saN6KkKFIV .navbar-collapse.collapsing .navbar-buttons,
  .cid-saN6KkKFIV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-saN6KkKFIV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-saN6KkKFIV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-saN6KkKFIV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-saN6KkKFIV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-saN6KkKFIV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-saN6KkKFIV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-saN6KkKFIV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-saN6KkKFIV .navbar-collapse {
  flex-basis: auto;
}
.cid-saN6KkKFIV .nav-link:hover,
.cid-saN6KkKFIV .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-saNh7f18mg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-saNh7f18mg .card-box {
  padding: 0 2rem;
}
.cid-saNh7f18mg .mbr-section-btn {
  padding-top: 1rem;
}
.cid-saNh7f18mg .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-saNh7f18mg h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-saNh7f18mg p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-saNh7f18mg .mbr-text {
  color: #767676;
}
.cid-saNh7f18mg .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-saNh7f18mg .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saNh7A6uuZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-saNh7A6uuZ .card-box {
  padding: 0 2rem;
}
.cid-saNh7A6uuZ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-saNh7A6uuZ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-saNh7A6uuZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-saNh7A6uuZ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-saNh7A6uuZ .mbr-text {
  color: #767676;
}
.cid-saNh7A6uuZ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-saNh7A6uuZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saNh7RP2ZD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-saNh7RP2ZD .card-box {
  padding: 0 2rem;
}
.cid-saNh7RP2ZD .mbr-section-btn {
  padding-top: 1rem;
}
.cid-saNh7RP2ZD .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-saNh7RP2ZD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-saNh7RP2ZD p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-saNh7RP2ZD .mbr-text {
  color: #767676;
}
.cid-saNh7RP2ZD .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-saNh7RP2ZD .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saNh89tdsw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-saNh89tdsw .card-box {
  padding: 0 2rem;
}
.cid-saNh89tdsw .mbr-section-btn {
  padding-top: 1rem;
}
.cid-saNh89tdsw .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-saNh89tdsw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-saNh89tdsw p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-saNh89tdsw .mbr-text {
  color: #767676;
}
.cid-saNh89tdsw .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-saNh89tdsw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saNh8pzGzc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-saNh8pzGzc .card-box {
  padding: 0 2rem;
}
.cid-saNh8pzGzc .mbr-section-btn {
  padding-top: 1rem;
}
.cid-saNh8pzGzc .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-saNh8pzGzc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-saNh8pzGzc p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-saNh8pzGzc .mbr-text {
  color: #767676;
}
.cid-saNh8pzGzc .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-saNh8pzGzc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saNh8GHWDU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-saNh8GHWDU .card-box {
  padding: 0 2rem;
}
.cid-saNh8GHWDU .mbr-section-btn {
  padding-top: 1rem;
}
.cid-saNh8GHWDU .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-saNh8GHWDU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-saNh8GHWDU p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-saNh8GHWDU .mbr-text {
  color: #767676;
}
.cid-saNh8GHWDU .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-saNh8GHWDU .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saNh8X346G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-saNh8X346G .card-box {
  padding: 0 2rem;
}
.cid-saNh8X346G .mbr-section-btn {
  padding-top: 1rem;
}
.cid-saNh8X346G .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-saNh8X346G h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-saNh8X346G p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-saNh8X346G .mbr-text {
  color: #767676;
}
.cid-saNh8X346G .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-saNh8X346G .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saNh9dUsGT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-saNh9dUsGT .card-box {
  padding: 0 2rem;
}
.cid-saNh9dUsGT .mbr-section-btn {
  padding-top: 1rem;
}
.cid-saNh9dUsGT .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-saNh9dUsGT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-saNh9dUsGT p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-saNh9dUsGT .mbr-text {
  color: #767676;
}
.cid-saNh9dUsGT .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-saNh9dUsGT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saNh9ve6Om {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-saNh9ve6Om .card-box {
  padding: 0 2rem;
}
.cid-saNh9ve6Om .mbr-section-btn {
  padding-top: 1rem;
}
.cid-saNh9ve6Om .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-saNh9ve6Om h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-saNh9ve6Om p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-saNh9ve6Om .mbr-text {
  color: #767676;
}
.cid-saNh9ve6Om .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-saNh9ve6Om .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saNh9Lza8K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-saNh9Lza8K .card-box {
  padding: 0 2rem;
}
.cid-saNh9Lza8K .mbr-section-btn {
  padding-top: 1rem;
}
.cid-saNh9Lza8K .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-saNh9Lza8K h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-saNh9Lza8K p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-saNh9Lza8K .mbr-text {
  color: #767676;
}
.cid-saNh9Lza8K .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-saNh9Lza8K .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saNha3Tl5r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-saNha3Tl5r .card-box {
  padding: 0 2rem;
}
.cid-saNha3Tl5r .mbr-section-btn {
  padding-top: 1rem;
}
.cid-saNha3Tl5r .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-saNha3Tl5r h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-saNha3Tl5r p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-saNha3Tl5r .mbr-text {
  color: #767676;
}
.cid-saNha3Tl5r .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-saNha3Tl5r .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saNhakcAaj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-saNhakcAaj .card-box {
  padding: 0 2rem;
}
.cid-saNhakcAaj .mbr-section-btn {
  padding-top: 1rem;
}
.cid-saNhakcAaj .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-saNhakcAaj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-saNhakcAaj p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-saNhakcAaj .mbr-text {
  color: #767676;
}
.cid-saNhakcAaj .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-saNhakcAaj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saNhaywVbu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-saNhaywVbu .card-box {
  padding: 0 2rem;
}
.cid-saNhaywVbu .mbr-section-btn {
  padding-top: 1rem;
}
.cid-saNhaywVbu .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-saNhaywVbu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-saNhaywVbu p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-saNhaywVbu .mbr-text {
  color: #767676;
}
.cid-saNhaywVbu .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-saNhaywVbu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saNmz7sC2S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-saNmz7sC2S .card-box {
  padding: 0 2rem;
}
.cid-saNmz7sC2S .mbr-section-btn {
  padding-top: 1rem;
}
.cid-saNmz7sC2S .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-saNmz7sC2S h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-saNmz7sC2S p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-saNmz7sC2S .mbr-text {
  color: #767676;
}
.cid-saNmz7sC2S .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-saNmz7sC2S .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saNmzvmfNd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-saNmzvmfNd .card-box {
  padding: 0 2rem;
}
.cid-saNmzvmfNd .mbr-section-btn {
  padding-top: 1rem;
}
.cid-saNmzvmfNd .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-saNmzvmfNd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-saNmzvmfNd p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-saNmzvmfNd .mbr-text {
  color: #767676;
}
.cid-saNmzvmfNd .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-saNmzvmfNd .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saNmzMOXEu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-saNmzMOXEu .card-box {
  padding: 0 2rem;
}
.cid-saNmzMOXEu .mbr-section-btn {
  padding-top: 1rem;
}
.cid-saNmzMOXEu .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-saNmzMOXEu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-saNmzMOXEu p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-saNmzMOXEu .mbr-text {
  color: #767676;
}
.cid-saNmzMOXEu .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-saNmzMOXEu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saNmA6QiQL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-saNmA6QiQL .card-box {
  padding: 0 2rem;
}
.cid-saNmA6QiQL .mbr-section-btn {
  padding-top: 1rem;
}
.cid-saNmA6QiQL .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-saNmA6QiQL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-saNmA6QiQL p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-saNmA6QiQL .mbr-text {
  color: #767676;
}
.cid-saNmA6QiQL .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-saNmA6QiQL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saNmAnZC2K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-saNmAnZC2K .card-box {
  padding: 0 2rem;
}
.cid-saNmAnZC2K .mbr-section-btn {
  padding-top: 1rem;
}
.cid-saNmAnZC2K .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-saNmAnZC2K h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-saNmAnZC2K p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-saNmAnZC2K .mbr-text {
  color: #767676;
}
.cid-saNmAnZC2K .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-saNmAnZC2K .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-saNmAFYw28 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-saNmAFYw28 .card-box {
  padding: 0 2rem;
}
.cid-saNmAFYw28 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-saNmAFYw28 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-saNmAFYw28 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-saNmAFYw28 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-saNmAFYw28 .mbr-text {
  color: #767676;
}
.cid-saNmAFYw28 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-saNmAFYw28 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sxlziHHvHF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxlziHHvHF .card-box {
  padding: 0 2rem;
}
.cid-sxlziHHvHF .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sxlziHHvHF .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sxlziHHvHF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sxlziHHvHF p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-sxlziHHvHF .mbr-text {
  color: #767676;
}
.cid-sxlziHHvHF .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #000000;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sxlziHHvHF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sxlBRQLNfz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sxlBRQLNfz .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxlBRQLNfz .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sxlBRQLNfz .media-wrap img {
  height: 6rem;
}
.cid-sxlBRQLNfz .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sxlBRQLNfz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxlBRQLNfz .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sxlBRQLNfz .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sxlBRQLNfz .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxlBRQLNfz .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxlBRQLNfz .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxlBRQLNfz .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxlBRQLNfz .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sxlBRQLNfz .links {
  color: #232323;
}
.cid-sxlBRQLNfz P {
  color: #ffffff;
}
.cid-sxlBRQLNfz .copyright > p {
  color: #ffffff;
}
.cid-s9Exm1fcfG .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s9Exm1fcfG .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s9Exm1fcfG a {
  font-style: normal;
}
.cid-s9Exm1fcfG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s9Exm1fcfG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-s9Exm1fcfG .nav-item:focus,
.cid-s9Exm1fcfG .nav-link:focus {
  outline: none;
}
.cid-s9Exm1fcfG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-s9Exm1fcfG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s9Exm1fcfG .menu-logo {
  margin-right: auto;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s9Exm1fcfG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s9Exm1fcfG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s9Exm1fcfG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s9Exm1fcfG button.navbar-toggler:focus {
  outline: none;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9Exm1fcfG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-s9Exm1fcfG .collapsed .btn {
  display: flex;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s9Exm1fcfG .collapsed button.navbar-toggler {
  display: block;
}
.cid-s9Exm1fcfG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s9Exm1fcfG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s9Exm1fcfG.navbar-expand {
    flex-direction: column;
  }
  .cid-s9Exm1fcfG img {
    height: 3.8rem !important;
  }
  .cid-s9Exm1fcfG .btn {
    display: flex;
  }
  .cid-s9Exm1fcfG button.navbar-toggler {
    display: block;
  }
  .cid-s9Exm1fcfG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s9Exm1fcfG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s9Exm1fcfG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing,
  .cid-s9Exm1fcfG .navbar-collapse.show {
    display: block !important;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-nav,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-buttons,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s9Exm1fcfG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s9Exm1fcfG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-s9Exm1fcfG .navbar-collapse {
  flex-basis: auto;
}
.cid-s9Exm1fcfG .nav-link:hover,
.cid-s9Exm1fcfG .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-sdYPHdVk3o .modal-body .close {
  background: #1b1b1b;
}
.cid-sdYPHdVk3o .modal-body .close span {
  font-style: normal;
}
.cid-sdYPHdVk3o .carousel-inner > .active,
.cid-sdYPHdVk3o .carousel-inner > .next,
.cid-sdYPHdVk3o .carousel-inner > .prev {
  display: table;
}
.cid-sdYPHdVk3o .carousel-control .icon-next,
.cid-sdYPHdVk3o .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sdYPHdVk3o .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sdYPHdVk3o .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sdYPHdVk3o .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sdYPHdVk3o .boxed-slider > div {
  position: relative;
}
.cid-sdYPHdVk3o .container img {
  width: 100%;
}
.cid-sdYPHdVk3o .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-sdYPHdVk3o .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sdYPHdVk3o .mbr-table-cell {
  padding: 0;
}
.cid-sdYPHdVk3o .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sdYPHdVk3o .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sdYPHdVk3o .mbr-overlay {
  z-index: 1;
}
.cid-sdYPHdVk3o .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sdYPHdVk3o .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sdYPHdVk3o .carousel-item .container {
    width: 100%;
  }
}
.cid-sdYPHdVk3o .carousel-item-next.carousel-item-left,
.cid-sdYPHdVk3o .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sdYPHdVk3o .active.carousel-item-right,
.cid-sdYPHdVk3o .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sdYPHdVk3o .active.carousel-item-left,
.cid-sdYPHdVk3o .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sdYPHdVk3o .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  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;
}
.cid-sdYPHdVk3o .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sdYPHdVk3o .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sdYPHdVk3o .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sdYPHdVk3o .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sdYPHdVk3o .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sdYPHdVk3o .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sdYPHdVk3o .mbr-slider .carousel-indicators li.active,
.cid-sdYPHdVk3o .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sdYPHdVk3o .mbr-slider .carousel-indicators li::after,
.cid-sdYPHdVk3o .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sdYPHdVk3o .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sdYPHdVk3o .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sdYPHdVk3o .mbr-slider > .container img {
  width: 100%;
}
.cid-sdYPHdVk3o .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-sdYPHdVk3o .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sdYPHdVk3o .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sdYPHdVk3o .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sdYPHdVk3o .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sdYPHdVk3o .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sdYPHdVk3o .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sdYPHdVk3o .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sdYPHdVk3o .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sdYPHdVk3o .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sdYPHdVk3o .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sdYPHdVk3o .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sdYPHdVk3o .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sdYPHdVk3o H2 {
  color: #000000;
}
.cid-sdYPHdVk3o P {
  color: #00930f;
}
.cid-sdYPL8DYsb {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sdYPL8DYsb .line {
  background-color: #00930f;
  color: #00930f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sdYPL8DYsb .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-sdYPL8DYsb .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sdYPL8DYsb .inner-container {
    width: 100% !important;
  }
}
.cid-sdYSp8HSZv {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sdYSp8HSZv .counter-container {
  color: #767676;
}
.cid-sdYSp8HSZv .counter-container ul {
  margin-bottom: 0;
}
.cid-sdYSp8HSZv .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sdYSp8HSZv .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #00930f;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sdYSp8HSZv .mbr-text {
  color: #ffffff;
}
.cid-sdYPMF6vWy {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sdYPMF6vWy .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdYPMF6vWy .video-block {
    width: 100% !important;
  }
}
.cid-sdYRtUFwgn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sdYRtUFwgn .counter-container {
  color: #767676;
}
.cid-sdYRtUFwgn .counter-container ul {
  margin-bottom: 0;
}
.cid-sdYRtUFwgn .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sdYRtUFwgn .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #00930f;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sdYRtUFwgn .mbr-text {
  color: #ffffff;
}
.cid-sdYSinl4ru {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sdYSinl4ru .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdYSinl4ru .video-block {
    width: 100% !important;
  }
}
.cid-sdYSqbhMdA {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sdYSqbhMdA .counter-container {
  color: #767676;
}
.cid-sdYSqbhMdA .counter-container ul {
  margin-bottom: 0;
}
.cid-sdYSqbhMdA .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sdYSqbhMdA .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #00930f;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sdYSqbhMdA .mbr-text {
  color: #ffffff;
}
.cid-sdYV4Akdjk {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sdYV4Akdjk .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdYV4Akdjk .video-block {
    width: 100% !important;
  }
}
.cid-sdYYXN0mlx {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sdYYXN0mlx .counter-container {
  color: #767676;
}
.cid-sdYYXN0mlx .counter-container ul {
  margin-bottom: 0;
}
.cid-sdYYXN0mlx .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sdYYXN0mlx .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #00930f;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sdYYXN0mlx .mbr-text {
  color: #ffffff;
}
.cid-sdYSm5Iod8 {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sdYSm5Iod8 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdYSm5Iod8 .video-block {
    width: 100% !important;
  }
}
.cid-sdYZ36Z33p {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sdYZ36Z33p .counter-container {
  color: #767676;
}
.cid-sdYZ36Z33p .counter-container ul {
  margin-bottom: 0;
}
.cid-sdYZ36Z33p .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sdYZ36Z33p .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #00930f;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sdYZ36Z33p .mbr-text {
  color: #ffffff;
}
.cid-sdYZ7yUusi {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sdYZ7yUusi .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdYZ7yUusi .video-block {
    width: 100% !important;
  }
}
.cid-sdYZl47Mls {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sdYZl47Mls .counter-container {
  color: #767676;
}
.cid-sdYZl47Mls .counter-container ul {
  margin-bottom: 0;
}
.cid-sdYZl47Mls .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sdYZl47Mls .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #00930f;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sdYZl47Mls .mbr-text {
  color: #ffffff;
}
.cid-sdYZ815o6B {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sdYZ815o6B .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdYZ815o6B .video-block {
    width: 100% !important;
  }
}
.cid-sdYZq5R8fe {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sdYZq5R8fe .counter-container {
  color: #767676;
}
.cid-sdYZq5R8fe .counter-container ul {
  margin-bottom: 0;
}
.cid-sdYZq5R8fe .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sdYZq5R8fe .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #00930f;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sdYZq5R8fe .mbr-text {
  color: #ffffff;
}
.cid-sdYZHCxQpZ {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sdYZHCxQpZ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdYZHCxQpZ .video-block {
    width: 100% !important;
  }
}
.cid-sdYZO9wWzw {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sdYZO9wWzw .counter-container {
  color: #767676;
}
.cid-sdYZO9wWzw .counter-container ul {
  margin-bottom: 0;
}
.cid-sdYZO9wWzw .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sdYZO9wWzw .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #00930f;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sdYZO9wWzw .mbr-text {
  color: #ffffff;
}
.cid-sdYZSchQqR {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sdYZSchQqR .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdYZSchQqR .video-block {
    width: 100% !important;
  }
}
.cid-sdYZWnYzSZ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sdYZWnYzSZ .counter-container {
  color: #767676;
}
.cid-sdYZWnYzSZ .counter-container ul {
  margin-bottom: 0;
}
.cid-sdYZWnYzSZ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sdYZWnYzSZ .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #00930f;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sdYZWnYzSZ .mbr-text {
  color: #ffffff;
}
.cid-sdZ07uqaRv {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sdZ07uqaRv .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdZ07uqaRv .video-block {
    width: 100% !important;
  }
}
.cid-sdZ1kcNBi6 {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sdZ1kcNBi6 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdZ1kcNBi6 .video-block {
    width: 100% !important;
  }
}
.cid-sdZ1q0kUNY {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sdZ1q0kUNY .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdZ1q0kUNY .video-block {
    width: 100% !important;
  }
}
.cid-sdZ1usnuDL {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sdZ1usnuDL .counter-container {
  color: #767676;
}
.cid-sdZ1usnuDL .counter-container ul {
  margin-bottom: 0;
}
.cid-sdZ1usnuDL .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sdZ1usnuDL .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #00930f;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sdZ1usnuDL .mbr-text {
  color: #ffffff;
}
.cid-sdZ1yEmx1H {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sdZ1yEmx1H .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdZ1yEmx1H .video-block {
    width: 100% !important;
  }
}
.cid-sdZ1X1x2eY {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sdZ1X1x2eY .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdZ1X1x2eY .video-block {
    width: 100% !important;
  }
}
.cid-sdZ1zixVk4 {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sdZ1zixVk4 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdZ1zixVk4 .video-block {
    width: 100% !important;
  }
}
.cid-sdZ265lyzn {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sdZ265lyzn .counter-container {
  color: #767676;
}
.cid-sdZ265lyzn .counter-container ul {
  margin-bottom: 0;
}
.cid-sdZ265lyzn .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sdZ265lyzn .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #00930f;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sdZ265lyzn .mbr-text {
  color: #ffffff;
}
.cid-sdZ2824m2D {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sdZ2824m2D .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdZ2824m2D .video-block {
    width: 100% !important;
  }
}
.cid-sdZ4EmOITA {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sdZ4EmOITA .counter-container {
  color: #767676;
}
.cid-sdZ4EmOITA .counter-container ul {
  margin-bottom: 0;
}
.cid-sdZ4EmOITA .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sdZ4EmOITA .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #00930f;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sdZ4EmOITA .mbr-text {
  color: #ffffff;
}
.cid-sdZ4HB4gjM {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sdZ4HB4gjM .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdZ4HB4gjM .video-block {
    width: 100% !important;
  }
}
.cid-sdZ4Kk26w8 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sdZ4Kk26w8 .counter-container {
  color: #767676;
}
.cid-sdZ4Kk26w8 .counter-container ul {
  margin-bottom: 0;
}
.cid-sdZ4Kk26w8 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sdZ4Kk26w8 .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #00930f;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sdZ4Kk26w8 .mbr-text {
  color: #ffffff;
}
.cid-sdZ4PeBwXV {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sdZ4PeBwXV .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdZ4PeBwXV .video-block {
    width: 100% !important;
  }
}
.cid-sxp3w9ZmqR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxp3Xd0zPK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sxp3Xd0zPK .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxp3Xd0zPK .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sxp3Xd0zPK .media-wrap img {
  height: 6rem;
}
.cid-sxp3Xd0zPK .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sxp3Xd0zPK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxp3Xd0zPK .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sxp3Xd0zPK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sxp3Xd0zPK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxp3Xd0zPK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxp3Xd0zPK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxp3Xd0zPK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxp3Xd0zPK .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sxp3Xd0zPK .links {
  color: #232323;
}
.cid-sxp3Xd0zPK P {
  color: #ffffff;
}
.cid-sxp3Xd0zPK .copyright > p {
  color: #ffffff;
}
.cid-s9Exm1fcfG .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s9Exm1fcfG .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s9Exm1fcfG a {
  font-style: normal;
}
.cid-s9Exm1fcfG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s9Exm1fcfG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-s9Exm1fcfG .nav-item:focus,
.cid-s9Exm1fcfG .nav-link:focus {
  outline: none;
}
.cid-s9Exm1fcfG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-s9Exm1fcfG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s9Exm1fcfG .menu-logo {
  margin-right: auto;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s9Exm1fcfG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s9Exm1fcfG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s9Exm1fcfG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s9Exm1fcfG button.navbar-toggler:focus {
  outline: none;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9Exm1fcfG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-s9Exm1fcfG .collapsed .btn {
  display: flex;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s9Exm1fcfG .collapsed button.navbar-toggler {
  display: block;
}
.cid-s9Exm1fcfG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s9Exm1fcfG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s9Exm1fcfG.navbar-expand {
    flex-direction: column;
  }
  .cid-s9Exm1fcfG img {
    height: 3.8rem !important;
  }
  .cid-s9Exm1fcfG .btn {
    display: flex;
  }
  .cid-s9Exm1fcfG button.navbar-toggler {
    display: block;
  }
  .cid-s9Exm1fcfG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s9Exm1fcfG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s9Exm1fcfG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing,
  .cid-s9Exm1fcfG .navbar-collapse.show {
    display: block !important;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-nav,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-buttons,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s9Exm1fcfG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s9Exm1fcfG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-s9Exm1fcfG .navbar-collapse {
  flex-basis: auto;
}
.cid-s9Exm1fcfG .nav-link:hover,
.cid-s9Exm1fcfG .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-sxp7Qffw1S .modal-body .close {
  background: #1b1b1b;
}
.cid-sxp7Qffw1S .modal-body .close span {
  font-style: normal;
}
.cid-sxp7Qffw1S .carousel-inner > .active,
.cid-sxp7Qffw1S .carousel-inner > .next,
.cid-sxp7Qffw1S .carousel-inner > .prev {
  display: table;
}
.cid-sxp7Qffw1S .carousel-control .icon-next,
.cid-sxp7Qffw1S .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sxp7Qffw1S .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxp7Qffw1S .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sxp7Qffw1S .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sxp7Qffw1S .boxed-slider > div {
  position: relative;
}
.cid-sxp7Qffw1S .container img {
  width: 100%;
}
.cid-sxp7Qffw1S .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-sxp7Qffw1S .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sxp7Qffw1S .mbr-table-cell {
  padding: 0;
}
.cid-sxp7Qffw1S .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sxp7Qffw1S .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sxp7Qffw1S .mbr-overlay {
  z-index: 1;
}
.cid-sxp7Qffw1S .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sxp7Qffw1S .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sxp7Qffw1S .carousel-item .container {
    width: 100%;
  }
}
.cid-sxp7Qffw1S .carousel-item-next.carousel-item-left,
.cid-sxp7Qffw1S .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sxp7Qffw1S .active.carousel-item-right,
.cid-sxp7Qffw1S .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sxp7Qffw1S .active.carousel-item-left,
.cid-sxp7Qffw1S .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sxp7Qffw1S .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  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;
}
.cid-sxp7Qffw1S .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sxp7Qffw1S .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sxp7Qffw1S .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sxp7Qffw1S .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sxp7Qffw1S .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sxp7Qffw1S .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sxp7Qffw1S .mbr-slider .carousel-indicators li.active,
.cid-sxp7Qffw1S .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sxp7Qffw1S .mbr-slider .carousel-indicators li::after,
.cid-sxp7Qffw1S .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sxp7Qffw1S .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sxp7Qffw1S .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sxp7Qffw1S .mbr-slider > .container img {
  width: 100%;
}
.cid-sxp7Qffw1S .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-sxp7Qffw1S .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sxp7Qffw1S .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sxp7Qffw1S .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sxp7Qffw1S .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sxp7Qffw1S .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sxp7Qffw1S .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sxp7Qffw1S .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sxp7Qffw1S .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sxp7Qffw1S .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sxp7Qffw1S .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sxp7Qffw1S .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sxp7Qffw1S .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sxp7Qffw1S H2 {
  color: #ffffff;
  text-align: left;
}
.cid-sxp6ziUaGS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sxp6ziUaGS .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxp6ziUaGS .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sxp6ziUaGS .media-wrap img {
  height: 6rem;
}
.cid-sxp6ziUaGS .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sxp6ziUaGS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxp6ziUaGS .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sxp6ziUaGS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sxp6ziUaGS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxp6ziUaGS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxp6ziUaGS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxp6ziUaGS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxp6ziUaGS .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sxp6ziUaGS .links {
  color: #232323;
}
.cid-sxp6ziUaGS P {
  color: #ffffff;
}
.cid-sxp6ziUaGS .copyright > p {
  color: #ffffff;
}
.cid-s9Exm1fcfG .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s9Exm1fcfG .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s9Exm1fcfG a {
  font-style: normal;
}
.cid-s9Exm1fcfG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s9Exm1fcfG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-s9Exm1fcfG .nav-item:focus,
.cid-s9Exm1fcfG .nav-link:focus {
  outline: none;
}
.cid-s9Exm1fcfG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-s9Exm1fcfG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s9Exm1fcfG .menu-logo {
  margin-right: auto;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s9Exm1fcfG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s9Exm1fcfG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s9Exm1fcfG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s9Exm1fcfG button.navbar-toggler:focus {
  outline: none;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9Exm1fcfG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-s9Exm1fcfG .collapsed .btn {
  display: flex;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s9Exm1fcfG .collapsed button.navbar-toggler {
  display: block;
}
.cid-s9Exm1fcfG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s9Exm1fcfG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s9Exm1fcfG.navbar-expand {
    flex-direction: column;
  }
  .cid-s9Exm1fcfG img {
    height: 3.8rem !important;
  }
  .cid-s9Exm1fcfG .btn {
    display: flex;
  }
  .cid-s9Exm1fcfG button.navbar-toggler {
    display: block;
  }
  .cid-s9Exm1fcfG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s9Exm1fcfG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s9Exm1fcfG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing,
  .cid-s9Exm1fcfG .navbar-collapse.show {
    display: block !important;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-nav,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-buttons,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s9Exm1fcfG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s9Exm1fcfG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-s9Exm1fcfG .navbar-collapse {
  flex-basis: auto;
}
.cid-s9Exm1fcfG .nav-link:hover,
.cid-s9Exm1fcfG .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-seUQyDuExl {
  background-image: url("../../../assets/images/img-8813-2000x1125.png");
}
.cid-seUQyDuExl H1 {
  color: #ffffff;
}
.cid-se1YStuAYE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se1YStuAYE .line {
  background-color: #ed0e0e;
  color: #ed0e0e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-se1YStuAYE .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-se1YStuAYE .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-se1YStuAYE .inner-container {
    width: 100% !important;
  }
}
.cid-se1ZT5jVuz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-se1ZT5jVuz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-se1ZT5jVuz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-se1ZT5jVuz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-se1ZT5jVuz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-se1ZT5jVuz .row > .row {
  display: block;
}
.cid-se1ZT5jVuz .mbr-gallery-item {
  width: 100%;
}
.cid-se1ZT5jVuz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #000000) !important;
}
.cid-se1ZT5jVuz .mbr-gallery-item > div {
  position: relative;
}
.cid-se1ZT5jVuz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-se1ZT5jVuz .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-se1ZT5jVuz .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-se1ZT5jVuz .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #000000, #000000) !important;
}
.cid-se2278ukqR {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se2278ukqR .counter-container {
  color: #767676;
}
.cid-se2278ukqR .counter-container ul {
  margin-bottom: 0;
}
.cid-se2278ukqR .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-se2278ukqR .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ed0e0e;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-se2278ukqR .mbr-text {
  color: #ffffff;
}
.cid-se1YTf5H4p {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-se1YTf5H4p .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-se1YTf5H4p .video-block {
    width: 100% !important;
  }
}
.cid-se1YUiR0Em {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se1YUiR0Em .counter-container {
  color: #767676;
}
.cid-se1YUiR0Em .counter-container ul {
  margin-bottom: 0;
}
.cid-se1YUiR0Em .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-se1YUiR0Em .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ed0e0e;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-se1YUiR0Em .mbr-text {
  color: #ffffff;
}
.cid-se1YUXXZmg {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-se1YUXXZmg .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-se1YUXXZmg .video-block {
    width: 100% !important;
  }
}
.cid-se1YVv4G2w {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se1YVv4G2w .counter-container {
  color: #767676;
}
.cid-se1YVv4G2w .counter-container ul {
  margin-bottom: 0;
}
.cid-se1YVv4G2w .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-se1YVv4G2w .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ed0e0e;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-se1YVv4G2w .mbr-text {
  color: #ffffff;
}
.cid-se1YW93t3V {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-se1YW93t3V .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-se1YW93t3V .video-block {
    width: 100% !important;
  }
}
.cid-se1YWKkge9 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se1YWKkge9 .counter-container {
  color: #767676;
}
.cid-se1YWKkge9 .counter-container ul {
  margin-bottom: 0;
}
.cid-se1YWKkge9 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-se1YWKkge9 .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #00930f;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-se1YWKkge9 .mbr-text {
  color: #ffffff;
}
.cid-se23sUU7nc {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-se23sUU7nc .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-se23sUU7nc .video-block {
    width: 100% !important;
  }
}
.cid-se23C4F1qm {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se23C4F1qm .counter-container {
  color: #767676;
}
.cid-se23C4F1qm .counter-container ul {
  margin-bottom: 0;
}
.cid-se23C4F1qm .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-se23C4F1qm .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ed0e0e;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-se23C4F1qm .mbr-text {
  color: #ffffff;
}
.cid-se23MTCGIH {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-se23MTCGIH .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-se23MTCGIH .video-block {
    width: 100% !important;
  }
}
.cid-se23R9M4RO {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se23R9M4RO .counter-container {
  color: #767676;
}
.cid-se23R9M4RO .counter-container ul {
  margin-bottom: 0;
}
.cid-se23R9M4RO .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-se23R9M4RO .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ed0e0e;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-se23R9M4RO .mbr-text {
  color: #ffffff;
}
.cid-se1YXqQJFB {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-se1YXqQJFB .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-se1YXqQJFB .video-block {
    width: 100% !important;
  }
}
.cid-se1YYkmVs1 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se1YYkmVs1 .counter-container {
  color: #767676;
}
.cid-se1YYkmVs1 .counter-container ul {
  margin-bottom: 0;
}
.cid-se1YYkmVs1 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-se1YYkmVs1 .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #00930f;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-se1YYkmVs1 .mbr-text {
  color: #ffffff;
}
.cid-se24d7KwYh {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-se24d7KwYh .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-se24d7KwYh .video-block {
    width: 100% !important;
  }
}
.cid-se24muvDKT {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se24muvDKT .line {
  background-color: #ed0e0e;
  color: #ed0e0e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-se24muvDKT .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-se24muvDKT .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-se24muvDKT .inner-container {
    width: 100% !important;
  }
}
.cid-sxpd6hNDvj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sxpd6hNDvj .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxpd6hNDvj .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sxpd6hNDvj .media-wrap img {
  height: 6rem;
}
.cid-sxpd6hNDvj .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sxpd6hNDvj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxpd6hNDvj .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sxpd6hNDvj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sxpd6hNDvj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxpd6hNDvj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxpd6hNDvj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxpd6hNDvj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxpd6hNDvj .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sxpd6hNDvj .links {
  color: #232323;
}
.cid-sxpd6hNDvj P {
  color: #ffffff;
}
.cid-sxpd6hNDvj .copyright > p {
  color: #ffffff;
}
.cid-s9Exm1fcfG .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s9Exm1fcfG .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s9Exm1fcfG a {
  font-style: normal;
}
.cid-s9Exm1fcfG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s9Exm1fcfG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-s9Exm1fcfG .nav-item:focus,
.cid-s9Exm1fcfG .nav-link:focus {
  outline: none;
}
.cid-s9Exm1fcfG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-s9Exm1fcfG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s9Exm1fcfG .menu-logo {
  margin-right: auto;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s9Exm1fcfG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s9Exm1fcfG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s9Exm1fcfG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s9Exm1fcfG button.navbar-toggler:focus {
  outline: none;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9Exm1fcfG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-s9Exm1fcfG .collapsed .btn {
  display: flex;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s9Exm1fcfG .collapsed button.navbar-toggler {
  display: block;
}
.cid-s9Exm1fcfG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s9Exm1fcfG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s9Exm1fcfG.navbar-expand {
    flex-direction: column;
  }
  .cid-s9Exm1fcfG img {
    height: 3.8rem !important;
  }
  .cid-s9Exm1fcfG .btn {
    display: flex;
  }
  .cid-s9Exm1fcfG button.navbar-toggler {
    display: block;
  }
  .cid-s9Exm1fcfG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s9Exm1fcfG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s9Exm1fcfG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing,
  .cid-s9Exm1fcfG .navbar-collapse.show {
    display: block !important;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-nav,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-buttons,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s9Exm1fcfG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s9Exm1fcfG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-s9Exm1fcfG .navbar-collapse {
  flex-basis: auto;
}
.cid-s9Exm1fcfG .nav-link:hover,
.cid-s9Exm1fcfG .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-seUPe1kCTm {
  background-image: url("../../../assets/images/img-8816-2000x1125.png");
}
.cid-seUPe1kCTm H1 {
  color: #ffffff;
}
.cid-se26Fn0WCb {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se26Fn0WCb .line {
  background-color: #ed0e0e;
  color: #ed0e0e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-se26Fn0WCb .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-se26Fn0WCb .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-se26Fn0WCb .inner-container {
    width: 100% !important;
  }
}
.cid-se26DhozuQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-se26DhozuQ .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-se26DhozuQ .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-se26DhozuQ .mbr-text {
  color: #ffffff;
}
.cid-se278ypzBw {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se278ypzBw .counter-container {
  color: #767676;
}
.cid-se278ypzBw .counter-container ul {
  margin-bottom: 0;
}
.cid-se278ypzBw .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-se278ypzBw .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ed0e0e;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-se278ypzBw .mbr-text {
  color: #ffffff;
}
.cid-se279sWc50 {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-se279sWc50 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-se279sWc50 .video-block {
    width: 100% !important;
  }
}
.cid-se27sotbRe {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se27sotbRe .counter-container {
  color: #767676;
}
.cid-se27sotbRe .counter-container ul {
  margin-bottom: 0;
}
.cid-se27sotbRe .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-se27sotbRe .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ed0e0e;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-se27sotbRe .mbr-text {
  color: #ffffff;
}
.cid-se27uUQDjw {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-se27uUQDjw .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-se27uUQDjw .video-block {
    width: 100% !important;
  }
}
.cid-se27vF3wCU {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se27vF3wCU .counter-container {
  color: #767676;
}
.cid-se27vF3wCU .counter-container ul {
  margin-bottom: 0;
}
.cid-se27vF3wCU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-se27vF3wCU .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ed0e0e;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-se27vF3wCU .mbr-text {
  color: #ffffff;
}
.cid-se280sWitZ {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-se280sWitZ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-se280sWitZ .video-block {
    width: 100% !important;
  }
}
.cid-se289u3bQo {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se289u3bQo .counter-container {
  color: #767676;
}
.cid-se289u3bQo .counter-container ul {
  margin-bottom: 0;
}
.cid-se289u3bQo .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-se289u3bQo .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ed0e0e;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-se289u3bQo .mbr-text {
  color: #ffffff;
}
.cid-se28fHxDtf {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-se28fHxDtf .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-se28fHxDtf .video-block {
    width: 100% !important;
  }
}
.cid-se28SWqhV6 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se28SWqhV6 .line {
  background-color: #ed0e0e;
  color: #ed0e0e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-se28SWqhV6 .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-se28SWqhV6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-se28SWqhV6 .inner-container {
    width: 100% !important;
  }
}
.cid-seLVUHeoNE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-seLVUHeoNE .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seLVUHeoNE .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-seLVUHeoNE .media-wrap img {
  height: 6rem;
}
.cid-seLVUHeoNE .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-seLVUHeoNE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seLVUHeoNE .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-seLVUHeoNE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-seLVUHeoNE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-seLVUHeoNE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-seLVUHeoNE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-seLVUHeoNE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-seLVUHeoNE .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-seLVUHeoNE .links {
  color: #232323;
}
.cid-seLVUHeoNE P {
  color: #ffffff;
}
.cid-seLVUHeoNE .copyright > p {
  color: #ffffff;
}
.cid-s9Exm1fcfG .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s9Exm1fcfG .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s9Exm1fcfG a {
  font-style: normal;
}
.cid-s9Exm1fcfG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s9Exm1fcfG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-s9Exm1fcfG .nav-item:focus,
.cid-s9Exm1fcfG .nav-link:focus {
  outline: none;
}
.cid-s9Exm1fcfG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-s9Exm1fcfG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s9Exm1fcfG .menu-logo {
  margin-right: auto;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s9Exm1fcfG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s9Exm1fcfG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s9Exm1fcfG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s9Exm1fcfG button.navbar-toggler:focus {
  outline: none;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9Exm1fcfG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-s9Exm1fcfG .collapsed .btn {
  display: flex;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s9Exm1fcfG .collapsed button.navbar-toggler {
  display: block;
}
.cid-s9Exm1fcfG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s9Exm1fcfG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s9Exm1fcfG.navbar-expand {
    flex-direction: column;
  }
  .cid-s9Exm1fcfG img {
    height: 3.8rem !important;
  }
  .cid-s9Exm1fcfG .btn {
    display: flex;
  }
  .cid-s9Exm1fcfG button.navbar-toggler {
    display: block;
  }
  .cid-s9Exm1fcfG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s9Exm1fcfG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s9Exm1fcfG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing,
  .cid-s9Exm1fcfG .navbar-collapse.show {
    display: block !important;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-nav,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-buttons,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s9Exm1fcfG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s9Exm1fcfG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-s9Exm1fcfG .navbar-collapse {
  flex-basis: auto;
}
.cid-s9Exm1fcfG .nav-link:hover,
.cid-s9Exm1fcfG .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-seUQQOU6AX {
  background-image: url("../../../assets/images/img-8802-2000x1125.png");
}
.cid-seUQQOU6AX H1 {
  color: #ffffff;
}
.cid-se28sha8UF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se28sha8UF .line {
  background-color: #ed0e0e;
  color: #ed0e0e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-se28sha8UF .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-se28sha8UF .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-se28sha8UF .inner-container {
    width: 100% !important;
  }
}
.cid-se28xIP5pA {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #000000;
}
.cid-se28xIP5pA .images-container.container-fluid {
  padding: 0;
}
.cid-se28xIP5pA .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-se28xIP5pA .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-se28xIP5pA .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-se28xIP5pA .media-container-row .img-item .img-caption {
  background: #000000;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-se28xIP5pA .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-se28xIP5pA .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-se28xIP5pA .img-item {
    width: 100% !important;
  }
  .cid-se28xIP5pA .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-se28xIP5pA P {
  color: #ffffff;
}
.cid-se28Bwt0tf {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se28Bwt0tf .counter-container {
  color: #767676;
}
.cid-se28Bwt0tf .counter-container ul {
  margin-bottom: 0;
}
.cid-se28Bwt0tf .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-se28Bwt0tf .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ed0e0e;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-se28Bwt0tf .mbr-text {
  color: #ffffff;
}
.cid-se28CcLl7r {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-se28CcLl7r .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-se28CcLl7r .video-block {
    width: 100% !important;
  }
}
.cid-se28DgpryJ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se28DgpryJ .counter-container {
  color: #767676;
}
.cid-se28DgpryJ .counter-container ul {
  margin-bottom: 0;
}
.cid-se28DgpryJ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-se28DgpryJ .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ed0e0e;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-se28DgpryJ .mbr-text {
  color: #ffffff;
}
.cid-se28DVDzjr {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-se28DVDzjr .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-se28DVDzjr .video-block {
    width: 100% !important;
  }
}
.cid-se28EW7kif {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se28EW7kif .counter-container {
  color: #767676;
}
.cid-se28EW7kif .counter-container ul {
  margin-bottom: 0;
}
.cid-se28EW7kif .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-se28EW7kif .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ed0e0e;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-se28EW7kif .mbr-text {
  color: #ffffff;
}
.cid-se28GeM0MQ {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-se28GeM0MQ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-se28GeM0MQ .video-block {
    width: 100% !important;
  }
}
.cid-se28H4luEd {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se28H4luEd .counter-container {
  color: #767676;
}
.cid-se28H4luEd .counter-container ul {
  margin-bottom: 0;
}
.cid-se28H4luEd .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-se28H4luEd .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ed0e0e;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-se28H4luEd .mbr-text {
  color: #ffffff;
}
.cid-se28HPX26M {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-se28HPX26M .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-se28HPX26M .video-block {
    width: 100% !important;
  }
}
.cid-se4E0j2BQi {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se4E0j2BQi .counter-container {
  color: #767676;
}
.cid-se4E0j2BQi .counter-container ul {
  margin-bottom: 0;
}
.cid-se4E0j2BQi .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-se4E0j2BQi .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ed0e0e;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-se4E0j2BQi .mbr-text {
  color: #ffffff;
}
.cid-se4CYbjjpL {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-se4CYbjjpL .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-se4CYbjjpL .video-block {
    width: 100% !important;
  }
}
.cid-se4E9hfrdX {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se4E9hfrdX .counter-container {
  color: #767676;
}
.cid-se4E9hfrdX .counter-container ul {
  margin-bottom: 0;
}
.cid-se4E9hfrdX .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-se4E9hfrdX .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ed0e0e;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-se4E9hfrdX .mbr-text {
  color: #ffffff;
}
.cid-se4Ey1Ui2q {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-se4Ey1Ui2q .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-se4Ey1Ui2q .video-block {
    width: 100% !important;
  }
}
.cid-se4FjwTzBt {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se4FjwTzBt .counter-container {
  color: #767676;
}
.cid-se4FjwTzBt .counter-container ul {
  margin-bottom: 0;
}
.cid-se4FjwTzBt .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-se4FjwTzBt .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ed0e0e;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-se4FjwTzBt .mbr-text {
  color: #ffffff;
}
.cid-se4FkCEiYf {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-se4FkCEiYf .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-se4FkCEiYf .video-block {
    width: 100% !important;
  }
}
.cid-se4G9OVyMH {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se4G9OVyMH .line {
  background-color: #ed0e0e;
  color: #ed0e0e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-se4G9OVyMH .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-se4G9OVyMH .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-se4G9OVyMH .inner-container {
    width: 100% !important;
  }
}
.cid-sxpeIEydzl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sxpeIEydzl .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxpeIEydzl .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sxpeIEydzl .media-wrap img {
  height: 6rem;
}
.cid-sxpeIEydzl .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sxpeIEydzl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxpeIEydzl .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sxpeIEydzl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sxpeIEydzl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxpeIEydzl .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxpeIEydzl .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxpeIEydzl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxpeIEydzl .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sxpeIEydzl .links {
  color: #232323;
}
.cid-sxpeIEydzl P {
  color: #ffffff;
}
.cid-sxpeIEydzl .copyright > p {
  color: #ffffff;
}
.cid-s9Exm1fcfG .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s9Exm1fcfG .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s9Exm1fcfG a {
  font-style: normal;
}
.cid-s9Exm1fcfG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s9Exm1fcfG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-s9Exm1fcfG .nav-item:focus,
.cid-s9Exm1fcfG .nav-link:focus {
  outline: none;
}
.cid-s9Exm1fcfG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-s9Exm1fcfG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s9Exm1fcfG .menu-logo {
  margin-right: auto;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s9Exm1fcfG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s9Exm1fcfG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s9Exm1fcfG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s9Exm1fcfG button.navbar-toggler:focus {
  outline: none;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9Exm1fcfG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-s9Exm1fcfG .collapsed .btn {
  display: flex;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s9Exm1fcfG .collapsed button.navbar-toggler {
  display: block;
}
.cid-s9Exm1fcfG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s9Exm1fcfG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s9Exm1fcfG.navbar-expand {
    flex-direction: column;
  }
  .cid-s9Exm1fcfG img {
    height: 3.8rem !important;
  }
  .cid-s9Exm1fcfG .btn {
    display: flex;
  }
  .cid-s9Exm1fcfG button.navbar-toggler {
    display: block;
  }
  .cid-s9Exm1fcfG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s9Exm1fcfG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s9Exm1fcfG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing,
  .cid-s9Exm1fcfG .navbar-collapse.show {
    display: block !important;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-nav,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-buttons,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s9Exm1fcfG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s9Exm1fcfG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-s9Exm1fcfG .navbar-collapse {
  flex-basis: auto;
}
.cid-s9Exm1fcfG .nav-link:hover,
.cid-s9Exm1fcfG .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-sdkovbMWq7 .modal-body .close {
  background: #1b1b1b;
}
.cid-sdkovbMWq7 .modal-body .close span {
  font-style: normal;
}
.cid-sdkovbMWq7 .carousel-inner > .active,
.cid-sdkovbMWq7 .carousel-inner > .next,
.cid-sdkovbMWq7 .carousel-inner > .prev {
  display: table;
}
.cid-sdkovbMWq7 .carousel-control .icon-next,
.cid-sdkovbMWq7 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sdkovbMWq7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sdkovbMWq7 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sdkovbMWq7 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sdkovbMWq7 .boxed-slider > div {
  position: relative;
}
.cid-sdkovbMWq7 .container img {
  width: 100%;
}
.cid-sdkovbMWq7 .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-sdkovbMWq7 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sdkovbMWq7 .mbr-table-cell {
  padding: 0;
}
.cid-sdkovbMWq7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sdkovbMWq7 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sdkovbMWq7 .mbr-overlay {
  z-index: 1;
}
.cid-sdkovbMWq7 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sdkovbMWq7 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sdkovbMWq7 .carousel-item .container {
    width: 100%;
  }
}
.cid-sdkovbMWq7 .carousel-item-next.carousel-item-left,
.cid-sdkovbMWq7 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sdkovbMWq7 .active.carousel-item-right,
.cid-sdkovbMWq7 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sdkovbMWq7 .active.carousel-item-left,
.cid-sdkovbMWq7 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sdkovbMWq7 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  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;
}
.cid-sdkovbMWq7 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sdkovbMWq7 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sdkovbMWq7 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sdkovbMWq7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sdkovbMWq7 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sdkovbMWq7 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sdkovbMWq7 .mbr-slider .carousel-indicators li.active,
.cid-sdkovbMWq7 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sdkovbMWq7 .mbr-slider .carousel-indicators li::after,
.cid-sdkovbMWq7 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sdkovbMWq7 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sdkovbMWq7 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sdkovbMWq7 .mbr-slider > .container img {
  width: 100%;
}
.cid-sdkovbMWq7 .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-sdkovbMWq7 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sdkovbMWq7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sdkovbMWq7 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sdkovbMWq7 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sdkovbMWq7 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sdkovbMWq7 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sdkovbMWq7 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sdkovbMWq7 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sdkovbMWq7 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sdkovbMWq7 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sdkovbMWq7 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sdkovbMWq7 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sdkovbMWq7 P {
  text-align: center;
}
.cid-sdkovbMWq7 H2 {
  text-align: center;
  color: #ffffff;
}
.cid-sdkovwuw0N {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sdkovwuw0N p {
  color: #767676;
}
.cid-sdkovwuw0N .item:focus,
.cid-sdkovwuw0N span:focus {
  outline: none;
}
.cid-sdkovwuw0N .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-sdkovwuw0N .item-wrapper {
  position: relative;
}
.cid-sdkovwuw0N .item-btn,
.cid-sdkovwuw0N h4,
.cid-sdkovwuw0N h5 {
  margin: 0;
}
.cid-sdkovwuw0N .item-content {
  padding-top: 2rem;
}
.cid-sdkovwuw0N .item-title {
  color: #ffffff;
}
.cid-sdkovwuw0N .item-subtitle {
  color: #ed0e0e;
}
.cid-sdkovwuw0N item-text {
  color: #000000;
  text-align: center;
}
.cid-sxpeVwEg7g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sxpeVwEg7g .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxpeVwEg7g .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sxpeVwEg7g .media-wrap img {
  height: 6rem;
}
.cid-sxpeVwEg7g .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sxpeVwEg7g .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxpeVwEg7g .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sxpeVwEg7g .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sxpeVwEg7g .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxpeVwEg7g .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxpeVwEg7g .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxpeVwEg7g .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxpeVwEg7g .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sxpeVwEg7g .links {
  color: #232323;
}
.cid-sxpeVwEg7g P {
  color: #ffffff;
}
.cid-sxpeVwEg7g .copyright > p {
  color: #ffffff;
}
.cid-sbxeFBd8g1 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sbxeFBd8g1 .line {
  background-color: #ed0e0e;
  color: #ed0e0e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sbxeFBd8g1 .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-sbxeFBd8g1 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sbxeFBd8g1 .inner-container {
    width: 100% !important;
  }
}
.cid-sbwYwmWzZ4 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sbwYwmWzZ4 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sbwYwmWzZ4 a {
  font-style: normal;
}
.cid-sbwYwmWzZ4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sbwYwmWzZ4 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sbwYwmWzZ4 .nav-item:focus,
.cid-sbwYwmWzZ4 .nav-link:focus {
  outline: none;
}
.cid-sbwYwmWzZ4 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sbwYwmWzZ4 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sbwYwmWzZ4 .menu-logo {
  margin-right: auto;
}
.cid-sbwYwmWzZ4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sbwYwmWzZ4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sbwYwmWzZ4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sbwYwmWzZ4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sbwYwmWzZ4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sbwYwmWzZ4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sbwYwmWzZ4 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sbwYwmWzZ4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sbwYwmWzZ4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sbwYwmWzZ4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sbwYwmWzZ4 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sbwYwmWzZ4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sbwYwmWzZ4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sbwYwmWzZ4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sbwYwmWzZ4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sbwYwmWzZ4 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sbwYwmWzZ4 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sbwYwmWzZ4 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sbwYwmWzZ4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sbwYwmWzZ4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sbwYwmWzZ4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sbwYwmWzZ4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sbwYwmWzZ4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sbwYwmWzZ4 button.navbar-toggler:focus {
  outline: none;
}
.cid-sbwYwmWzZ4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sbwYwmWzZ4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sbwYwmWzZ4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sbwYwmWzZ4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sbwYwmWzZ4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sbwYwmWzZ4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbwYwmWzZ4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sbwYwmWzZ4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sbwYwmWzZ4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sbwYwmWzZ4 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sbwYwmWzZ4 .collapsed .btn {
  display: flex;
}
.cid-sbwYwmWzZ4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sbwYwmWzZ4 .collapsed .navbar-collapse.collapsing,
.cid-sbwYwmWzZ4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sbwYwmWzZ4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sbwYwmWzZ4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sbwYwmWzZ4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sbwYwmWzZ4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sbwYwmWzZ4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sbwYwmWzZ4 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sbwYwmWzZ4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sbwYwmWzZ4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sbwYwmWzZ4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sbwYwmWzZ4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sbwYwmWzZ4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sbwYwmWzZ4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sbwYwmWzZ4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sbwYwmWzZ4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sbwYwmWzZ4 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sbwYwmWzZ4.navbar-expand {
    flex-direction: column;
  }
  .cid-sbwYwmWzZ4 img {
    height: 3.8rem !important;
  }
  .cid-sbwYwmWzZ4 .btn {
    display: flex;
  }
  .cid-sbwYwmWzZ4 button.navbar-toggler {
    display: block;
  }
  .cid-sbwYwmWzZ4 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sbwYwmWzZ4 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sbwYwmWzZ4 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sbwYwmWzZ4 .navbar-collapse.collapsing,
  .cid-sbwYwmWzZ4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sbwYwmWzZ4 .navbar-collapse.collapsing .navbar-nav,
  .cid-sbwYwmWzZ4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sbwYwmWzZ4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sbwYwmWzZ4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sbwYwmWzZ4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sbwYwmWzZ4 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sbwYwmWzZ4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sbwYwmWzZ4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sbwYwmWzZ4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sbwYwmWzZ4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sbwYwmWzZ4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sbwYwmWzZ4 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sbwYwmWzZ4 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sbwYwmWzZ4 .navbar-collapse {
  flex-basis: auto;
}
.cid-sbwYwmWzZ4 .nav-link:hover,
.cid-sbwYwmWzZ4 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-sxpQXBqERL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sbx9ttULnW .modal-body .close {
  background: #1b1b1b;
}
.cid-sbx9ttULnW .modal-body .close span {
  font-style: normal;
}
.cid-sbx9ttULnW .carousel-inner > .active,
.cid-sbx9ttULnW .carousel-inner > .next,
.cid-sbx9ttULnW .carousel-inner > .prev {
  display: table;
}
.cid-sbx9ttULnW .carousel-control .icon-next,
.cid-sbx9ttULnW .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sbx9ttULnW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sbx9ttULnW .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sbx9ttULnW .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sbx9ttULnW .boxed-slider > div {
  position: relative;
}
.cid-sbx9ttULnW .container img {
  width: 100%;
}
.cid-sbx9ttULnW .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-sbx9ttULnW .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sbx9ttULnW .mbr-table-cell {
  padding: 0;
}
.cid-sbx9ttULnW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sbx9ttULnW .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sbx9ttULnW .mbr-overlay {
  z-index: 1;
}
.cid-sbx9ttULnW .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sbx9ttULnW .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sbx9ttULnW .carousel-item .container {
    width: 100%;
  }
}
.cid-sbx9ttULnW .carousel-item-next.carousel-item-left,
.cid-sbx9ttULnW .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sbx9ttULnW .active.carousel-item-right,
.cid-sbx9ttULnW .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sbx9ttULnW .active.carousel-item-left,
.cid-sbx9ttULnW .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sbx9ttULnW .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  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;
}
.cid-sbx9ttULnW .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sbx9ttULnW .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sbx9ttULnW .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sbx9ttULnW .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sbx9ttULnW .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sbx9ttULnW .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sbx9ttULnW .mbr-slider .carousel-indicators li.active,
.cid-sbx9ttULnW .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sbx9ttULnW .mbr-slider .carousel-indicators li::after,
.cid-sbx9ttULnW .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sbx9ttULnW .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sbx9ttULnW .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sbx9ttULnW .mbr-slider > .container img {
  width: 100%;
}
.cid-sbx9ttULnW .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-sbx9ttULnW .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sbx9ttULnW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sbx9ttULnW .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sbx9ttULnW .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sbx9ttULnW .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sbx9ttULnW .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sbx9ttULnW .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sbx9ttULnW .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sbx9ttULnW .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sbx9ttULnW .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sbx9ttULnW .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sbx9ttULnW .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sxpTQvuUEF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sdBbwGMHXA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdBbwGMHXA .line {
  background-color: #ed0e0e;
  color: #ed0e0e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sdBbwGMHXA .section-text {
  padding: 2rem 0;
}
.cid-sdBbwGMHXA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sdBbwGMHXA .inner-container {
    width: 100% !important;
  }
}
.cid-sdB7P14DAm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdB7P14DAm .mbr-text,
.cid-sdB7P14DAm blockquote {
  color: #767676;
}
.cid-sdB7P14DAm .mbr-text {
  color: #000000;
}
.cid-sdB7P14DAm .mbr-text P {
  text-align: left;
}
.cid-sdBcg9NafA {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdBcg9NafA .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sdBcg9NafA .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sdBcg9NafA .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sdBcg9NafA .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sdBcg9NafA .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-sdBmfdBpp5 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sdBmfdBpp5 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdBmfdBpp5 .video-block {
    width: 100% !important;
  }
}
.cid-sdBcTvAJ8N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdBcTvAJ8N .mbr-text,
.cid-sdBcTvAJ8N blockquote {
  color: #767676;
}
.cid-sdBcTvAJ8N .mbr-text {
  color: #000000;
}
.cid-sdBcTvAJ8N .mbr-text P {
  text-align: left;
}
.cid-sdBegUBaAK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sdBegUBaAK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sdBegUBaAK .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sdBegUBaAK .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-sdBehE92on {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdBehE92on .mbr-text,
.cid-sdBehE92on blockquote {
  color: #767676;
}
.cid-sdBehE92on .mbr-text {
  color: #000000;
}
.cid-sdBehE92on .mbr-text P {
  text-align: left;
}
.cid-sdBeiVCNzu {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdBeiVCNzu .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sdBeiVCNzu .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sdBeiVCNzu .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sdBeiVCNzu .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sdBeiVCNzu .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-sdBgjYFyr7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdBgjYFyr7 .mbr-text,
.cid-sdBgjYFyr7 blockquote {
  color: #767676;
}
.cid-sdBgjYFyr7 .mbr-text {
  color: #000000;
}
.cid-sdBgjYFyr7 .mbr-text P {
  text-align: left;
}
.cid-sdBjFF5Ey1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sdBjFF5Ey1 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sdBjFF5Ey1 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sdBjFF5Ey1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-sdBmflfFvF {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sdBmflfFvF .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sdBmflfFvF .video-block {
    width: 100% !important;
  }
}
.cid-sdBlA4dmOd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdBlA4dmOd .mbr-text,
.cid-sdBlA4dmOd blockquote {
  color: #767676;
}
.cid-sdBlA4dmOd .mbr-text {
  color: #000000;
}
.cid-sdBlA4dmOd .mbr-text P {
  text-align: left;
}
.cid-sdBXdypmD3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-sdBXdypmD3 .line {
  background-color: #ed0e0e;
  color: #ed0e0e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sdBXdypmD3 .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-sdBXdypmD3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sdBXdypmD3 .inner-container {
    width: 100% !important;
  }
}
.cid-sdBXak5Oj8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sdBXak5Oj8 .counter-container {
  color: #767676;
}
.cid-sdBXak5Oj8 .counter-container ul {
  margin-bottom: 0;
}
.cid-sdBXak5Oj8 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sdBXak5Oj8 .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ed0e0e;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sdBXak5Oj8 .mbr-text {
  color: #ffffff;
}
.cid-sdBYNaSsIz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sdBYNaSsIz .counter-container {
  color: #767676;
}
.cid-sdBYNaSsIz .counter-container ul {
  margin-bottom: 0;
}
.cid-sdBYNaSsIz .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sdBYNaSsIz .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ed0e0e;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sdBYNaSsIz .mbr-text {
  color: #ffffff;
}
.cid-sdVMKv8LLw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sdVMKv8LLw .line {
  background-color: #ed0e0e;
  color: #ed0e0e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sdVMKv8LLw .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ffffff;
}
.cid-sdVMKv8LLw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sdVMKv8LLw .inner-container {
    width: 100% !important;
  }
}
.cid-seLVKb5q28 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-seLVKb5q28 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seLVKb5q28 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-seLVKb5q28 .media-wrap img {
  height: 6rem;
}
.cid-seLVKb5q28 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-seLVKb5q28 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-seLVKb5q28 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-seLVKb5q28 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-seLVKb5q28 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-seLVKb5q28 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-seLVKb5q28 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-seLVKb5q28 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-seLVKb5q28 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-seLVKb5q28 .links {
  color: #232323;
}
.cid-seLVKb5q28 P {
  color: #ffffff;
}
.cid-seLVKb5q28 .copyright > p {
  color: #ffffff;
}
.cid-sdZ6UAMAua {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sdZ6UAMAua .line {
  background-color: #ed0e0e;
  color: #ed0e0e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sdZ6UAMAua .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-sdZ6UAMAua .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sdZ6UAMAua .inner-container {
    width: 100% !important;
  }
}
.cid-sc02APfr3X .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sc02APfr3X .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sc02APfr3X a {
  font-style: normal;
}
.cid-sc02APfr3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sc02APfr3X .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sc02APfr3X .nav-item:focus,
.cid-sc02APfr3X .nav-link:focus {
  outline: none;
}
.cid-sc02APfr3X .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sc02APfr3X .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sc02APfr3X .menu-logo {
  margin-right: auto;
}
.cid-sc02APfr3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sc02APfr3X .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sc02APfr3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sc02APfr3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sc02APfr3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sc02APfr3X .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sc02APfr3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sc02APfr3X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sc02APfr3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sc02APfr3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sc02APfr3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sc02APfr3X .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sc02APfr3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sc02APfr3X button.navbar-toggler:focus {
  outline: none;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sc02APfr3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc02APfr3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sc02APfr3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sc02APfr3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc02APfr3X .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sc02APfr3X .collapsed .btn {
  display: flex;
}
.cid-sc02APfr3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing,
.cid-sc02APfr3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sc02APfr3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sc02APfr3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sc02APfr3X .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sc02APfr3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sc02APfr3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-sc02APfr3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sc02APfr3X .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sc02APfr3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sc02APfr3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sc02APfr3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sc02APfr3X .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sc02APfr3X.navbar-expand {
    flex-direction: column;
  }
  .cid-sc02APfr3X img {
    height: 3.8rem !important;
  }
  .cid-sc02APfr3X .btn {
    display: flex;
  }
  .cid-sc02APfr3X button.navbar-toggler {
    display: block;
  }
  .cid-sc02APfr3X .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sc02APfr3X .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sc02APfr3X .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing,
  .cid-sc02APfr3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing .navbar-nav,
  .cid-sc02APfr3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sc02APfr3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-sc02APfr3X .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sc02APfr3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sc02APfr3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sc02APfr3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sc02APfr3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sc02APfr3X .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sc02APfr3X .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sc02APfr3X .navbar-collapse {
  flex-basis: auto;
}
.cid-sc02APfr3X .nav-link:hover,
.cid-sc02APfr3X .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-se1grewWQf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-se1grewWQf .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-se1grewWQf .mbr-author-desc {
  display: block;
}
.cid-se1grewWQf .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-se1grewWQf .mbr-testimonial .panel-item {
  background-color: #ed0e0e;
  background: linear-gradient(#ed0e0e, transparent);
}
.cid-se1grewWQf .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-se1grewWQf .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%;
}
.cid-se1grewWQf .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-se1grewWQf .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-se1grewWQf .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-se1grewWQf .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-se1grewWQf .mbr-text {
  color: #ffffff;
}
.cid-se1grewWQf .mbr-author-name {
  color: #ffffff;
}
.cid-se1grewWQf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-slwUqkEmd4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1279.jpg");
}
.cid-slwUqkEmd4 .mbr-section-btn > * {
  margin: 0;
}
.cid-slwUqkEmd4 h4 {
  font-weight: 500;
}
.cid-slwUqkEmd4 p {
  color: #232323;
}
.cid-slwUqkEmd4 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-slwUqkEmd4 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-slwUqkEmd4 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-slwUqkEmd4 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-slwUqkEmd4 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-slwUqkEmd4 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-slwUqkEmd4 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-slwUqkEmd4 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-slwUqkEmd4 .card-img span {
    font-size: 40px !important;
  }
}
.cid-slwUqkEmd4 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-slwUqkEmd4 .text2,
.cid-slwUqkEmd4 .mbr-section-btn {
  color: #000000;
}
.cid-se0ZBuD6rA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1285.jpg");
}
.cid-se0ZBuD6rA .mbr-section-btn > * {
  margin: 0;
}
.cid-se0ZBuD6rA h4 {
  font-weight: 500;
}
.cid-se0ZBuD6rA p {
  color: #232323;
}
.cid-se0ZBuD6rA .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-se0ZBuD6rA .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-se0ZBuD6rA .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-se0ZBuD6rA .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-se0ZBuD6rA .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-se0ZBuD6rA .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-se0ZBuD6rA .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-se0ZBuD6rA .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-se0ZBuD6rA .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-se0ZBuD6rA .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-se0ZBuD6rA .card-img span {
    font-size: 40px !important;
  }
}
.cid-se0ZBuD6rA .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-se0ZBuD6rA .text2,
.cid-se0ZBuD6rA .mbr-section-btn {
  color: #ed0e0e;
}
.cid-se103SHPji {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se103SHPji .mbr-section-btn > * {
  margin: 0;
}
.cid-se103SHPji h4 {
  font-weight: 500;
}
.cid-se103SHPji p {
  color: #232323;
}
.cid-se103SHPji .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-se103SHPji .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-se103SHPji .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-se103SHPji .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-se103SHPji .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-se103SHPji .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-se103SHPji .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-se103SHPji .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-se103SHPji .card-img span {
    font-size: 40px !important;
  }
}
.cid-se103SHPji .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-se103SHPji .text2,
.cid-se103SHPji .mbr-section-btn {
  color: #ffffff;
}
.cid-se103SHPji .text1 {
  color: #ffffff;
}
.cid-se103SHPji H2 {
  color: #ffffff;
}
.cid-se184Jsbci {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1079.jpg");
}
.cid-se184Jsbci .mbr-section-btn > * {
  margin: 0;
}
.cid-se184Jsbci h4 {
  font-weight: 500;
}
.cid-se184Jsbci p {
  color: #232323;
}
.cid-se184Jsbci .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-se184Jsbci .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-se184Jsbci .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-se184Jsbci .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-se184Jsbci .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-se184Jsbci .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-se184Jsbci .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-se184Jsbci .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-se184Jsbci .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-se184Jsbci .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-se184Jsbci .card-img span {
    font-size: 40px !important;
  }
}
.cid-se184Jsbci .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-se184Jsbci .text2,
.cid-se184Jsbci .mbr-section-btn {
  color: #000000;
}
.cid-se184Jsbci .text1 {
  color: #000000;
}
.cid-se184Jsbci H2 {
  color: #000000;
}
.cid-se4GKakdls {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-2-1920x1080.jpg");
}
.cid-se4GKakdls .mbr-section-btn > * {
  margin: 0;
}
.cid-se4GKakdls h4 {
  font-weight: 500;
}
.cid-se4GKakdls p {
  color: #232323;
}
.cid-se4GKakdls .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-se4GKakdls .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-se4GKakdls .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-se4GKakdls .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-se4GKakdls .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-se4GKakdls .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-se4GKakdls .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-se4GKakdls .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-se4GKakdls .card-img span {
    font-size: 40px !important;
  }
}
.cid-se4GKakdls .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-se4GKakdls .text2,
.cid-se4GKakdls .mbr-section-btn {
  color: #000000;
}
.cid-se4GKakdls .text1 {
  color: #000000;
}
.cid-se4GKakdls H2 {
  color: #000000;
}
.cid-se101OIifT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se101OIifT .mbr-section-btn > * {
  margin: 0;
}
.cid-se101OIifT h4 {
  font-weight: 500;
}
.cid-se101OIifT p {
  color: #232323;
}
.cid-se101OIifT .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-se101OIifT .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-se101OIifT .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-se101OIifT .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-se101OIifT .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-se101OIifT .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-se101OIifT .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-se101OIifT .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-se101OIifT .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-se101OIifT .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-se101OIifT .card-img span {
    font-size: 40px !important;
  }
}
.cid-se101OIifT .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-se101OIifT .text2,
.cid-se101OIifT .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-se101OIifT .text1 {
  color: #ffffff;
}
.cid-se101OIifT H2 {
  color: #ffffff;
}
.cid-se101OIifT .text2,
.cid-se101OIifT .mbr-section-btn SPAN {
  color: #232323;
}
.cid-se4GODOifp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se4GODOifp .mbr-section-btn > * {
  margin: 0;
}
.cid-se4GODOifp h4 {
  font-weight: 500;
}
.cid-se4GODOifp p {
  color: #232323;
}
.cid-se4GODOifp .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-se4GODOifp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-se4GODOifp .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-se4GODOifp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-se4GODOifp .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-se4GODOifp .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-se4GODOifp .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-se4GODOifp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-se4GODOifp .card-img span {
    font-size: 40px !important;
  }
}
.cid-se4GODOifp .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-se4GODOifp .text2,
.cid-se4GODOifp .mbr-section-btn {
  color: #ffffff;
}
.cid-se4GODOifp .text1 {
  color: #ffffff;
}
.cid-se4GODOifp H2 {
  color: #ffffff;
}
.cid-se196RqFTT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-se196RqFTT .mbr-section-btn > * {
  margin: 0;
}
.cid-se196RqFTT h4 {
  font-weight: 500;
}
.cid-se196RqFTT p {
  color: #232323;
}
.cid-se196RqFTT .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-se196RqFTT .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-se196RqFTT .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-se196RqFTT .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-se196RqFTT .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-se196RqFTT .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-se196RqFTT .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-se196RqFTT .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-se196RqFTT .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-se196RqFTT .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-se196RqFTT .card-img span {
    font-size: 40px !important;
  }
}
.cid-se196RqFTT .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-se196RqFTT .text2,
.cid-se196RqFTT .mbr-section-btn {
  color: #000000;
}
.cid-se196RqFTT .text1 {
  color: #000000;
}
.cid-se196RqFTT H2 {
  color: #000000;
}
.cid-se16dZFjVg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se16dZFjVg .mbr-section-btn > * {
  margin: 0;
}
.cid-se16dZFjVg h4 {
  font-weight: 500;
}
.cid-se16dZFjVg p {
  color: #232323;
}
.cid-se16dZFjVg .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-se16dZFjVg .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-se16dZFjVg .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-se16dZFjVg .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-se16dZFjVg .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-se16dZFjVg .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-se16dZFjVg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-se16dZFjVg .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-se16dZFjVg .card-img span {
    font-size: 40px !important;
  }
}
.cid-se16dZFjVg .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-se16dZFjVg .text2,
.cid-se16dZFjVg .mbr-section-btn {
  color: #ffffff;
}
.cid-se16dZFjVg .text1 {
  color: #ffffff;
}
.cid-se16dZFjVg H2 {
  color: #ffffff;
}
.cid-se4GMKOO8e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
.cid-se4GMKOO8e .mbr-section-btn > * {
  margin: 0;
}
.cid-se4GMKOO8e h4 {
  font-weight: 500;
}
.cid-se4GMKOO8e p {
  color: #232323;
}
.cid-se4GMKOO8e .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-se4GMKOO8e .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-se4GMKOO8e .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-se4GMKOO8e .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-se4GMKOO8e .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-se4GMKOO8e .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-se4GMKOO8e .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-se4GMKOO8e .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-se4GMKOO8e .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-se4GMKOO8e .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-se4GMKOO8e .card-img span {
    font-size: 40px !important;
  }
}
.cid-se4GMKOO8e .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-se4GMKOO8e .text2,
.cid-se4GMKOO8e .mbr-section-btn {
  color: #000000;
}
.cid-se4GMKOO8e .text1 {
  color: #000000;
}
.cid-se4GMKOO8e H2 {
  color: #000000;
}
.cid-se4GQOsxCU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-se4GQOsxCU .mbr-section-btn > * {
  margin: 0;
}
.cid-se4GQOsxCU h4 {
  font-weight: 500;
}
.cid-se4GQOsxCU p {
  color: #232323;
}
.cid-se4GQOsxCU .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-se4GQOsxCU .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-se4GQOsxCU .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-se4GQOsxCU .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-se4GQOsxCU .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-se4GQOsxCU .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-se4GQOsxCU .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-se4GQOsxCU .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-se4GQOsxCU .card-img span {
    font-size: 40px !important;
  }
}
.cid-se4GQOsxCU .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-se4GQOsxCU .text2,
.cid-se4GQOsxCU .mbr-section-btn {
  color: #ffffff;
}
.cid-se4GQOsxCU .text1 {
  color: #ffffff;
}
.cid-se4GQOsxCU H2 {
  color: #ffffff;
}
.cid-se4HfzRFle {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-se4HfzRFle .mbr-section-btn > * {
  margin: 0;
}
.cid-se4HfzRFle h4 {
  font-weight: 500;
}
.cid-se4HfzRFle p {
  color: #232323;
}
.cid-se4HfzRFle .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-se4HfzRFle .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-se4HfzRFle .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-se4HfzRFle .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-se4HfzRFle .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-se4HfzRFle .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-se4HfzRFle .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-se4HfzRFle .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-se4HfzRFle .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-se4HfzRFle .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-se4HfzRFle .card-img span {
    font-size: 40px !important;
  }
}
.cid-se4HfzRFle .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-se4HfzRFle .text2,
.cid-se4HfzRFle .mbr-section-btn {
  color: #000000;
}
.cid-se4HfzRFle .text1 {
  color: #000000;
}
.cid-se4HfzRFle H2 {
  color: #000000;
}
.cid-se4HgxvDgu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
.cid-se4HgxvDgu .mbr-section-btn > * {
  margin: 0;
}
.cid-se4HgxvDgu h4 {
  font-weight: 500;
}
.cid-se4HgxvDgu p {
  color: #232323;
}
.cid-se4HgxvDgu .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-se4HgxvDgu .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-se4HgxvDgu .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-se4HgxvDgu .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-se4HgxvDgu .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-se4HgxvDgu .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-se4HgxvDgu .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-se4HgxvDgu .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-se4HgxvDgu .card-img span {
    font-size: 40px !important;
  }
}
.cid-se4HgxvDgu .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-se4HgxvDgu .text2,
.cid-se4HgxvDgu .mbr-section-btn {
  color: #000000;
}
.cid-se4HgxvDgu .text1 {
  color: #000000;
}
.cid-se4HgxvDgu H2 {
  color: #000000;
}
.cid-se4HgxvDgu .text1 B {
  color: #000000;
}
.cid-se4HgxvDgu .text2,
.cid-se4HgxvDgu .mbr-section-btn SPAN {
  color: #000000;
}
.cid-seQDEYDsgB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-seQDEYDsgB .mbr-section-btn > * {
  margin: 0;
}
.cid-seQDEYDsgB h4 {
  font-weight: 500;
}
.cid-seQDEYDsgB p {
  color: #232323;
}
.cid-seQDEYDsgB .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-seQDEYDsgB .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-seQDEYDsgB .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-seQDEYDsgB .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-seQDEYDsgB .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-seQDEYDsgB .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-seQDEYDsgB .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-seQDEYDsgB .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-seQDEYDsgB .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-seQDEYDsgB .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-seQDEYDsgB .card-img span {
    font-size: 40px !important;
  }
}
.cid-seQDEYDsgB .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-seQDEYDsgB .text2,
.cid-seQDEYDsgB .mbr-section-btn {
  color: #ffffff;
}
.cid-seQDEYDsgB .text1 {
  color: #ffffff;
}
.cid-seQDEYDsgB H2 {
  color: #ffffff;
}
.cid-seQDEYDsgB .text1 B {
  color: #ffffff;
}
.cid-seQDGkkTCI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-seQDGkkTCI .mbr-section-btn > * {
  margin: 0;
}
.cid-seQDGkkTCI h4 {
  font-weight: 500;
}
.cid-seQDGkkTCI p {
  color: #232323;
}
.cid-seQDGkkTCI .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-seQDGkkTCI .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-seQDGkkTCI .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-seQDGkkTCI .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-seQDGkkTCI .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-seQDGkkTCI .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-seQDGkkTCI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-seQDGkkTCI .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-seQDGkkTCI .card-img span {
    font-size: 40px !important;
  }
}
.cid-seQDGkkTCI .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-seQDGkkTCI .text2,
.cid-seQDGkkTCI .mbr-section-btn {
  color: #ffffff;
}
.cid-seQDGkkTCI .text1 {
  color: #ffffff;
}
.cid-seQDGkkTCI H2 {
  color: #ffffff;
}
.cid-seQDGkkTCI .text1 B {
  color: #ffffff;
}
.cid-seQDUUX8sR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-seQDUUX8sR .mbr-section-btn > * {
  margin: 0;
}
.cid-seQDUUX8sR h4 {
  font-weight: 500;
}
.cid-seQDUUX8sR p {
  color: #232323;
}
.cid-seQDUUX8sR .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-seQDUUX8sR .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-seQDUUX8sR .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-seQDUUX8sR .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-seQDUUX8sR .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-seQDUUX8sR .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-seQDUUX8sR .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-seQDUUX8sR .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-seQDUUX8sR .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-seQDUUX8sR .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-seQDUUX8sR .card-img span {
    font-size: 40px !important;
  }
}
.cid-seQDUUX8sR .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-seQDUUX8sR .text2,
.cid-seQDUUX8sR .mbr-section-btn {
  color: #ffffff;
}
.cid-seQDUUX8sR .text1 {
  color: #ffffff;
  text-align: left;
}
.cid-seQDUUX8sR H2 {
  color: #ffffff;
}
.cid-sxlKaTkEpq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sxlKaTkEpq .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxlKaTkEpq .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sxlKaTkEpq .media-wrap img {
  height: 6rem;
}
.cid-sxlKaTkEpq .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sxlKaTkEpq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxlKaTkEpq .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sxlKaTkEpq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sxlKaTkEpq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxlKaTkEpq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxlKaTkEpq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxlKaTkEpq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxlKaTkEpq .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sxlKaTkEpq .links {
  color: #232323;
}
.cid-sxlKaTkEpq P {
  color: #ffffff;
}
.cid-sxlKaTkEpq .copyright > p {
  color: #ffffff;
}
.cid-saN6KkKFIV .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-saN6KkKFIV .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-saN6KkKFIV a {
  font-style: normal;
}
.cid-saN6KkKFIV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-saN6KkKFIV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-saN6KkKFIV .nav-item:focus,
.cid-saN6KkKFIV .nav-link:focus {
  outline: none;
}
.cid-saN6KkKFIV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-saN6KkKFIV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-saN6KkKFIV .menu-logo {
  margin-right: auto;
}
.cid-saN6KkKFIV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-saN6KkKFIV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-saN6KkKFIV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-saN6KkKFIV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-saN6KkKFIV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-saN6KkKFIV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-saN6KkKFIV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-saN6KkKFIV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-saN6KkKFIV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-saN6KkKFIV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-saN6KkKFIV .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-saN6KkKFIV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-saN6KkKFIV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-saN6KkKFIV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-saN6KkKFIV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-saN6KkKFIV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-saN6KkKFIV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-saN6KkKFIV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-saN6KkKFIV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-saN6KkKFIV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-saN6KkKFIV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-saN6KkKFIV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-saN6KkKFIV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-saN6KkKFIV button.navbar-toggler:focus {
  outline: none;
}
.cid-saN6KkKFIV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-saN6KkKFIV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-saN6KkKFIV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-saN6KkKFIV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-saN6KkKFIV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-saN6KkKFIV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saN6KkKFIV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-saN6KkKFIV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-saN6KkKFIV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saN6KkKFIV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-saN6KkKFIV .collapsed .btn {
  display: flex;
}
.cid-saN6KkKFIV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-saN6KkKFIV .collapsed .navbar-collapse.collapsing,
.cid-saN6KkKFIV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-saN6KkKFIV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-saN6KkKFIV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-saN6KkKFIV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-saN6KkKFIV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-saN6KkKFIV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-saN6KkKFIV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-saN6KkKFIV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-saN6KkKFIV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-saN6KkKFIV .collapsed button.navbar-toggler {
  display: block;
}
.cid-saN6KkKFIV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-saN6KkKFIV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-saN6KkKFIV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-saN6KkKFIV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-saN6KkKFIV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-saN6KkKFIV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-saN6KkKFIV.navbar-expand {
    flex-direction: column;
  }
  .cid-saN6KkKFIV img {
    height: 3.8rem !important;
  }
  .cid-saN6KkKFIV .btn {
    display: flex;
  }
  .cid-saN6KkKFIV button.navbar-toggler {
    display: block;
  }
  .cid-saN6KkKFIV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-saN6KkKFIV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-saN6KkKFIV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-saN6KkKFIV .navbar-collapse.collapsing,
  .cid-saN6KkKFIV .navbar-collapse.show {
    display: block !important;
  }
  .cid-saN6KkKFIV .navbar-collapse.collapsing .navbar-nav,
  .cid-saN6KkKFIV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-saN6KkKFIV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-saN6KkKFIV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-saN6KkKFIV .navbar-collapse.collapsing .navbar-buttons,
  .cid-saN6KkKFIV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-saN6KkKFIV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-saN6KkKFIV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-saN6KkKFIV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-saN6KkKFIV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-saN6KkKFIV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-saN6KkKFIV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-saN6KkKFIV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-saN6KkKFIV .navbar-collapse {
  flex-basis: auto;
}
.cid-saN6KkKFIV .nav-link:hover,
.cid-saN6KkKFIV .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-sroC9msfgy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sroC9msfgy .mbr-text,
.cid-sroC9msfgy blockquote {
  color: #767676;
}
.cid-sroC9msfgy .mbr-text {
  color: #000000;
}
.cid-sroC9msfgy .mbr-text P {
  text-align: center;
}
.cid-sz06olB5ha {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1585.jpg");
}
.cid-sxnHGEkgn7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxnHGEkgn7 .line {
  background-color: #00930f;
  color: #00930f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sxnHGEkgn7 .section-text {
  padding: 2rem 0;
  color: #00930f;
  text-align: center;
}
.cid-sxnHGEkgn7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sxnHGEkgn7 .inner-container {
    width: 100% !important;
  }
}
.cid-sxp106ltQ0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxp106ltQ0 .mbr-text,
.cid-sxp106ltQ0 blockquote {
  color: #767676;
}
.cid-sxp106ltQ0 .mbr-text {
  color: #ffffff;
}
.cid-sxp106ltQ0 .mbr-text P {
  text-align: center;
}
.cid-sz0apP9QNe {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-sz0apP9QNe .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sz0apP9QNe .video-block {
    width: 100% !important;
  }
}
.cid-sxp1vde3dl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxp1vde3dl .mbr-text,
.cid-sxp1vde3dl blockquote {
  color: #767676;
}
.cid-sxp1vde3dl .mbr-text {
  color: #ffffff;
}
.cid-sxp1vde3dl .mbr-text P {
  text-align: center;
}
.cid-srjxBdnk6l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-srcfGRuuEr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-srcfGRuuEr .mbr-text,
.cid-srcfGRuuEr blockquote {
  color: #767676;
}
.cid-srcfGRuuEr .mbr-text {
  color: #ffffff;
}
.cid-srcfGRuuEr .mbr-text P {
  text-align: left;
}
.cid-srj4ABZp96 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ed0e0e;
}
.cid-srj4ABZp96 .mbr-text,
.cid-srj4ABZp96 blockquote {
  color: #767676;
}
.cid-srj4ABZp96 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-srj4ABZp96 .mbr-text P {
  text-align: center;
}
.cid-srj4BvJeZT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-srj4BvJeZT .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-srj4BvJeZT .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-srj4BvJeZT .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-srj4BvJeZT .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-srj4BvJeZT .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-sz07uM1JBV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxnUUW8cIF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ed0e0e;
}
.cid-sxnUUW8cIF .mbr-text,
.cid-sxnUUW8cIF blockquote {
  color: #767676;
}
.cid-sxnUUW8cIF .mbr-text {
  color: #000000;
}
.cid-sxnUUW8cIF .mbr-text P {
  text-align: center;
}
.cid-sxnV9bG9bQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxnV9bG9bQ h2 {
  margin-bottom: 0;
}
.cid-sxnV9bG9bQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-sxnV9bG9bQ p {
  color: #767676;
  margin-bottom: 0;
}
.cid-sxnV9bG9bQ .card-wrapper {
  border-top: 1px solid #ffffff;
  background-color: #000000;
  position: relative;
  justify-content: unset;
}
.cid-sxnV9bG9bQ .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-sxnV9bG9bQ .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-sxnV9bG9bQ .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-sxnV9bG9bQ .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-sxnV9bG9bQ .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-sxnV9bG9bQ .card-title {
  color: #00930f;
}
.cid-sxnV9bG9bQ H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sxnVWGXoGi {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxnVWGXoGi .mbr-section-btn > * {
  margin: 0;
}
.cid-sxnVWGXoGi h4 {
  font-weight: 500;
}
.cid-sxnVWGXoGi p {
  color: #232323;
}
.cid-sxnVWGXoGi .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sxnVWGXoGi .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sxnVWGXoGi .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxnVWGXoGi .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sxnVWGXoGi .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sxnVWGXoGi .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sxnVWGXoGi .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sxnVWGXoGi .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sxnVWGXoGi .card-img span {
    font-size: 40px !important;
  }
}
.cid-sxnVWGXoGi .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sxnVWGXoGi .text2,
.cid-sxnVWGXoGi .mbr-section-btn {
  color: #ed0e0e;
}
.cid-sxnVWGXoGi H2 {
  color: #ed0e0e;
  text-align: center;
}
.cid-sz07tmpKfu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-srcyQrSBsl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ed0e0e;
}
.cid-srcyQrSBsl .mbr-text,
.cid-srcyQrSBsl blockquote {
  color: #767676;
}
.cid-srcyQrSBsl .mbr-text {
  color: #000000;
}
.cid-srcyQrSBsl .mbr-text P {
  text-align: center;
}
.cid-srdiUxRTPx {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-srdiUxRTPx .counter-container {
  color: #767676;
}
.cid-srdiUxRTPx .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-srdiUxRTPx .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-srdiUxRTPx .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-srdiUxRTPx .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #ed0e0e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-srdiUxRTPx .mbr-text {
  color: #ffffff;
}
.cid-sz07sm0VFi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-srhwpYRntm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ed0e0e;
}
.cid-srhwpYRntm .mbr-text,
.cid-srhwpYRntm blockquote {
  color: #767676;
}
.cid-srhwpYRntm .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-srhwpYRntm .mbr-text P {
  text-align: center;
}
.cid-srj7RhEwBM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-srj7RhEwBM .mbr-text,
.cid-srj7RhEwBM blockquote {
  color: #767676;
}
.cid-srj7RhEwBM .mbr-text {
  color: #ffffff;
}
.cid-srj7RhEwBM .mbr-text P {
  text-align: center;
}
.cid-srjNgqMxkb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-srjNgqMxkb h3 {
  text-align: center;
}
.cid-srjNgqMxkb .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-srjNgqMxkb .mbr-content-text {
  color: #767676;
}
.cid-srjNgqMxkb .panel-item {
  background: #000000;
}
.cid-srjNgqMxkb .card {
  word-wrap: break-word;
}
.cid-srjNgqMxkb .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-srjNgqMxkb H3 {
  color: #ffffff;
}
.cid-srjNgqMxkb H4 {
  color: #ffffff;
}
.cid-srj2eCUxR7 {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-srj2eCUxR7 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-srj2eCUxR7 .video-block {
    width: 100% !important;
  }
}
.cid-srhwMTWmqF {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-srhwMTWmqF .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-srhwMTWmqF .video-block {
    width: 100% !important;
  }
}
.cid-srsmJL2fbk {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-srsmJL2fbk .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-srsmJL2fbk .video-block {
    width: 100% !important;
  }
}
.cid-srt3kwzpNR {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-srt3kwzpNR .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-srt3kwzpNR .video-block {
    width: 100% !important;
  }
}
.cid-srj2fc7o6V {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-srj2fc7o6V .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-srj2fc7o6V .video-block {
    width: 100% !important;
  }
}
.cid-srj2fLDSgi {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-srj2fLDSgi .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-srj2fLDSgi .video-block {
    width: 100% !important;
  }
}
.cid-sz07qUzT7C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-srcByIjIUf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ed0e0e;
}
.cid-srcByIjIUf .mbr-text,
.cid-srcByIjIUf blockquote {
  color: #767676;
}
.cid-srcByIjIUf .mbr-text {
  color: #000000;
}
.cid-srcByIjIUf .mbr-text P {
  text-align: center;
}
.cid-srjHsKrfn1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-srjHsKrfn1 h3 {
  text-align: center;
}
.cid-srjHsKrfn1 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-srjHsKrfn1 .mbr-content-text {
  color: #767676;
}
.cid-srjHsKrfn1 .panel-item {
  background: #000000;
}
.cid-srjHsKrfn1 .card {
  word-wrap: break-word;
}
.cid-srjHsKrfn1 .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-srjHsKrfn1 H3 {
  color: #ffffff;
}
.cid-srjHsKrfn1 H4 {
  color: #ffffff;
}
.cid-srcKDYd3qB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-srcKDYd3qB p {
  color: #767676;
}
.cid-srcKDYd3qB .mbr-section-subtitle {
  color: #767676;
}
.cid-srcKDYd3qB .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-srcKDYd3qB .panel-group {
  width: 100%;
}
.cid-srcKDYd3qB .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-srcKDYd3qB .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-srcKDYd3qB .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-srcKDYd3qB .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-srcKDYd3qB .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-srcKDYd3qB .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-srcKDYd3qB .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-srcKDYd3qB .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-srcKDYd3qB .panel-text {
  color: #ffffff;
  text-align: left;
}
.cid-srcKDYd3qB H4 {
  color: #ffffff;
}
.cid-srhyYLI0pJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-srhyYLI0pJ p {
  color: #767676;
}
.cid-srhyYLI0pJ .mbr-section-subtitle {
  color: #767676;
}
.cid-srhyYLI0pJ .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-srhyYLI0pJ .panel-group {
  width: 100%;
}
.cid-srhyYLI0pJ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-srhyYLI0pJ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-srhyYLI0pJ .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-srhyYLI0pJ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-srhyYLI0pJ .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-srhyYLI0pJ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-srhyYLI0pJ .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-srhyYLI0pJ .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-srhyYLI0pJ .panel-text {
  color: #ffffff;
  text-align: left;
}
.cid-srhyYLI0pJ H4 {
  color: #ffffff;
}
.cid-srhzskVDaa {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-srhzskVDaa p {
  color: #767676;
}
.cid-srhzskVDaa .mbr-section-subtitle {
  color: #767676;
}
.cid-srhzskVDaa .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-srhzskVDaa .panel-group {
  width: 100%;
}
.cid-srhzskVDaa .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-srhzskVDaa .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-srhzskVDaa .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-srhzskVDaa .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-srhzskVDaa .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-srhzskVDaa .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-srhzskVDaa .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-srhzskVDaa .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-srhzskVDaa .panel-text {
  color: #00930f;
  text-align: left;
}
.cid-srhzskVDaa H4 {
  color: #00930f;
}
.cid-srhA53lcJM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-srhA53lcJM p {
  color: #767676;
}
.cid-srhA53lcJM .mbr-section-subtitle {
  color: #767676;
}
.cid-srhA53lcJM .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-srhA53lcJM .panel-group {
  width: 100%;
}
.cid-srhA53lcJM .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-srhA53lcJM .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-srhA53lcJM .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-srhA53lcJM .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-srhA53lcJM .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-srhA53lcJM .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-srhA53lcJM .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-srhA53lcJM .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-srhA53lcJM .panel-text {
  color: #ed0e0e;
  text-align: left;
}
.cid-srhA53lcJM H4 {
  color: #ed0e0e;
}
.cid-srhB6SUw9C {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-srhB6SUw9C p {
  color: #767676;
}
.cid-srhB6SUw9C .mbr-section-subtitle {
  color: #767676;
}
.cid-srhB6SUw9C .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-srhB6SUw9C .panel-group {
  width: 100%;
}
.cid-srhB6SUw9C .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-srhB6SUw9C .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-srhB6SUw9C .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-srhB6SUw9C .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-srhB6SUw9C .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-srhB6SUw9C .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-srhB6SUw9C .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-srhB6SUw9C .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-srhB6SUw9C .panel-text {
  color: #ed0e0e;
  text-align: left;
}
.cid-srhB6SUw9C H4 {
  color: #ed0e0e;
}
.cid-srhBizv3q0 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-srhBizv3q0 p {
  color: #767676;
}
.cid-srhBizv3q0 .mbr-section-subtitle {
  color: #767676;
}
.cid-srhBizv3q0 .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-srhBizv3q0 .panel-group {
  width: 100%;
}
.cid-srhBizv3q0 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-srhBizv3q0 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-srhBizv3q0 .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-srhBizv3q0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-srhBizv3q0 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-srhBizv3q0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-srhBizv3q0 .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-srhBizv3q0 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-srhBizv3q0 .panel-text {
  color: #ed0e0e;
  text-align: left;
}
.cid-srhBizv3q0 H4 {
  color: #ed0e0e;
}
.cid-sxnNbnZFke {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sxnNbnZFke p {
  color: #767676;
}
.cid-sxnNbnZFke .mbr-section-subtitle {
  color: #767676;
}
.cid-sxnNbnZFke .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sxnNbnZFke .panel-group {
  width: 100%;
}
.cid-sxnNbnZFke .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-sxnNbnZFke .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sxnNbnZFke .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-sxnNbnZFke .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sxnNbnZFke .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-sxnNbnZFke .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-sxnNbnZFke .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-sxnNbnZFke .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sxnNbnZFke .panel-text {
  color: #f7ed4a;
  text-align: left;
}
.cid-sxnNbnZFke H4 {
  color: #f7ed4a;
}
.cid-sxnKmqzwdn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-srnI5Bcq9U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ed0e0e;
}
.cid-srnI5Bcq9U .mbr-text,
.cid-srnI5Bcq9U blockquote {
  color: #767676;
}
.cid-srnI5Bcq9U .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-srnI5Bcq9U .mbr-text P {
  text-align: center;
}
.cid-srnI6yRhh3 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #000000;
}
.cid-srnI6yRhh3 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-srnI6yRhh3 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-srnI6yRhh3 .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-srnI6yRhh3 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-srnI6yRhh3 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-srnI6yRhh3 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-srnI6yRhh3 .card .panel-body {
  color: #767676;
}
.cid-srnI6yRhh3 .panel-text {
  color: #ffffff;
}
.cid-srnI6yRhh3 H4 {
  color: #ed0e0e;
}
.cid-sxnKowLZCJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxnSMWzcyZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ed0e0e;
}
.cid-sxnSMWzcyZ .mbr-text,
.cid-sxnSMWzcyZ blockquote {
  color: #767676;
}
.cid-sxnSMWzcyZ .mbr-text {
  color: #000000;
}
.cid-sxnSMWzcyZ .mbr-text P {
  text-align: center;
}
.cid-sxnSOUH6Os {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxnSOUH6Os .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sxnSOUH6Os .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sxnSOUH6Os .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-sxnSOUH6Os .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sxnSOUH6Os .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-sz07ozBIMc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxnTaF1uDw {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-sxnTaF1uDw .mbr-section-btn > * {
  margin: 0;
}
.cid-sxnTaF1uDw h4 {
  font-weight: 500;
}
.cid-sxnTaF1uDw p {
  color: #232323;
}
.cid-sxnTaF1uDw .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sxnTaF1uDw .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sxnTaF1uDw .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxnTaF1uDw .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sxnTaF1uDw .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sxnTaF1uDw .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sxnTaF1uDw .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sxnTaF1uDw .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sxnTaF1uDw .card-img span {
    font-size: 40px !important;
  }
}
.cid-sxnTaF1uDw .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sxnTaF1uDw .text2,
.cid-sxnTaF1uDw .mbr-section-btn {
  color: #ffffff;
}
.cid-sxnTaF1uDw H2 {
  color: #ed0e0e;
}
.cid-sxnTGPW329 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxnTGPW329 .mbr-text,
.cid-sxnTGPW329 blockquote {
  color: #767676;
}
.cid-sxnTGPW329 .mbr-text {
  color: #ffffff;
}
.cid-sxnTGPW329 .mbr-text P {
  text-align: center;
}
.cid-sz0aBdD9CK {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-sz0aBdD9CK .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sz0aBdD9CK .video-block {
    width: 100% !important;
  }
}
.cid-sz07fPNYlc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxnY9ybFhI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sxnY9ybFhI .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxnY9ybFhI .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sxnY9ybFhI .media-wrap img {
  height: 6rem;
}
.cid-sxnY9ybFhI .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sxnY9ybFhI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxnY9ybFhI .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sxnY9ybFhI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sxnY9ybFhI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxnY9ybFhI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxnY9ybFhI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxnY9ybFhI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxnY9ybFhI .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sxnY9ybFhI .links {
  color: #232323;
}
.cid-sxnY9ybFhI P {
  color: #ffffff;
}
.cid-sxnY9ybFhI .copyright > p {
  color: #ffffff;
}
.cid-s9Exm1fcfG .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s9Exm1fcfG .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-s9Exm1fcfG a {
  font-style: normal;
}
.cid-s9Exm1fcfG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s9Exm1fcfG .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-s9Exm1fcfG .nav-item:focus,
.cid-s9Exm1fcfG .nav-link:focus {
  outline: none;
}
.cid-s9Exm1fcfG .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-s9Exm1fcfG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s9Exm1fcfG .menu-logo {
  margin-right: auto;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s9Exm1fcfG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s9Exm1fcfG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s9Exm1fcfG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s9Exm1fcfG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s9Exm1fcfG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s9Exm1fcfG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s9Exm1fcfG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s9Exm1fcfG button.navbar-toggler:focus {
  outline: none;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s9Exm1fcfG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s9Exm1fcfG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s9Exm1fcfG .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-s9Exm1fcfG .collapsed .btn {
  display: flex;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s9Exm1fcfG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s9Exm1fcfG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s9Exm1fcfG .collapsed button.navbar-toggler {
  display: block;
}
.cid-s9Exm1fcfG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s9Exm1fcfG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s9Exm1fcfG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s9Exm1fcfG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-s9Exm1fcfG.navbar-expand {
    flex-direction: column;
  }
  .cid-s9Exm1fcfG img {
    height: 3.8rem !important;
  }
  .cid-s9Exm1fcfG .btn {
    display: flex;
  }
  .cid-s9Exm1fcfG button.navbar-toggler {
    display: block;
  }
  .cid-s9Exm1fcfG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s9Exm1fcfG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s9Exm1fcfG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing,
  .cid-s9Exm1fcfG .navbar-collapse.show {
    display: block !important;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-nav,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-buttons,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s9Exm1fcfG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s9Exm1fcfG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s9Exm1fcfG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s9Exm1fcfG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s9Exm1fcfG .menu-logo {
    flex-shrink: 0;
  }
}
.cid-s9Exm1fcfG .navbar-collapse {
  flex-basis: auto;
}
.cid-s9Exm1fcfG .nav-link:hover,
.cid-s9Exm1fcfG .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-sxlOono4ic {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxlOono4ic .line {
  background-color: #00930f;
  color: #00930f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sxlOono4ic .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-sxlOono4ic .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sxlOono4ic .inner-container {
    width: 100% !important;
  }
}
.cid-syZGDzmeFi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxlOnFDpI8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sxlOnFDpI8 .mbr-section-btn > * {
  margin: 0;
}
.cid-sxlOnFDpI8 h4 {
  font-weight: 500;
}
.cid-sxlOnFDpI8 p {
  color: #232323;
}
.cid-sxlOnFDpI8 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sxlOnFDpI8 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sxlOnFDpI8 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxlOnFDpI8 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sxlOnFDpI8 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sxlOnFDpI8 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sxlOnFDpI8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sxlOnFDpI8 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sxlOnFDpI8 .card-img span {
    font-size: 40px !important;
  }
}
.cid-sxlOnFDpI8 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sxlOnFDpI8 .text2,
.cid-sxlOnFDpI8 .mbr-section-btn {
  color: #ffffff;
}
.cid-sxlOnFDpI8 .text1 {
  color: #ffffff;
}
.cid-sxlOnFDpI8 H2 {
  color: #ffffff;
}
.cid-sxny7j6BZt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxny7j6BZt .item {
  padding-bottom: 2rem;
}
.cid-sxny7j6BZt .item-wrapper {
  height: 100%;
}
.cid-sxny7j6BZt .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sxny7j6BZt .carousel-control,
.cid-sxny7j6BZt .close {
  background: #1b1b1b;
}
.cid-sxny7j6BZt .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sxny7j6BZt .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sxny7j6BZt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-sxny7j6BZt .close::before {
  content: '\e91a';
}
.cid-sxny7j6BZt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sxny7j6BZt .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-sxny7j6BZt .carousel-inner > .active {
  display: block;
}
.cid-sxny7j6BZt .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sxny7j6BZt .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sxny7j6BZt .carousel-control .icon-next,
.cid-sxny7j6BZt .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sxny7j6BZt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sxny7j6BZt .carousel-control,
  .cid-sxny7j6BZt .carousel-indicators,
  .cid-sxny7j6BZt .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sxny7j6BZt .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sxny7j6BZt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sxny7j6BZt .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-sxny7j6BZt .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sxny7j6BZt .carousel-indicators {
    display: none;
  }
}
.cid-sxny7j6BZt .carousel-indicators .active,
.cid-sxny7j6BZt .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-sxny7j6BZt .carousel-indicators .active {
  background: #fff;
}
.cid-sxny7j6BZt .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sxny7j6BZt .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sxny7j6BZt .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sxny7j6BZt .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sxny7j6BZt .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sxny7j6BZt .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-sxny7j6BZt .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sxny7j6BZt .carousel {
  width: 100%;
}
.cid-sxny7j6BZt .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sxny7j6BZt .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-sxny7j6BZt .modal.fade .modal-dialog,
.cid-sxny7j6BZt .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-sxny7j6BZt .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sxny7j6BZt a {
  display: block;
}
.cid-sxny7j6BZt a.img {
  pointer-events: none;
}
.cid-sxny7j6BZt H4 {
  color: #ffffff;
}
.cid-syZGWQvZyV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxnxhx1gEQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sxnxhx1gEQ .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxnxhx1gEQ .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sxnxhx1gEQ .media-wrap img {
  height: 6rem;
}
.cid-sxnxhx1gEQ .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sxnxhx1gEQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxnxhx1gEQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sxnxhx1gEQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sxnxhx1gEQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxnxhx1gEQ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxnxhx1gEQ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxnxhx1gEQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxnxhx1gEQ .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sxnxhx1gEQ .links {
  color: #232323;
}
.cid-sxnxhx1gEQ P {
  color: #ffffff;
}
.cid-sxnxhx1gEQ .copyright > p {
  color: #ffffff;
}
.cid-saN6KkKFIV .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-saN6KkKFIV .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-saN6KkKFIV a {
  font-style: normal;
}
.cid-saN6KkKFIV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-saN6KkKFIV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-saN6KkKFIV .nav-item:focus,
.cid-saN6KkKFIV .nav-link:focus {
  outline: none;
}
.cid-saN6KkKFIV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-saN6KkKFIV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-saN6KkKFIV .menu-logo {
  margin-right: auto;
}
.cid-saN6KkKFIV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-saN6KkKFIV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-saN6KkKFIV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-saN6KkKFIV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-saN6KkKFIV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-saN6KkKFIV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-saN6KkKFIV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-saN6KkKFIV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-saN6KkKFIV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-saN6KkKFIV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-saN6KkKFIV .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-saN6KkKFIV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-saN6KkKFIV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-saN6KkKFIV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-saN6KkKFIV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-saN6KkKFIV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-saN6KkKFIV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-saN6KkKFIV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-saN6KkKFIV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-saN6KkKFIV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-saN6KkKFIV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-saN6KkKFIV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-saN6KkKFIV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-saN6KkKFIV button.navbar-toggler:focus {
  outline: none;
}
.cid-saN6KkKFIV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-saN6KkKFIV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-saN6KkKFIV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-saN6KkKFIV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-saN6KkKFIV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-saN6KkKFIV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saN6KkKFIV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-saN6KkKFIV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-saN6KkKFIV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saN6KkKFIV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-saN6KkKFIV .collapsed .btn {
  display: flex;
}
.cid-saN6KkKFIV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-saN6KkKFIV .collapsed .navbar-collapse.collapsing,
.cid-saN6KkKFIV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-saN6KkKFIV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-saN6KkKFIV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-saN6KkKFIV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-saN6KkKFIV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-saN6KkKFIV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-saN6KkKFIV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-saN6KkKFIV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-saN6KkKFIV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-saN6KkKFIV .collapsed button.navbar-toggler {
  display: block;
}
.cid-saN6KkKFIV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-saN6KkKFIV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-saN6KkKFIV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-saN6KkKFIV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-saN6KkKFIV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-saN6KkKFIV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-saN6KkKFIV.navbar-expand {
    flex-direction: column;
  }
  .cid-saN6KkKFIV img {
    height: 3.8rem !important;
  }
  .cid-saN6KkKFIV .btn {
    display: flex;
  }
  .cid-saN6KkKFIV button.navbar-toggler {
    display: block;
  }
  .cid-saN6KkKFIV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-saN6KkKFIV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-saN6KkKFIV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-saN6KkKFIV .navbar-collapse.collapsing,
  .cid-saN6KkKFIV .navbar-collapse.show {
    display: block !important;
  }
  .cid-saN6KkKFIV .navbar-collapse.collapsing .navbar-nav,
  .cid-saN6KkKFIV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-saN6KkKFIV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-saN6KkKFIV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-saN6KkKFIV .navbar-collapse.collapsing .navbar-buttons,
  .cid-saN6KkKFIV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-saN6KkKFIV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-saN6KkKFIV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-saN6KkKFIV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-saN6KkKFIV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-saN6KkKFIV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-saN6KkKFIV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-saN6KkKFIV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-saN6KkKFIV .navbar-collapse {
  flex-basis: auto;
}
.cid-saN6KkKFIV .nav-link:hover,
.cid-saN6KkKFIV .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-sxnQRXAYdK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/f25aff2e-842f-47d9-9617-a50fa52adb42-1-2000x1619.jpeg");
}
.cid-sxnQFbmgWx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/f25aff2e-842f-47d9-9617-a50fa52adb42-1-2000x1619.jpeg");
}
.cid-sxnQDPyrpn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxnQDPyrpn .mbr-text,
.cid-sxnQDPyrpn blockquote {
  color: #767676;
}
.cid-sxnQDPyrpn .mbr-text {
  color: #ffffff;
}
.cid-sxnQFSsvQ3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/f25aff2e-842f-47d9-9617-a50fa52adb42-1-2000x1619.jpeg");
}
.cid-sxnQH4lxdH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sxnQH4lxdH .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxnQH4lxdH .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sxnQH4lxdH .media-wrap img {
  height: 6rem;
}
.cid-sxnQH4lxdH .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sxnQH4lxdH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxnQH4lxdH .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sxnQH4lxdH .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sxnQH4lxdH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxnQH4lxdH .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxnQH4lxdH .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxnQH4lxdH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxnQH4lxdH .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sxnQH4lxdH .links {
  color: #232323;
}
.cid-sxnQH4lxdH P {
  color: #ffffff;
}
.cid-sxnQH4lxdH .copyright > p {
  color: #ffffff;
}
.cid-sc02APfr3X .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sc02APfr3X .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sc02APfr3X a {
  font-style: normal;
}
.cid-sc02APfr3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sc02APfr3X .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sc02APfr3X .nav-item:focus,
.cid-sc02APfr3X .nav-link:focus {
  outline: none;
}
.cid-sc02APfr3X .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sc02APfr3X .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sc02APfr3X .menu-logo {
  margin-right: auto;
}
.cid-sc02APfr3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sc02APfr3X .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sc02APfr3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sc02APfr3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sc02APfr3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sc02APfr3X .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sc02APfr3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sc02APfr3X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sc02APfr3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sc02APfr3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sc02APfr3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sc02APfr3X .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sc02APfr3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sc02APfr3X button.navbar-toggler:focus {
  outline: none;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sc02APfr3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc02APfr3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sc02APfr3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sc02APfr3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc02APfr3X .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sc02APfr3X .collapsed .btn {
  display: flex;
}
.cid-sc02APfr3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing,
.cid-sc02APfr3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sc02APfr3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sc02APfr3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sc02APfr3X .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sc02APfr3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sc02APfr3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-sc02APfr3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sc02APfr3X .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sc02APfr3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sc02APfr3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sc02APfr3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sc02APfr3X .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sc02APfr3X.navbar-expand {
    flex-direction: column;
  }
  .cid-sc02APfr3X img {
    height: 3.8rem !important;
  }
  .cid-sc02APfr3X .btn {
    display: flex;
  }
  .cid-sc02APfr3X button.navbar-toggler {
    display: block;
  }
  .cid-sc02APfr3X .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sc02APfr3X .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sc02APfr3X .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing,
  .cid-sc02APfr3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing .navbar-nav,
  .cid-sc02APfr3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sc02APfr3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-sc02APfr3X .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sc02APfr3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sc02APfr3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sc02APfr3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sc02APfr3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sc02APfr3X .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sc02APfr3X .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sc02APfr3X .navbar-collapse {
  flex-basis: auto;
}
.cid-sc02APfr3X .nav-link:hover,
.cid-sc02APfr3X .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-sxq2FUgfGt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-sxq2wevx1T {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-sxq2wevx1T .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sxq2wevx1T .video-block {
    width: 100% !important;
  }
}
.cid-sxq2LUAfw2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxq5XKiYmJ {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-sxq5XKiYmJ .mbr-section-btn > * {
  margin: 0;
}
.cid-sxq5XKiYmJ h4 {
  font-weight: 500;
}
.cid-sxq5XKiYmJ p {
  color: #232323;
}
.cid-sxq5XKiYmJ .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sxq5XKiYmJ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sxq5XKiYmJ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxq5XKiYmJ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sxq5XKiYmJ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sxq5XKiYmJ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sxq5XKiYmJ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sxq5XKiYmJ .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sxq5XKiYmJ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sxq5XKiYmJ .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sxq5XKiYmJ .card-img span {
    font-size: 40px !important;
  }
}
.cid-sxq5XKiYmJ .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sxq5XKiYmJ .text2,
.cid-sxq5XKiYmJ .mbr-section-btn {
  color: #ed0e0e;
}
.cid-sxq5XKiYmJ H2 {
  color: #ed0e0e;
  text-align: center;
}
.cid-sxq6UQE5sL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxq2NNpIE5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sxq2NNpIE5 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxq2NNpIE5 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sxq2NNpIE5 .media-wrap img {
  height: 6rem;
}
.cid-sxq2NNpIE5 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sxq2NNpIE5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxq2NNpIE5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sxq2NNpIE5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sxq2NNpIE5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxq2NNpIE5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxq2NNpIE5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxq2NNpIE5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxq2NNpIE5 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sxq2NNpIE5 .links {
  color: #232323;
}
.cid-sxq2NNpIE5 P {
  color: #ffffff;
}
.cid-sxq2NNpIE5 .copyright > p {
  color: #ffffff;
}
.cid-sc02APfr3X .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sc02APfr3X .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sc02APfr3X a {
  font-style: normal;
}
.cid-sc02APfr3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sc02APfr3X .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sc02APfr3X .nav-item:focus,
.cid-sc02APfr3X .nav-link:focus {
  outline: none;
}
.cid-sc02APfr3X .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sc02APfr3X .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sc02APfr3X .menu-logo {
  margin-right: auto;
}
.cid-sc02APfr3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sc02APfr3X .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sc02APfr3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sc02APfr3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sc02APfr3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sc02APfr3X .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sc02APfr3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sc02APfr3X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sc02APfr3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sc02APfr3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sc02APfr3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sc02APfr3X .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sc02APfr3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sc02APfr3X button.navbar-toggler:focus {
  outline: none;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sc02APfr3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc02APfr3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sc02APfr3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sc02APfr3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc02APfr3X .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sc02APfr3X .collapsed .btn {
  display: flex;
}
.cid-sc02APfr3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing,
.cid-sc02APfr3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sc02APfr3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sc02APfr3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sc02APfr3X .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sc02APfr3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sc02APfr3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-sc02APfr3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sc02APfr3X .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sc02APfr3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sc02APfr3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sc02APfr3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sc02APfr3X .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sc02APfr3X.navbar-expand {
    flex-direction: column;
  }
  .cid-sc02APfr3X img {
    height: 3.8rem !important;
  }
  .cid-sc02APfr3X .btn {
    display: flex;
  }
  .cid-sc02APfr3X button.navbar-toggler {
    display: block;
  }
  .cid-sc02APfr3X .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sc02APfr3X .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sc02APfr3X .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing,
  .cid-sc02APfr3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing .navbar-nav,
  .cid-sc02APfr3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sc02APfr3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-sc02APfr3X .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sc02APfr3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sc02APfr3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sc02APfr3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sc02APfr3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sc02APfr3X .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sc02APfr3X .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sc02APfr3X .navbar-collapse {
  flex-basis: auto;
}
.cid-sc02APfr3X .nav-link:hover,
.cid-sc02APfr3X .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-sxq7kC9avW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1440x1920.jpg");
}
.cid-sxq7I7NwJI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxq7ATRMBH {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-sxq7ATRMBH .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sxq7ATRMBH .video-block {
    width: 100% !important;
  }
}
.cid-sxq7CNzZV2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxq7BK0alo {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-sxq7BK0alo .mbr-section-btn > * {
  margin: 0;
}
.cid-sxq7BK0alo h4 {
  font-weight: 500;
}
.cid-sxq7BK0alo p {
  color: #232323;
}
.cid-sxq7BK0alo .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sxq7BK0alo .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sxq7BK0alo .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxq7BK0alo .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sxq7BK0alo .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sxq7BK0alo .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sxq7BK0alo .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sxq7BK0alo .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sxq7BK0alo .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sxq7BK0alo .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sxq7BK0alo .card-img span {
    font-size: 40px !important;
  }
}
.cid-sxq7BK0alo .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sxq7BK0alo .text2,
.cid-sxq7BK0alo .mbr-section-btn {
  color: #ed0e0e;
}
.cid-sxq7BK0alo H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sxq7DPDaII {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxq7NsKEuw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sxq7NsKEuw .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxq7NsKEuw .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sxq7NsKEuw .media-wrap img {
  height: 6rem;
}
.cid-sxq7NsKEuw .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sxq7NsKEuw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxq7NsKEuw .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sxq7NsKEuw .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sxq7NsKEuw .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxq7NsKEuw .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxq7NsKEuw .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxq7NsKEuw .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxq7NsKEuw .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sxq7NsKEuw .links {
  color: #232323;
}
.cid-sxq7NsKEuw P {
  color: #ffffff;
}
.cid-sxq7NsKEuw .copyright > p {
  color: #ffffff;
}
.cid-sc02APfr3X .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sc02APfr3X .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sc02APfr3X a {
  font-style: normal;
}
.cid-sc02APfr3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sc02APfr3X .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sc02APfr3X .nav-item:focus,
.cid-sc02APfr3X .nav-link:focus {
  outline: none;
}
.cid-sc02APfr3X .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sc02APfr3X .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sc02APfr3X .menu-logo {
  margin-right: auto;
}
.cid-sc02APfr3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sc02APfr3X .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sc02APfr3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sc02APfr3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sc02APfr3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sc02APfr3X .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sc02APfr3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sc02APfr3X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sc02APfr3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sc02APfr3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sc02APfr3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sc02APfr3X .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sc02APfr3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sc02APfr3X button.navbar-toggler:focus {
  outline: none;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sc02APfr3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc02APfr3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sc02APfr3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sc02APfr3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc02APfr3X .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sc02APfr3X .collapsed .btn {
  display: flex;
}
.cid-sc02APfr3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing,
.cid-sc02APfr3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sc02APfr3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sc02APfr3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sc02APfr3X .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sc02APfr3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sc02APfr3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-sc02APfr3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sc02APfr3X .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sc02APfr3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sc02APfr3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sc02APfr3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sc02APfr3X .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sc02APfr3X.navbar-expand {
    flex-direction: column;
  }
  .cid-sc02APfr3X img {
    height: 3.8rem !important;
  }
  .cid-sc02APfr3X .btn {
    display: flex;
  }
  .cid-sc02APfr3X button.navbar-toggler {
    display: block;
  }
  .cid-sc02APfr3X .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sc02APfr3X .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sc02APfr3X .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing,
  .cid-sc02APfr3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing .navbar-nav,
  .cid-sc02APfr3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sc02APfr3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-sc02APfr3X .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sc02APfr3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sc02APfr3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sc02APfr3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sc02APfr3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sc02APfr3X .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sc02APfr3X .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sc02APfr3X .navbar-collapse {
  flex-basis: auto;
}
.cid-sc02APfr3X .nav-link:hover,
.cid-sc02APfr3X .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-sxqbLbNMtg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1-1920x1323.jpg");
}
.cid-sxqbOEpHvx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxqbN7AFtY {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-sxqbN7AFtY .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sxqbN7AFtY .video-block {
    width: 100% !important;
  }
}
.cid-sxqbIgA1Fo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxqbB1en2S {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-sxqbB1en2S .mbr-section-btn > * {
  margin: 0;
}
.cid-sxqbB1en2S h4 {
  font-weight: 500;
}
.cid-sxqbB1en2S p {
  color: #232323;
}
.cid-sxqbB1en2S .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sxqbB1en2S .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sxqbB1en2S .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxqbB1en2S .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sxqbB1en2S .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sxqbB1en2S .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sxqbB1en2S .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sxqbB1en2S .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sxqbB1en2S .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sxqbB1en2S .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sxqbB1en2S .card-img span {
    font-size: 40px !important;
  }
}
.cid-sxqbB1en2S .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sxqbB1en2S .text2,
.cid-sxqbB1en2S .mbr-section-btn {
  color: #ed0e0e;
}
.cid-sxqbB1en2S H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sxqbG24219 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxqbEp9e0M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sxqbEp9e0M .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxqbEp9e0M .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sxqbEp9e0M .media-wrap img {
  height: 6rem;
}
.cid-sxqbEp9e0M .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sxqbEp9e0M .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxqbEp9e0M .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sxqbEp9e0M .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sxqbEp9e0M .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxqbEp9e0M .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxqbEp9e0M .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxqbEp9e0M .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxqbEp9e0M .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sxqbEp9e0M .links {
  color: #232323;
}
.cid-sxqbEp9e0M P {
  color: #ffffff;
}
.cid-sxqbEp9e0M .copyright > p {
  color: #ffffff;
}
.cid-sc02APfr3X .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sc02APfr3X .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sc02APfr3X a {
  font-style: normal;
}
.cid-sc02APfr3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sc02APfr3X .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sc02APfr3X .nav-item:focus,
.cid-sc02APfr3X .nav-link:focus {
  outline: none;
}
.cid-sc02APfr3X .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sc02APfr3X .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sc02APfr3X .menu-logo {
  margin-right: auto;
}
.cid-sc02APfr3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sc02APfr3X .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sc02APfr3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sc02APfr3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sc02APfr3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sc02APfr3X .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sc02APfr3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sc02APfr3X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sc02APfr3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sc02APfr3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sc02APfr3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sc02APfr3X .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sc02APfr3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sc02APfr3X button.navbar-toggler:focus {
  outline: none;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sc02APfr3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc02APfr3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sc02APfr3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sc02APfr3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc02APfr3X .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sc02APfr3X .collapsed .btn {
  display: flex;
}
.cid-sc02APfr3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing,
.cid-sc02APfr3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sc02APfr3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sc02APfr3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sc02APfr3X .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sc02APfr3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sc02APfr3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-sc02APfr3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sc02APfr3X .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sc02APfr3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sc02APfr3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sc02APfr3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sc02APfr3X .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sc02APfr3X.navbar-expand {
    flex-direction: column;
  }
  .cid-sc02APfr3X img {
    height: 3.8rem !important;
  }
  .cid-sc02APfr3X .btn {
    display: flex;
  }
  .cid-sc02APfr3X button.navbar-toggler {
    display: block;
  }
  .cid-sc02APfr3X .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sc02APfr3X .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sc02APfr3X .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing,
  .cid-sc02APfr3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing .navbar-nav,
  .cid-sc02APfr3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sc02APfr3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-sc02APfr3X .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sc02APfr3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sc02APfr3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sc02APfr3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sc02APfr3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sc02APfr3X .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sc02APfr3X .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sc02APfr3X .navbar-collapse {
  flex-basis: auto;
}
.cid-sc02APfr3X .nav-link:hover,
.cid-sc02APfr3X .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-sxqfknWcRd {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1406.jpg");
}
.cid-sxqfoNhhKM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxqfnABE4a {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-sxqfnABE4a .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sxqfnABE4a .video-block {
    width: 100% !important;
  }
}
.cid-sxqfqRVXis {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxqfssAok0 {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-sxqfssAok0 .mbr-section-btn > * {
  margin: 0;
}
.cid-sxqfssAok0 h4 {
  font-weight: 500;
}
.cid-sxqfssAok0 p {
  color: #232323;
}
.cid-sxqfssAok0 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sxqfssAok0 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sxqfssAok0 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxqfssAok0 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sxqfssAok0 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sxqfssAok0 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sxqfssAok0 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sxqfssAok0 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sxqfssAok0 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sxqfssAok0 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sxqfssAok0 .card-img span {
    font-size: 40px !important;
  }
}
.cid-sxqfssAok0 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sxqfssAok0 .text2,
.cid-sxqfssAok0 .mbr-section-btn {
  color: #ed0e0e;
}
.cid-sxqfssAok0 H2 {
  color: #ffffff;
  text-align: center;
}
.cid-sxqfudx61r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxqfw7yIZi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sxqfw7yIZi .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxqfw7yIZi .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sxqfw7yIZi .media-wrap img {
  height: 6rem;
}
.cid-sxqfw7yIZi .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sxqfw7yIZi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxqfw7yIZi .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sxqfw7yIZi .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sxqfw7yIZi .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxqfw7yIZi .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxqfw7yIZi .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxqfw7yIZi .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxqfw7yIZi .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sxqfw7yIZi .links {
  color: #232323;
}
.cid-sxqfw7yIZi P {
  color: #ffffff;
}
.cid-sxqfw7yIZi .copyright > p {
  color: #ffffff;
}
.cid-sc02APfr3X .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sc02APfr3X .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sc02APfr3X a {
  font-style: normal;
}
.cid-sc02APfr3X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sc02APfr3X .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-sc02APfr3X .nav-item:focus,
.cid-sc02APfr3X .nav-link:focus {
  outline: none;
}
.cid-sc02APfr3X .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-sc02APfr3X .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sc02APfr3X .menu-logo {
  margin-right: auto;
}
.cid-sc02APfr3X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sc02APfr3X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sc02APfr3X .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sc02APfr3X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sc02APfr3X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sc02APfr3X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sc02APfr3X .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sc02APfr3X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sc02APfr3X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sc02APfr3X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sc02APfr3X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sc02APfr3X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sc02APfr3X .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sc02APfr3X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sc02APfr3X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sc02APfr3X button.navbar-toggler:focus {
  outline: none;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sc02APfr3X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sc02APfr3X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc02APfr3X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sc02APfr3X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sc02APfr3X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sc02APfr3X .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sc02APfr3X .collapsed .btn {
  display: flex;
}
.cid-sc02APfr3X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing,
.cid-sc02APfr3X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sc02APfr3X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sc02APfr3X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sc02APfr3X .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sc02APfr3X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sc02APfr3X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sc02APfr3X .collapsed button.navbar-toggler {
  display: block;
}
.cid-sc02APfr3X .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sc02APfr3X .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sc02APfr3X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sc02APfr3X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sc02APfr3X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sc02APfr3X .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sc02APfr3X.navbar-expand {
    flex-direction: column;
  }
  .cid-sc02APfr3X img {
    height: 3.8rem !important;
  }
  .cid-sc02APfr3X .btn {
    display: flex;
  }
  .cid-sc02APfr3X button.navbar-toggler {
    display: block;
  }
  .cid-sc02APfr3X .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sc02APfr3X .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sc02APfr3X .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing,
  .cid-sc02APfr3X .navbar-collapse.show {
    display: block !important;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing .navbar-nav,
  .cid-sc02APfr3X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sc02APfr3X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing .navbar-buttons,
  .cid-sc02APfr3X .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sc02APfr3X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sc02APfr3X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sc02APfr3X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sc02APfr3X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sc02APfr3X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sc02APfr3X .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sc02APfr3X .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sc02APfr3X .navbar-collapse {
  flex-basis: auto;
}
.cid-sc02APfr3X .nav-link:hover,
.cid-sc02APfr3X .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-sxqh5O7hfK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1379.jpg");
}
.cid-sxqh7tcbat {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxqh9hlAwv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxqhaJOsI4 {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-sxqhaJOsI4 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sxqhaJOsI4 .video-block {
    width: 100% !important;
  }
}
.cid-sxqhflBYe7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxqhn4mt0b {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-sxqhn4mt0b .mbr-section-btn > * {
  margin: 0;
}
.cid-sxqhn4mt0b h4 {
  font-weight: 500;
}
.cid-sxqhn4mt0b p {
  color: #232323;
}
.cid-sxqhn4mt0b .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-sxqhn4mt0b .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sxqhn4mt0b .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sxqhn4mt0b .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sxqhn4mt0b .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sxqhn4mt0b .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sxqhn4mt0b .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-sxqhn4mt0b .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-sxqhn4mt0b .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-sxqhn4mt0b .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-sxqhn4mt0b .card-img span {
    font-size: 40px !important;
  }
}
.cid-sxqhn4mt0b .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-sxqhn4mt0b .text2,
.cid-sxqhn4mt0b .mbr-section-btn {
  color: #ed0e0e;
}
.cid-sxqhn4mt0b H2 {
  color: #ed0e0e;
  text-align: center;
}
.cid-sxqhjaMdiC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sxqhv5KIni {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-sxqhv5KIni .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxqhv5KIni .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sxqhv5KIni .media-wrap img {
  height: 6rem;
}
.cid-sxqhv5KIni .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sxqhv5KIni .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sxqhv5KIni .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sxqhv5KIni .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-sxqhv5KIni .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sxqhv5KIni .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sxqhv5KIni .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sxqhv5KIni .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxqhv5KIni .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-sxqhv5KIni .links {
  color: #232323;
}
.cid-sxqhv5KIni P {
  color: #ffffff;
}
.cid-sxqhv5KIni .copyright > p {
  color: #ffffff;
}
