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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 3.4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-2 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 2.8rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #00b2ff !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #54bcd7 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6900 !important;
  border-color: #ff6900 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b34900 !important;
  border-color: #b34900 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b34900 !important;
  border-color: #b34900 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #007db3 !important;
  border-color: #007db3 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #007db3 !important;
  border-color: #007db3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #54bcd7 !important;
  border-color: #54bcd7 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2a98b4 !important;
  border-color: #2a98b4 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2a98b4 !important;
  border-color: #2a98b4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #993f00;
  color: #993f00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff6900;
  border-color: #ff6900;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6900 !important;
  border-color: #ff6900 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #006b99;
  color: #006b99;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #00b2ff;
  border-color: #00b2ff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #2586a0;
  color: #2586a0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #54bcd7;
  border-color: #54bcd7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #54bcd7 !important;
  border-color: #54bcd7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff6900 !important;
}
.text-success {
  color: #00b2ff !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #54bcd7 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #993f00 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #006b99 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #2586a0 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #54bcd7;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ccf0ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f9fdfe;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6900 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-uJLrKscKlQ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uJLrKscKlQ .navbar-dropdown {
  background-color: #0f7699 !important;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0f7699 !important;
  background: #0f7699;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJLrKscKlQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJLrKscKlQ .menu_box .navbar.opened,
  .cid-uJLrKscKlQ .menu_box .navbar-collapse {
    background-color: #0f7699 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJLrKscKlQ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uJLrKscKlQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJLrKscKlQ .btn:hover {
  box-shadow: none;
}
.cid-uJLrKscKlQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uJLrKscKlQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uJLrKscKlQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJLrKscKlQ .nav-item .nav-link:hover::before,
.cid-uJLrKscKlQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uJLrKscKlQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJLrKscKlQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJLrKscKlQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJLrKscKlQ .offcanvas_box {
    display: none;
  }
}
.cid-uJLrKscKlQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJLrKscKlQ .container {
  display: flex;
  margin: auto;
}
.cid-uJLrKscKlQ .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uJLrKscKlQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJLrKscKlQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJLrKscKlQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav {
    margin: 0;
  }
}
.cid-uJLrKscKlQ .dropdown-menu,
.cid-uJLrKscKlQ .navbar.opened {
  background-color: false !important;
}
.cid-uJLrKscKlQ .nav-item:focus,
.cid-uJLrKscKlQ .nav-link:focus {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJLrKscKlQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJLrKscKlQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJLrKscKlQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uJLrKscKlQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJLrKscKlQ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uJLrKscKlQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar.collapsed {
  justify-content: center;
}
.cid-uJLrKscKlQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJLrKscKlQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJLrKscKlQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJLrKscKlQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJLrKscKlQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJLrKscKlQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJLrKscKlQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJLrKscKlQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJLrKscKlQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJLrKscKlQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJLrKscKlQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown-item.active,
.cid-uJLrKscKlQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJLrKscKlQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJLrKscKlQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJLrKscKlQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0f7699;
  background: #ff5753;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJLrKscKlQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJLrKscKlQ .navbar {
    height: 70px;
  }
  .cid-uJLrKscKlQ .navbar.opened {
    height: auto;
  }
  .cid-uJLrKscKlQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJLrKscKlQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJLrKscKlQ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uJLrKscKlQ .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-uJLrKscKlQ .navbar-caption:hover {
  color: #149dcc;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJLrKscKlQ .text_widget {
  margin-bottom: 32px;
}
.cid-uJLrKscKlQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJLrKscKlQ .text_widget a:hover,
.cid-uJLrKscKlQ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uJLrKscKlQ .icons-menu-main {
  display: flex;
}
.cid-uJLrKscKlQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .navbar-caption {
  color: #000000;
}
.cid-uJLrKscKlQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .mbr-section-subtitle,
.cid-uJLrKscKlQ .text_widget,
.cid-uJLrKscKlQ .mbr-section-btn {
  text-align: center;
}
.cid-uJLrKscKlQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uH9qS6UKcu {
  background: #232323;
  padding-top: 105px;
  padding-bottom: 15px;
}
.cid-uH9qS6UKcu .image-block {
  margin: auto;
}
.cid-uH9qS6UKcu figcaption {
  position: relative;
}
.cid-uH9qS6UKcu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uH9qS6UKcu .image-block {
    width: 100% !important;
  }
}
.cid-uH9qTty0a5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uH9qTty0a5 .mbr-section-subtitle {
  color: #55b4d4;
}
.cid-uH9qTty0a5 H2 {
  color: #55b4d4;
}
.cid-uH9tosNf4E {
  padding-top: 25px;
  padding-bottom: 25px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-uH9tosNf4E .news {
  width: 216px;
  background-color: #030303;
  height: 39px;
}
.cid-uH9tosNf4E .news-scroll a {
  text-decoration: none;
}
.cid-uH9tosNf4E .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #55b4d4;
  border-radius: 50%;
  display: inline-block;
}
.cid-uH9tosNf4E DIV {
  color: #ffffff;
}
.cid-uH9tosNf4E .mbr-text {
  color: #ffffff;
}
.cid-uH9tosNf4E .mbr-section-subtitle {
  color: #55b4d4;
}
.cid-s5H49Bgr10 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s5H49Bgr10 .card-box {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-s5H49Bgr10 .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-s5H49Bgr10 .card {
  height: fit-content;
}
.cid-s5H49Bgr10 h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-s5H49Bgr10 .card1 {
  background: #000000;
}
.cid-s5H49Bgr10 .card2 {
  background: #000000;
}
.cid-s5H49Bgr10 .card3 {
  background: #000000;
}
.cid-s5H49Bgr10 .card4 {
  background: #000000;
}
.cid-s5H49Bgr10 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
  padding-bottom: 0;
}
.cid-s5H49Bgr10 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s5H49Bgr10 .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-s5H49Bgr10 .card-subtitle1 {
  text-align: center;
  color: #ffffff;
}
.cid-s5H49Bgr10 .card-title1 {
  text-align: center;
}
.cid-s5H49Bgr10 .mbr-text1 {
  text-align: center;
}
.cid-s5H49Bgr10 .card-title2 {
  text-align: center;
  color: #ffffff;
}
.cid-s5H49Bgr10 .mbr-text2 {
  color: #000000;
  text-align: center;
}
.cid-s5H49Bgr10 .card-subtitle2 {
  color: #ffffff;
  text-align: center;
}
.cid-s5H49Bgr10 .card-title3 {
  text-align: center;
}
.cid-s5H49Bgr10 .mbr-text3 {
  text-align: center;
}
.cid-s5H49Bgr10 .card-subtitle3 {
  text-align: center;
  color: #ffffff;
}
.cid-s5H49Bgr10 .card-title4 {
  text-align: center;
}
.cid-s5H49Bgr10 .mbr-text4 {
  text-align: center;
  color: #ffffff;
}
.cid-s5H49Bgr10 .card-subtitle4 {
  text-align: center;
  color: #ffffff;
}
.cid-s5H49Bgr10 .card-title2,
.cid-s5H49Bgr10 .title-wrap2 {
  text-align: center;
  color: #149dcc;
}
.cid-s5H49Bgr10 .card-title3,
.cid-s5H49Bgr10 .title-wrap3 {
  text-align: center;
  color: #149dcc;
}
.cid-s5H49Bgr10 .card-title4,
.cid-s5H49Bgr10 .title-wrap4 {
  text-align: center;
  color: #149dcc;
}
.cid-s5H49Bgr10 .card-title1,
.cid-s5H49Bgr10 .title-wrap1 {
  text-align: center;
  color: #149dcc;
}
.cid-s5H49Bgr10 .title {
  text-align: center;
  color: #149dcc;
}
.cid-sjQtNi3Ada {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sjQtNi3Ada .card-box {
  padding: 2rem 2rem 0rem 2rem;
}
.cid-sjQtNi3Ada .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-sjQtNi3Ada .card {
  height: fit-content;
}
.cid-sjQtNi3Ada h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sjQtNi3Ada .card1 {
  background: #000000;
}
.cid-sjQtNi3Ada .card2 {
  background: #000000;
}
.cid-sjQtNi3Ada .card3 {
  background: #000000;
}
.cid-sjQtNi3Ada .card4 {
  background: #000000;
}
.cid-sjQtNi3Ada .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
  padding-bottom: 0;
}
.cid-sjQtNi3Ada .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sjQtNi3Ada .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-sjQtNi3Ada .card-subtitle1 {
  text-align: center;
  color: #ffffff;
}
.cid-sjQtNi3Ada .card-title1 {
  text-align: center;
}
.cid-sjQtNi3Ada .mbr-text1 {
  text-align: center;
}
.cid-sjQtNi3Ada .card-title2 {
  text-align: center;
  color: #ffffff;
}
.cid-sjQtNi3Ada .mbr-text2 {
  color: #000000;
  text-align: center;
}
.cid-sjQtNi3Ada .card-subtitle2 {
  color: #ffffff;
  text-align: center;
}
.cid-sjQtNi3Ada .card-title3 {
  text-align: center;
}
.cid-sjQtNi3Ada .mbr-text3 {
  text-align: center;
}
.cid-sjQtNi3Ada .card-subtitle3 {
  text-align: center;
  color: #ffffff;
}
.cid-sjQtNi3Ada .card-title4 {
  text-align: center;
}
.cid-sjQtNi3Ada .mbr-text4 {
  text-align: center;
  color: #ffffff;
}
.cid-sjQtNi3Ada .card-subtitle4 {
  text-align: center;
  color: #ffffff;
}
.cid-sjQtNi3Ada .card-title2,
.cid-sjQtNi3Ada .title-wrap2 {
  text-align: center;
  color: #149dcc;
}
.cid-sjQtNi3Ada .card-title3,
.cid-sjQtNi3Ada .title-wrap3 {
  text-align: center;
  color: #149dcc;
}
.cid-sjQtNi3Ada .card-title4,
.cid-sjQtNi3Ada .title-wrap4 {
  text-align: center;
  color: #149dcc;
}
.cid-sjQtNi3Ada .card-title1,
.cid-sjQtNi3Ada .title-wrap1 {
  text-align: center;
  color: #149dcc;
}
.cid-sjQtNi3Ada .title {
  text-align: center;
  color: #149dcc;
}
.cid-uHeqbCz71U {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uHeqbCz71U .mbr-section-subtitle {
  color: #0f7699;
}
.cid-uHeqbCz71U H2 {
  color: #55b4d4;
}
.cid-uH7sHas4rJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uH7sHas4rJ hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 100%;
}
.cid-uH7sHas4rJ .progress {
  background: #073b4c;
  opacity: 1;
  height: 3px;
  overflow: hidden;
  position: relative;
}
.cid-uH7sHas4rJ .progress::before {
  animation-duration: 7s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #55b4d4;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 153px;
  }
  to {
    margin-left: 49%;
    width: 153px;
  }
}
.cid-sNEuxwPKOp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sNEuxwPKOp .mbr-text {
  position: relative;
}
.cid-sNEuxwPKOp .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-sNEuxwPKOp img {
  object-fit: contain;
}
.cid-sNEuxwPKOp .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-sNEuxwPKOp .mbr-text:after,
  .cid-sNEuxwPKOp .mbr-text:before {
    display: none;
  }
}
.cid-vdcj9q5TFC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-vdcj9q5TFC a:link {
  text-decoration: none;
}
.cid-vdcj9q5TFC .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vdcj9q5TFC .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-vdcj9q5TFC .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-vdcj9q5TFC .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vdcj9q5TFC .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-vdcj9q5TFC .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-vdcj9q5TFC .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-vdcj9q5TFC .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-vdcj9q5TFC .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-vdcj9q5TFC .plan-title,
.cid-vdcj9q5TFC .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-vdcj9q5TFC .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-vdcj9q5TFC .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-vdcj9q5TFC .mbr-section-title span {
  color: #ffbc00;
}
.cid-uH90w19HJM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uH90w19HJM hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 100%;
}
.cid-uH90w19HJM .progress {
  background: #c1c1c1;
  opacity: 0.4;
  height: 3px;
  overflow: hidden;
  position: relative;
}
.cid-uH90w19HJM .progress::before {
  animation-duration: 6s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #767676;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 156px;
  }
  to {
    margin-left: 100%;
    width: 156px;
  }
}
.cid-s5GgTvOwbk {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s5GgTvOwbk .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-s5GgTvOwbk .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-s5GgTvOwbk .card-wrapper {
    margin: 0rem;
  }
}
.cid-s5GgTvOwbk .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-s5GgTvOwbk .row {
    padding: 0 4rem;
  }
}
.cid-s5GgTvOwbk .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #efefef;
}
.cid-s5GgTvOwbk .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-s5GgTvOwbk .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-s5GgTvOwbk .card1 {
  background-color: #efefef;
}
.cid-s5GgTvOwbk .card2 {
  background-color: #efefef;
}
.cid-s5GgTvOwbk .card3 {
  background-color: #efefef;
}
.cid-s5GgTvOwbk .card4 {
  background-color: #efefef;
}
.cid-s5GgTvOwbk img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-s5GgTvOwbk .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-s5GgTvOwbk .container {
  max-width: 1500px;
}
.cid-s5GgTvOwbk .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-s5GgTvOwbk .mbr-iconfont {
  font-size: 1.3rem;
  color: #149dcc;
  display: flex;
  justify-content: center;
}
.cid-s5GgTvOwbk P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-s5GgTvOwbk .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-s5GgTvOwbk .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-s5GgTvOwbk .col2,
  .cid-s5GgTvOwbk .col3,
  .cid-s5GgTvOwbk .col4 {
    margin-top: 0rem;
  }
  .cid-s5GgTvOwbk .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-s5GgTvOwbk .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-s5GgTvOwbk .number {
    margin: auto;
  }
}
.cid-s5GgTvOwbk .mbr-text {
  color: #cccccc;
}
.cid-s5GgTvOwbk .text2 {
  color: #333333;
  text-align: center;
}
.cid-s5GgTvOwbk .text3 {
  color: #333333;
  text-align: center;
}
.cid-s5GgTvOwbk .title2 {
  color: #ff3366;
  text-align: center;
}
.cid-s5GgTvOwbk .title1 {
  color: #ff3366;
  text-align: center;
}
.cid-s5GgTvOwbk .title3 {
  color: #ff3366;
  text-align: center;
}
.cid-s5GgTvOwbk .title4 {
  color: #767676;
  text-align: center;
}
.cid-s5GgTvOwbk .text4 {
  color: #000000;
  text-align: center;
}
.cid-s5GgTvOwbk .text1 {
  color: #000000;
  text-align: center;
}
.cid-s5GgTvOwbk H1 {
  color: #149dcc;
}
.cid-vdciTyyuex {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdciTyyuex .mbr-text,
.cid-vdciTyyuex .mbr-section-subtitle {
  color: #767676;
}
.cid-vdciTyyuex .card-title {
  color: #66458e;
}
.cid-vdciTyyuex .card .card-img span {
  color: #ffffff;
  font-size: 60px;
  background: linear-gradient(45deg, #ffffff, #e3b518);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-vdciTyyuex .mbr-section-subtitle,
  .cid-vdciTyyuex .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdciTyyuex .card .card-img span {
    background: none;
  }
}
.cid-vdciTyyuex .card-title,
.cid-vdciTyyuex .card-img {
  color: #ffffff;
}
.cid-rJwlb5UKjO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rJwlb5UKjO .title {
  margin-bottom: 2rem;
}
.cid-rJwlb5UKjO .mbr-section-subtitle {
  color: #cccccc;
}
.cid-rJwlb5UKjO a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rJwlb5UKjO a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rJwlb5UKjO textarea.form-control {
  min-height: 188px;
}
.cid-rJwlb5UKjO H2 {
  color: #149dcc;
}
.cid-rJwlb5UKjO LABEL {
  color: #c1c1c1;
}
.cid-rtcphJs6lU {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rtcphJs6lU .media-container-row .mbr-text {
  color: #767676;
}
.cid-uJLrKscKlQ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uJLrKscKlQ .navbar-dropdown {
  background-color: #0f7699 !important;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0f7699 !important;
  background: #0f7699;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJLrKscKlQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJLrKscKlQ .menu_box .navbar.opened,
  .cid-uJLrKscKlQ .menu_box .navbar-collapse {
    background-color: #0f7699 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJLrKscKlQ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uJLrKscKlQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJLrKscKlQ .btn:hover {
  box-shadow: none;
}
.cid-uJLrKscKlQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uJLrKscKlQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uJLrKscKlQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJLrKscKlQ .nav-item .nav-link:hover::before,
.cid-uJLrKscKlQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uJLrKscKlQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJLrKscKlQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJLrKscKlQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJLrKscKlQ .offcanvas_box {
    display: none;
  }
}
.cid-uJLrKscKlQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJLrKscKlQ .container {
  display: flex;
  margin: auto;
}
.cid-uJLrKscKlQ .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uJLrKscKlQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJLrKscKlQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJLrKscKlQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav {
    margin: 0;
  }
}
.cid-uJLrKscKlQ .dropdown-menu,
.cid-uJLrKscKlQ .navbar.opened {
  background-color: false !important;
}
.cid-uJLrKscKlQ .nav-item:focus,
.cid-uJLrKscKlQ .nav-link:focus {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJLrKscKlQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJLrKscKlQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJLrKscKlQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uJLrKscKlQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJLrKscKlQ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uJLrKscKlQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar.collapsed {
  justify-content: center;
}
.cid-uJLrKscKlQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJLrKscKlQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJLrKscKlQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJLrKscKlQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJLrKscKlQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJLrKscKlQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJLrKscKlQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJLrKscKlQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJLrKscKlQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJLrKscKlQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJLrKscKlQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown-item.active,
.cid-uJLrKscKlQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJLrKscKlQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJLrKscKlQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJLrKscKlQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0f7699;
  background: #ff5753;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJLrKscKlQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJLrKscKlQ .navbar {
    height: 70px;
  }
  .cid-uJLrKscKlQ .navbar.opened {
    height: auto;
  }
  .cid-uJLrKscKlQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJLrKscKlQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJLrKscKlQ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uJLrKscKlQ .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-uJLrKscKlQ .navbar-caption:hover {
  color: #149dcc;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJLrKscKlQ .text_widget {
  margin-bottom: 32px;
}
.cid-uJLrKscKlQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJLrKscKlQ .text_widget a:hover,
.cid-uJLrKscKlQ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uJLrKscKlQ .icons-menu-main {
  display: flex;
}
.cid-uJLrKscKlQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .navbar-caption {
  color: #000000;
}
.cid-uJLrKscKlQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .mbr-section-subtitle,
.cid-uJLrKscKlQ .text_widget,
.cid-uJLrKscKlQ .mbr-section-btn {
  text-align: center;
}
.cid-uJLrKscKlQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-s5XlGp3Gve {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5XlGp3Gve h3 {
  font-weight: 300;
}
.cid-s5XlGp3Gve .card-img {
  width: initial;
}
.cid-s5XlGp3Gve .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s5XlGp3Gve .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-s5XlGp3Gve .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5XlGp3Gve .mbr-section-subtitle {
  color: #030303;
  text-align: center;
}
.cid-s5XlGp3Gve .mbr-text {
  color: #030303;
}
.cid-s5XlGp3Gve .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
.cid-s5XlGp3Gve .card-title {
  color: #149dcc;
}
.cid-s5XlGp3Gve .mbr-section-title I {
  color: #ff3366;
}
.cid-s5XlGp3Gve .mbr-section-title {
  color: #7cc7f3;
}
.cid-s5XlGnLD4D {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-s5XlGnLD4D .image-block {
  margin: auto;
}
.cid-s5XlGnLD4D figcaption {
  position: relative;
}
.cid-s5XlGnLD4D figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s5XlGnLD4D .image-block {
    width: 100% !important;
  }
}
.cid-uJpaqKne5I {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJpaqKne5I .container {
    padding: 0 25px;
  }
}
.cid-uJpaqKne5I .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJpaqKne5I .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uJpaqKne5I .panel-group {
  border-bottom: 2px solid #68d5ff;
}
.cid-uJpaqKne5I .panel-group .card {
  border-top: 2px solid #68d5ff;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uJpaqKne5I .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-uJpaqKne5I .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJpaqKne5I .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #68d5ff;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uJpaqKne5I .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #68d5ff;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-uJpaqKne5I .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uJpaqKne5I .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #68d5ff;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uJpaqKne5I .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-uJpaqKne5I .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uJpaqKne5I .mbr-section-title {
  color: #000000;
}
.cid-uJpaqKne5I .panel-title-edit {
  color: #000000;
}
.cid-uJpaqKne5I .panel-text {
  color: #000000;
}
.cid-s5XlGttSwa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s5XlGttSwa .card-box {
  background-color: #efefef;
  padding: 2rem;
}
.cid-s5XlGttSwa h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s5XlGttSwa p {
  color: #767676;
  text-align: left;
}
.cid-s5XlGttSwa .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s5XlGttSwa .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s5XlGttSwa .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uJdEDNKRaQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJdEDNKRaQ blockquote {
  border-width: 1px;
  border-color: #68d5ff;
  padding: 0 0 0 20px;
}
.cid-uJdEDNKRaQ .mbr-text,
.cid-uJdEDNKRaQ .blockquote-quote {
  color: #767676;
}
.cid-uJdEDNKRaQ footer {
  font-style: normal;
}
.cid-sqwl0I1CbJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sqwl0I1CbJ .mbr-section-subtitle {
  color: #a2a6a2;
}
.cid-sqwl0I1CbJ H2 {
  color: #ff3366;
}
.cid-tRnSZz1pG4 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tRnSZz1pG4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tRnSZz1pG4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRnSZz1pG4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRnSZz1pG4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tRnSZz1pG4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tRnSZz1pG4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tRnSZz1pG4 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tRnSZz1pG4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tRnSZz1pG4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tRoiCefcCH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-vdchPDjLWV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-vdchPDjLWV .mbr-text,
.cid-vdchPDjLWV .mbr-section-subtitle {
  color: #767676;
}
.cid-vdchPDjLWV .card-title {
  color: #66458e;
}
.cid-vdchPDjLWV .card .card-img span {
  color: #ffffff;
  font-size: 60px;
  background: linear-gradient(45deg, #ffffff, #e3b518);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-vdchPDjLWV .mbr-section-subtitle,
  .cid-vdchPDjLWV .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdchPDjLWV .card .card-img span {
    background: none;
  }
}
.cid-vdchPDjLWV .card-title,
.cid-vdchPDjLWV .card-img {
  color: #ffffff;
}
.cid-s5XlGxfKAH {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s5XlGxfKAH .media-container-row .mbr-text {
  color: #767676;
}
.cid-uJLrKscKlQ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uJLrKscKlQ .navbar-dropdown {
  background-color: #0f7699 !important;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0f7699 !important;
  background: #0f7699;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJLrKscKlQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJLrKscKlQ .menu_box .navbar.opened,
  .cid-uJLrKscKlQ .menu_box .navbar-collapse {
    background-color: #0f7699 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJLrKscKlQ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uJLrKscKlQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJLrKscKlQ .btn:hover {
  box-shadow: none;
}
.cid-uJLrKscKlQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uJLrKscKlQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uJLrKscKlQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJLrKscKlQ .nav-item .nav-link:hover::before,
.cid-uJLrKscKlQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uJLrKscKlQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJLrKscKlQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJLrKscKlQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJLrKscKlQ .offcanvas_box {
    display: none;
  }
}
.cid-uJLrKscKlQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJLrKscKlQ .container {
  display: flex;
  margin: auto;
}
.cid-uJLrKscKlQ .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uJLrKscKlQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJLrKscKlQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJLrKscKlQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav {
    margin: 0;
  }
}
.cid-uJLrKscKlQ .dropdown-menu,
.cid-uJLrKscKlQ .navbar.opened {
  background-color: false !important;
}
.cid-uJLrKscKlQ .nav-item:focus,
.cid-uJLrKscKlQ .nav-link:focus {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJLrKscKlQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJLrKscKlQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJLrKscKlQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uJLrKscKlQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJLrKscKlQ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uJLrKscKlQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar.collapsed {
  justify-content: center;
}
.cid-uJLrKscKlQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJLrKscKlQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJLrKscKlQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJLrKscKlQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJLrKscKlQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJLrKscKlQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJLrKscKlQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJLrKscKlQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJLrKscKlQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJLrKscKlQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJLrKscKlQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown-item.active,
.cid-uJLrKscKlQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJLrKscKlQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJLrKscKlQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJLrKscKlQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0f7699;
  background: #ff5753;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJLrKscKlQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJLrKscKlQ .navbar {
    height: 70px;
  }
  .cid-uJLrKscKlQ .navbar.opened {
    height: auto;
  }
  .cid-uJLrKscKlQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJLrKscKlQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJLrKscKlQ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uJLrKscKlQ .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-uJLrKscKlQ .navbar-caption:hover {
  color: #149dcc;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJLrKscKlQ .text_widget {
  margin-bottom: 32px;
}
.cid-uJLrKscKlQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJLrKscKlQ .text_widget a:hover,
.cid-uJLrKscKlQ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uJLrKscKlQ .icons-menu-main {
  display: flex;
}
.cid-uJLrKscKlQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .navbar-caption {
  color: #000000;
}
.cid-uJLrKscKlQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .mbr-section-subtitle,
.cid-uJLrKscKlQ .text_widget,
.cid-uJLrKscKlQ .mbr-section-btn {
  text-align: center;
}
.cid-uJLrKscKlQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-s5XmSPfHo1 {
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/cards1-770x356.png");
}
.cid-s5XmSPfHo1 H1 {
  color: #fff106;
}
.cid-s5XmSPfHo1 H3 {
  color: #767676;
}
.cid-s5XmSPfHo1 .mbr-text,
.cid-s5XmSPfHo1 .mbr-section-btn {
  color: #232323;
}
.cid-u0OT1loYDj {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-u0OT1loYDj .image-block {
  margin: auto;
}
.cid-u0OT1loYDj figcaption {
  position: relative;
}
.cid-u0OT1loYDj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u0OT1loYDj .image-block {
    width: 100% !important;
  }
}
.cid-u0OWW6WYLf {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-u0OWW6WYLf .image-block {
  margin: auto;
}
.cid-u0OWW6WYLf figcaption {
  position: relative;
}
.cid-u0OWW6WYLf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u0OWW6WYLf .image-block {
    width: 100% !important;
  }
}
.cid-s69pCB0Gfh {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s69pCB0Gfh .mbr-section-title {
  margin: 0;
  color: #fff106;
}
.cid-s69pCB0Gfh .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-s69pCB0Gfh .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-s69pCB0Gfh .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-s69pCB0Gfh .card1 {
  background: linear-gradient(45deg, #cc2952, #7f1933);
}
.cid-s69pCB0Gfh .card2 {
  background: linear-gradient(45deg, #188ef4, #073b4c);
}
.cid-s69pCB0Gfh .card3 {
  background: linear-gradient(45deg, #f7ed4a, #ff695c);
}
.cid-s69pCB0Gfh .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-s69pCB0Gfh .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-s69pCB0Gfh .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-s6g7OWPpDk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s5XmSWlLaz {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s5XmSWlLaz .media-container-row .mbr-text {
  color: #767676;
}
.cid-uJLrKscKlQ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uJLrKscKlQ .navbar-dropdown {
  background-color: #0f7699 !important;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0f7699 !important;
  background: #0f7699;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJLrKscKlQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJLrKscKlQ .menu_box .navbar.opened,
  .cid-uJLrKscKlQ .menu_box .navbar-collapse {
    background-color: #0f7699 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJLrKscKlQ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uJLrKscKlQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJLrKscKlQ .btn:hover {
  box-shadow: none;
}
.cid-uJLrKscKlQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uJLrKscKlQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uJLrKscKlQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJLrKscKlQ .nav-item .nav-link:hover::before,
.cid-uJLrKscKlQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uJLrKscKlQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJLrKscKlQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJLrKscKlQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJLrKscKlQ .offcanvas_box {
    display: none;
  }
}
.cid-uJLrKscKlQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJLrKscKlQ .container {
  display: flex;
  margin: auto;
}
.cid-uJLrKscKlQ .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uJLrKscKlQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJLrKscKlQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJLrKscKlQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav {
    margin: 0;
  }
}
.cid-uJLrKscKlQ .dropdown-menu,
.cid-uJLrKscKlQ .navbar.opened {
  background-color: false !important;
}
.cid-uJLrKscKlQ .nav-item:focus,
.cid-uJLrKscKlQ .nav-link:focus {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJLrKscKlQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJLrKscKlQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJLrKscKlQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uJLrKscKlQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJLrKscKlQ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uJLrKscKlQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar.collapsed {
  justify-content: center;
}
.cid-uJLrKscKlQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJLrKscKlQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJLrKscKlQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJLrKscKlQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJLrKscKlQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJLrKscKlQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJLrKscKlQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJLrKscKlQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJLrKscKlQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJLrKscKlQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJLrKscKlQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown-item.active,
.cid-uJLrKscKlQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJLrKscKlQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJLrKscKlQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJLrKscKlQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0f7699;
  background: #ff5753;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJLrKscKlQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJLrKscKlQ .navbar {
    height: 70px;
  }
  .cid-uJLrKscKlQ .navbar.opened {
    height: auto;
  }
  .cid-uJLrKscKlQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJLrKscKlQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJLrKscKlQ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uJLrKscKlQ .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-uJLrKscKlQ .navbar-caption:hover {
  color: #149dcc;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJLrKscKlQ .text_widget {
  margin-bottom: 32px;
}
.cid-uJLrKscKlQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJLrKscKlQ .text_widget a:hover,
.cid-uJLrKscKlQ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uJLrKscKlQ .icons-menu-main {
  display: flex;
}
.cid-uJLrKscKlQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .navbar-caption {
  color: #000000;
}
.cid-uJLrKscKlQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .mbr-section-subtitle,
.cid-uJLrKscKlQ .text_widget,
.cid-uJLrKscKlQ .mbr-section-btn {
  text-align: center;
}
.cid-uJLrKscKlQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-sND5e3Glgu {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-786x1080.jpg");
  overflow: hidden;
}
.cid-sND5e3Glgu svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sND5e3Glgu #e2_shape {
  fill: #ffffff !important;
}
.cid-sND5e3Glgu img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 135, 51, 0.35);
}
@media (max-width: 576px) {
  .cid-sND5e3Glgu img {
    width: 90%!important;
  }
}
.cid-sND5e3Glgu H1 {
  color: #ffffff;
}
.cid-sND5e3Glgu H3 {
  color: #f7ed4a;
}
.cid-sNDnyLYTKy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sNDnyLYTKy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sNDnyLYTKy p {
  color: #767676;
  text-align: left;
}
.cid-sNDnyLYTKy .card-box {
  padding-top: 2rem;
}
.cid-sNDnyLYTKy .card-wrapper {
  height: 100%;
}
.cid-uJpfzRRgiM {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uJpfzRRgiM .image-block {
  margin: auto;
}
.cid-uJpfzRRgiM figcaption {
  position: relative;
}
.cid-uJpfzRRgiM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uJpfzRRgiM .image-block {
    width: 100% !important;
  }
}
.cid-sQJqg4WBXh {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-sQJqg4WBXh .image-block {
  margin: auto;
}
.cid-sQJqg4WBXh figcaption {
  position: relative;
}
.cid-sQJqg4WBXh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sQJqg4WBXh .image-block {
    width: 100% !important;
  }
}
.cid-sNDCiHM0MK {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sNDCiHM0MK .line {
  background-color: #ffa928;
  color: #ffa928;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sNDCiHM0MK .section-text {
  padding: 2rem 0;
}
.cid-sNDCiHM0MK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sNDCiHM0MK .inner-container {
    width: 100% !important;
  }
}
.cid-sNxsqsBpUa {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sNxsqsU6Ml {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sNxsqsU6Ml .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-sNxsqsU6Ml H2 {
  color: #149dcc;
}
.cid-sNxsqtgjqf {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sNxsqtgjqf .media-container-row .mbr-text {
  color: #767676;
}
.cid-uJLrKscKlQ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uJLrKscKlQ .navbar-dropdown {
  background-color: #0f7699 !important;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0f7699 !important;
  background: #0f7699;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJLrKscKlQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJLrKscKlQ .menu_box .navbar.opened,
  .cid-uJLrKscKlQ .menu_box .navbar-collapse {
    background-color: #0f7699 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJLrKscKlQ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uJLrKscKlQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJLrKscKlQ .btn:hover {
  box-shadow: none;
}
.cid-uJLrKscKlQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uJLrKscKlQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uJLrKscKlQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJLrKscKlQ .nav-item .nav-link:hover::before,
.cid-uJLrKscKlQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uJLrKscKlQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJLrKscKlQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJLrKscKlQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJLrKscKlQ .offcanvas_box {
    display: none;
  }
}
.cid-uJLrKscKlQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJLrKscKlQ .container {
  display: flex;
  margin: auto;
}
.cid-uJLrKscKlQ .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uJLrKscKlQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJLrKscKlQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJLrKscKlQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav {
    margin: 0;
  }
}
.cid-uJLrKscKlQ .dropdown-menu,
.cid-uJLrKscKlQ .navbar.opened {
  background-color: false !important;
}
.cid-uJLrKscKlQ .nav-item:focus,
.cid-uJLrKscKlQ .nav-link:focus {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJLrKscKlQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJLrKscKlQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJLrKscKlQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uJLrKscKlQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJLrKscKlQ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uJLrKscKlQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar.collapsed {
  justify-content: center;
}
.cid-uJLrKscKlQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJLrKscKlQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJLrKscKlQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJLrKscKlQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJLrKscKlQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJLrKscKlQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJLrKscKlQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJLrKscKlQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJLrKscKlQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJLrKscKlQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJLrKscKlQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown-item.active,
.cid-uJLrKscKlQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJLrKscKlQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJLrKscKlQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJLrKscKlQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0f7699;
  background: #ff5753;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJLrKscKlQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJLrKscKlQ .navbar {
    height: 70px;
  }
  .cid-uJLrKscKlQ .navbar.opened {
    height: auto;
  }
  .cid-uJLrKscKlQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJLrKscKlQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJLrKscKlQ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uJLrKscKlQ .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-uJLrKscKlQ .navbar-caption:hover {
  color: #149dcc;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJLrKscKlQ .text_widget {
  margin-bottom: 32px;
}
.cid-uJLrKscKlQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJLrKscKlQ .text_widget a:hover,
.cid-uJLrKscKlQ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uJLrKscKlQ .icons-menu-main {
  display: flex;
}
.cid-uJLrKscKlQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .navbar-caption {
  color: #000000;
}
.cid-uJLrKscKlQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .mbr-section-subtitle,
.cid-uJLrKscKlQ .text_widget,
.cid-uJLrKscKlQ .mbr-section-btn {
  text-align: center;
}
.cid-uJLrKscKlQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-skY0GlmVpe {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-721x1080.jpg");
}
.cid-skY0GlmVpe H1 {
  color: #67d9ff;
}
.cid-skY0GlmVpe H3 {
  color: #f7ed4a;
}
.cid-skY0GlmVpe .mbr-text,
.cid-skY0GlmVpe .mbr-section-btn {
  color: #232323;
}
.cid-sNHdolG5FF {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sNHdolG5FF .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sNHdolG5FF .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sNHdolG5FF .text-content {
  padding-right: 1.5rem;
}
.cid-sNHdolG5FF .mbr-text,
.cid-sNHdolG5FF .mbr-section-btn {
  color: #ff3366;
}
.cid-sNHdolG5FF .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sNHdolG5FF .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sNHdolG5FF .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sNHdolG5FF .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sNHdolG5FF .main-row {
    margin: 0;
  }
  .cid-sNHdolG5FF .mbr-section-title,
  .cid-sNHdolG5FF .mbr-text,
  .cid-sNHdolG5FF .list,
  .cid-sNHdolG5FF .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sNHdolG5FF .text-content {
    padding: 0;
  }
}
.cid-sNHdolG5FF .mbr-section-title {
  color: #55b4d4;
}
.cid-sNHdolG5FF .list {
  color: #f7ed4a;
}
.cid-uu0NFvFvfT {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uu0NFvFvfT .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-uu0NFvFvfT .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uu0NFvFvfT .image-block:hover:before {
  opacity: 0;
}
.cid-uu0NFvFvfT .image-block:hover .wrap {
  opacity: 1;
}
.cid-uu0NFvFvfT .image-block:hover img {
  transform: scale(1.05);
}
.cid-uu0NFvFvfT h4 {
  letter-spacing: 2px;
}
.cid-uu0NFvFvfT figcaption {
  position: relative;
}
.cid-uu0NFvFvfT figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uu0NFvFvfT img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uu0NFvFvfT .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uu0NFvFvfT .wrap {
    opacity: 1!important;
  }
  .cid-uu0NFvFvfT .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-skY0GnAq2t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-skY0GnAq2t .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-skY0GnAq2t H2 {
  color: #ff0000;
}
.cid-skY0Go1AKX {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-skY0Go1AKX .media-container-row .mbr-text {
  color: #767676;
}
.cid-uJLrKscKlQ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uJLrKscKlQ .navbar-dropdown {
  background-color: #0f7699 !important;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0f7699 !important;
  background: #0f7699;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJLrKscKlQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJLrKscKlQ .menu_box .navbar.opened,
  .cid-uJLrKscKlQ .menu_box .navbar-collapse {
    background-color: #0f7699 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJLrKscKlQ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uJLrKscKlQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJLrKscKlQ .btn:hover {
  box-shadow: none;
}
.cid-uJLrKscKlQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uJLrKscKlQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uJLrKscKlQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJLrKscKlQ .nav-item .nav-link:hover::before,
.cid-uJLrKscKlQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uJLrKscKlQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJLrKscKlQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJLrKscKlQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJLrKscKlQ .offcanvas_box {
    display: none;
  }
}
.cid-uJLrKscKlQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJLrKscKlQ .container {
  display: flex;
  margin: auto;
}
.cid-uJLrKscKlQ .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uJLrKscKlQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJLrKscKlQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJLrKscKlQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav {
    margin: 0;
  }
}
.cid-uJLrKscKlQ .dropdown-menu,
.cid-uJLrKscKlQ .navbar.opened {
  background-color: false !important;
}
.cid-uJLrKscKlQ .nav-item:focus,
.cid-uJLrKscKlQ .nav-link:focus {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJLrKscKlQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJLrKscKlQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJLrKscKlQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uJLrKscKlQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJLrKscKlQ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uJLrKscKlQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar.collapsed {
  justify-content: center;
}
.cid-uJLrKscKlQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJLrKscKlQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJLrKscKlQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJLrKscKlQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJLrKscKlQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJLrKscKlQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJLrKscKlQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJLrKscKlQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJLrKscKlQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJLrKscKlQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJLrKscKlQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown-item.active,
.cid-uJLrKscKlQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJLrKscKlQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJLrKscKlQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJLrKscKlQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0f7699;
  background: #ff5753;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJLrKscKlQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJLrKscKlQ .navbar {
    height: 70px;
  }
  .cid-uJLrKscKlQ .navbar.opened {
    height: auto;
  }
  .cid-uJLrKscKlQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJLrKscKlQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJLrKscKlQ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uJLrKscKlQ .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-uJLrKscKlQ .navbar-caption:hover {
  color: #149dcc;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJLrKscKlQ .text_widget {
  margin-bottom: 32px;
}
.cid-uJLrKscKlQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJLrKscKlQ .text_widget a:hover,
.cid-uJLrKscKlQ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uJLrKscKlQ .icons-menu-main {
  display: flex;
}
.cid-uJLrKscKlQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .navbar-caption {
  color: #000000;
}
.cid-uJLrKscKlQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .mbr-section-subtitle,
.cid-uJLrKscKlQ .text_widget,
.cid-uJLrKscKlQ .mbr-section-btn {
  text-align: center;
}
.cid-uJLrKscKlQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-sNvX2YggvY {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1369.jpg");
}
.cid-sNvX2YggvY .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sNvX2YggvY .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sNvX2YggvY .card-img span {
  font-size: 100px;
}
.cid-sNvX2YggvY .mbr-text,
.cid-sNvX2YggvY .mbr-section-btn {
  color: #efefef;
}
.cid-sNw1Honhve {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sNw1Honhve .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
}
.cid-sNw1Honhve .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-sNw1Honhve .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-sNw1Honhve .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-sNw1Honhve .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-sNw1Honhve .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-sNw1Honhve .inner-container {
    width: 100% !important;
  }
  .cid-sNw1Honhve .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-uZeY25fOkT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uZeY25fOkT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZeY25fOkT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZeY25fOkT .row {
  justify-content: center;
}
.cid-uZeY25fOkT .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZeY25fOkT .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZeY25fOkT .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZeY25fOkT .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uZeY25fOkT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZeY25fOkT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uZeY25fOkT .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZeY25fOkT .image-wrapper {
    display: block;
  }
}
.cid-uZeY25fOkT .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-uZeY25fOkT .image-wrapper .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZeY25fOkT .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uZeY25fOkT .mbr-section-title {
  color: #ffffff;
}
.cid-uZeY25fOkT .mbr-text,
.cid-uZeY25fOkT .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uZeY25fOkT .mbr-section-title,
.cid-uZeY25fOkT .mbr-section-btn {
  text-align: center;
}
.cid-tOxp2H5JSE {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tOxp2H5JSE .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-tOxp2H5JSE .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-tOxp2H5JSE .image-block:hover:before {
  opacity: 0;
}
.cid-tOxp2H5JSE .image-block:hover .wrap {
  opacity: 1;
}
.cid-tOxp2H5JSE .image-block:hover img {
  transform: scale(1.05);
}
.cid-tOxp2H5JSE h4 {
  letter-spacing: 2px;
}
.cid-tOxp2H5JSE figcaption {
  position: relative;
}
.cid-tOxp2H5JSE figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tOxp2H5JSE img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tOxp2H5JSE .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tOxp2H5JSE .wrap {
    opacity: 1!important;
  }
  .cid-tOxp2H5JSE .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-s5Xx268Y1Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sNvSdvkxuJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sNvSdvkxuJ .line {
  background-color: #58ff17;
  color: #58ff17;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sNvSdvkxuJ .section-text {
  padding: 2rem 0;
  color: #58ff17;
}
.cid-sNvSdvkxuJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sNvSdvkxuJ .inner-container {
    width: 100% !important;
  }
}
.cid-s5XmWxd9Wk {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s5XmWxd9Wk .media-container-row .mbr-text {
  color: #767676;
}
.cid-uJLrKscKlQ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uJLrKscKlQ .navbar-dropdown {
  background-color: #0f7699 !important;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0f7699 !important;
  background: #0f7699;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJLrKscKlQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJLrKscKlQ .menu_box .navbar.opened,
  .cid-uJLrKscKlQ .menu_box .navbar-collapse {
    background-color: #0f7699 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJLrKscKlQ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uJLrKscKlQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJLrKscKlQ .btn:hover {
  box-shadow: none;
}
.cid-uJLrKscKlQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uJLrKscKlQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uJLrKscKlQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJLrKscKlQ .nav-item .nav-link:hover::before,
.cid-uJLrKscKlQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uJLrKscKlQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJLrKscKlQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJLrKscKlQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJLrKscKlQ .offcanvas_box {
    display: none;
  }
}
.cid-uJLrKscKlQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJLrKscKlQ .container {
  display: flex;
  margin: auto;
}
.cid-uJLrKscKlQ .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uJLrKscKlQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJLrKscKlQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJLrKscKlQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav {
    margin: 0;
  }
}
.cid-uJLrKscKlQ .dropdown-menu,
.cid-uJLrKscKlQ .navbar.opened {
  background-color: false !important;
}
.cid-uJLrKscKlQ .nav-item:focus,
.cid-uJLrKscKlQ .nav-link:focus {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJLrKscKlQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJLrKscKlQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJLrKscKlQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uJLrKscKlQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJLrKscKlQ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uJLrKscKlQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar.collapsed {
  justify-content: center;
}
.cid-uJLrKscKlQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJLrKscKlQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJLrKscKlQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJLrKscKlQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJLrKscKlQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJLrKscKlQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJLrKscKlQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJLrKscKlQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJLrKscKlQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJLrKscKlQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJLrKscKlQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown-item.active,
.cid-uJLrKscKlQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJLrKscKlQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJLrKscKlQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJLrKscKlQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0f7699;
  background: #ff5753;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJLrKscKlQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJLrKscKlQ .navbar {
    height: 70px;
  }
  .cid-uJLrKscKlQ .navbar.opened {
    height: auto;
  }
  .cid-uJLrKscKlQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJLrKscKlQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJLrKscKlQ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uJLrKscKlQ .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-uJLrKscKlQ .navbar-caption:hover {
  color: #149dcc;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJLrKscKlQ .text_widget {
  margin-bottom: 32px;
}
.cid-uJLrKscKlQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJLrKscKlQ .text_widget a:hover,
.cid-uJLrKscKlQ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uJLrKscKlQ .icons-menu-main {
  display: flex;
}
.cid-uJLrKscKlQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .navbar-caption {
  color: #000000;
}
.cid-uJLrKscKlQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .mbr-section-subtitle,
.cid-uJLrKscKlQ .text_widget,
.cid-uJLrKscKlQ .mbr-section-btn {
  text-align: center;
}
.cid-uJLrKscKlQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-s44uuhHMaF {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1271.jpg");
}
.cid-s44tuQxQgd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-s44tuQxQgd .mbr-text,
.cid-s44tuQxQgd blockquote {
  color: #767676;
}
.cid-s44tuQxQgd DIV {
  color: #ffffff;
}
.cid-rtcphJs6lU {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rtcphJs6lU .media-container-row .mbr-text {
  color: #767676;
}
.cid-uJLrKscKlQ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uJLrKscKlQ .navbar-dropdown {
  background-color: #0f7699 !important;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0f7699 !important;
  background: #0f7699;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJLrKscKlQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJLrKscKlQ .menu_box .navbar.opened,
  .cid-uJLrKscKlQ .menu_box .navbar-collapse {
    background-color: #0f7699 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJLrKscKlQ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uJLrKscKlQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJLrKscKlQ .btn:hover {
  box-shadow: none;
}
.cid-uJLrKscKlQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uJLrKscKlQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uJLrKscKlQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJLrKscKlQ .nav-item .nav-link:hover::before,
.cid-uJLrKscKlQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uJLrKscKlQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJLrKscKlQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJLrKscKlQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJLrKscKlQ .offcanvas_box {
    display: none;
  }
}
.cid-uJLrKscKlQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJLrKscKlQ .container {
  display: flex;
  margin: auto;
}
.cid-uJLrKscKlQ .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uJLrKscKlQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJLrKscKlQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJLrKscKlQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav {
    margin: 0;
  }
}
.cid-uJLrKscKlQ .dropdown-menu,
.cid-uJLrKscKlQ .navbar.opened {
  background-color: false !important;
}
.cid-uJLrKscKlQ .nav-item:focus,
.cid-uJLrKscKlQ .nav-link:focus {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJLrKscKlQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJLrKscKlQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJLrKscKlQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uJLrKscKlQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJLrKscKlQ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uJLrKscKlQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar.collapsed {
  justify-content: center;
}
.cid-uJLrKscKlQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJLrKscKlQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJLrKscKlQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJLrKscKlQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJLrKscKlQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJLrKscKlQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJLrKscKlQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJLrKscKlQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJLrKscKlQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJLrKscKlQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJLrKscKlQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown-item.active,
.cid-uJLrKscKlQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJLrKscKlQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJLrKscKlQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJLrKscKlQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0f7699;
  background: #ff5753;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJLrKscKlQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJLrKscKlQ .navbar {
    height: 70px;
  }
  .cid-uJLrKscKlQ .navbar.opened {
    height: auto;
  }
  .cid-uJLrKscKlQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJLrKscKlQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJLrKscKlQ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uJLrKscKlQ .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-uJLrKscKlQ .navbar-caption:hover {
  color: #149dcc;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJLrKscKlQ .text_widget {
  margin-bottom: 32px;
}
.cid-uJLrKscKlQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJLrKscKlQ .text_widget a:hover,
.cid-uJLrKscKlQ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uJLrKscKlQ .icons-menu-main {
  display: flex;
}
.cid-uJLrKscKlQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .navbar-caption {
  color: #000000;
}
.cid-uJLrKscKlQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .mbr-section-subtitle,
.cid-uJLrKscKlQ .text_widget,
.cid-uJLrKscKlQ .mbr-section-btn {
  text-align: center;
}
.cid-uJLrKscKlQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-s64fm9QsAY {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-s64fm9QsAY H2 {
  color: #55b4d4;
}
.cid-s64fm9QsAY .mbr-section-subtitle {
  color: #efefef;
}
.cid-s64fmaHhc4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s64fmaHhc4 .mbr-text,
.cid-s64fmaHhc4 blockquote {
  color: #767676;
}
.cid-s64fmaHhc4 DIV {
  color: #ff3366;
}
.cid-s64fmbnT7K {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s64fmbnT7K .media-container-row .mbr-text {
  color: #767676;
}
.cid-uJLrKscKlQ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uJLrKscKlQ .navbar-dropdown {
  background-color: #0f7699 !important;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0f7699 !important;
  background: #0f7699;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJLrKscKlQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJLrKscKlQ .menu_box .navbar.opened,
  .cid-uJLrKscKlQ .menu_box .navbar-collapse {
    background-color: #0f7699 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJLrKscKlQ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uJLrKscKlQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJLrKscKlQ .btn:hover {
  box-shadow: none;
}
.cid-uJLrKscKlQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uJLrKscKlQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uJLrKscKlQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJLrKscKlQ .nav-item .nav-link:hover::before,
.cid-uJLrKscKlQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uJLrKscKlQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJLrKscKlQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJLrKscKlQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJLrKscKlQ .offcanvas_box {
    display: none;
  }
}
.cid-uJLrKscKlQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJLrKscKlQ .container {
  display: flex;
  margin: auto;
}
.cid-uJLrKscKlQ .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uJLrKscKlQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJLrKscKlQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJLrKscKlQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav {
    margin: 0;
  }
}
.cid-uJLrKscKlQ .dropdown-menu,
.cid-uJLrKscKlQ .navbar.opened {
  background-color: false !important;
}
.cid-uJLrKscKlQ .nav-item:focus,
.cid-uJLrKscKlQ .nav-link:focus {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJLrKscKlQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJLrKscKlQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJLrKscKlQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uJLrKscKlQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJLrKscKlQ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uJLrKscKlQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar.collapsed {
  justify-content: center;
}
.cid-uJLrKscKlQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJLrKscKlQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJLrKscKlQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJLrKscKlQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJLrKscKlQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJLrKscKlQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJLrKscKlQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJLrKscKlQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJLrKscKlQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJLrKscKlQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJLrKscKlQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown-item.active,
.cid-uJLrKscKlQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJLrKscKlQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJLrKscKlQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJLrKscKlQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0f7699;
  background: #ff5753;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJLrKscKlQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJLrKscKlQ .navbar {
    height: 70px;
  }
  .cid-uJLrKscKlQ .navbar.opened {
    height: auto;
  }
  .cid-uJLrKscKlQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJLrKscKlQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJLrKscKlQ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uJLrKscKlQ .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-uJLrKscKlQ .navbar-caption:hover {
  color: #149dcc;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJLrKscKlQ .text_widget {
  margin-bottom: 32px;
}
.cid-uJLrKscKlQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJLrKscKlQ .text_widget a:hover,
.cid-uJLrKscKlQ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uJLrKscKlQ .icons-menu-main {
  display: flex;
}
.cid-uJLrKscKlQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .navbar-caption {
  color: #000000;
}
.cid-uJLrKscKlQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .mbr-section-subtitle,
.cid-uJLrKscKlQ .text_widget,
.cid-uJLrKscKlQ .mbr-section-btn {
  text-align: center;
}
.cid-uJLrKscKlQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-sNxVDh1Nou {
  overflow-x: hidden !important;
}
.cid-sNxVDh1Nou,
.cid-sNxVDh1Nou .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 120px;
}
.cid-sNxVDh1Nou .mbr-section-title {
  color: #ffffff;
}
.cid-sNxVDh1Nou .mbr-section-title span {
  color: #149dcc;
}
.cid-sNxVDh1Nou .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sNxVDh1Nou .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 45s !important;
  animation-duration: 45s;
  background-image: url("../../../assets/images/dtdfullback4-1920x942.png");
}
.cid-sNxVDh1Nou .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sNxVDh1Nou .mbr-overlay {
  z-index: 1;
}
.cid-sNxVDh1Nou .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sNy0AiE9vj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #357b26;
}
.cid-sNy0AiE9vj .line {
  background-color: #42b929;
  color: #42b929;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sNy0AiE9vj .section-text {
  padding: 2rem 0;
}
.cid-sNy0AiE9vj .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sNy0AiE9vj .inner-container {
    width: 100% !important;
  }
}
.cid-sPMbqwEJkR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cc2952;
}
.cid-sPMbqwEJkR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sPMbqwEJkR H2 {
  color: #f7ed4a;
}
.cid-sOmoMEDUDw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #357b26;
  position: relative;
  overflow: hidden;
}
.cid-sOmoMEDUDw svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-sOmoMEDUDw #e1_ellipse {
  fill: #357b26 !important;
}
.cid-sOmoMEDUDw img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(255, 135, 51, 0.35);
}
@media (max-width: 576px) {
  .cid-sOmoMEDUDw img {
    width: 100%;
    left: 0;
  }
}
.cid-sOmoMEDUDw H1 {
  color: #f7ed4a;
}
.cid-sOmoMEDUDw .mbr-text,
.cid-sOmoMEDUDw .mbr-section-btn {
  color: #ffffff;
}
.cid-sNyT1iw19L {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #357b26;
}
.cid-sNy93ZJV9N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #156b11;
}
.cid-sNy93ZJV9N .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-sNy93ZJV9N .mbr-author-name {
  font-weight: bold;
}
.cid-sNy93ZJV9N .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-sNy93ZJV9N .mbr-figure,
  .cid-sNy93ZJV9N img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-sNy93ZJV9N .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-sOmqN2I3rw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #156b11;
}
.cid-sOmqN2I3rw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sOmqN2I3rw p {
  color: #767676;
  text-align: left;
}
.cid-sOmqN2I3rw .card-box {
  padding-top: 2rem;
}
.cid-sOmqN2I3rw .card-wrapper {
  height: 100%;
}
.cid-sOmqN2I3rw P {
  color: #ffffff;
}
.cid-sOmqN2I3rw .card-title {
  color: #f7ed4a;
}
.cid-sNxsqtgjqf {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sNxsqtgjqf .media-container-row .mbr-text {
  color: #767676;
}
.cid-uJLrKscKlQ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uJLrKscKlQ .navbar-dropdown {
  background-color: #0f7699 !important;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0f7699 !important;
  background: #0f7699;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJLrKscKlQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJLrKscKlQ .menu_box .navbar.opened,
  .cid-uJLrKscKlQ .menu_box .navbar-collapse {
    background-color: #0f7699 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJLrKscKlQ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uJLrKscKlQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJLrKscKlQ .btn:hover {
  box-shadow: none;
}
.cid-uJLrKscKlQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uJLrKscKlQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uJLrKscKlQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJLrKscKlQ .nav-item .nav-link:hover::before,
.cid-uJLrKscKlQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uJLrKscKlQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJLrKscKlQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJLrKscKlQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJLrKscKlQ .offcanvas_box {
    display: none;
  }
}
.cid-uJLrKscKlQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJLrKscKlQ .container {
  display: flex;
  margin: auto;
}
.cid-uJLrKscKlQ .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uJLrKscKlQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJLrKscKlQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJLrKscKlQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav {
    margin: 0;
  }
}
.cid-uJLrKscKlQ .dropdown-menu,
.cid-uJLrKscKlQ .navbar.opened {
  background-color: false !important;
}
.cid-uJLrKscKlQ .nav-item:focus,
.cid-uJLrKscKlQ .nav-link:focus {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJLrKscKlQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJLrKscKlQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJLrKscKlQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uJLrKscKlQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJLrKscKlQ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uJLrKscKlQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar.collapsed {
  justify-content: center;
}
.cid-uJLrKscKlQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJLrKscKlQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJLrKscKlQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJLrKscKlQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJLrKscKlQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJLrKscKlQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJLrKscKlQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJLrKscKlQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJLrKscKlQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJLrKscKlQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJLrKscKlQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown-item.active,
.cid-uJLrKscKlQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJLrKscKlQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJLrKscKlQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJLrKscKlQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0f7699;
  background: #ff5753;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJLrKscKlQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJLrKscKlQ .navbar {
    height: 70px;
  }
  .cid-uJLrKscKlQ .navbar.opened {
    height: auto;
  }
  .cid-uJLrKscKlQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJLrKscKlQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJLrKscKlQ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uJLrKscKlQ .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-uJLrKscKlQ .navbar-caption:hover {
  color: #149dcc;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJLrKscKlQ .text_widget {
  margin-bottom: 32px;
}
.cid-uJLrKscKlQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJLrKscKlQ .text_widget a:hover,
.cid-uJLrKscKlQ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uJLrKscKlQ .icons-menu-main {
  display: flex;
}
.cid-uJLrKscKlQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .navbar-caption {
  color: #000000;
}
.cid-uJLrKscKlQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .mbr-section-subtitle,
.cid-uJLrKscKlQ .text_widget,
.cid-uJLrKscKlQ .mbr-section-btn {
  text-align: center;
}
.cid-uJLrKscKlQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ttwM5eQXSx {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-786x1080.jpg");
  overflow: hidden;
}
.cid-ttwM5eQXSx svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-ttwM5eQXSx #e2_shape {
  fill: #ffffff !important;
}
.cid-ttwM5eQXSx img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 135, 51, 0.35);
}
@media (max-width: 576px) {
  .cid-ttwM5eQXSx img {
    width: 90%!important;
  }
}
.cid-ttwM5eQXSx H1 {
  color: #ffffff;
}
.cid-ttwM5eQXSx H3 {
  color: #ff3366;
}
.cid-ubgS4aaA86 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ubgS4aaA86 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ubgS4aaA86 p {
  color: #767676;
  text-align: left;
}
.cid-ubgS4aaA86 .card-box {
  padding-top: 2rem;
}
.cid-ubgS4aaA86 .card-wrapper {
  height: 100%;
}
.cid-ubgZUkaGhe {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ubgZUkaGhe .image-block {
  margin: auto;
}
.cid-ubgZUkaGhe figcaption {
  position: relative;
}
.cid-ubgZUkaGhe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ubgZUkaGhe .image-block {
    width: 100% !important;
  }
}
.cid-ttwM5geEBg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttwM5geEBg .mbr-text,
.cid-ttwM5geEBg blockquote {
  color: #767676;
}
.cid-ttwM5gPb6X {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ttwM5gPb6X .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ttwM5gPb6X .section-text {
  padding: 2rem 0;
}
.cid-ttwM5gPb6X .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ttwM5gPb6X .inner-container {
    width: 100% !important;
  }
}
.cid-ttwM5hqKX8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ttwM5i1Amc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ttwM5i1Amc .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-ttwM5i1Amc H2 {
  color: #149dcc;
}
.cid-ttwM5iHWLO {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ttwM5iHWLO .media-container-row .mbr-text {
  color: #767676;
}
.cid-uJLrKscKlQ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uJLrKscKlQ .navbar-dropdown {
  background-color: #0f7699 !important;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0f7699 !important;
  background: #0f7699;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJLrKscKlQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJLrKscKlQ .menu_box .navbar.opened,
  .cid-uJLrKscKlQ .menu_box .navbar-collapse {
    background-color: #0f7699 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJLrKscKlQ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uJLrKscKlQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJLrKscKlQ .btn:hover {
  box-shadow: none;
}
.cid-uJLrKscKlQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uJLrKscKlQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uJLrKscKlQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJLrKscKlQ .nav-item .nav-link:hover::before,
.cid-uJLrKscKlQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uJLrKscKlQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJLrKscKlQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJLrKscKlQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJLrKscKlQ .offcanvas_box {
    display: none;
  }
}
.cid-uJLrKscKlQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJLrKscKlQ .container {
  display: flex;
  margin: auto;
}
.cid-uJLrKscKlQ .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uJLrKscKlQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJLrKscKlQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJLrKscKlQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav {
    margin: 0;
  }
}
.cid-uJLrKscKlQ .dropdown-menu,
.cid-uJLrKscKlQ .navbar.opened {
  background-color: false !important;
}
.cid-uJLrKscKlQ .nav-item:focus,
.cid-uJLrKscKlQ .nav-link:focus {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJLrKscKlQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJLrKscKlQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJLrKscKlQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uJLrKscKlQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJLrKscKlQ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uJLrKscKlQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar.collapsed {
  justify-content: center;
}
.cid-uJLrKscKlQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJLrKscKlQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJLrKscKlQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJLrKscKlQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJLrKscKlQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJLrKscKlQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJLrKscKlQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJLrKscKlQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJLrKscKlQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJLrKscKlQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJLrKscKlQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown-item.active,
.cid-uJLrKscKlQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJLrKscKlQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJLrKscKlQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJLrKscKlQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0f7699;
  background: #ff5753;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJLrKscKlQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJLrKscKlQ .navbar {
    height: 70px;
  }
  .cid-uJLrKscKlQ .navbar.opened {
    height: auto;
  }
  .cid-uJLrKscKlQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJLrKscKlQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJLrKscKlQ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uJLrKscKlQ .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-uJLrKscKlQ .navbar-caption:hover {
  color: #149dcc;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJLrKscKlQ .text_widget {
  margin-bottom: 32px;
}
.cid-uJLrKscKlQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJLrKscKlQ .text_widget a:hover,
.cid-uJLrKscKlQ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uJLrKscKlQ .icons-menu-main {
  display: flex;
}
.cid-uJLrKscKlQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .navbar-caption {
  color: #000000;
}
.cid-uJLrKscKlQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .mbr-section-subtitle,
.cid-uJLrKscKlQ .text_widget,
.cid-uJLrKscKlQ .mbr-section-btn {
  text-align: center;
}
.cid-uJLrKscKlQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-sNDDWPN4vD {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-786x1080.jpg");
  overflow: hidden;
}
.cid-sNDDWPN4vD svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sNDDWPN4vD #e2_shape {
  fill: #ffffff !important;
}
.cid-sNDDWPN4vD img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 135, 51, 0.35);
}
@media (max-width: 576px) {
  .cid-sNDDWPN4vD img {
    width: 90%!important;
  }
}
.cid-sNDDWPN4vD H1 {
  color: #ffffff;
}
.cid-sNDDWPN4vD H3 {
  color: #fff106;
}
.cid-tv8eKP1ixT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tv8eKP1ixT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tv8eKP1ixT p {
  color: #767676;
  text-align: left;
}
.cid-tv8eKP1ixT .card-box {
  padding-top: 2rem;
}
.cid-tv8eKP1ixT .card-wrapper {
  height: 100%;
}
.cid-tv8eKP1ixT .card-title {
  text-align: center;
  color: #59a43c;
}
.cid-sNDErorJAN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sNDErorJAN .mbr-text,
.cid-sNDErorJAN blockquote {
  color: #767676;
}
.cid-sNDErorJAN .mbr-text,
.cid-sNDErorJAN blockquote P {
  text-align: left;
}
.cid-tv8kvlToqG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tv8kvlToqG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tv8kvlToqG .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tv8kvlToqG .mbr-text {
  color: #59a43c;
}
.cid-sNDDWShdbN {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sNDDWShdbN .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sNDDWShdbN .section-text {
  padding: 2rem 0;
}
.cid-sNDDWShdbN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sNDDWShdbN .inner-container {
    width: 100% !important;
  }
}
.cid-sNDDWST3q4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sNDDWTuqGc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sNDDWTuqGc .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-sNDDWTuqGc H2 {
  color: #149dcc;
}
.cid-sNDDWU7h98 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sNDDWU7h98 .media-container-row .mbr-text {
  color: #767676;
}
.cid-uJLrKscKlQ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uJLrKscKlQ .navbar-dropdown {
  background-color: #0f7699 !important;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0f7699 !important;
  background: #0f7699;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJLrKscKlQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJLrKscKlQ .menu_box .navbar.opened,
  .cid-uJLrKscKlQ .menu_box .navbar-collapse {
    background-color: #0f7699 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJLrKscKlQ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uJLrKscKlQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJLrKscKlQ .btn:hover {
  box-shadow: none;
}
.cid-uJLrKscKlQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uJLrKscKlQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uJLrKscKlQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJLrKscKlQ .nav-item .nav-link:hover::before,
.cid-uJLrKscKlQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uJLrKscKlQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJLrKscKlQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJLrKscKlQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJLrKscKlQ .offcanvas_box {
    display: none;
  }
}
.cid-uJLrKscKlQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJLrKscKlQ .container {
  display: flex;
  margin: auto;
}
.cid-uJLrKscKlQ .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uJLrKscKlQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJLrKscKlQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJLrKscKlQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav {
    margin: 0;
  }
}
.cid-uJLrKscKlQ .dropdown-menu,
.cid-uJLrKscKlQ .navbar.opened {
  background-color: false !important;
}
.cid-uJLrKscKlQ .nav-item:focus,
.cid-uJLrKscKlQ .nav-link:focus {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJLrKscKlQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJLrKscKlQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJLrKscKlQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uJLrKscKlQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJLrKscKlQ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uJLrKscKlQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar.collapsed {
  justify-content: center;
}
.cid-uJLrKscKlQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJLrKscKlQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJLrKscKlQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJLrKscKlQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJLrKscKlQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJLrKscKlQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJLrKscKlQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJLrKscKlQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJLrKscKlQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJLrKscKlQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJLrKscKlQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown-item.active,
.cid-uJLrKscKlQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJLrKscKlQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJLrKscKlQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJLrKscKlQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0f7699;
  background: #ff5753;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJLrKscKlQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJLrKscKlQ .navbar {
    height: 70px;
  }
  .cid-uJLrKscKlQ .navbar.opened {
    height: auto;
  }
  .cid-uJLrKscKlQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJLrKscKlQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJLrKscKlQ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uJLrKscKlQ .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-uJLrKscKlQ .navbar-caption:hover {
  color: #149dcc;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJLrKscKlQ .text_widget {
  margin-bottom: 32px;
}
.cid-uJLrKscKlQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJLrKscKlQ .text_widget a:hover,
.cid-uJLrKscKlQ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uJLrKscKlQ .icons-menu-main {
  display: flex;
}
.cid-uJLrKscKlQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .navbar-caption {
  color: #000000;
}
.cid-uJLrKscKlQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .mbr-section-subtitle,
.cid-uJLrKscKlQ .text_widget,
.cid-uJLrKscKlQ .mbr-section-btn {
  text-align: center;
}
.cid-uJLrKscKlQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAUViIzgWp {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uAUViIzgWp .container-fluid {
  padding: 0 3rem;
}
.cid-uAUViIzgWp .media-container-column {
  padding: 0 2rem;
}
.cid-uAUViIzgWp .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #e9e9e9;
}
@media (max-width: 767px) {
  .cid-uAUViIzgWp .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uAUVlgXWVM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-uAUVlgXWVM .mbr-figure {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uAUVlgXWVM .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-uAUVlgXWVM .mbr-text {
  color: #2ac4ff;
  text-align: center;
}
.cid-uAVvdAydi9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uAVvdAydi9 .nav-tabs .nav-item.open .nav-link:focus,
.cid-uAVvdAydi9 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uAVvdAydi9 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-uAVvdAydi9 .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uAVvdAydi9 .first {
  margin-left: -24px;
}
.cid-uAVvdAydi9 .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-uAVvdAydi9 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff0909;
}
.cid-uAVvdAydi9 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ff0909;
  font-style: normal;
}
.cid-uAVvdAydi9 P {
  color: #716c80;
}
.cid-uAVvdAydi9 H2 {
  color: #ff0909;
}
@media (max-width: 576px) {
  .cid-uAVvdAydi9 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uAVvdAydi9 .mbr-text,
  .cid-uAVvdAydi9 .nav-link {
    text-align: center;
  }
}
.cid-uAyvMD3Dt9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-uAyvMD3Dt9 .container-fluid {
  padding: 0 3rem;
}
.cid-uAyvMD3Dt9 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #ff6900);
  display: inline-block;
}
.cid-uAyvMD3Dt9 .card {
  display: block;
}
.cid-uAyvMD3Dt9 .card .card-wrapper {
  height: 1%;
  overflow: visible;
}
.cid-uAyvMD3Dt9 .card .card-wrapper .card-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 0 22px 0;
  z-index: 1;
  border-radius: 0;
}
.cid-uAyvMD3Dt9 .card .card-wrapper:hover .mbr-section-btn {
  opacity: 1;
}
.cid-uAyvMD3Dt9 .card-box {
  margin-bottom: 21px;
}
.cid-uAyvMD3Dt9 .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAyvMD3Dt9 .oldPrice {
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .cid-uAyvMD3Dt9 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uAyvMD3Dt9 .text-row {
    padding-bottom: 1rem;
  }
}
.cid-uAyvMD3Dt9 .mbr-section-btn {
  transition: all 0.5s;
  position: absolute;
  opacity: 0;
}
.cid-uAyvMD3Dt9 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uAyvMD3Dt9 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uAyvMD3Dt9 .mbr-section-title b:last-child,
.cid-uAyvMD3Dt9 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-uAyvMD3Dt9 .mbr-item-tag {
  margin: 0;
}
.cid-uAyvMD3Dt9 .mbr-item-title {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAyvMD3Dt9 .newPrice,
.cid-uAyvMD3Dt9 .mbr-section-btn {
  color: #5fcb17;
  text-align: right;
}
.cid-uAyvMD3Dt9 .mbr-text,
.cid-uAyvMD3Dt9 .mbr-section-btn {
  text-align: left;
}
.cid-uAyvMD3Dt9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyvMD3Dt9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAyvMD3Dt9 .mbr-section-subtitle {
  color: #ff0909;
}
.cid-uAONSvE8Rn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-uAONSvE8Rn .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uAONSvE8Rn .mbr-section-head {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uAONSvE8Rn .mbr-section-title {
  color: #ff0909;
}
.cid-uAONSvE8Rn .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uAONSvE8Rn .main-text {
  color: #24262b;
  margin-top: 16px;
}
.cid-uAONSvE8Rn .item-footer {
  margin-top: 16px;
}
.cid-uAONSvE8Rn .item-footer .btn-danger:hover {
  background-color: #000000 !important;
}
.cid-uAONSvE8Rn .items-row {
  row-gap: 48px;
}
.cid-uAONSvE8Rn .item {
  cursor: pointer;
}
.cid-uAONSvE8Rn .item:focus,
.cid-uAONSvE8Rn span:focus {
  outline: none;
}
.cid-uAONSvE8Rn .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-uAONSvE8Rn .item-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-uAONSvE8Rn .item-wrapper .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uAONSvE8Rn .item-wrapper .mbr-section-btn .btn {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .cid-uAONSvE8Rn .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uAONSvE8Rn .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-uAONSvE8Rn img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 7));
  object-fit: cover;
}
.cid-uAONSvE8Rn .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem;
  background-color: #cccccc;
}
.cid-uAONSvE8Rn .item-title {
  color: #24262b;
}
.cid-uAONSvE8Rn .item-subtitle {
  color: #ff0909;
  margin-top: 6px;
}
.cid-uAONSvE8Rn .mbr-text {
  margin-top: 2px;
  color: #24262b;
}
.cid-uAyBrwgGz5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-uAyBrwgGz5 .container-fluid {
  padding: 0 3rem;
}
.cid-uAyBrwgGz5 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #ff6900);
  display: inline-block;
}
.cid-uAyBrwgGz5 .card {
  display: block;
}
.cid-uAyBrwgGz5 .card .card-wrapper {
  height: 1%;
  overflow: visible;
}
.cid-uAyBrwgGz5 .card .card-wrapper .card-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 0 22px 0;
  z-index: 1;
  border-radius: 0;
}
.cid-uAyBrwgGz5 .card .card-wrapper:hover .mbr-section-btn {
  opacity: 1;
}
.cid-uAyBrwgGz5 .card-box {
  margin-bottom: 21px;
}
.cid-uAyBrwgGz5 .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAyBrwgGz5 .oldPrice {
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .cid-uAyBrwgGz5 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uAyBrwgGz5 .text-row {
    padding-bottom: 1rem;
  }
}
.cid-uAyBrwgGz5 .mbr-section-btn {
  transition: all 0.5s;
  position: absolute;
  opacity: 0;
}
.cid-uAyBrwgGz5 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uAyBrwgGz5 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uAyBrwgGz5 .mbr-section-title b:last-child,
.cid-uAyBrwgGz5 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-uAyBrwgGz5 .mbr-item-tag {
  margin: 0;
}
.cid-uAyBrwgGz5 .mbr-item-title {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAyBrwgGz5 .newPrice,
.cid-uAyBrwgGz5 .mbr-section-btn {
  color: #f23801;
  text-align: right;
}
.cid-uAyBrwgGz5 .mbr-text,
.cid-uAyBrwgGz5 .mbr-section-btn {
  text-align: left;
}
.cid-uAyBrwgGz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAyBrwgGz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAyBrwgGz5 .mbr-section-subtitle {
  color: #ff0909;
}
.cid-uAOPOWybuC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-uAOPOWybuC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOPOWybuC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOPOWybuC .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uAOPOWybuC .currentcost {
  color: #5fcb17;
}
.cid-uAOPOWybuC .card-wrapper {
  border-radius: 4px;
  background: #efefef;
}
@media (min-width: 992px) {
  .cid-uAOPOWybuC .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAOPOWybuC .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAOPOWybuC .text-box {
    padding: 1rem;
  }
}
.cid-uAOPOWybuC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uAOPOWybuC H5 {
  color: #ff0909;
}
.cid-uJpk7rG4Vq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-uJpk7rG4Vq hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 59%;
}
.cid-uJpk7rG4Vq .progress {
  background: #efefef;
  opacity: 0.4;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.cid-uJpk7rG4Vq .progress::before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cccccc;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 85px;
  }
  to {
    margin-left: 100%;
    width: 85px;
  }
}
.cid-uAQzARmymw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cccccc;
}
.cid-uAQzARmymw .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3rem 3rem;
  background: #cccccc;
}
@media (max-width: 767px) {
  .cid-uAQzARmymw .mbr-section-head {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uAQzARmymw .mbr-section-title {
  color: #ff0909;
}
.cid-uAQzARmymw .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uAQzARmymw .main-text {
  color: #24262b;
  margin-top: 16px;
}
.cid-uAQzARmymw .item-footer {
  margin-top: 16px;
}
.cid-uAQzARmymw .item-footer .btn-danger:hover {
  background-color: #000000 !important;
}
.cid-uAQzARmymw .items-row {
  row-gap: 48px;
}
.cid-uAQzARmymw .item {
  cursor: pointer;
}
.cid-uAQzARmymw .item:focus,
.cid-uAQzARmymw span:focus {
  outline: none;
}
.cid-uAQzARmymw .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-uAQzARmymw .item-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-uAQzARmymw .item-wrapper .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uAQzARmymw .item-wrapper .mbr-section-btn .btn {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .cid-uAQzARmymw .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uAQzARmymw .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-uAQzARmymw img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 7));
  object-fit: cover;
}
.cid-uAQzARmymw .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem;
  background-color: #c1c1c1;
}
.cid-uAQzARmymw .item-title {
  color: #24262b;
}
.cid-uAQzARmymw .item-subtitle {
  color: #ff0909;
  margin-top: 6px;
}
.cid-uAQzARmymw .mbr-text {
  margin-top: 2px;
  color: #24262b;
}
.cid-uAxl04gbtA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uAxl04gbtA .mbr-text,
.cid-uAxl04gbtA .mbr-section-subtitle {
  color: #767676;
}
.cid-uAxl04gbtA .card-title {
  color: #66458e;
}
.cid-uAxl04gbtA .card .card-img span {
  color: #ffffff;
  font-size: 60px;
  background: linear-gradient(45deg, #ffffff, #e3b518);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-uAxl04gbtA .mbr-section-subtitle,
  .cid-uAxl04gbtA .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAxl04gbtA .card .card-img span {
    background: none;
  }
}
.cid-uAxl04gbtA .card-title,
.cid-uAxl04gbtA .card-img {
  color: #ffffff;
}
.cid-uAxl04vlLj {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uAxl04vlLj .media-container-row .mbr-text {
  color: #767676;
}
.cid-uJLrKscKlQ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uJLrKscKlQ .navbar-dropdown {
  background-color: #0f7699 !important;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0f7699 !important;
  background: #0f7699;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJLrKscKlQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJLrKscKlQ .menu_box .navbar.opened,
  .cid-uJLrKscKlQ .menu_box .navbar-collapse {
    background-color: #0f7699 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJLrKscKlQ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uJLrKscKlQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJLrKscKlQ .btn:hover {
  box-shadow: none;
}
.cid-uJLrKscKlQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uJLrKscKlQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uJLrKscKlQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJLrKscKlQ .nav-item .nav-link:hover::before,
.cid-uJLrKscKlQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uJLrKscKlQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJLrKscKlQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJLrKscKlQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJLrKscKlQ .offcanvas_box {
    display: none;
  }
}
.cid-uJLrKscKlQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJLrKscKlQ .container {
  display: flex;
  margin: auto;
}
.cid-uJLrKscKlQ .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uJLrKscKlQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJLrKscKlQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJLrKscKlQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav {
    margin: 0;
  }
}
.cid-uJLrKscKlQ .dropdown-menu,
.cid-uJLrKscKlQ .navbar.opened {
  background-color: false !important;
}
.cid-uJLrKscKlQ .nav-item:focus,
.cid-uJLrKscKlQ .nav-link:focus {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJLrKscKlQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJLrKscKlQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJLrKscKlQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uJLrKscKlQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJLrKscKlQ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uJLrKscKlQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar.collapsed {
  justify-content: center;
}
.cid-uJLrKscKlQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJLrKscKlQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJLrKscKlQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJLrKscKlQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJLrKscKlQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJLrKscKlQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJLrKscKlQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJLrKscKlQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJLrKscKlQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJLrKscKlQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJLrKscKlQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown-item.active,
.cid-uJLrKscKlQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJLrKscKlQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJLrKscKlQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJLrKscKlQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0f7699;
  background: #ff5753;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJLrKscKlQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJLrKscKlQ .navbar {
    height: 70px;
  }
  .cid-uJLrKscKlQ .navbar.opened {
    height: auto;
  }
  .cid-uJLrKscKlQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJLrKscKlQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJLrKscKlQ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uJLrKscKlQ .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-uJLrKscKlQ .navbar-caption:hover {
  color: #149dcc;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJLrKscKlQ .text_widget {
  margin-bottom: 32px;
}
.cid-uJLrKscKlQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJLrKscKlQ .text_widget a:hover,
.cid-uJLrKscKlQ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uJLrKscKlQ .icons-menu-main {
  display: flex;
}
.cid-uJLrKscKlQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .navbar-caption {
  color: #000000;
}
.cid-uJLrKscKlQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .mbr-section-subtitle,
.cid-uJLrKscKlQ .text_widget,
.cid-uJLrKscKlQ .mbr-section-btn {
  text-align: center;
}
.cid-uJLrKscKlQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJpl64sGX5 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uJpl64sGX5 .container-fluid {
  padding: 0 3rem;
}
.cid-uJpl64sGX5 .media-container-column {
  padding: 0 2rem;
}
.cid-uJpl64sGX5 .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #e9e9e9;
}
@media (max-width: 767px) {
  .cid-uJpl64sGX5 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uJpl64B94Z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-uJpl64B94Z .mbr-figure {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uJpl64B94Z .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-uJpl64B94Z .mbr-text {
  color: #2ac4ff;
}
.cid-uJpl64IIU2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uJpl64IIU2 .nav-tabs .nav-item.open .nav-link:focus,
.cid-uJpl64IIU2 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uJpl64IIU2 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-uJpl64IIU2 .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uJpl64IIU2 .first {
  margin-left: -24px;
}
.cid-uJpl64IIU2 .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-uJpl64IIU2 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff0909;
}
.cid-uJpl64IIU2 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ff0909;
  font-style: normal;
}
.cid-uJpl64IIU2 P {
  color: #716c80;
}
.cid-uJpl64IIU2 H2 {
  color: #ff0909;
}
@media (max-width: 576px) {
  .cid-uJpl64IIU2 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uJpl64IIU2 .mbr-text,
  .cid-uJpl64IIU2 .nav-link {
    text-align: center;
  }
}
.cid-uJpl64VJDs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-uJpl64VJDs .container-fluid {
  padding: 0 3rem;
}
.cid-uJpl64VJDs .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #ff6900);
  display: inline-block;
}
.cid-uJpl64VJDs .card {
  display: block;
}
.cid-uJpl64VJDs .card .card-wrapper {
  height: 1%;
  overflow: visible;
}
.cid-uJpl64VJDs .card .card-wrapper .card-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 0 22px 0;
  z-index: 1;
  border-radius: 0;
}
.cid-uJpl64VJDs .card .card-wrapper:hover .mbr-section-btn {
  opacity: 1;
}
.cid-uJpl64VJDs .card-box {
  margin-bottom: 21px;
}
.cid-uJpl64VJDs .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJpl64VJDs .oldPrice {
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .cid-uJpl64VJDs .container-fluid {
    padding: 0 1rem;
  }
  .cid-uJpl64VJDs .text-row {
    padding-bottom: 1rem;
  }
}
.cid-uJpl64VJDs .mbr-section-btn {
  transition: all 0.5s;
  position: absolute;
  opacity: 0;
}
.cid-uJpl64VJDs .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uJpl64VJDs .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uJpl64VJDs .mbr-section-title b:last-child,
.cid-uJpl64VJDs .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-uJpl64VJDs .mbr-item-tag {
  margin: 0;
}
.cid-uJpl64VJDs .mbr-item-title {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJpl64VJDs .newPrice,
.cid-uJpl64VJDs .mbr-section-btn {
  color: #5fcb17;
  text-align: right;
}
.cid-uJpl64VJDs .mbr-text,
.cid-uJpl64VJDs .mbr-section-btn {
  text-align: left;
}
.cid-uJpl64VJDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpl64VJDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJpl64VJDs .mbr-section-subtitle {
  color: #ff0909;
}
.cid-uJpl65bQll {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-uJpl65bQll .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uJpl65bQll .mbr-section-head {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uJpl65bQll .mbr-section-title {
  color: #ff0909;
}
.cid-uJpl65bQll .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uJpl65bQll .main-text {
  color: #24262b;
  margin-top: 16px;
}
.cid-uJpl65bQll .item-footer {
  margin-top: 16px;
}
.cid-uJpl65bQll .item-footer .btn-danger:hover {
  background-color: #000000 !important;
}
.cid-uJpl65bQll .items-row {
  row-gap: 48px;
}
.cid-uJpl65bQll .item {
  cursor: pointer;
}
.cid-uJpl65bQll .item:focus,
.cid-uJpl65bQll span:focus {
  outline: none;
}
.cid-uJpl65bQll .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-uJpl65bQll .item-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-uJpl65bQll .item-wrapper .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uJpl65bQll .item-wrapper .mbr-section-btn .btn {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .cid-uJpl65bQll .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uJpl65bQll .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-uJpl65bQll img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 7));
  object-fit: cover;
}
.cid-uJpl65bQll .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem;
  background-color: #cccccc;
}
.cid-uJpl65bQll .item-title {
  color: #24262b;
}
.cid-uJpl65bQll .item-subtitle {
  color: #ff0909;
  margin-top: 6px;
}
.cid-uJpl65bQll .mbr-text {
  margin-top: 2px;
  color: #24262b;
}
.cid-uJpl65qMtc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-uJpl65qMtc .container-fluid {
  padding: 0 3rem;
}
.cid-uJpl65qMtc .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #ff6900);
  display: inline-block;
}
.cid-uJpl65qMtc .card {
  display: block;
}
.cid-uJpl65qMtc .card .card-wrapper {
  height: 1%;
  overflow: visible;
}
.cid-uJpl65qMtc .card .card-wrapper .card-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 0 22px 0;
  z-index: 1;
  border-radius: 0;
}
.cid-uJpl65qMtc .card .card-wrapper:hover .mbr-section-btn {
  opacity: 1;
}
.cid-uJpl65qMtc .card-box {
  margin-bottom: 21px;
}
.cid-uJpl65qMtc .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJpl65qMtc .oldPrice {
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .cid-uJpl65qMtc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uJpl65qMtc .text-row {
    padding-bottom: 1rem;
  }
}
.cid-uJpl65qMtc .mbr-section-btn {
  transition: all 0.5s;
  position: absolute;
  opacity: 0;
}
.cid-uJpl65qMtc .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uJpl65qMtc .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uJpl65qMtc .mbr-section-title b:last-child,
.cid-uJpl65qMtc .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-uJpl65qMtc .mbr-item-tag {
  margin: 0;
}
.cid-uJpl65qMtc .mbr-item-title {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJpl65qMtc .newPrice,
.cid-uJpl65qMtc .mbr-section-btn {
  color: #f23801;
  text-align: right;
}
.cid-uJpl65qMtc .mbr-text,
.cid-uJpl65qMtc .mbr-section-btn {
  text-align: left;
}
.cid-uJpl65qMtc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpl65qMtc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJpl65qMtc .mbr-section-subtitle {
  color: #ff0909;
}
.cid-uJpl65GBna {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-uJpl65GBna .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpl65GBna .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJpl65GBna .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uJpl65GBna .currentcost {
  color: #5fcb17;
}
.cid-uJpl65GBna .card-wrapper {
  border-radius: 4px;
  background: #efefef;
}
@media (min-width: 992px) {
  .cid-uJpl65GBna .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJpl65GBna .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJpl65GBna .text-box {
    padding: 1rem;
  }
}
.cid-uJpl65GBna .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJpl65GBna H5 {
  color: #ff0909;
}
.cid-uJpl65RuL6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-uJpl65RuL6 hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 59%;
}
.cid-uJpl65RuL6 .progress {
  background: #efefef;
  opacity: 0.4;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.cid-uJpl65RuL6 .progress::before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cccccc;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 85px;
  }
  to {
    margin-left: 100%;
    width: 85px;
  }
}
.cid-uJpl65ZIvF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cccccc;
}
.cid-uJpl65ZIvF .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3rem 3rem;
  background: #cccccc;
}
@media (max-width: 767px) {
  .cid-uJpl65ZIvF .mbr-section-head {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uJpl65ZIvF .mbr-section-title {
  color: #ff0909;
}
.cid-uJpl65ZIvF .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uJpl65ZIvF .main-text {
  color: #24262b;
  margin-top: 16px;
}
.cid-uJpl65ZIvF .item-footer {
  margin-top: 16px;
}
.cid-uJpl65ZIvF .item-footer .btn-danger:hover {
  background-color: #000000 !important;
}
.cid-uJpl65ZIvF .items-row {
  row-gap: 48px;
}
.cid-uJpl65ZIvF .item {
  cursor: pointer;
}
.cid-uJpl65ZIvF .item:focus,
.cid-uJpl65ZIvF span:focus {
  outline: none;
}
.cid-uJpl65ZIvF .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-uJpl65ZIvF .item-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-uJpl65ZIvF .item-wrapper .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uJpl65ZIvF .item-wrapper .mbr-section-btn .btn {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .cid-uJpl65ZIvF .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uJpl65ZIvF .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-uJpl65ZIvF img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 7));
  object-fit: cover;
}
.cid-uJpl65ZIvF .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem;
  background-color: #c1c1c1;
}
.cid-uJpl65ZIvF .item-title {
  color: #24262b;
}
.cid-uJpl65ZIvF .item-subtitle {
  color: #ff0909;
  margin-top: 6px;
}
.cid-uJpl65ZIvF .mbr-text {
  margin-top: 2px;
  color: #24262b;
}
.cid-uJpl66cj7z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uJpl66cj7z .mbr-text,
.cid-uJpl66cj7z .mbr-section-subtitle {
  color: #767676;
}
.cid-uJpl66cj7z .card-title {
  color: #66458e;
}
.cid-uJpl66cj7z .card .card-img span {
  color: #ffffff;
  font-size: 60px;
  background: linear-gradient(45deg, #ffffff, #e3b518);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-uJpl66cj7z .mbr-section-subtitle,
  .cid-uJpl66cj7z .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJpl66cj7z .card .card-img span {
    background: none;
  }
}
.cid-uJpl66cj7z .card-title,
.cid-uJpl66cj7z .card-img {
  color: #ffffff;
}
.cid-uJpl66rXwn {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uJpl66rXwn .media-container-row .mbr-text {
  color: #767676;
}
.cid-uJLrKscKlQ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uJLrKscKlQ .navbar-dropdown {
  background-color: #0f7699 !important;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0f7699 !important;
  background: #0f7699;
}
.cid-uJLrKscKlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJLrKscKlQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJLrKscKlQ .menu_box .navbar.opened,
  .cid-uJLrKscKlQ .menu_box .navbar-collapse {
    background-color: #0f7699 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJLrKscKlQ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uJLrKscKlQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJLrKscKlQ .btn:hover {
  box-shadow: none;
}
.cid-uJLrKscKlQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uJLrKscKlQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uJLrKscKlQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJLrKscKlQ .nav-item .nav-link:hover::before,
.cid-uJLrKscKlQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uJLrKscKlQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJLrKscKlQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJLrKscKlQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJLrKscKlQ .offcanvas_box {
    display: none;
  }
}
.cid-uJLrKscKlQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJLrKscKlQ .container {
  display: flex;
  margin: auto;
}
.cid-uJLrKscKlQ .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uJLrKscKlQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJLrKscKlQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJLrKscKlQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav {
    margin: 0;
  }
}
.cid-uJLrKscKlQ .dropdown-menu,
.cid-uJLrKscKlQ .navbar.opened {
  background-color: false !important;
}
.cid-uJLrKscKlQ .nav-item:focus,
.cid-uJLrKscKlQ .nav-link:focus {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJLrKscKlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJLrKscKlQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJLrKscKlQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJLrKscKlQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJLrKscKlQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJLrKscKlQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uJLrKscKlQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJLrKscKlQ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uJLrKscKlQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar.collapsed {
  justify-content: center;
}
.cid-uJLrKscKlQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJLrKscKlQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJLrKscKlQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJLrKscKlQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJLrKscKlQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJLrKscKlQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJLrKscKlQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJLrKscKlQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJLrKscKlQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJLrKscKlQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJLrKscKlQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJLrKscKlQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJLrKscKlQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJLrKscKlQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJLrKscKlQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uJLrKscKlQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJLrKscKlQ .dropdown-item.active,
.cid-uJLrKscKlQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (min-width: 991px) {
  .cid-uJLrKscKlQ .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJLrKscKlQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJLrKscKlQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJLrKscKlQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJLrKscKlQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJLrKscKlQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0f7699;
  background: #ff5753;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJLrKscKlQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJLrKscKlQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJLrKscKlQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJLrKscKlQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJLrKscKlQ .navbar {
    height: 70px;
  }
  .cid-uJLrKscKlQ .navbar.opened {
    height: auto;
  }
  .cid-uJLrKscKlQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJLrKscKlQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJLrKscKlQ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uJLrKscKlQ .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-uJLrKscKlQ .navbar-caption:hover {
  color: #149dcc;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJLrKscKlQ .text_widget {
  margin-bottom: 32px;
}
.cid-uJLrKscKlQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJLrKscKlQ .text_widget a:hover,
.cid-uJLrKscKlQ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uJLrKscKlQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-uJLrKscKlQ .icons-menu-main {
  display: flex;
}
.cid-uJLrKscKlQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .navbar-caption {
  color: #000000;
}
.cid-uJLrKscKlQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJLrKscKlQ .mbr-section-subtitle,
.cid-uJLrKscKlQ .text_widget,
.cid-uJLrKscKlQ .mbr-section-btn {
  text-align: center;
}
.cid-uJLrKscKlQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJpl9aobCp {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uJpl9aobCp .container-fluid {
  padding: 0 3rem;
}
.cid-uJpl9aobCp .media-container-column {
  padding: 0 2rem;
}
.cid-uJpl9aobCp .mbr-section-title {
  display: inline-block;
  position: relative;
  color: #e9e9e9;
}
@media (max-width: 767px) {
  .cid-uJpl9aobCp .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uJpl9ayTVz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-uJpl9ayTVz .mbr-figure {
    padding-right: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uJpl9ayTVz .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-uJpl9ayTVz .mbr-text {
  color: #2ac4ff;
  text-align: center;
}
.cid-uJpl9aHm2I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uJpl9aHm2I .nav-tabs .nav-item.open .nav-link:focus,
.cid-uJpl9aHm2I .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uJpl9aHm2I .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid lightgray;
}
.cid-uJpl9aHm2I .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-uJpl9aHm2I .first {
  margin-left: -24px;
}
.cid-uJpl9aHm2I .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-uJpl9aHm2I .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff0909;
}
.cid-uJpl9aHm2I .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ff0909;
  font-style: normal;
}
.cid-uJpl9aHm2I P {
  color: #716c80;
}
.cid-uJpl9aHm2I H2 {
  color: #ff0909;
}
@media (max-width: 576px) {
  .cid-uJpl9aHm2I .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uJpl9aHm2I .mbr-text,
  .cid-uJpl9aHm2I .nav-link {
    text-align: center;
  }
}
.cid-uJpl9aV5By {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-uJpl9aV5By .container-fluid {
  padding: 0 3rem;
}
.cid-uJpl9aV5By .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #ff6900);
  display: inline-block;
}
.cid-uJpl9aV5By .card {
  display: block;
}
.cid-uJpl9aV5By .card .card-wrapper {
  height: 1%;
  overflow: visible;
}
.cid-uJpl9aV5By .card .card-wrapper .card-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 0 22px 0;
  z-index: 1;
  border-radius: 0;
}
.cid-uJpl9aV5By .card .card-wrapper:hover .mbr-section-btn {
  opacity: 1;
}
.cid-uJpl9aV5By .card-box {
  margin-bottom: 21px;
}
.cid-uJpl9aV5By .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJpl9aV5By .oldPrice {
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .cid-uJpl9aV5By .container-fluid {
    padding: 0 1rem;
  }
  .cid-uJpl9aV5By .text-row {
    padding-bottom: 1rem;
  }
}
.cid-uJpl9aV5By .mbr-section-btn {
  transition: all 0.5s;
  position: absolute;
  opacity: 0;
}
.cid-uJpl9aV5By .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uJpl9aV5By .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uJpl9aV5By .mbr-section-title b:last-child,
.cid-uJpl9aV5By .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-uJpl9aV5By .mbr-item-tag {
  margin: 0;
}
.cid-uJpl9aV5By .mbr-item-title {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJpl9aV5By .newPrice,
.cid-uJpl9aV5By .mbr-section-btn {
  color: #5fcb17;
  text-align: right;
}
.cid-uJpl9aV5By .mbr-text,
.cid-uJpl9aV5By .mbr-section-btn {
  text-align: left;
}
.cid-uJpl9aV5By .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpl9aV5By .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJpl9aV5By .mbr-section-subtitle {
  color: #ff0909;
}
.cid-uJpl9buUJR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-uJpl9buUJR .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uJpl9buUJR .mbr-section-head {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uJpl9buUJR .mbr-section-title {
  color: #ff0909;
}
.cid-uJpl9buUJR .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uJpl9buUJR .main-text {
  color: #24262b;
  margin-top: 16px;
}
.cid-uJpl9buUJR .item-footer {
  margin-top: 16px;
}
.cid-uJpl9buUJR .item-footer .btn-danger:hover {
  background-color: #000000 !important;
}
.cid-uJpl9buUJR .items-row {
  row-gap: 48px;
}
.cid-uJpl9buUJR .item {
  cursor: pointer;
}
.cid-uJpl9buUJR .item:focus,
.cid-uJpl9buUJR span:focus {
  outline: none;
}
.cid-uJpl9buUJR .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-uJpl9buUJR .item-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-uJpl9buUJR .item-wrapper .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uJpl9buUJR .item-wrapper .mbr-section-btn .btn {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .cid-uJpl9buUJR .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uJpl9buUJR .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-uJpl9buUJR img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 7));
  object-fit: cover;
}
.cid-uJpl9buUJR .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem;
  background-color: #cccccc;
}
.cid-uJpl9buUJR .item-title {
  color: #24262b;
}
.cid-uJpl9buUJR .item-subtitle {
  color: #ff0909;
  margin-top: 6px;
}
.cid-uJpl9buUJR .mbr-text {
  margin-top: 2px;
  color: #24262b;
}
.cid-uJpl9bFfpb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
.cid-uJpl9bFfpb .container-fluid {
  padding: 0 3rem;
}
.cid-uJpl9bFfpb .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #149dcc, #ff6900);
  display: inline-block;
}
.cid-uJpl9bFfpb .card {
  display: block;
}
.cid-uJpl9bFfpb .card .card-wrapper {
  height: 1%;
  overflow: visible;
}
.cid-uJpl9bFfpb .card .card-wrapper .card-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 0 22px 0;
  z-index: 1;
  border-radius: 0;
}
.cid-uJpl9bFfpb .card .card-wrapper:hover .mbr-section-btn {
  opacity: 1;
}
.cid-uJpl9bFfpb .card-box {
  margin-bottom: 21px;
}
.cid-uJpl9bFfpb .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJpl9bFfpb .oldPrice {
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .cid-uJpl9bFfpb .container-fluid {
    padding: 0 1rem;
  }
  .cid-uJpl9bFfpb .text-row {
    padding-bottom: 1rem;
  }
}
.cid-uJpl9bFfpb .mbr-section-btn {
  transition: all 0.5s;
  position: absolute;
  opacity: 0;
}
.cid-uJpl9bFfpb .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uJpl9bFfpb .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-uJpl9bFfpb .mbr-section-title b:last-child,
.cid-uJpl9bFfpb .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-uJpl9bFfpb .mbr-item-tag {
  margin: 0;
}
.cid-uJpl9bFfpb .mbr-item-title {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJpl9bFfpb .newPrice,
.cid-uJpl9bFfpb .mbr-section-btn {
  color: #f23801;
  text-align: right;
}
.cid-uJpl9bFfpb .mbr-text,
.cid-uJpl9bFfpb .mbr-section-btn {
  text-align: left;
}
.cid-uJpl9bFfpb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpl9bFfpb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJpl9bFfpb .mbr-section-subtitle {
  color: #ff0909;
}
.cid-uJpl9bVGnM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-uJpl9bVGnM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpl9bVGnM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJpl9bVGnM .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uJpl9bVGnM .currentcost {
  color: #5fcb17;
}
.cid-uJpl9bVGnM .card-wrapper {
  border-radius: 4px;
  background: #efefef;
}
@media (min-width: 992px) {
  .cid-uJpl9bVGnM .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJpl9bVGnM .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJpl9bVGnM .text-box {
    padding: 1rem;
  }
}
.cid-uJpl9bVGnM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJpl9bVGnM H5 {
  color: #ff0909;
}
.cid-uJpl9c6kxl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-uJpl9c6kxl hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 59%;
}
.cid-uJpl9c6kxl .progress {
  background: #efefef;
  opacity: 0.4;
  height: 10px;
  overflow: hidden;
  position: relative;
}
.cid-uJpl9c6kxl .progress::before {
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cccccc;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 85px;
  }
  to {
    margin-left: 100%;
    width: 85px;
  }
}
.cid-uJpl9cgZf4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #cccccc;
}
.cid-uJpl9cgZf4 .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 3rem 3rem;
  background: #cccccc;
}
@media (max-width: 767px) {
  .cid-uJpl9cgZf4 .mbr-section-head {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uJpl9cgZf4 .mbr-section-title {
  color: #ff0909;
}
.cid-uJpl9cgZf4 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uJpl9cgZf4 .main-text {
  color: #24262b;
  margin-top: 16px;
}
.cid-uJpl9cgZf4 .item-footer {
  margin-top: 16px;
}
.cid-uJpl9cgZf4 .item-footer .btn-danger:hover {
  background-color: #000000 !important;
}
.cid-uJpl9cgZf4 .items-row {
  row-gap: 48px;
}
.cid-uJpl9cgZf4 .item {
  cursor: pointer;
}
.cid-uJpl9cgZf4 .item:focus,
.cid-uJpl9cgZf4 span:focus {
  outline: none;
}
.cid-uJpl9cgZf4 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-uJpl9cgZf4 .item-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-uJpl9cgZf4 .item-wrapper .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uJpl9cgZf4 .item-wrapper .mbr-section-btn .btn {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .cid-uJpl9cgZf4 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uJpl9cgZf4 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-uJpl9cgZf4 img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 7));
  object-fit: cover;
}
.cid-uJpl9cgZf4 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem;
  background-color: #c1c1c1;
}
.cid-uJpl9cgZf4 .item-title {
  color: #24262b;
}
.cid-uJpl9cgZf4 .item-subtitle {
  color: #ff0909;
  margin-top: 6px;
}
.cid-uJpl9cgZf4 .mbr-text {
  margin-top: 2px;
  color: #24262b;
}
.cid-uJpl9cs3g5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uJpl9cs3g5 .mbr-text,
.cid-uJpl9cs3g5 .mbr-section-subtitle {
  color: #767676;
}
.cid-uJpl9cs3g5 .card-title {
  color: #66458e;
}
.cid-uJpl9cs3g5 .card .card-img span {
  color: #ffffff;
  font-size: 60px;
  background: linear-gradient(45deg, #ffffff, #e3b518);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-uJpl9cs3g5 .mbr-section-subtitle,
  .cid-uJpl9cs3g5 .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJpl9cs3g5 .card .card-img span {
    background: none;
  }
}
.cid-uJpl9cs3g5 .card-title,
.cid-uJpl9cs3g5 .card-img {
  color: #ffffff;
}
.cid-uJpl9cKGUc {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uJpl9cKGUc .media-container-row .mbr-text {
  color: #767676;
}
