body {
  font-family: Outfit;
}
.display-1 {
  font-family: 'Bradley Hand Bold';
  font-size: 5.4rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.75rem;
}
.display-2 {
  font-family: 'Century-Gothic';
  font-size: 2.4rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Century-Gothic';
  font-size: 1.1rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Century-Gothic';
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Century-Gothic';
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.78rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 33px;
}
.bg-primary {
  background-color: #272727 !important;
}
.bg-success {
  background-color: #ed4022 !important;
}
.bg-info {
  background-color: #ffbf18 !important;
}
.bg-warning {
  background-color: #41ac49 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #272727 !important;
  border-color: #272727 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffbf18 !important;
  border-color: #ffbf18 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #c08b00 !important;
  border-color: #c08b00 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ed4022 !important;
  border-color: #ed4022 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #aa250e !important;
  border-color: #aa250e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #41ac49 !important;
  border-color: #41ac49 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #296d2e !important;
  border-color: #296d2e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #272727;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffbf18;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c08b00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbf18 !important;
  border-color: #ffbf18 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ed4022;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #aa250e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ed4022 !important;
  border-color: #ed4022 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #41ac49;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #296d2e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #41ac49 !important;
  border-color: #41ac49 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #272727 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #ed4022 !important;
}
.text-info {
  color: #ffbf18 !important;
}
.text-warning {
  color: #41ac49 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9c220d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #b18000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #25622a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #272727;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffbf18;
}
.alert-warning {
  background-color: #41ac49;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #272727;
  border-color: #272727;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #272727;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dadada;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fce3df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff8e4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #95d79a;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Century-Gothic';
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #272727 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Century-Gothic';
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #272727;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #272727;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #272727;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #272727;
  border-bottom-color: #272727;
}
.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: #272727 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23272727' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.btn-primary,
.btn-secondary,
.btn-info,
.btn-success,
.btn-warning,
.btn-danger,
.btn-white,
.btn-black {
  padding: 15px !important;
  min-width: 100px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tbWniy6u3V {
  z-index: 1000;
  width: 100%;
}
.cid-tbWniy6u3V .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-tbWniy6u3V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-tbWniy6u3V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .menu_box .navbar.opened,
  .cid-tbWniy6u3V .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tbWniy6u3V nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tbWniy6u3V .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tbWniy6u3V .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tbWniy6u3V .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tbWniy6u3V .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-tbWniy6u3V .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tbWniy6u3V .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tbWniy6u3V .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tbWniy6u3V .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tbWniy6u3V .offcanvas-body .mbr-text,
  .cid-tbWniy6u3V .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tbWniy6u3V .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tbWniy6u3V ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tbWniy6u3V .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tbWniy6u3V .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tbWniy6u3V li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tbWniy6u3V .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tbWniy6u3V .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tbWniy6u3V .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .nav-item {
    margin: 0 !important;
  }
}
.cid-tbWniy6u3V .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tbWniy6u3V .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-tbWniy6u3V .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tbWniy6u3V .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-tbWniy6u3V .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tbWniy6u3V .offcanvas_box {
    display: none;
  }
}
.cid-tbWniy6u3V .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tbWniy6u3V .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tbWniy6u3V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tbWniy6u3V .nav-link {
  position: relative;
  color: #000000;
}
.cid-tbWniy6u3V .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-tbWniy6u3V .container {
  display: flex;
  margin: auto;
}
.cid-tbWniy6u3V .iconfont-wrapper {
  color: #272727;
  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-tbWniy6u3V .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tbWniy6u3V .iconfont-wrapper:hover {
  color: #272727;
}
.cid-tbWniy6u3V .navbar-caption {
  color: #000000;
}
.cid-tbWniy6u3V .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tbWniy6u3V .navbar-nav {
    margin: 0;
  }
}
.cid-tbWniy6u3V .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tbWniy6u3V .dropdown-menu,
.cid-tbWniy6u3V .navbar.opened {
  background-color: true !important;
}
.cid-tbWniy6u3V .nav-item:focus,
.cid-tbWniy6u3V .nav-link:focus {
  outline: none;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbWniy6u3V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbWniy6u3V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbWniy6u3V .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-tbWniy6u3V .navbar.opened {
  transition: all 0.3s;
}
.cid-tbWniy6u3V .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tbWniy6u3V .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-tbWniy6u3V .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tbWniy6u3V .navbar.collapsed {
  justify-content: center;
}
.cid-tbWniy6u3V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbWniy6u3V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbWniy6u3V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbWniy6u3V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbWniy6u3V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbWniy6u3V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tbWniy6u3V .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tbWniy6u3V .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tbWniy6u3V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbWniy6u3V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbWniy6u3V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tbWniy6u3V .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tbWniy6u3V .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tbWniy6u3V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tbWniy6u3V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tbWniy6u3V .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tbWniy6u3V .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbWniy6u3V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tbWniy6u3V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tbWniy6u3V .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-tbWniy6u3V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbWniy6u3V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbWniy6u3V .dropdown-item.active,
.cid-tbWniy6u3V .dropdown-item:active {
  background-color: transparent;
}
.cid-tbWniy6u3V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tbWniy6u3V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbWniy6u3V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tbWniy6u3V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbWniy6u3V ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tbWniy6u3V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tbWniy6u3V button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbWniy6u3V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tbWniy6u3V .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-tbWniy6u3V .navbar {
    height: 70px;
  }
  .cid-tbWniy6u3V .navbar.opened {
    height: auto;
  }
  .cid-tbWniy6u3V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbWniy6u3V .mbr-section-btn .btn,
.cid-tbWniy6u3V .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:first-child,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:focus,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tbWniy6u3V .mbr-section-btn .btn span,
.cid-tbWniy6u3V .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:hover,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:hover span,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tbWniy6u3V .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tbWniy6u3V .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tbWniy6u3V .navbar-caption:hover {
  color: #272727;
}
.cid-tbWniy6u3V .nav-link:hover {
  color: #272727;
}
.cid-tbWniy6u3V .nav-link:hover::before {
  background-color: #272727;
}
.cid-tbWniy6u3V .mbr-section-subtitle {
  color: #124ad6;
}
.cid-tbWniy6u3V .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tbWniy6u3V .mbr-section-subtitle,
.cid-tbWniy6u3V .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-tbWniy6u3V a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v1bgskecZY {
  background-image: url("../../../assets/images/indawo20website20header-n-2000x1500.png");
}
.cid-v1bgskecZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1bgskecZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1bgskecZY .content-wrapper {
  margin: 0 auto;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v1bgskecZY .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v1bgskecZY .content-wrapper {
    margin: 0;
    width: 100%;
  }
}
.cid-v1bgskecZY .content-wrapper .title-wrapper {
  margin-bottom: 24px;
}
.cid-v1bgskecZY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1bgskecZY .content-wrapper .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding: 16px;
  position: relative;
  z-index: 1;
}
.cid-v1bgskecZY .content-wrapper .title-wrapper .subtitle-wrapper .mbr-section-subtitle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 94%;
  background-color: #ffdf7d;
  z-index: -1;
  opacity: 0.15;
  pointer-events: none;
}
.cid-v1bgskecZY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v1bgskecZY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v1bgskecZY .mbr-section-title {
  color: #ffffff;
}
.cid-v1bgskecZY .mbr-section-subtitle,
.cid-v1bgskecZY .subtitle-wrapper {
  color: #ffdf7d;
  text-align: center;
}
.cid-v1bgskecZY .mbr-text,
.cid-v1bgskecZY .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v1bgskecZY .mbr-section-title,
.cid-v1bgskecZY .mbr-section-btn {
  text-align: center;
}
.cid-v1bvTf3b2J {
  background-image: url("../../../assets/images/indawo20business20cards20-20final20draft-2000x1111.png");
}
.cid-v1bvTf3b2J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1bvTf3b2J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1bvTf3b2J .row {
  margin: 0 -45px;
}
.cid-v1bvTf3b2J .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-v1bvTf3b2J .image-wrapper {
  position: relative;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
}
@media (max-width: 1440px) {
  .cid-v1bvTf3b2J .image-wrapper {
    padding-left: 0;
  }
}
.cid-v1bvTf3b2J .image-wrapper img {
  width: 800px;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1bvTf3b2J .image-wrapper img {
    width: 600px;
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-v1bvTf3b2J .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-v1bvTf3b2J .image-wrapper img {
    height: 300px;
  }
}
.cid-v1bvTf3b2J .content-wrapper {
  padding-left: 66px;
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cid-v1bvTf3b2J .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1bvTf3b2J .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1bvTf3b2J .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-v1bvTf3b2J .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v1bvTf3b2J .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-v1bvTf3b2J .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1bvTf3b2J .mbr-label {
  color: #3a001d;
}
.cid-v1bvTf3b2J .mbr-section-title {
  color: #3a001d;
}
.cid-v1bvTf3b2J .mbr-text {
  color: #3a001d;
}
.cid-v1bvTf3b2J .mbr-text,
.cid-v1bvTf3b2J .text-wrapper {
  color: #000000;
}
.cid-v10qyeO4SZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v10qyeO4SZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v10qyeO4SZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v10qyeO4SZ .text-wrapper {
  margin: 0 100px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v10qyeO4SZ .text-wrapper {
    margin: 0 30px;
  }
}
.cid-v10qyeO4SZ .text-wrapper .mbr-desc {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v10qyeO4SZ .text-wrapper .mbr-desc {
    margin-bottom: 12px;
  }
}
.cid-v10qyeO4SZ .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v10qyeO4SZ .text-wrapper .mbr-text {
  margin: 40px 0 0 0;
}
@media (max-width: 992px) {
  .cid-v10qyeO4SZ .text-wrapper .mbr-text {
    margin: 10px 0 0 0;
  }
}
.cid-v10qyeO4SZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v10qyeO4SZ .mbr-desc {
  color: #FFFFFF;
}
.cid-v10qyeO4SZ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v09mUBo0bd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v09mUBo0bd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v09mUBo0bd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v09mUBo0bd .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v09mUBo0bd .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-v09mUBo0bd .items-wrapper {
  margin: 0 -10px;
  border-radius: 25px;
}
.cid-v09mUBo0bd .item {
  padding: 0 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v09mUBo0bd .item {
    margin-bottom: 16px;
  }
}
.cid-v09mUBo0bd .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-v09mUBo0bd .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-v09mUBo0bd .item:hover .item-wrapper .item-content .item-img,
.cid-v09mUBo0bd .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-v09mUBo0bd .item:nth-child(2n) .item-wrapper {
  background-color: #ffbf18;
}
.cid-v09mUBo0bd .item:nth-child(3n) .item-wrapper {
  background-color: #41ac49;
}
.cid-v09mUBo0bd .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-v09mUBo0bd .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-v09mUBo0bd .item .item-wrapper {
  height: 100%;
  border-radius: 25px;
  position: relative;
  padding: 20px;
  background-color: #ed4022;
}
@media (max-width: 992px) {
  .cid-v09mUBo0bd .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-v09mUBo0bd .item .item-wrapper .item-content {
  position: relative;
}
.cid-v09mUBo0bd .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-v09mUBo0bd .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-v09mUBo0bd .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v09mUBo0bd .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v09mUBo0bd .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-v09mUBo0bd .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v09mUBo0bd .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-v09mUBo0bd .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-v09mUBo0bd .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-v09mUBo0bd .panel-title-edit {
  color: #212529;
}
.cid-v09mUBo0bd .panel-text {
  color: #51565c;
}
.cid-v09mUBo0bd .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-v09mUBo0bd .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOvhPCYPzk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOvhPCYPzk .item-img,
.cid-uOvhPCYPzk .img-wrap,
.cid-uOvhPCYPzk img {
  border-radius: 100% !important;
  display: flex;
  justify-content: center;
}
.cid-uOvhPCYPzk img,
.cid-uOvhPCYPzk .item-img {
  width: 230px;
  overflow: hidden;
  transition: none;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uOvhPCYPzk img,
  .cid-uOvhPCYPzk .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uOvhPCYPzk .item-img {
  border: 1px solid transparent;
  transition: none;
}
.cid-uOvhPCYPzk .item:none {
  outline: none;
}
.cid-uOvhPCYPzk .img-wrap {
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uOvhPCYPzk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uOvhPCYPzk .item {
    margin-bottom: 1rem;
  }
}
.cid-uOvhPCYPzk h5 {
  margin: 0;
}
.cid-uOvhPCYPzk .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uOvhPCYPzk .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: none;
}
.cid-uOvhPCYPzk .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uOvhPCYPzk .item-wrapper:hover .item-img {
  border: 0px solid lightgray;
}
.cid-uOvhPCYPzk .item-wrapper:hover .img-wrap {
  margin: 0px;
}
@media (max-width: 992px) {
  .cid-uOvhPCYPzk .item-wrapper {
    height: auto;
  }
}
.cid-uOvhPCYPzk .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uOvhPCYPzk .item-title {
  text-align: center;
}
.cid-uOvhPCYPzk .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uOvhPCYPzk .mbr-text,
.cid-uOvhPCYPzk .item .mbr-section-btn {
  text-align: center;
}
.cid-uOvhPCYPzk .mbr-section-subtitle,
.cid-uOvhPCYPzk .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-v1bGDAxXQn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/home-new-2000x1500.png");
}
.cid-v1bGDAxXQn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1bGDAxXQn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1bGDAxXQn .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1bGDAxXQn .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1bGDAxXQn .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1bGDAxXQn .items-wrapper .item {
  padding: 0 10px;
}
.cid-v1bGDAxXQn .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v1bGDAxXQn .item {
    margin-bottom: 16px;
  }
}
.cid-v1bGDAxXQn .item .item-wrapper {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #d3cccc;
  height: 100%;
}
.cid-v1bGDAxXQn .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-v1bGDAxXQn .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-v1bGDAxXQn .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .cid-v1bGDAxXQn .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-v1bGDAxXQn .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-v1bGDAxXQn .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-v1bGDAxXQn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1bGDAxXQn .item-title {
  color: #000c3f;
}
.cid-v1bGDAxXQn .item-text {
  color: #000000;
  text-align: center;
}
.cid-v1bGDAxXQn .item-title,
.cid-v1bGDAxXQn .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v1bVXUIwq2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1bVXUIwq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1bVXUIwq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1bVXUIwq2 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1bVXUIwq2 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1bVXUIwq2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-v1bVXUIwq2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1bVXUIwq2 .embla__slide .slide-content {
  width: 100%;
}
.cid-v1bVXUIwq2 .embla__slide .slide-content:hover .item-wrapper,
.cid-v1bVXUIwq2 .embla__slide .slide-content:focus .item-wrapper {
  background-color: #ffffff;
}
.cid-v1bVXUIwq2 .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-v1bVXUIwq2 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1bVXUIwq2 .embla__button--next,
.cid-v1bVXUIwq2 .embla__button--prev {
  display: flex;
}
.cid-v1bVXUIwq2 .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v1bVXUIwq2 .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-v1bVXUIwq2 .embla__button.embla__button--prev {
  left: 0;
}
.cid-v1bVXUIwq2 .embla__button.embla__button--next {
  right: 0;
}
.cid-v1bVXUIwq2 .embla {
  position: relative;
  width: 100%;
}
.cid-v1bVXUIwq2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v1bVXUIwq2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1bVXUIwq2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1bVXUIwq2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1bVXUIwq2 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1bVXUIwq2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOFEseztP6 {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/services-2-2000x1500.png");
}
.cid-uOFEseztP6 .content-container {
  margin-bottom: 50px;
  border-radius: 25px;
  width: 100%;
  padding: 5rem 5rem;
  text-align: center;
  background: #3c4142;
}
@media (max-width: 767px) {
  .cid-uOFEseztP6 .content-container {
    padding: 3rem 1rem;
  }
}
.cid-uOFEseztP6 .label-text {
  color: #ffffff;
  margin-bottom: 28px;
}
.cid-uOFEseztP6 .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uOFEseztP6 .mbr-text-name {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 35px;
}
.cid-uOFEseztP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFEseztP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1bVMDhvi3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v1bVMDhvi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1bVMDhvi3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1bVMDhvi3 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v1bVMDhvi3 .google-map {
    margin-bottom: 32px;
  }
}
.cid-v1bVMDhvi3 .google-map iframe {
  width: 100%;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-v1bVMDhvi3 .google-map iframe {
    height: 350px;
  }
}
.cid-v1bVMDhvi3 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1bVMDhvi3 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1bVMDhvi3 .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-v1bVMDhvi3 .content-wrapper .form-wrapper .dragArea.row {
    width: 100%;
  }
}
.cid-v1bVMDhvi3 .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
.cid-v1bVMDhvi3 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-v1bVMDhvi3 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 0 0 5px 0;
  border: none !important;
  border-bottom: 2px solid #a6a6a6 !important;
  background-color: transparent;
  line-height: 1 !important;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  box-shadow: none;
}
.cid-v1bVMDhvi3 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-v1bVMDhvi3 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  box-shadow: none;
}
.cid-v1bVMDhvi3 .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #a6a6a6;
}
.cid-v1bVMDhvi3 .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-v1bVMDhvi3 .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-v1bVMDhvi3 .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v1bVMDhvi3 .content-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v1bVMDhvi3 .mbr-section-title {
  color: #000000;
}
.cid-v1bVMDhvi3 label {
  color: #000000;
}
.cid-uOysLXCK2X {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOysLXCK2X .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOysLXCK2X .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOysLXCK2X H2 {
  color: #e7272d;
}
.cid-uOysLXCK2X .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOysLXCK2X .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOysLXCK2X .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOysLXCK2X .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOysLXCK2X .col-lg-12 {
  overflow: hidden;
}
.cid-uOysLXCK2X H4 {
  color: #fbbe36;
}
.cid-uOysLXCK2X .mbr-text,
.cid-uOysLXCK2X .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOysLXCK2X .logo-wrap:before {
    content: none;
  }
  .cid-uOysLXCK2X .logo-wrap:after {
    content: none;
  }
}
.cid-uOysLXCK2X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOysLXCK2X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOysLXCK2X H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v0h5IrHj4R {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v0h5IrHj4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0h5IrHj4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0h5IrHj4R .media-container-row {
  justify-content: space-between;
}
.cid-v0h5IrHj4R .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v0h5IrHj4R .text-content {
    max-width: none;
  }
}
.cid-v0h5IrHj4R .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v0h5IrHj4R .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v0h5IrHj4R .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v0h5IrHj4R .icons {
    justify-content: center !important;
  }
  .cid-v0h5IrHj4R .text-content * {
    text-align: center;
  }
}
.cid-v0h5IrHj4R .mbr-section-title {
  color: #ffffff;
}
.cid-v0h5IrHj4R P {
  color: #ffffff;
}
.cid-v2k0ReqGZO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2k0ReqGZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2k0ReqGZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2k0ReqGZO .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2k0ReqGZO .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2k0ReqGZO .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2k0ReqGZO .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2k0ReqGZO .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2k0ReqGZO .mbr-desc,
.cid-v2k0ReqGZO .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2k0ReqGZO .mbr-text,
.cid-v2k0ReqGZO .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uP3RehGw3F {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uP3RehGw3F .media-container-row .mbr-text {
  color: #000000;
}
.cid-tbWniy6u3V {
  z-index: 1000;
  width: 100%;
}
.cid-tbWniy6u3V .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-tbWniy6u3V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-tbWniy6u3V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .menu_box .navbar.opened,
  .cid-tbWniy6u3V .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tbWniy6u3V nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tbWniy6u3V .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tbWniy6u3V .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tbWniy6u3V .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tbWniy6u3V .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-tbWniy6u3V .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tbWniy6u3V .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tbWniy6u3V .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tbWniy6u3V .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tbWniy6u3V .offcanvas-body .mbr-text,
  .cid-tbWniy6u3V .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tbWniy6u3V .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tbWniy6u3V .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tbWniy6u3V ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tbWniy6u3V .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tbWniy6u3V .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tbWniy6u3V li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tbWniy6u3V .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tbWniy6u3V .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tbWniy6u3V .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .nav-item {
    margin: 0 !important;
  }
}
.cid-tbWniy6u3V .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tbWniy6u3V .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-tbWniy6u3V .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-tbWniy6u3V .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tbWniy6u3V .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-tbWniy6u3V .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tbWniy6u3V .offcanvas_box {
    display: none;
  }
}
.cid-tbWniy6u3V .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tbWniy6u3V .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tbWniy6u3V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tbWniy6u3V .nav-link {
  position: relative;
  color: #000000;
}
.cid-tbWniy6u3V .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-tbWniy6u3V .container {
  display: flex;
  margin: auto;
}
.cid-tbWniy6u3V .iconfont-wrapper {
  color: #272727;
  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-tbWniy6u3V .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tbWniy6u3V .iconfont-wrapper:hover {
  color: #272727;
}
.cid-tbWniy6u3V .navbar-caption {
  color: #000000;
}
.cid-tbWniy6u3V .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tbWniy6u3V .navbar-nav {
    margin: 0;
  }
}
.cid-tbWniy6u3V .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tbWniy6u3V .dropdown-menu,
.cid-tbWniy6u3V .navbar.opened {
  background-color: true !important;
}
.cid-tbWniy6u3V .nav-item:focus,
.cid-tbWniy6u3V .nav-link:focus {
  outline: none;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tbWniy6u3V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbWniy6u3V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbWniy6u3V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbWniy6u3V .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-tbWniy6u3V .navbar.opened {
  transition: all 0.3s;
}
.cid-tbWniy6u3V .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tbWniy6u3V .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-tbWniy6u3V .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tbWniy6u3V .navbar.collapsed {
  justify-content: center;
}
.cid-tbWniy6u3V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbWniy6u3V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbWniy6u3V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbWniy6u3V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbWniy6u3V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbWniy6u3V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tbWniy6u3V .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tbWniy6u3V .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tbWniy6u3V .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tbWniy6u3V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbWniy6u3V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbWniy6u3V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tbWniy6u3V .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tbWniy6u3V .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tbWniy6u3V .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tbWniy6u3V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tbWniy6u3V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tbWniy6u3V .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tbWniy6u3V .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbWniy6u3V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tbWniy6u3V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tbWniy6u3V .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-tbWniy6u3V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbWniy6u3V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbWniy6u3V .dropdown-item.active,
.cid-tbWniy6u3V .dropdown-item:active {
  background-color: transparent;
}
.cid-tbWniy6u3V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tbWniy6u3V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbWniy6u3V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tbWniy6u3V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbWniy6u3V ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tbWniy6u3V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tbWniy6u3V button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbWniy6u3V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbWniy6u3V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbWniy6u3V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tbWniy6u3V .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-tbWniy6u3V .navbar {
    height: 70px;
  }
  .cid-tbWniy6u3V .navbar.opened {
    height: auto;
  }
  .cid-tbWniy6u3V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbWniy6u3V .mbr-section-btn .btn,
.cid-tbWniy6u3V .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:first-child,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:focus,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tbWniy6u3V .mbr-section-btn .btn span,
.cid-tbWniy6u3V .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:hover,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-tbWniy6u3V .mbr-section-btn .btn:hover span,
.cid-tbWniy6u3V .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tbWniy6u3V .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tbWniy6u3V .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tbWniy6u3V .navbar-caption:hover {
  color: #272727;
}
.cid-tbWniy6u3V .nav-link:hover {
  color: #272727;
}
.cid-tbWniy6u3V .nav-link:hover::before {
  background-color: #272727;
}
.cid-tbWniy6u3V .mbr-section-subtitle {
  color: #124ad6;
}
.cid-tbWniy6u3V .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tbWniy6u3V .mbr-section-subtitle,
.cid-tbWniy6u3V .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-tbWniy6u3V a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v1c8jCQ6St {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-7278a-2000x1334.jpg");
}
.cid-v1c8jCQ6St .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1c8jCQ6St .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1c8jCQ6St .mbr-section-btn .btn {
  min-width: 120px;
  height: 21px;
  position: relative;
  overflow: visible;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v1c8jCQ6St .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v1c8jCQ6St .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v1c8jCQ6St .mbr-section-btn .btn span {
  position: absolute;
  right: -6px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v1c8jCQ6St .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffbf18 !important;
}
.cid-v1c8jCQ6St .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -16px;
}
.cid-v1c8jCQ6St .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uWXyZTKHWW {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/line-header.png-2000x417.png");
}
@media only screen and (max-width: 600px) {
  .cid-uWXyZTKHWW {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-uWXyZTKHWW {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-uWXyZTKHWW {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-uWXyZTKHWW {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-uWXyZTKHWW {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOyKxWRNmo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/4-1024x768.png");
}
.cid-uOyKxWRNmo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOyKxWRNmo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOyKxWRNmo .row {
  justify-content: space-between;
}
.cid-uOyKxWRNmo .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOyKxWRNmo .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOyKxWRNmo .image-wrapper img {
  height: 400px;
  border-radius: 25px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uOyKxWRNmo .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uOyKxWRNmo .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uOyKxWRNmo .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uOyKxWRNmo .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uOyKxWRNmo .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOyKxWRNmo .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOyKxWRNmo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOyKxWRNmo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uOyKxWRNmo .mbr-label {
  color: #19171c;
}
.cid-uOyKxWRNmo .mbr-section-title {
  color: #19171c;
}
.cid-uOyKxWRNmo .mbr-text,
.cid-uOyKxWRNmo .text-wrapper {
  color: #19171c;
  text-align: justify;
}
.cid-uOzgc7rVGl {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOzgc7rVGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOzgc7rVGl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOzgc7rVGl .row {
  justify-content: space-between;
}
.cid-uOzgc7rVGl .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOzgc7rVGl .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOzgc7rVGl .image-wrapper img {
  height: 400px;
  border-radius: 25px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 992px) {
  .cid-uOzgc7rVGl .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uOzgc7rVGl .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uOzgc7rVGl .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uOzgc7rVGl .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uOzgc7rVGl .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOzgc7rVGl .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOzgc7rVGl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOzgc7rVGl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uOzgc7rVGl .mbr-label {
  color: #19171c;
}
.cid-uOzgc7rVGl .mbr-section-title {
  color: #19171c;
}
.cid-uOzgc7rVGl .mbr-text,
.cid-uOzgc7rVGl .text-wrapper {
  color: #19171c;
  text-align: justify;
}
.cid-v2mzSIsm9q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mzSIsm9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mzSIsm9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mzSIsm9q .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2mzSIsm9q .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2mzSIsm9q .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v2mzSIsm9q .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v2mzSIsm9q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mzSIsm9q .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v2mzSIsm9q .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2mzSIsm9q .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2mzSIsm9q .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-v2mzSIsm9q .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mzSIsm9q .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mzSIsm9q .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-v2mzSIsm9q .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-v2mzSIsm9q .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2mzSIsm9q .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(0px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v2mzSIsm9q .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-v2mzSIsm9q .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #ffffff 0, transparent 100%);
  opacity: 0;
  pointer-events: none;
}
.cid-v2mzSIsm9q .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-v2mzSIsm9q .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-v2mzSIsm9q .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-v2mzSIsm9q .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-v2mzSIsm9q .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2mzSIsm9q .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-v2mzSIsm9q .embla__button--next,
.cid-v2mzSIsm9q .embla__button--prev {
  display: flex;
}
.cid-v2mzSIsm9q .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #3c4142 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v2mzSIsm9q .embla__button {
    top: 0;
  }
}
.cid-v2mzSIsm9q .embla__button:hover {
  background-color: #3c4142 !important;
  color: #ffffff !important;
}
.cid-v2mzSIsm9q .embla__button:disabled {
  background-color: #3c4142 !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-v2mzSIsm9q .embla__button.embla__button--prev {
  left: 32px;
}
.cid-v2mzSIsm9q .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-v2mzSIsm9q .embla__button.embla__button--next {
  right: 32px;
}
.cid-v2mzSIsm9q .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-v2mzSIsm9q .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2mzSIsm9q .embla {
    padding-top: 6rem;
  }
}
.cid-v2mzSIsm9q .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v2mzSIsm9q .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mzSIsm9q .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mzSIsm9q .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mzSIsm9q .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mzSIsm9q .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-v2mzSIsm9q .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v2mzSIsm9q .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v2mzSIsm9q .mbr-text,
.cid-v2mzSIsm9q .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v2mzSIsm9q .card-name {
  color: #ffffff;
}
.cid-v2mzSIsm9q .card-role {
  color: #ffffff;
}
.cid-v2mzSIsm9q .card-text {
  color: #ffffff;
}
.cid-v0f7tOp0F3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0f7tOp0F3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0f7tOp0F3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0f7tOp0F3 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v0f7tOp0F3 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-v0f7tOp0F3 .items-wrapper {
  margin: 0 -10px;
}
.cid-v0f7tOp0F3 .item {
  padding: 0 10px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v0f7tOp0F3 .item {
    margin-bottom: 16px;
  }
}
.cid-v0f7tOp0F3 .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-v0f7tOp0F3 .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-v0f7tOp0F3 .item:hover .item-wrapper .item-content .item-img,
.cid-v0f7tOp0F3 .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-v0f7tOp0F3 .item:nth-child(2n) .item-wrapper {
  background-color: #ffbf18;
}
.cid-v0f7tOp0F3 .item:nth-child(3n) .item-wrapper {
  background-color: #41ac49;
}
.cid-v0f7tOp0F3 .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-v0f7tOp0F3 .item:nth-child(6n) .item-wrapper {
  background-color: #d2f2f5;
}
.cid-v0f7tOp0F3 .item .item-wrapper {
  height: 100%;
  border-radius: 25px;
  position: relative;
  padding: 20px;
  background-color: #ed4022;
}
@media (max-width: 992px) {
  .cid-v0f7tOp0F3 .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-v0f7tOp0F3 .item .item-wrapper .item-content {
  position: relative;
}
.cid-v0f7tOp0F3 .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-v0f7tOp0F3 .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-v0f7tOp0F3 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v0f7tOp0F3 .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v0f7tOp0F3 .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-v0f7tOp0F3 .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v0f7tOp0F3 .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-v0f7tOp0F3 .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-v0f7tOp0F3 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-v0f7tOp0F3 .panel-title-edit {
  color: #212529;
}
.cid-v0f7tOp0F3 .panel-text {
  color: #51565c;
}
.cid-v0f7tOp0F3 .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-v0f7tOp0F3 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOysLXCK2X {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOysLXCK2X .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOysLXCK2X .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOysLXCK2X H2 {
  color: #e7272d;
}
.cid-uOysLXCK2X .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOysLXCK2X .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOysLXCK2X .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOysLXCK2X .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOysLXCK2X .col-lg-12 {
  overflow: hidden;
}
.cid-uOysLXCK2X H4 {
  color: #fbbe36;
}
.cid-uOysLXCK2X .mbr-text,
.cid-uOysLXCK2X .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOysLXCK2X .logo-wrap:before {
    content: none;
  }
  .cid-uOysLXCK2X .logo-wrap:after {
    content: none;
  }
}
.cid-uOysLXCK2X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOysLXCK2X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOysLXCK2X H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v0hcoOtTk6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v0hcoOtTk6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0hcoOtTk6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0hcoOtTk6 .media-container-row {
  justify-content: space-between;
}
.cid-v0hcoOtTk6 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v0hcoOtTk6 .text-content {
    max-width: none;
  }
}
.cid-v0hcoOtTk6 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v0hcoOtTk6 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v0hcoOtTk6 .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v0hcoOtTk6 .icons {
    justify-content: center !important;
  }
  .cid-v0hcoOtTk6 .text-content * {
    text-align: center;
  }
}
.cid-v0hcoOtTk6 .mbr-section-title {
  color: #ffffff;
}
.cid-v0hcoOtTk6 P {
  color: #ffffff;
}
.cid-v2mBGOO3IW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2mBGOO3IW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mBGOO3IW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mBGOO3IW .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2mBGOO3IW .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2mBGOO3IW .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2mBGOO3IW .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2mBGOO3IW .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2mBGOO3IW .mbr-desc,
.cid-v2mBGOO3IW .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2mBGOO3IW .mbr-text,
.cid-v2mBGOO3IW .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOyB0T6aty {
  z-index: 1000;
  width: 100%;
}
.cid-uOyB0T6aty .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOyB0T6aty .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOyB0T6aty .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOyB0T6aty .menu_box .navbar.opened,
  .cid-uOyB0T6aty .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOyB0T6aty nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOyB0T6aty .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOyB0T6aty .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOyB0T6aty .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOyB0T6aty .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOyB0T6aty .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOyB0T6aty .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOyB0T6aty .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOyB0T6aty .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOyB0T6aty .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOyB0T6aty .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOyB0T6aty .offcanvas-body .mbr-text,
  .cid-uOyB0T6aty .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOyB0T6aty .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOyB0T6aty .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOyB0T6aty .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOyB0T6aty .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOyB0T6aty .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOyB0T6aty .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOyB0T6aty .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOyB0T6aty ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOyB0T6aty .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOyB0T6aty .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOyB0T6aty .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOyB0T6aty li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOyB0T6aty .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOyB0T6aty .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOyB0T6aty .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOyB0T6aty .nav-item {
    margin: 0 !important;
  }
}
.cid-uOyB0T6aty .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOyB0T6aty .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOyB0T6aty .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOyB0T6aty .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOyB0T6aty .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOyB0T6aty .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOyB0T6aty .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOyB0T6aty .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOyB0T6aty .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-uOyB0T6aty .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOyB0T6aty .offcanvas_box {
    display: none;
  }
}
.cid-uOyB0T6aty .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOyB0T6aty .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOyB0T6aty .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOyB0T6aty .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOyB0T6aty .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOyB0T6aty .container {
  display: flex;
  margin: auto;
}
.cid-uOyB0T6aty .iconfont-wrapper {
  color: #272727;
  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-uOyB0T6aty .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOyB0T6aty .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOyB0T6aty .navbar-caption {
  color: #000000;
}
.cid-uOyB0T6aty .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOyB0T6aty .navbar-nav {
    margin: 0;
  }
}
.cid-uOyB0T6aty .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOyB0T6aty .dropdown-menu,
.cid-uOyB0T6aty .navbar.opened {
  background-color: true !important;
}
.cid-uOyB0T6aty .nav-item:focus,
.cid-uOyB0T6aty .nav-link:focus {
  outline: none;
}
.cid-uOyB0T6aty .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOyB0T6aty .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOyB0T6aty .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOyB0T6aty .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOyB0T6aty .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOyB0T6aty .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOyB0T6aty .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOyB0T6aty .navbar.opened {
  transition: all 0.3s;
}
.cid-uOyB0T6aty .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOyB0T6aty .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOyB0T6aty .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOyB0T6aty .navbar.collapsed {
  justify-content: center;
}
.cid-uOyB0T6aty .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOyB0T6aty .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOyB0T6aty .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOyB0T6aty .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOyB0T6aty .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOyB0T6aty .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOyB0T6aty .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOyB0T6aty .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOyB0T6aty .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOyB0T6aty .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOyB0T6aty .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOyB0T6aty .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOyB0T6aty .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOyB0T6aty .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOyB0T6aty .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOyB0T6aty .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOyB0T6aty .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOyB0T6aty .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOyB0T6aty .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOyB0T6aty .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOyB0T6aty .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOyB0T6aty .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOyB0T6aty .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOyB0T6aty .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOyB0T6aty .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-uOyB0T6aty .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOyB0T6aty .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOyB0T6aty .dropdown-item.active,
.cid-uOyB0T6aty .dropdown-item:active {
  background-color: transparent;
}
.cid-uOyB0T6aty .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOyB0T6aty .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOyB0T6aty .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOyB0T6aty .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOyB0T6aty ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOyB0T6aty .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOyB0T6aty button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOyB0T6aty button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOyB0T6aty button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOyB0T6aty button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOyB0T6aty button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOyB0T6aty button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOyB0T6aty nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOyB0T6aty nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOyB0T6aty nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOyB0T6aty nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOyB0T6aty a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOyB0T6aty .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-uOyB0T6aty .navbar {
    height: 70px;
  }
  .cid-uOyB0T6aty .navbar.opened {
    height: auto;
  }
  .cid-uOyB0T6aty .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOyB0T6aty .mbr-section-btn .btn,
.cid-uOyB0T6aty .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOyB0T6aty .mbr-section-btn .btn:first-child,
.cid-uOyB0T6aty .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOyB0T6aty .mbr-section-btn .btn:focus,
.cid-uOyB0T6aty .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOyB0T6aty .mbr-section-btn .btn span,
.cid-uOyB0T6aty .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOyB0T6aty .mbr-section-btn .btn:hover,
.cid-uOyB0T6aty .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOyB0T6aty .mbr-section-btn .btn:hover span,
.cid-uOyB0T6aty .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOyB0T6aty .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOyB0T6aty .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOyB0T6aty .navbar-caption:hover {
  color: #272727;
}
.cid-uOyB0T6aty .nav-link:hover {
  color: #272727;
}
.cid-uOyB0T6aty .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOyB0T6aty .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOyB0T6aty .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOyB0T6aty .mbr-section-subtitle,
.cid-uOyB0T6aty .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOyB0T6aty a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2k0Ya4Lsm {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-20251107-wa0063-1600x900.jpg");
}
.cid-v2k0Ya4Lsm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2k0Ya4Lsm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2k0Ya4Lsm .mbr-section-btn .btn {
  min-width: 120px;
  height: 21px;
  position: relative;
  overflow: visible;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v2k0Ya4Lsm .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v2k0Ya4Lsm .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v2k0Ya4Lsm .mbr-section-btn .btn span {
  position: absolute;
  right: -6px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v2k0Ya4Lsm .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffbf18 !important;
}
.cid-v2k0Ya4Lsm .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -16px;
}
.cid-v2k0Ya4Lsm .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uWXz1mWhpC {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/line-header.png-2000x417.png");
}
@media only screen and (max-width: 600px) {
  .cid-uWXz1mWhpC {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-uWXz1mWhpC {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-uWXz1mWhpC {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-uWXz1mWhpC {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-uWXz1mWhpC {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
}
.cid-v0f9ZHxXwJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v0f9ZHxXwJ img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-v0f9ZHxXwJ .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-v0f9ZHxXwJ .img-wrapper {
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-v0f9ZHxXwJ .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #232323;
  opacity: 0;
  transition: all 0.3s;
  content: "";
  pointer-events: none;
  z-index: 1;
}
.cid-v0f9ZHxXwJ .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
  padding: 1rem;
  padding-bottom: 1.5rem;
  z-index: 2;
}
.cid-v0f9ZHxXwJ .card:hover img {
  transform: scale(1.06);
}
.cid-v0f9ZHxXwJ .card:hover .card-box {
  opacity: 1;
}
.cid-v0f9ZHxXwJ .card:hover .img-wrapper:before {
  opacity: 0.8;
}
.cid-v0f9ZHxXwJ .card:hover .text-wrap {
  opacity: 1;
}
.cid-v0f9ZHxXwJ .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin-left: 1rem;
}
.cid-v0f9ZHxXwJ .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 12px;
  justify-content: center;
}
.cid-v0f9ZHxXwJ .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  right: 0;
  padding: 2rem;
  padding-top: 1.5rem;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.cid-v0f9ZHxXwJ .mbr-text,
.cid-v0f9ZHxXwJ .link-align {
  color: #ffffff;
}
.cid-v0f9ZHxXwJ .card-title {
  color: #ffbf18;
  text-align: center;
}
.cid-v0f9ZHxXwJ .mbr-subtitle,
.cid-v0f9ZHxXwJ .link-align {
  color: #d58f76;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-v0f9ZHxXwJ .card .text-wrap,
  .cid-v0f9ZHxXwJ .card .card-box {
    opacity: 1;
    padding: 1rem;
  }
  .cid-v0f9ZHxXwJ .card .img-wrapper {
    height: 650px;
  }
  .cid-v0f9ZHxXwJ .card .img-wrapper:before {
    opacity: 0.8;
  }
}
.cid-v0f9ZHxXwJ .mbr-section-subtitle {
  color: #000000;
}
.cid-v0f9ZHxXwJ .main-title {
  color: #000000;
}
.cid-v0f9ZHxXwJ .mbr-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v0f9ZHxXwJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0f9ZHxXwJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0fCMLwtVS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v0fCMLwtVS img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-v0fCMLwtVS .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-v0fCMLwtVS .img-wrapper {
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-v0fCMLwtVS .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #232323;
  opacity: 0;
  transition: all 0.3s;
  content: "";
  pointer-events: none;
  z-index: 1;
}
.cid-v0fCMLwtVS .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
  padding: 1rem;
  padding-bottom: 1.5rem;
  z-index: 2;
}
.cid-v0fCMLwtVS .card:hover img {
  transform: scale(1.06);
}
.cid-v0fCMLwtVS .card:hover .card-box {
  opacity: 1;
}
.cid-v0fCMLwtVS .card:hover .img-wrapper:before {
  opacity: 0.8;
}
.cid-v0fCMLwtVS .card:hover .text-wrap {
  opacity: 1;
}
.cid-v0fCMLwtVS .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin-left: 1rem;
}
.cid-v0fCMLwtVS .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 12px;
  justify-content: center;
}
.cid-v0fCMLwtVS .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  right: 0;
  padding: 2rem;
  padding-top: 1.5rem;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.cid-v0fCMLwtVS .mbr-text,
.cid-v0fCMLwtVS .link-align {
  color: #ffffff;
}
.cid-v0fCMLwtVS .card-title {
  color: #ffbf18;
  text-align: center;
}
.cid-v0fCMLwtVS .mbr-subtitle,
.cid-v0fCMLwtVS .link-align {
  color: #d58f76;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-v0fCMLwtVS .card .text-wrap,
  .cid-v0fCMLwtVS .card .card-box {
    opacity: 1;
    padding: 1rem;
  }
  .cid-v0fCMLwtVS .card .img-wrapper {
    height: 650px;
  }
  .cid-v0fCMLwtVS .card .img-wrapper:before {
    opacity: 0.8;
  }
}
.cid-v0fCMLwtVS .mbr-section-subtitle {
  color: #000000;
}
.cid-v0fCMLwtVS .main-title {
  color: #000000;
}
.cid-v0fCMLwtVS .mbr-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v0fCMLwtVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0fCMLwtVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0fOBzpoVb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v0fOBzpoVb img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-v0fOBzpoVb .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-v0fOBzpoVb .img-wrapper {
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-v0fOBzpoVb .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #232323;
  opacity: 0;
  transition: all 0.3s;
  content: "";
  pointer-events: none;
  z-index: 1;
}
.cid-v0fOBzpoVb .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
  padding: 2rem;
  padding-bottom: 1.5rem;
  z-index: 2;
}
.cid-v0fOBzpoVb .card:hover img {
  transform: scale(1.06);
}
.cid-v0fOBzpoVb .card:hover .card-box {
  opacity: 1;
}
.cid-v0fOBzpoVb .card:hover .img-wrapper:before {
  opacity: 0.8;
}
.cid-v0fOBzpoVb .card:hover .text-wrap {
  opacity: 1;
}
.cid-v0fOBzpoVb .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin-left: 1.5rem;
}
.cid-v0fOBzpoVb .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 1.2rem;
  justify-content: center;
}
.cid-v0fOBzpoVb .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  right: 0;
  padding: 2rem;
  padding-top: 1.5rem;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.cid-v0fOBzpoVb .mbr-text,
.cid-v0fOBzpoVb .link-align {
  color: #ffffff;
}
.cid-v0fOBzpoVb .card-title {
  color: #ffbf18;
  text-align: center;
}
.cid-v0fOBzpoVb .mbr-subtitle,
.cid-v0fOBzpoVb .link-align {
  color: #d58f76;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-v0fOBzpoVb .card .text-wrap,
  .cid-v0fOBzpoVb .card .card-box {
    opacity: 1;
    padding: 1rem;
  }
  .cid-v0fOBzpoVb .card .img-wrapper {
    height: 650px;
  }
  .cid-v0fOBzpoVb .card .img-wrapper:before {
    opacity: 0.8;
  }
}
.cid-v0fOBzpoVb .mbr-section-subtitle {
  color: #000000;
}
.cid-v0fOBzpoVb .main-title {
  color: #000000;
}
.cid-v0fOBzpoVb .mbr-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v0fOBzpoVb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0fOBzpoVb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0fP9ZDjaS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v0fP9ZDjaS img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-v0fP9ZDjaS .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-v0fP9ZDjaS .img-wrapper {
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-v0fP9ZDjaS .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #232323;
  opacity: 0;
  transition: all 0.3s;
  content: "";
  pointer-events: none;
  z-index: 1;
}
.cid-v0fP9ZDjaS .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
  padding: 2rem;
  padding-bottom: 1.5rem;
  z-index: 2;
}
.cid-v0fP9ZDjaS .card:hover img {
  transform: scale(1.06);
}
.cid-v0fP9ZDjaS .card:hover .card-box {
  opacity: 1;
}
.cid-v0fP9ZDjaS .card:hover .img-wrapper:before {
  opacity: 0.8;
}
.cid-v0fP9ZDjaS .card:hover .text-wrap {
  opacity: 1;
}
.cid-v0fP9ZDjaS .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin-left: 1.5rem;
}
.cid-v0fP9ZDjaS .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 1.2rem;
  justify-content: center;
}
.cid-v0fP9ZDjaS .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  right: 0;
  padding: 2rem;
  padding-top: 1.5rem;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.cid-v0fP9ZDjaS .mbr-text,
.cid-v0fP9ZDjaS .link-align {
  color: #ffffff;
}
.cid-v0fP9ZDjaS .card-title {
  color: #ffbf18;
  text-align: center;
}
.cid-v0fP9ZDjaS .mbr-subtitle,
.cid-v0fP9ZDjaS .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-v0fP9ZDjaS .card .text-wrap,
  .cid-v0fP9ZDjaS .card .card-box {
    opacity: 1;
    padding: 1rem;
  }
  .cid-v0fP9ZDjaS .card .img-wrapper {
    height: 650px;
  }
  .cid-v0fP9ZDjaS .card .img-wrapper:before {
    opacity: 0.8;
  }
}
.cid-v0fP9ZDjaS .mbr-section-subtitle {
  color: #000000;
}
.cid-v0fP9ZDjaS .main-title {
  color: #000000;
}
.cid-v0fP9ZDjaS .mbr-subtitle {
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
.cid-v0fP9ZDjaS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0fP9ZDjaS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0fQvmJDUa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v0fQvmJDUa img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-v0fQvmJDUa .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-v0fQvmJDUa .img-wrapper {
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-v0fQvmJDUa .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #232323;
  opacity: 0;
  transition: all 0.3s;
  content: "";
  pointer-events: none;
  z-index: 1;
}
.cid-v0fQvmJDUa .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
  padding: 1rem;
  padding-bottom: 1.5rem;
  z-index: 2;
}
.cid-v0fQvmJDUa .card:hover img {
  transform: scale(1.06);
}
.cid-v0fQvmJDUa .card:hover .card-box {
  opacity: 1;
}
.cid-v0fQvmJDUa .card:hover .img-wrapper:before {
  opacity: 0.8;
}
.cid-v0fQvmJDUa .card:hover .text-wrap {
  opacity: 1;
}
.cid-v0fQvmJDUa .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin-left: 1rem;
}
.cid-v0fQvmJDUa .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 12px;
  justify-content: center;
}
.cid-v0fQvmJDUa .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  right: 0;
  padding: 2rem;
  padding-top: 1.5rem;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.cid-v0fQvmJDUa .mbr-text,
.cid-v0fQvmJDUa .link-align {
  color: #ffffff;
}
.cid-v0fQvmJDUa .card-title {
  color: #ffbf18;
  text-align: center;
}
.cid-v0fQvmJDUa .mbr-subtitle,
.cid-v0fQvmJDUa .link-align {
  color: #d58f76;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cid-v0fQvmJDUa .card .text-wrap,
  .cid-v0fQvmJDUa .card .card-box {
    opacity: 1;
    padding: 1rem;
  }
  .cid-v0fQvmJDUa .card .img-wrapper {
    height: 650px;
  }
  .cid-v0fQvmJDUa .card .img-wrapper:before {
    opacity: 0.8;
  }
}
.cid-v0fQvmJDUa .mbr-section-subtitle {
  color: #000000;
}
.cid-v0fQvmJDUa .main-title {
  color: #000000;
}
.cid-v0fQvmJDUa .mbr-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v0fQvmJDUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0fQvmJDUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0fQwZuJOL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v0fQwZuJOL img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-v0fQwZuJOL .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-v0fQwZuJOL .img-wrapper {
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-v0fQwZuJOL .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #232323;
  opacity: 0;
  transition: all 0.3s;
  content: "";
  pointer-events: none;
  z-index: 1;
}
.cid-v0fQwZuJOL .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
  padding: 2rem;
  padding-bottom: 1.5rem;
  z-index: 2;
}
.cid-v0fQwZuJOL .card:hover img {
  transform: scale(1.06);
}
.cid-v0fQwZuJOL .card:hover .card-box {
  opacity: 1;
}
.cid-v0fQwZuJOL .card:hover .img-wrapper:before {
  opacity: 0.8;
}
.cid-v0fQwZuJOL .card:hover .text-wrap {
  opacity: 1;
}
.cid-v0fQwZuJOL .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin-left: 1.5rem;
}
.cid-v0fQwZuJOL .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 1.2rem;
  justify-content: center;
}
.cid-v0fQwZuJOL .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  right: 0;
  padding: 2rem;
  padding-top: 1.5rem;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.cid-v0fQwZuJOL .mbr-text,
.cid-v0fQwZuJOL .link-align {
  color: #ffffff;
}
.cid-v0fQwZuJOL .card-title {
  color: #ffbf18;
  text-align: center;
}
.cid-v0fQwZuJOL .mbr-subtitle,
.cid-v0fQwZuJOL .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-v0fQwZuJOL .card .text-wrap,
  .cid-v0fQwZuJOL .card .card-box {
    opacity: 1;
    padding: 1rem;
  }
  .cid-v0fQwZuJOL .card .img-wrapper {
    height: 650px;
  }
  .cid-v0fQwZuJOL .card .img-wrapper:before {
    opacity: 0.8;
  }
}
.cid-v0fQwZuJOL .mbr-section-subtitle {
  color: #000000;
}
.cid-v0fQwZuJOL .main-title {
  color: #000000;
}
.cid-v0fQwZuJOL .mbr-subtitle {
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
.cid-v0fQwZuJOL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0fQwZuJOL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0fRE83Awj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v0fRE83Awj img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-v0fRE83Awj .link-wrap {
  display: inline-block;
  width: fit-content;
}
.cid-v0fRE83Awj .img-wrapper {
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-v0fRE83Awj .img-wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #232323;
  opacity: 0;
  transition: all 0.3s;
  content: "";
  pointer-events: none;
  z-index: 1;
}
.cid-v0fRE83Awj .card-box {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
  padding: 2rem;
  padding-bottom: 1.5rem;
  z-index: 2;
}
.cid-v0fRE83Awj .card:hover img {
  transform: scale(1.06);
}
.cid-v0fRE83Awj .card:hover .card-box {
  opacity: 1;
}
.cid-v0fRE83Awj .card:hover .img-wrapper:before {
  opacity: 0.8;
}
.cid-v0fRE83Awj .card:hover .text-wrap {
  opacity: 1;
}
.cid-v0fRE83Awj .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin-left: 1.5rem;
}
.cid-v0fRE83Awj .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 1.2rem;
  justify-content: center;
}
.cid-v0fRE83Awj .text-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  right: 0;
  padding: 2rem;
  padding-top: 1.5rem;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.cid-v0fRE83Awj .mbr-text,
.cid-v0fRE83Awj .link-align {
  color: #ffffff;
}
.cid-v0fRE83Awj .card-title {
  color: #ffbf18;
  text-align: center;
}
.cid-v0fRE83Awj .mbr-subtitle,
.cid-v0fRE83Awj .link-align {
  color: #d58f76;
}
@media (max-width: 767px) {
  .cid-v0fRE83Awj .card .text-wrap,
  .cid-v0fRE83Awj .card .card-box {
    opacity: 1;
    padding: 1rem;
  }
  .cid-v0fRE83Awj .card .img-wrapper {
    height: 650px;
  }
  .cid-v0fRE83Awj .card .img-wrapper:before {
    opacity: 0.8;
  }
}
.cid-v0fRE83Awj .mbr-section-subtitle {
  color: #000000;
}
.cid-v0fRE83Awj .main-title {
  color: #000000;
}
.cid-v0fRE83Awj .mbr-subtitle {
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
.cid-v0fRE83Awj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0fRE83Awj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOyB0VTZ3f {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOyB0VTZ3f .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOyB0VTZ3f .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOyB0VTZ3f H2 {
  color: #e7272d;
}
.cid-uOyB0VTZ3f .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOyB0VTZ3f .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOyB0VTZ3f .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOyB0VTZ3f .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOyB0VTZ3f .col-lg-12 {
  overflow: hidden;
}
.cid-uOyB0VTZ3f H4 {
  color: #fbbe36;
}
.cid-uOyB0VTZ3f .mbr-text,
.cid-uOyB0VTZ3f .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOyB0VTZ3f .logo-wrap:before {
    content: none;
  }
  .cid-uOyB0VTZ3f .logo-wrap:after {
    content: none;
  }
}
.cid-uOyB0VTZ3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOyB0VTZ3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOyB0VTZ3f H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2k37Mr6pz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2k37Mr6pz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2k37Mr6pz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2k37Mr6pz .media-container-row {
  justify-content: space-between;
}
.cid-v2k37Mr6pz .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2k37Mr6pz .text-content {
    max-width: none;
  }
}
.cid-v2k37Mr6pz .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2k37Mr6pz .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2k37Mr6pz .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2k37Mr6pz .icons {
    justify-content: center !important;
  }
  .cid-v2k37Mr6pz .text-content * {
    text-align: center;
  }
}
.cid-v2k37Mr6pz .mbr-section-title {
  color: #ffffff;
}
.cid-v2k37Mr6pz P {
  color: #ffffff;
}
.cid-v2mM5LTFlY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2mM5LTFlY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mM5LTFlY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mM5LTFlY .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2mM5LTFlY .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2mM5LTFlY .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2mM5LTFlY .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2mM5LTFlY .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2mM5LTFlY .mbr-desc,
.cid-v2mM5LTFlY .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2mM5LTFlY .mbr-text,
.cid-v2mM5LTFlY .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOF9t35t7r {
  z-index: 1000;
  width: 100%;
}
.cid-uOF9t35t7r .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOF9t35t7r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOF9t35t7r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOF9t35t7r .menu_box .navbar.opened,
  .cid-uOF9t35t7r .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOF9t35t7r nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOF9t35t7r .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOF9t35t7r .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOF9t35t7r .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOF9t35t7r .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOF9t35t7r .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOF9t35t7r .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOF9t35t7r .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOF9t35t7r .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOF9t35t7r .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOF9t35t7r .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOF9t35t7r .offcanvas-body .mbr-text,
  .cid-uOF9t35t7r .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOF9t35t7r .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOF9t35t7r .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOF9t35t7r .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOF9t35t7r .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOF9t35t7r .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOF9t35t7r .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOF9t35t7r .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOF9t35t7r ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOF9t35t7r .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOF9t35t7r .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOF9t35t7r .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOF9t35t7r li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOF9t35t7r .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOF9t35t7r .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOF9t35t7r .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOF9t35t7r .nav-item {
    margin: 0 !important;
  }
}
.cid-uOF9t35t7r .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOF9t35t7r .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOF9t35t7r .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOF9t35t7r .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOF9t35t7r .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOF9t35t7r .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOF9t35t7r .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOF9t35t7r .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOF9t35t7r .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-uOF9t35t7r .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOF9t35t7r .offcanvas_box {
    display: none;
  }
}
.cid-uOF9t35t7r .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOF9t35t7r .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOF9t35t7r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOF9t35t7r .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOF9t35t7r .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOF9t35t7r .container {
  display: flex;
  margin: auto;
}
.cid-uOF9t35t7r .iconfont-wrapper {
  color: #272727;
  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-uOF9t35t7r .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOF9t35t7r .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOF9t35t7r .navbar-caption {
  color: #000000;
}
.cid-uOF9t35t7r .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOF9t35t7r .navbar-nav {
    margin: 0;
  }
}
.cid-uOF9t35t7r .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOF9t35t7r .dropdown-menu,
.cid-uOF9t35t7r .navbar.opened {
  background-color: true !important;
}
.cid-uOF9t35t7r .nav-item:focus,
.cid-uOF9t35t7r .nav-link:focus {
  outline: none;
}
.cid-uOF9t35t7r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOF9t35t7r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOF9t35t7r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOF9t35t7r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOF9t35t7r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOF9t35t7r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOF9t35t7r .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOF9t35t7r .navbar.opened {
  transition: all 0.3s;
}
.cid-uOF9t35t7r .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOF9t35t7r .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOF9t35t7r .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOF9t35t7r .navbar.collapsed {
  justify-content: center;
}
.cid-uOF9t35t7r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOF9t35t7r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOF9t35t7r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOF9t35t7r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOF9t35t7r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOF9t35t7r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOF9t35t7r .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOF9t35t7r .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOF9t35t7r .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOF9t35t7r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOF9t35t7r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOF9t35t7r .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOF9t35t7r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOF9t35t7r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOF9t35t7r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOF9t35t7r .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOF9t35t7r .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOF9t35t7r .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOF9t35t7r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOF9t35t7r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOF9t35t7r .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOF9t35t7r .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOF9t35t7r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOF9t35t7r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOF9t35t7r .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-uOF9t35t7r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOF9t35t7r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOF9t35t7r .dropdown-item.active,
.cid-uOF9t35t7r .dropdown-item:active {
  background-color: transparent;
}
.cid-uOF9t35t7r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOF9t35t7r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOF9t35t7r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOF9t35t7r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOF9t35t7r ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOF9t35t7r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOF9t35t7r button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOF9t35t7r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOF9t35t7r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOF9t35t7r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOF9t35t7r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOF9t35t7r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOF9t35t7r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOF9t35t7r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOF9t35t7r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOF9t35t7r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOF9t35t7r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOF9t35t7r .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-uOF9t35t7r .navbar {
    height: 70px;
  }
  .cid-uOF9t35t7r .navbar.opened {
    height: auto;
  }
  .cid-uOF9t35t7r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOF9t35t7r .mbr-section-btn .btn,
.cid-uOF9t35t7r .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOF9t35t7r .mbr-section-btn .btn:first-child,
.cid-uOF9t35t7r .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOF9t35t7r .mbr-section-btn .btn:focus,
.cid-uOF9t35t7r .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOF9t35t7r .mbr-section-btn .btn span,
.cid-uOF9t35t7r .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOF9t35t7r .mbr-section-btn .btn:hover,
.cid-uOF9t35t7r .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOF9t35t7r .mbr-section-btn .btn:hover span,
.cid-uOF9t35t7r .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOF9t35t7r .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOF9t35t7r .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOF9t35t7r .navbar-caption:hover {
  color: #272727;
}
.cid-uOF9t35t7r .nav-link:hover {
  color: #272727;
}
.cid-uOF9t35t7r .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOF9t35t7r .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOF9t35t7r .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOF9t35t7r .mbr-section-subtitle,
.cid-uOF9t35t7r .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOF9t35t7r a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2k4hKcBQD {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-8472website.jpg-1537x1025.jpg");
}
.cid-v2k4hKcBQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2k4hKcBQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2k4hKcBQD .mbr-section-btn .btn {
  min-width: 120px;
  height: 21px;
  position: relative;
  overflow: visible;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v2k4hKcBQD .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v2k4hKcBQD .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v2k4hKcBQD .mbr-section-btn .btn span {
  position: absolute;
  right: -6px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v2k4hKcBQD .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffbf18 !important;
}
.cid-v2k4hKcBQD .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -16px;
}
.cid-v2k4hKcBQD .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uWXz6oSUhP {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/line-header.png-2000x417.png");
}
@media only screen and (max-width: 600px) {
  .cid-uWXz6oSUhP {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-uWXz6oSUhP {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-uWXz6oSUhP {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-uWXz6oSUhP {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-uWXz6oSUhP {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
}
.cid-v2k42m59cJ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2k42m59cJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2k42m59cJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2k42m59cJ .content-wrapper {
  padding: 10px;
  border-top: 10px solid #ed4022;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-v2k42m59cJ .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-v2k42m59cJ .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-v2k42m59cJ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v2k42m59cJ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2k42m59cJ .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2k42m59cJ .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-v2k42m59cJ .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v2k42m59cJ .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2k42m59cJ .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v2k42m59cJ .mbr-section-title {
  color: #000c3f;
}
.cid-v2k42m59cJ .mbr-text {
  color: #000c3f;
}
.cid-v2k42m59cJ .mbr-text,
.cid-v2k42m59cJ .text-wrapper {
  color: #000000;
}
.cid-v2OjvhK3PK {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2OjvhK3PK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2OjvhK3PK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2OjvhK3PK .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v2OjvhK3PK .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2OjvhK3PK .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2OjvhK3PK .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2OjvhK3PK .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-v2OjvhK3PK .mbr-section-title {
  color: #ff6d99;
}
.cid-v2OjvhK3PK .mbr-text,
.cid-v2OjvhK3PK .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-v2OjvhK3PK .mbr-section-title,
.cid-v2OjvhK3PK .mbr-section-btn {
  text-align: center;
}
.cid-uOF9taxdFi {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOF9taxdFi .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOF9taxdFi .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOF9taxdFi H2 {
  color: #e7272d;
}
.cid-uOF9taxdFi .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOF9taxdFi .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOF9taxdFi .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOF9taxdFi .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOF9taxdFi .col-lg-12 {
  overflow: hidden;
}
.cid-uOF9taxdFi H4 {
  color: #fbbe36;
}
.cid-uOF9taxdFi .mbr-text,
.cid-uOF9taxdFi .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOF9taxdFi .logo-wrap:before {
    content: none;
  }
  .cid-uOF9taxdFi .logo-wrap:after {
    content: none;
  }
}
.cid-uOF9taxdFi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOF9taxdFi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOF9taxdFi H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2l9OKvagZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2l9OKvagZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2l9OKvagZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2l9OKvagZ .media-container-row {
  justify-content: space-between;
}
.cid-v2l9OKvagZ .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2l9OKvagZ .text-content {
    max-width: none;
  }
}
.cid-v2l9OKvagZ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2l9OKvagZ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2l9OKvagZ .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2l9OKvagZ .icons {
    justify-content: center !important;
  }
  .cid-v2l9OKvagZ .text-content * {
    text-align: center;
  }
}
.cid-v2l9OKvagZ .mbr-section-title {
  color: #ffffff;
}
.cid-v2l9OKvagZ P {
  color: #ffffff;
}
.cid-v2pICtSuIQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pICtSuIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pICtSuIQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pICtSuIQ .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pICtSuIQ .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pICtSuIQ .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pICtSuIQ .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pICtSuIQ .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pICtSuIQ .mbr-desc,
.cid-v2pICtSuIQ .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pICtSuIQ .mbr-text,
.cid-v2pICtSuIQ .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOFlDbmvNk {
  z-index: 1000;
  width: 100%;
}
.cid-uOFlDbmvNk .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOFlDbmvNk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOFlDbmvNk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOFlDbmvNk .menu_box .navbar.opened,
  .cid-uOFlDbmvNk .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOFlDbmvNk nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOFlDbmvNk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOFlDbmvNk .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOFlDbmvNk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOFlDbmvNk .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOFlDbmvNk .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOFlDbmvNk .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOFlDbmvNk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOFlDbmvNk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOFlDbmvNk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOFlDbmvNk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOFlDbmvNk .offcanvas-body .mbr-text,
  .cid-uOFlDbmvNk .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOFlDbmvNk .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOFlDbmvNk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOFlDbmvNk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOFlDbmvNk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOFlDbmvNk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOFlDbmvNk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOFlDbmvNk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOFlDbmvNk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOFlDbmvNk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOFlDbmvNk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOFlDbmvNk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOFlDbmvNk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOFlDbmvNk .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOFlDbmvNk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOFlDbmvNk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOFlDbmvNk .nav-item {
    margin: 0 !important;
  }
}
.cid-uOFlDbmvNk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOFlDbmvNk .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOFlDbmvNk .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOFlDbmvNk .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOFlDbmvNk .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOFlDbmvNk .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOFlDbmvNk .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOFlDbmvNk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOFlDbmvNk .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-uOFlDbmvNk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOFlDbmvNk .offcanvas_box {
    display: none;
  }
}
.cid-uOFlDbmvNk .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOFlDbmvNk .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOFlDbmvNk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOFlDbmvNk .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOFlDbmvNk .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOFlDbmvNk .container {
  display: flex;
  margin: auto;
}
.cid-uOFlDbmvNk .iconfont-wrapper {
  color: #272727;
  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-uOFlDbmvNk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOFlDbmvNk .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOFlDbmvNk .navbar-caption {
  color: #000000;
}
.cid-uOFlDbmvNk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOFlDbmvNk .navbar-nav {
    margin: 0;
  }
}
.cid-uOFlDbmvNk .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOFlDbmvNk .dropdown-menu,
.cid-uOFlDbmvNk .navbar.opened {
  background-color: true !important;
}
.cid-uOFlDbmvNk .nav-item:focus,
.cid-uOFlDbmvNk .nav-link:focus {
  outline: none;
}
.cid-uOFlDbmvNk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOFlDbmvNk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOFlDbmvNk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOFlDbmvNk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOFlDbmvNk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOFlDbmvNk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOFlDbmvNk .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOFlDbmvNk .navbar.opened {
  transition: all 0.3s;
}
.cid-uOFlDbmvNk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOFlDbmvNk .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOFlDbmvNk .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOFlDbmvNk .navbar.collapsed {
  justify-content: center;
}
.cid-uOFlDbmvNk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOFlDbmvNk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOFlDbmvNk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOFlDbmvNk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOFlDbmvNk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOFlDbmvNk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOFlDbmvNk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOFlDbmvNk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOFlDbmvNk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOFlDbmvNk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOFlDbmvNk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOFlDbmvNk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOFlDbmvNk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOFlDbmvNk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOFlDbmvNk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOFlDbmvNk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOFlDbmvNk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOFlDbmvNk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOFlDbmvNk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOFlDbmvNk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOFlDbmvNk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOFlDbmvNk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOFlDbmvNk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOFlDbmvNk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOFlDbmvNk .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-uOFlDbmvNk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOFlDbmvNk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOFlDbmvNk .dropdown-item.active,
.cid-uOFlDbmvNk .dropdown-item:active {
  background-color: transparent;
}
.cid-uOFlDbmvNk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOFlDbmvNk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOFlDbmvNk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOFlDbmvNk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOFlDbmvNk ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOFlDbmvNk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOFlDbmvNk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOFlDbmvNk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOFlDbmvNk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOFlDbmvNk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOFlDbmvNk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOFlDbmvNk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOFlDbmvNk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFlDbmvNk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOFlDbmvNk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOFlDbmvNk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFlDbmvNk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOFlDbmvNk .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-uOFlDbmvNk .navbar {
    height: 70px;
  }
  .cid-uOFlDbmvNk .navbar.opened {
    height: auto;
  }
  .cid-uOFlDbmvNk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOFlDbmvNk .mbr-section-btn .btn,
.cid-uOFlDbmvNk .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOFlDbmvNk .mbr-section-btn .btn:first-child,
.cid-uOFlDbmvNk .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOFlDbmvNk .mbr-section-btn .btn:focus,
.cid-uOFlDbmvNk .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOFlDbmvNk .mbr-section-btn .btn span,
.cid-uOFlDbmvNk .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOFlDbmvNk .mbr-section-btn .btn:hover,
.cid-uOFlDbmvNk .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOFlDbmvNk .mbr-section-btn .btn:hover span,
.cid-uOFlDbmvNk .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOFlDbmvNk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOFlDbmvNk .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOFlDbmvNk .navbar-caption:hover {
  color: #272727;
}
.cid-uOFlDbmvNk .nav-link:hover {
  color: #272727;
}
.cid-uOFlDbmvNk .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOFlDbmvNk .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOFlDbmvNk .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOFlDbmvNk .mbr-section-subtitle,
.cid-uOFlDbmvNk .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOFlDbmvNk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2k80KUJ0l {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dji-0905-enhanced-nr-lo-res-for-web.jpg-1007x483.jpg");
}
.cid-v2k80KUJ0l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2k80KUJ0l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2k80KUJ0l .mbr-section-btn .btn {
  min-width: 120px;
  height: 21px;
  position: relative;
  overflow: visible;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v2k80KUJ0l .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v2k80KUJ0l .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v2k80KUJ0l .mbr-section-btn .btn span {
  position: absolute;
  right: -6px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v2k80KUJ0l .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffbf18 !important;
}
.cid-v2k80KUJ0l .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -16px;
}
.cid-v2k80KUJ0l .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uWXza4yC1j {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/line-header.png-2000x417.png");
}
@media only screen and (max-width: 600px) {
  .cid-uWXza4yC1j {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-uWXza4yC1j {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-uWXza4yC1j {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-uWXza4yC1j {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-uWXza4yC1j {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
}
.cid-v2kn1OruHj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2kn1OruHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2kn1OruHj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2kn1OruHj .content-wrapper {
  padding: 10px;
  border-top: 10px solid #ffbe0d;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-v2kn1OruHj .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-v2kn1OruHj .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-v2kn1OruHj .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v2kn1OruHj .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2kn1OruHj .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2kn1OruHj .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-v2kn1OruHj .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v2kn1OruHj .image-wrapper .image-wrap img {
  height: 480px;
  object-fit: fill;
}
@media (max-width: 992px) {
  .cid-v2kn1OruHj .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v2kn1OruHj .mbr-section-title {
  color: #000c3f;
}
.cid-v2kn1OruHj .mbr-text {
  color: #000c3f;
}
.cid-v2kn1OruHj .mbr-text,
.cid-v2kn1OruHj .text-wrapper {
  color: #000000;
}
.cid-v30BiuT7MZ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v30BiuT7MZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30BiuT7MZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30BiuT7MZ .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v30BiuT7MZ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v30BiuT7MZ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v30BiuT7MZ .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v30BiuT7MZ .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-v30BiuT7MZ .mbr-section-title {
  color: #ff6d99;
}
.cid-v30BiuT7MZ .mbr-text,
.cid-v30BiuT7MZ .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-v30BiuT7MZ .mbr-section-title,
.cid-v30BiuT7MZ .mbr-section-btn {
  text-align: center;
}
.cid-uOFlDkp45V {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOFlDkp45V .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOFlDkp45V .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOFlDkp45V H2 {
  color: #e7272d;
}
.cid-uOFlDkp45V .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOFlDkp45V .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOFlDkp45V .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOFlDkp45V .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOFlDkp45V .col-lg-12 {
  overflow: hidden;
}
.cid-uOFlDkp45V H4 {
  color: #fbbe36;
}
.cid-uOFlDkp45V .mbr-text,
.cid-uOFlDkp45V .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOFlDkp45V .logo-wrap:before {
    content: none;
  }
  .cid-uOFlDkp45V .logo-wrap:after {
    content: none;
  }
}
.cid-uOFlDkp45V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFlDkp45V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFlDkp45V H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2knBvOFnt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2knBvOFnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2knBvOFnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2knBvOFnt .media-container-row {
  justify-content: space-between;
}
.cid-v2knBvOFnt .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2knBvOFnt .text-content {
    max-width: none;
  }
}
.cid-v2knBvOFnt .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2knBvOFnt .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2knBvOFnt .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2knBvOFnt .icons {
    justify-content: center !important;
  }
  .cid-v2knBvOFnt .text-content * {
    text-align: center;
  }
}
.cid-v2knBvOFnt .mbr-section-title {
  color: #ffffff;
}
.cid-v2knBvOFnt P {
  color: #ffffff;
}
.cid-v2pIFb1Aup {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pIFb1Aup .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pIFb1Aup .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pIFb1Aup .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pIFb1Aup .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pIFb1Aup .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pIFb1Aup .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pIFb1Aup .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pIFb1Aup .mbr-desc,
.cid-v2pIFb1Aup .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pIFb1Aup .mbr-text,
.cid-v2pIFb1Aup .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOFmXAHLUk {
  z-index: 1000;
  width: 100%;
}
.cid-uOFmXAHLUk .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOFmXAHLUk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOFmXAHLUk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOFmXAHLUk .menu_box .navbar.opened,
  .cid-uOFmXAHLUk .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOFmXAHLUk nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOFmXAHLUk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOFmXAHLUk .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOFmXAHLUk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOFmXAHLUk .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOFmXAHLUk .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOFmXAHLUk .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOFmXAHLUk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOFmXAHLUk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOFmXAHLUk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOFmXAHLUk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOFmXAHLUk .offcanvas-body .mbr-text,
  .cid-uOFmXAHLUk .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOFmXAHLUk .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOFmXAHLUk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOFmXAHLUk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOFmXAHLUk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOFmXAHLUk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOFmXAHLUk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOFmXAHLUk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOFmXAHLUk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOFmXAHLUk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOFmXAHLUk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOFmXAHLUk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOFmXAHLUk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOFmXAHLUk .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOFmXAHLUk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOFmXAHLUk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOFmXAHLUk .nav-item {
    margin: 0 !important;
  }
}
.cid-uOFmXAHLUk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOFmXAHLUk .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOFmXAHLUk .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOFmXAHLUk .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOFmXAHLUk .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOFmXAHLUk .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOFmXAHLUk .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOFmXAHLUk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOFmXAHLUk .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-uOFmXAHLUk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOFmXAHLUk .offcanvas_box {
    display: none;
  }
}
.cid-uOFmXAHLUk .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOFmXAHLUk .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOFmXAHLUk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOFmXAHLUk .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOFmXAHLUk .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOFmXAHLUk .container {
  display: flex;
  margin: auto;
}
.cid-uOFmXAHLUk .iconfont-wrapper {
  color: #272727;
  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-uOFmXAHLUk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOFmXAHLUk .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOFmXAHLUk .navbar-caption {
  color: #000000;
}
.cid-uOFmXAHLUk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOFmXAHLUk .navbar-nav {
    margin: 0;
  }
}
.cid-uOFmXAHLUk .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOFmXAHLUk .dropdown-menu,
.cid-uOFmXAHLUk .navbar.opened {
  background-color: true !important;
}
.cid-uOFmXAHLUk .nav-item:focus,
.cid-uOFmXAHLUk .nav-link:focus {
  outline: none;
}
.cid-uOFmXAHLUk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOFmXAHLUk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOFmXAHLUk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOFmXAHLUk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOFmXAHLUk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOFmXAHLUk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOFmXAHLUk .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOFmXAHLUk .navbar.opened {
  transition: all 0.3s;
}
.cid-uOFmXAHLUk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOFmXAHLUk .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOFmXAHLUk .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOFmXAHLUk .navbar.collapsed {
  justify-content: center;
}
.cid-uOFmXAHLUk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOFmXAHLUk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOFmXAHLUk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOFmXAHLUk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOFmXAHLUk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOFmXAHLUk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOFmXAHLUk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOFmXAHLUk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOFmXAHLUk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOFmXAHLUk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOFmXAHLUk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOFmXAHLUk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOFmXAHLUk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOFmXAHLUk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOFmXAHLUk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOFmXAHLUk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOFmXAHLUk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOFmXAHLUk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOFmXAHLUk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOFmXAHLUk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOFmXAHLUk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOFmXAHLUk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOFmXAHLUk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOFmXAHLUk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOFmXAHLUk .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-uOFmXAHLUk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOFmXAHLUk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOFmXAHLUk .dropdown-item.active,
.cid-uOFmXAHLUk .dropdown-item:active {
  background-color: transparent;
}
.cid-uOFmXAHLUk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOFmXAHLUk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOFmXAHLUk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOFmXAHLUk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOFmXAHLUk ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOFmXAHLUk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOFmXAHLUk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOFmXAHLUk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOFmXAHLUk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOFmXAHLUk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOFmXAHLUk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOFmXAHLUk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOFmXAHLUk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFmXAHLUk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOFmXAHLUk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOFmXAHLUk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFmXAHLUk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOFmXAHLUk .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-uOFmXAHLUk .navbar {
    height: 70px;
  }
  .cid-uOFmXAHLUk .navbar.opened {
    height: auto;
  }
  .cid-uOFmXAHLUk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOFmXAHLUk .mbr-section-btn .btn,
.cid-uOFmXAHLUk .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOFmXAHLUk .mbr-section-btn .btn:first-child,
.cid-uOFmXAHLUk .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOFmXAHLUk .mbr-section-btn .btn:focus,
.cid-uOFmXAHLUk .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOFmXAHLUk .mbr-section-btn .btn span,
.cid-uOFmXAHLUk .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOFmXAHLUk .mbr-section-btn .btn:hover,
.cid-uOFmXAHLUk .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOFmXAHLUk .mbr-section-btn .btn:hover span,
.cid-uOFmXAHLUk .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOFmXAHLUk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOFmXAHLUk .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOFmXAHLUk .navbar-caption:hover {
  color: #272727;
}
.cid-uOFmXAHLUk .nav-link:hover {
  color: #272727;
}
.cid-uOFmXAHLUk .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOFmXAHLUk .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOFmXAHLUk .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOFmXAHLUk .mbr-section-subtitle,
.cid-uOFmXAHLUk .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOFmXAHLUk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2knHo5R5e {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dji-0996a.jpg-1252x703.jpg");
}
.cid-v2knHo5R5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2knHo5R5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2knHo5R5e .mbr-section-btn .btn {
  min-width: 120px;
  height: 21px;
  position: relative;
  overflow: visible;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v2knHo5R5e .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v2knHo5R5e .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v2knHo5R5e .mbr-section-btn .btn span {
  position: absolute;
  right: -6px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v2knHo5R5e .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffbf18 !important;
}
.cid-v2knHo5R5e .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -16px;
}
.cid-v2knHo5R5e .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uWXzd8gLM0 {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/line-header.png-2000x417.png");
}
@media only screen and (max-width: 600px) {
  .cid-uWXzd8gLM0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-uWXzd8gLM0 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-uWXzd8gLM0 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-uWXzd8gLM0 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-uWXzd8gLM0 {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
}
.cid-v2knZIybFy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2knZIybFy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2knZIybFy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2knZIybFy .content-wrapper {
  padding: 10px;
  border-top: 10px solid #41ac49;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-v2knZIybFy .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-v2knZIybFy .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-v2knZIybFy .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v2knZIybFy .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2knZIybFy .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2knZIybFy .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-v2knZIybFy .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v2knZIybFy .image-wrapper .image-wrap img {
  height: 480px;
  object-fit: fill;
}
@media (max-width: 992px) {
  .cid-v2knZIybFy .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v2knZIybFy .mbr-section-title {
  color: #000c3f;
}
.cid-v2knZIybFy .mbr-text {
  color: #000c3f;
}
.cid-v2knZIybFy .mbr-text,
.cid-v2knZIybFy .text-wrapper {
  color: #000000;
}
.cid-v30Bo6khc6 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v30Bo6khc6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30Bo6khc6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30Bo6khc6 .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v30Bo6khc6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v30Bo6khc6 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v30Bo6khc6 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v30Bo6khc6 .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-v30Bo6khc6 .mbr-section-title {
  color: #ff6d99;
}
.cid-v30Bo6khc6 .mbr-text,
.cid-v30Bo6khc6 .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-v30Bo6khc6 .mbr-section-title,
.cid-v30Bo6khc6 .mbr-section-btn {
  text-align: center;
}
.cid-uOFmXG6NeV {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOFmXG6NeV .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOFmXG6NeV .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOFmXG6NeV H2 {
  color: #e7272d;
}
.cid-uOFmXG6NeV .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOFmXG6NeV .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOFmXG6NeV .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOFmXG6NeV .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOFmXG6NeV .col-lg-12 {
  overflow: hidden;
}
.cid-uOFmXG6NeV H4 {
  color: #fbbe36;
}
.cid-uOFmXG6NeV .mbr-text,
.cid-uOFmXG6NeV .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOFmXG6NeV .logo-wrap:before {
    content: none;
  }
  .cid-uOFmXG6NeV .logo-wrap:after {
    content: none;
  }
}
.cid-uOFmXG6NeV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFmXG6NeV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFmXG6NeV H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2konxGVUB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2konxGVUB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2konxGVUB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2konxGVUB .media-container-row {
  justify-content: space-between;
}
.cid-v2konxGVUB .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2konxGVUB .text-content {
    max-width: none;
  }
}
.cid-v2konxGVUB .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2konxGVUB .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2konxGVUB .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2konxGVUB .icons {
    justify-content: center !important;
  }
  .cid-v2konxGVUB .text-content * {
    text-align: center;
  }
}
.cid-v2konxGVUB .mbr-section-title {
  color: #ffffff;
}
.cid-v2konxGVUB P {
  color: #ffffff;
}
.cid-v2pIHONJUv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pIHONJUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pIHONJUv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pIHONJUv .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pIHONJUv .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pIHONJUv .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pIHONJUv .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pIHONJUv .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pIHONJUv .mbr-desc,
.cid-v2pIHONJUv .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pIHONJUv .mbr-text,
.cid-v2pIHONJUv .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOFn5zlDFE {
  z-index: 1000;
  width: 100%;
}
.cid-uOFn5zlDFE .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOFn5zlDFE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOFn5zlDFE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOFn5zlDFE .menu_box .navbar.opened,
  .cid-uOFn5zlDFE .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOFn5zlDFE nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOFn5zlDFE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOFn5zlDFE .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOFn5zlDFE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOFn5zlDFE .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOFn5zlDFE .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOFn5zlDFE .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOFn5zlDFE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOFn5zlDFE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOFn5zlDFE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOFn5zlDFE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOFn5zlDFE .offcanvas-body .mbr-text,
  .cid-uOFn5zlDFE .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOFn5zlDFE .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOFn5zlDFE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOFn5zlDFE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOFn5zlDFE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOFn5zlDFE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOFn5zlDFE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOFn5zlDFE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOFn5zlDFE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOFn5zlDFE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOFn5zlDFE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOFn5zlDFE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOFn5zlDFE li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOFn5zlDFE .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOFn5zlDFE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOFn5zlDFE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOFn5zlDFE .nav-item {
    margin: 0 !important;
  }
}
.cid-uOFn5zlDFE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOFn5zlDFE .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOFn5zlDFE .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOFn5zlDFE .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOFn5zlDFE .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOFn5zlDFE .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOFn5zlDFE .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOFn5zlDFE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOFn5zlDFE .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-uOFn5zlDFE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOFn5zlDFE .offcanvas_box {
    display: none;
  }
}
.cid-uOFn5zlDFE .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOFn5zlDFE .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOFn5zlDFE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOFn5zlDFE .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOFn5zlDFE .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOFn5zlDFE .container {
  display: flex;
  margin: auto;
}
.cid-uOFn5zlDFE .iconfont-wrapper {
  color: #272727;
  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-uOFn5zlDFE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOFn5zlDFE .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOFn5zlDFE .navbar-caption {
  color: #000000;
}
.cid-uOFn5zlDFE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOFn5zlDFE .navbar-nav {
    margin: 0;
  }
}
.cid-uOFn5zlDFE .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOFn5zlDFE .dropdown-menu,
.cid-uOFn5zlDFE .navbar.opened {
  background-color: true !important;
}
.cid-uOFn5zlDFE .nav-item:focus,
.cid-uOFn5zlDFE .nav-link:focus {
  outline: none;
}
.cid-uOFn5zlDFE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOFn5zlDFE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOFn5zlDFE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOFn5zlDFE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOFn5zlDFE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOFn5zlDFE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOFn5zlDFE .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOFn5zlDFE .navbar.opened {
  transition: all 0.3s;
}
.cid-uOFn5zlDFE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOFn5zlDFE .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOFn5zlDFE .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOFn5zlDFE .navbar.collapsed {
  justify-content: center;
}
.cid-uOFn5zlDFE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOFn5zlDFE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOFn5zlDFE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOFn5zlDFE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOFn5zlDFE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOFn5zlDFE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOFn5zlDFE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOFn5zlDFE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOFn5zlDFE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOFn5zlDFE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOFn5zlDFE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOFn5zlDFE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOFn5zlDFE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOFn5zlDFE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOFn5zlDFE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOFn5zlDFE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOFn5zlDFE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOFn5zlDFE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOFn5zlDFE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOFn5zlDFE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOFn5zlDFE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOFn5zlDFE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOFn5zlDFE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOFn5zlDFE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOFn5zlDFE .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-uOFn5zlDFE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOFn5zlDFE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOFn5zlDFE .dropdown-item.active,
.cid-uOFn5zlDFE .dropdown-item:active {
  background-color: transparent;
}
.cid-uOFn5zlDFE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOFn5zlDFE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOFn5zlDFE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOFn5zlDFE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOFn5zlDFE ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOFn5zlDFE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOFn5zlDFE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOFn5zlDFE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOFn5zlDFE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOFn5zlDFE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOFn5zlDFE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOFn5zlDFE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOFn5zlDFE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFn5zlDFE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOFn5zlDFE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOFn5zlDFE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFn5zlDFE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOFn5zlDFE .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-uOFn5zlDFE .navbar {
    height: 70px;
  }
  .cid-uOFn5zlDFE .navbar.opened {
    height: auto;
  }
  .cid-uOFn5zlDFE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOFn5zlDFE .mbr-section-btn .btn,
.cid-uOFn5zlDFE .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOFn5zlDFE .mbr-section-btn .btn:first-child,
.cid-uOFn5zlDFE .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOFn5zlDFE .mbr-section-btn .btn:focus,
.cid-uOFn5zlDFE .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOFn5zlDFE .mbr-section-btn .btn span,
.cid-uOFn5zlDFE .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOFn5zlDFE .mbr-section-btn .btn:hover,
.cid-uOFn5zlDFE .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOFn5zlDFE .mbr-section-btn .btn:hover span,
.cid-uOFn5zlDFE .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOFn5zlDFE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOFn5zlDFE .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOFn5zlDFE .navbar-caption:hover {
  color: #272727;
}
.cid-uOFn5zlDFE .nav-link:hover {
  color: #272727;
}
.cid-uOFn5zlDFE .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOFn5zlDFE .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOFn5zlDFE .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOFn5zlDFE .mbr-section-subtitle,
.cid-uOFn5zlDFE .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOFn5zlDFE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2kotorj6J {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/shaun28may24-8.jpg-1600x900.jpg");
}
.cid-v2kotorj6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2kotorj6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2kotorj6J .mbr-section-btn .btn {
  min-width: 120px;
  height: 21px;
  position: relative;
  overflow: visible;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v2kotorj6J .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v2kotorj6J .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v2kotorj6J .mbr-section-btn .btn span {
  position: absolute;
  right: -6px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v2kotorj6J .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffbf18 !important;
}
.cid-v2kotorj6J .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -16px;
}
.cid-v2kotorj6J .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uWXzezhc4X {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/line-header.png-2000x417.png");
}
@media only screen and (max-width: 600px) {
  .cid-uWXzezhc4X {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-uWXzezhc4X {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-uWXzezhc4X {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-uWXzezhc4X {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-uWXzezhc4X {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
}
.cid-v2koAqhWKD {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2koAqhWKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2koAqhWKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2koAqhWKD .content-wrapper {
  padding: 10px;
  border-top: 10px solid #ed4022;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-v2koAqhWKD .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-v2koAqhWKD .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-v2koAqhWKD .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v2koAqhWKD .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2koAqhWKD .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2koAqhWKD .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-v2koAqhWKD .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v2koAqhWKD .image-wrapper .image-wrap img {
  height: 480px;
  object-fit: fill;
}
@media (max-width: 992px) {
  .cid-v2koAqhWKD .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v2koAqhWKD .mbr-section-title {
  color: #000c3f;
}
.cid-v2koAqhWKD .mbr-text {
  color: #000c3f;
}
.cid-v2koAqhWKD .mbr-text,
.cid-v2koAqhWKD .text-wrapper {
  color: #000000;
}
.cid-v30BFihfnz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v30BFihfnz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30BFihfnz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30BFihfnz .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v30BFihfnz .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v30BFihfnz .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v30BFihfnz .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v30BFihfnz .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-v30BFihfnz .mbr-section-title {
  color: #ff6d99;
}
.cid-v30BFihfnz .mbr-text,
.cid-v30BFihfnz .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-v30BFihfnz .mbr-section-title,
.cid-v30BFihfnz .mbr-section-btn {
  text-align: center;
}
.cid-uOFn5FO2lc {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOFn5FO2lc .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOFn5FO2lc .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOFn5FO2lc H2 {
  color: #e7272d;
}
.cid-uOFn5FO2lc .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOFn5FO2lc .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOFn5FO2lc .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOFn5FO2lc .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOFn5FO2lc .col-lg-12 {
  overflow: hidden;
}
.cid-uOFn5FO2lc H4 {
  color: #fbbe36;
}
.cid-uOFn5FO2lc .mbr-text,
.cid-uOFn5FO2lc .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOFn5FO2lc .logo-wrap:before {
    content: none;
  }
  .cid-uOFn5FO2lc .logo-wrap:after {
    content: none;
  }
}
.cid-uOFn5FO2lc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFn5FO2lc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFn5FO2lc H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2kovPSqRa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2kovPSqRa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2kovPSqRa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2kovPSqRa .media-container-row {
  justify-content: space-between;
}
.cid-v2kovPSqRa .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2kovPSqRa .text-content {
    max-width: none;
  }
}
.cid-v2kovPSqRa .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2kovPSqRa .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2kovPSqRa .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2kovPSqRa .icons {
    justify-content: center !important;
  }
  .cid-v2kovPSqRa .text-content * {
    text-align: center;
  }
}
.cid-v2kovPSqRa .mbr-section-title {
  color: #ffffff;
}
.cid-v2kovPSqRa P {
  color: #ffffff;
}
.cid-v2pIKUpQOB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pIKUpQOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pIKUpQOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pIKUpQOB .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pIKUpQOB .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pIKUpQOB .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pIKUpQOB .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pIKUpQOB .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pIKUpQOB .mbr-desc,
.cid-v2pIKUpQOB .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pIKUpQOB .mbr-text,
.cid-v2pIKUpQOB .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOFn6Gjg3k {
  z-index: 1000;
  width: 100%;
}
.cid-uOFn6Gjg3k .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOFn6Gjg3k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOFn6Gjg3k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOFn6Gjg3k .menu_box .navbar.opened,
  .cid-uOFn6Gjg3k .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOFn6Gjg3k nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOFn6Gjg3k .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOFn6Gjg3k .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOFn6Gjg3k .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOFn6Gjg3k .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOFn6Gjg3k .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOFn6Gjg3k .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOFn6Gjg3k .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOFn6Gjg3k .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOFn6Gjg3k .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOFn6Gjg3k .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOFn6Gjg3k .offcanvas-body .mbr-text,
  .cid-uOFn6Gjg3k .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOFn6Gjg3k .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOFn6Gjg3k .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOFn6Gjg3k .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOFn6Gjg3k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOFn6Gjg3k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOFn6Gjg3k .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOFn6Gjg3k .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOFn6Gjg3k ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOFn6Gjg3k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOFn6Gjg3k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOFn6Gjg3k .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOFn6Gjg3k li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOFn6Gjg3k .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOFn6Gjg3k .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOFn6Gjg3k .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOFn6Gjg3k .nav-item {
    margin: 0 !important;
  }
}
.cid-uOFn6Gjg3k .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOFn6Gjg3k .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOFn6Gjg3k .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOFn6Gjg3k .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOFn6Gjg3k .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOFn6Gjg3k .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOFn6Gjg3k .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOFn6Gjg3k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOFn6Gjg3k .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-uOFn6Gjg3k .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOFn6Gjg3k .offcanvas_box {
    display: none;
  }
}
.cid-uOFn6Gjg3k .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOFn6Gjg3k .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOFn6Gjg3k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOFn6Gjg3k .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOFn6Gjg3k .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOFn6Gjg3k .container {
  display: flex;
  margin: auto;
}
.cid-uOFn6Gjg3k .iconfont-wrapper {
  color: #272727;
  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-uOFn6Gjg3k .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOFn6Gjg3k .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOFn6Gjg3k .navbar-caption {
  color: #000000;
}
.cid-uOFn6Gjg3k .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOFn6Gjg3k .navbar-nav {
    margin: 0;
  }
}
.cid-uOFn6Gjg3k .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOFn6Gjg3k .dropdown-menu,
.cid-uOFn6Gjg3k .navbar.opened {
  background-color: true !important;
}
.cid-uOFn6Gjg3k .nav-item:focus,
.cid-uOFn6Gjg3k .nav-link:focus {
  outline: none;
}
.cid-uOFn6Gjg3k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOFn6Gjg3k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOFn6Gjg3k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOFn6Gjg3k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOFn6Gjg3k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOFn6Gjg3k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOFn6Gjg3k .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOFn6Gjg3k .navbar.opened {
  transition: all 0.3s;
}
.cid-uOFn6Gjg3k .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOFn6Gjg3k .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOFn6Gjg3k .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOFn6Gjg3k .navbar.collapsed {
  justify-content: center;
}
.cid-uOFn6Gjg3k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOFn6Gjg3k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOFn6Gjg3k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOFn6Gjg3k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOFn6Gjg3k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOFn6Gjg3k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOFn6Gjg3k .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOFn6Gjg3k .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOFn6Gjg3k .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOFn6Gjg3k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOFn6Gjg3k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOFn6Gjg3k .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOFn6Gjg3k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOFn6Gjg3k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOFn6Gjg3k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOFn6Gjg3k .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOFn6Gjg3k .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOFn6Gjg3k .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOFn6Gjg3k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOFn6Gjg3k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOFn6Gjg3k .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOFn6Gjg3k .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOFn6Gjg3k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOFn6Gjg3k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOFn6Gjg3k .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-uOFn6Gjg3k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOFn6Gjg3k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOFn6Gjg3k .dropdown-item.active,
.cid-uOFn6Gjg3k .dropdown-item:active {
  background-color: transparent;
}
.cid-uOFn6Gjg3k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOFn6Gjg3k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOFn6Gjg3k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOFn6Gjg3k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOFn6Gjg3k ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOFn6Gjg3k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOFn6Gjg3k button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOFn6Gjg3k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOFn6Gjg3k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOFn6Gjg3k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOFn6Gjg3k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOFn6Gjg3k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOFn6Gjg3k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFn6Gjg3k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOFn6Gjg3k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOFn6Gjg3k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFn6Gjg3k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOFn6Gjg3k .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-uOFn6Gjg3k .navbar {
    height: 70px;
  }
  .cid-uOFn6Gjg3k .navbar.opened {
    height: auto;
  }
  .cid-uOFn6Gjg3k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOFn6Gjg3k .mbr-section-btn .btn,
.cid-uOFn6Gjg3k .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOFn6Gjg3k .mbr-section-btn .btn:first-child,
.cid-uOFn6Gjg3k .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOFn6Gjg3k .mbr-section-btn .btn:focus,
.cid-uOFn6Gjg3k .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOFn6Gjg3k .mbr-section-btn .btn span,
.cid-uOFn6Gjg3k .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOFn6Gjg3k .mbr-section-btn .btn:hover,
.cid-uOFn6Gjg3k .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOFn6Gjg3k .mbr-section-btn .btn:hover span,
.cid-uOFn6Gjg3k .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOFn6Gjg3k .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOFn6Gjg3k .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOFn6Gjg3k .navbar-caption:hover {
  color: #272727;
}
.cid-uOFn6Gjg3k .nav-link:hover {
  color: #272727;
}
.cid-uOFn6Gjg3k .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOFn6Gjg3k .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOFn6Gjg3k .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOFn6Gjg3k .mbr-section-subtitle,
.cid-uOFn6Gjg3k .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOFn6Gjg3k a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2kpy2i3Fy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-1412a.jpg-1537x1025.jpg");
}
.cid-v2kpy2i3Fy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2kpy2i3Fy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2kpy2i3Fy .mbr-section-btn .btn {
  min-width: 120px;
  height: 21px;
  position: relative;
  overflow: visible;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v2kpy2i3Fy .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v2kpy2i3Fy .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v2kpy2i3Fy .mbr-section-btn .btn span {
  position: absolute;
  right: -6px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v2kpy2i3Fy .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffbf18 !important;
}
.cid-v2kpy2i3Fy .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -16px;
}
.cid-v2kpy2i3Fy .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uWXzgd1rmp {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/line-header.png-2000x417.png");
}
@media only screen and (max-width: 600px) {
  .cid-uWXzgd1rmp {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-uWXzgd1rmp {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-uWXzgd1rmp {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-uWXzgd1rmp {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-uWXzgd1rmp {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
}
.cid-v2kpySJcJV {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2kpySJcJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2kpySJcJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2kpySJcJV .content-wrapper {
  padding: 10px;
  border-top: 10px solid #ffbe0d;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-v2kpySJcJV .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-v2kpySJcJV .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-v2kpySJcJV .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v2kpySJcJV .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2kpySJcJV .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2kpySJcJV .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-v2kpySJcJV .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v2kpySJcJV .image-wrapper .image-wrap img {
  height: 480px;
  object-fit: fill;
}
@media (max-width: 992px) {
  .cid-v2kpySJcJV .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v2kpySJcJV .mbr-section-title {
  color: #000c3f;
}
.cid-v2kpySJcJV .mbr-text {
  color: #000c3f;
}
.cid-v2kpySJcJV .mbr-text,
.cid-v2kpySJcJV .text-wrapper {
  color: #000000;
}
.cid-v30BQ1WqRT {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v30BQ1WqRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30BQ1WqRT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30BQ1WqRT .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v30BQ1WqRT .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v30BQ1WqRT .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v30BQ1WqRT .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v30BQ1WqRT .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-v30BQ1WqRT .mbr-section-title {
  color: #ff6d99;
}
.cid-v30BQ1WqRT .mbr-text,
.cid-v30BQ1WqRT .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-v30BQ1WqRT .mbr-section-title,
.cid-v30BQ1WqRT .mbr-section-btn {
  text-align: center;
}
.cid-uOFn6PmSli {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOFn6PmSli .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOFn6PmSli .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOFn6PmSli H2 {
  color: #e7272d;
}
.cid-uOFn6PmSli .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOFn6PmSli .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOFn6PmSli .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOFn6PmSli .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOFn6PmSli .col-lg-12 {
  overflow: hidden;
}
.cid-uOFn6PmSli H4 {
  color: #fbbe36;
}
.cid-uOFn6PmSli .mbr-text,
.cid-uOFn6PmSli .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOFn6PmSli .logo-wrap:before {
    content: none;
  }
  .cid-uOFn6PmSli .logo-wrap:after {
    content: none;
  }
}
.cid-uOFn6PmSli .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFn6PmSli .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFn6PmSli H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2kq2Rpvyr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2kq2Rpvyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2kq2Rpvyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2kq2Rpvyr .media-container-row {
  justify-content: space-between;
}
.cid-v2kq2Rpvyr .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2kq2Rpvyr .text-content {
    max-width: none;
  }
}
.cid-v2kq2Rpvyr .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2kq2Rpvyr .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2kq2Rpvyr .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2kq2Rpvyr .icons {
    justify-content: center !important;
  }
  .cid-v2kq2Rpvyr .text-content * {
    text-align: center;
  }
}
.cid-v2kq2Rpvyr .mbr-section-title {
  color: #ffffff;
}
.cid-v2kq2Rpvyr P {
  color: #ffffff;
}
.cid-v2pINZsp94 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pINZsp94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pINZsp94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pINZsp94 .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pINZsp94 .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pINZsp94 .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pINZsp94 .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pINZsp94 .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pINZsp94 .mbr-desc,
.cid-v2pINZsp94 .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pINZsp94 .mbr-text,
.cid-v2pINZsp94 .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOFn8pYhde {
  z-index: 1000;
  width: 100%;
}
.cid-uOFn8pYhde .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOFn8pYhde .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOFn8pYhde .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOFn8pYhde .menu_box .navbar.opened,
  .cid-uOFn8pYhde .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOFn8pYhde nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOFn8pYhde .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOFn8pYhde .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOFn8pYhde .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOFn8pYhde .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOFn8pYhde .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOFn8pYhde .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOFn8pYhde .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOFn8pYhde .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOFn8pYhde .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOFn8pYhde .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOFn8pYhde .offcanvas-body .mbr-text,
  .cid-uOFn8pYhde .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOFn8pYhde .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOFn8pYhde .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOFn8pYhde .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOFn8pYhde .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOFn8pYhde .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOFn8pYhde .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOFn8pYhde .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOFn8pYhde ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOFn8pYhde .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOFn8pYhde .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOFn8pYhde .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOFn8pYhde li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOFn8pYhde .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOFn8pYhde .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOFn8pYhde .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOFn8pYhde .nav-item {
    margin: 0 !important;
  }
}
.cid-uOFn8pYhde .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOFn8pYhde .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOFn8pYhde .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOFn8pYhde .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOFn8pYhde .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOFn8pYhde .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOFn8pYhde .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOFn8pYhde .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOFn8pYhde .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-uOFn8pYhde .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOFn8pYhde .offcanvas_box {
    display: none;
  }
}
.cid-uOFn8pYhde .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOFn8pYhde .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOFn8pYhde .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOFn8pYhde .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOFn8pYhde .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOFn8pYhde .container {
  display: flex;
  margin: auto;
}
.cid-uOFn8pYhde .iconfont-wrapper {
  color: #272727;
  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-uOFn8pYhde .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOFn8pYhde .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOFn8pYhde .navbar-caption {
  color: #000000;
}
.cid-uOFn8pYhde .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOFn8pYhde .navbar-nav {
    margin: 0;
  }
}
.cid-uOFn8pYhde .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOFn8pYhde .dropdown-menu,
.cid-uOFn8pYhde .navbar.opened {
  background-color: true !important;
}
.cid-uOFn8pYhde .nav-item:focus,
.cid-uOFn8pYhde .nav-link:focus {
  outline: none;
}
.cid-uOFn8pYhde .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOFn8pYhde .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOFn8pYhde .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOFn8pYhde .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOFn8pYhde .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOFn8pYhde .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOFn8pYhde .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOFn8pYhde .navbar.opened {
  transition: all 0.3s;
}
.cid-uOFn8pYhde .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOFn8pYhde .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOFn8pYhde .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOFn8pYhde .navbar.collapsed {
  justify-content: center;
}
.cid-uOFn8pYhde .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOFn8pYhde .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOFn8pYhde .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOFn8pYhde .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOFn8pYhde .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOFn8pYhde .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOFn8pYhde .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOFn8pYhde .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOFn8pYhde .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOFn8pYhde .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOFn8pYhde .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOFn8pYhde .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOFn8pYhde .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOFn8pYhde .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOFn8pYhde .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOFn8pYhde .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOFn8pYhde .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOFn8pYhde .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOFn8pYhde .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOFn8pYhde .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOFn8pYhde .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOFn8pYhde .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOFn8pYhde .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOFn8pYhde .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOFn8pYhde .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-uOFn8pYhde .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOFn8pYhde .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOFn8pYhde .dropdown-item.active,
.cid-uOFn8pYhde .dropdown-item:active {
  background-color: transparent;
}
.cid-uOFn8pYhde .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOFn8pYhde .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOFn8pYhde .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOFn8pYhde .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOFn8pYhde ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOFn8pYhde .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOFn8pYhde button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOFn8pYhde button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOFn8pYhde button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOFn8pYhde button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOFn8pYhde button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOFn8pYhde button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOFn8pYhde nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFn8pYhde nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOFn8pYhde nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOFn8pYhde nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFn8pYhde a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOFn8pYhde .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-uOFn8pYhde .navbar {
    height: 70px;
  }
  .cid-uOFn8pYhde .navbar.opened {
    height: auto;
  }
  .cid-uOFn8pYhde .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOFn8pYhde .mbr-section-btn .btn,
.cid-uOFn8pYhde .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOFn8pYhde .mbr-section-btn .btn:first-child,
.cid-uOFn8pYhde .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOFn8pYhde .mbr-section-btn .btn:focus,
.cid-uOFn8pYhde .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOFn8pYhde .mbr-section-btn .btn span,
.cid-uOFn8pYhde .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOFn8pYhde .mbr-section-btn .btn:hover,
.cid-uOFn8pYhde .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOFn8pYhde .mbr-section-btn .btn:hover span,
.cid-uOFn8pYhde .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOFn8pYhde .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOFn8pYhde .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOFn8pYhde .navbar-caption:hover {
  color: #272727;
}
.cid-uOFn8pYhde .nav-link:hover {
  color: #272727;
}
.cid-uOFn8pYhde .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOFn8pYhde .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOFn8pYhde .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOFn8pYhde .mbr-section-subtitle,
.cid-uOFn8pYhde .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOFn8pYhde a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2krjqIluf {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-1460web.jpg-1007x569.jpg");
}
.cid-v2krjqIluf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2krjqIluf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2krjqIluf .mbr-section-btn .btn {
  min-width: 120px;
  height: 21px;
  position: relative;
  overflow: visible;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v2krjqIluf .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v2krjqIluf .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v2krjqIluf .mbr-section-btn .btn span {
  position: absolute;
  right: -6px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v2krjqIluf .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffbf18 !important;
}
.cid-v2krjqIluf .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -16px;
}
.cid-v2krjqIluf .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uWXzhQ58D5 {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/line-header.png-2000x417.png");
}
@media only screen and (max-width: 600px) {
  .cid-uWXzhQ58D5 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-uWXzhQ58D5 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-uWXzhQ58D5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-uWXzhQ58D5 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-uWXzhQ58D5 {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
}
.cid-v2krpoQ0kD {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2krpoQ0kD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2krpoQ0kD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2krpoQ0kD .content-wrapper {
  padding: 10px;
  border-top: 10px solid #41ac49;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-v2krpoQ0kD .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-v2krpoQ0kD .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-v2krpoQ0kD .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v2krpoQ0kD .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2krpoQ0kD .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2krpoQ0kD .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-v2krpoQ0kD .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v2krpoQ0kD .image-wrapper .image-wrap img {
  height: 480px;
  object-fit: fill;
}
@media (max-width: 992px) {
  .cid-v2krpoQ0kD .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v2krpoQ0kD .mbr-section-title {
  color: #000c3f;
}
.cid-v2krpoQ0kD .mbr-text {
  color: #000c3f;
}
.cid-v2krpoQ0kD .mbr-text,
.cid-v2krpoQ0kD .text-wrapper {
  color: #000000;
}
.cid-v30C1mgaM8 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v30C1mgaM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30C1mgaM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30C1mgaM8 .content-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-v30C1mgaM8 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v30C1mgaM8 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v30C1mgaM8 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v30C1mgaM8 .mbr-label {
  color: #111111;
  text-align: center;
}
.cid-v30C1mgaM8 .mbr-section-title {
  color: #ff6d99;
}
.cid-v30C1mgaM8 .mbr-text,
.cid-v30C1mgaM8 .text-wrapper {
  color: #111111;
  text-align: center;
}
.cid-v30C1mgaM8 .mbr-section-title,
.cid-v30C1mgaM8 .mbr-section-btn {
  text-align: center;
}
.cid-uOFn8uJumc {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOFn8uJumc .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOFn8uJumc .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOFn8uJumc H2 {
  color: #e7272d;
}
.cid-uOFn8uJumc .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOFn8uJumc .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOFn8uJumc .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOFn8uJumc .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOFn8uJumc .col-lg-12 {
  overflow: hidden;
}
.cid-uOFn8uJumc H4 {
  color: #fbbe36;
}
.cid-uOFn8uJumc .mbr-text,
.cid-uOFn8uJumc .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOFn8uJumc .logo-wrap:before {
    content: none;
  }
  .cid-uOFn8uJumc .logo-wrap:after {
    content: none;
  }
}
.cid-uOFn8uJumc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFn8uJumc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFn8uJumc H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2krk0YKw0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2krk0YKw0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2krk0YKw0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2krk0YKw0 .media-container-row {
  justify-content: space-between;
}
.cid-v2krk0YKw0 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2krk0YKw0 .text-content {
    max-width: none;
  }
}
.cid-v2krk0YKw0 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2krk0YKw0 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2krk0YKw0 .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2krk0YKw0 .icons {
    justify-content: center !important;
  }
  .cid-v2krk0YKw0 .text-content * {
    text-align: center;
  }
}
.cid-v2krk0YKw0 .mbr-section-title {
  color: #ffffff;
}
.cid-v2krk0YKw0 P {
  color: #ffffff;
}
.cid-v2pIQ9eZpU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pIQ9eZpU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pIQ9eZpU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pIQ9eZpU .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pIQ9eZpU .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pIQ9eZpU .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pIQ9eZpU .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pIQ9eZpU .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pIQ9eZpU .mbr-desc,
.cid-v2pIQ9eZpU .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pIQ9eZpU .mbr-text,
.cid-v2pIQ9eZpU .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOFxHPsUJY {
  z-index: 1000;
  width: 100%;
}
.cid-uOFxHPsUJY .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOFxHPsUJY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOFxHPsUJY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOFxHPsUJY .menu_box .navbar.opened,
  .cid-uOFxHPsUJY .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOFxHPsUJY nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOFxHPsUJY .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOFxHPsUJY .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOFxHPsUJY .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOFxHPsUJY .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOFxHPsUJY .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOFxHPsUJY .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOFxHPsUJY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOFxHPsUJY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOFxHPsUJY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOFxHPsUJY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOFxHPsUJY .offcanvas-body .mbr-text,
  .cid-uOFxHPsUJY .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOFxHPsUJY .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOFxHPsUJY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOFxHPsUJY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOFxHPsUJY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOFxHPsUJY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOFxHPsUJY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOFxHPsUJY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOFxHPsUJY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOFxHPsUJY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOFxHPsUJY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOFxHPsUJY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOFxHPsUJY li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOFxHPsUJY .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOFxHPsUJY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOFxHPsUJY .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOFxHPsUJY .nav-item {
    margin: 0 !important;
  }
}
.cid-uOFxHPsUJY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOFxHPsUJY .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOFxHPsUJY .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOFxHPsUJY .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOFxHPsUJY .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOFxHPsUJY .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOFxHPsUJY .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOFxHPsUJY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOFxHPsUJY .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-uOFxHPsUJY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOFxHPsUJY .offcanvas_box {
    display: none;
  }
}
.cid-uOFxHPsUJY .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOFxHPsUJY .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOFxHPsUJY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOFxHPsUJY .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOFxHPsUJY .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOFxHPsUJY .container {
  display: flex;
  margin: auto;
}
.cid-uOFxHPsUJY .iconfont-wrapper {
  color: #272727;
  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-uOFxHPsUJY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOFxHPsUJY .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOFxHPsUJY .navbar-caption {
  color: #000000;
}
.cid-uOFxHPsUJY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOFxHPsUJY .navbar-nav {
    margin: 0;
  }
}
.cid-uOFxHPsUJY .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOFxHPsUJY .dropdown-menu,
.cid-uOFxHPsUJY .navbar.opened {
  background-color: true !important;
}
.cid-uOFxHPsUJY .nav-item:focus,
.cid-uOFxHPsUJY .nav-link:focus {
  outline: none;
}
.cid-uOFxHPsUJY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOFxHPsUJY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOFxHPsUJY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOFxHPsUJY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOFxHPsUJY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOFxHPsUJY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOFxHPsUJY .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOFxHPsUJY .navbar.opened {
  transition: all 0.3s;
}
.cid-uOFxHPsUJY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOFxHPsUJY .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOFxHPsUJY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOFxHPsUJY .navbar.collapsed {
  justify-content: center;
}
.cid-uOFxHPsUJY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOFxHPsUJY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOFxHPsUJY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOFxHPsUJY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOFxHPsUJY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOFxHPsUJY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOFxHPsUJY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOFxHPsUJY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOFxHPsUJY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOFxHPsUJY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOFxHPsUJY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOFxHPsUJY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOFxHPsUJY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOFxHPsUJY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOFxHPsUJY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOFxHPsUJY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOFxHPsUJY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOFxHPsUJY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOFxHPsUJY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOFxHPsUJY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOFxHPsUJY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOFxHPsUJY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOFxHPsUJY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOFxHPsUJY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOFxHPsUJY .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-uOFxHPsUJY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOFxHPsUJY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOFxHPsUJY .dropdown-item.active,
.cid-uOFxHPsUJY .dropdown-item:active {
  background-color: transparent;
}
.cid-uOFxHPsUJY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOFxHPsUJY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOFxHPsUJY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOFxHPsUJY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOFxHPsUJY ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOFxHPsUJY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOFxHPsUJY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOFxHPsUJY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOFxHPsUJY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOFxHPsUJY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOFxHPsUJY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOFxHPsUJY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOFxHPsUJY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFxHPsUJY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOFxHPsUJY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOFxHPsUJY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFxHPsUJY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOFxHPsUJY .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-uOFxHPsUJY .navbar {
    height: 70px;
  }
  .cid-uOFxHPsUJY .navbar.opened {
    height: auto;
  }
  .cid-uOFxHPsUJY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOFxHPsUJY .mbr-section-btn .btn,
.cid-uOFxHPsUJY .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOFxHPsUJY .mbr-section-btn .btn:first-child,
.cid-uOFxHPsUJY .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOFxHPsUJY .mbr-section-btn .btn:focus,
.cid-uOFxHPsUJY .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOFxHPsUJY .mbr-section-btn .btn span,
.cid-uOFxHPsUJY .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOFxHPsUJY .mbr-section-btn .btn:hover,
.cid-uOFxHPsUJY .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOFxHPsUJY .mbr-section-btn .btn:hover span,
.cid-uOFxHPsUJY .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOFxHPsUJY .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOFxHPsUJY .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOFxHPsUJY .navbar-caption:hover {
  color: #272727;
}
.cid-uOFxHPsUJY .nav-link:hover {
  color: #272727;
}
.cid-uOFxHPsUJY .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOFxHPsUJY .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOFxHPsUJY .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOFxHPsUJY .mbr-section-subtitle,
.cid-uOFxHPsUJY .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOFxHPsUJY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2ksGqNlnf {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-5006a-copy.jpg-1742x703.jpg");
}
.cid-v2ksGqNlnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ksGqNlnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ksGqNlnf .mbr-section-btn .btn {
  min-width: 120px;
  height: 21px;
  position: relative;
  overflow: visible;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v2ksGqNlnf .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v2ksGqNlnf .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v2ksGqNlnf .mbr-section-btn .btn span {
  position: absolute;
  right: -6px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v2ksGqNlnf .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffbf18 !important;
}
.cid-v2ksGqNlnf .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -16px;
}
.cid-v2ksGqNlnf .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uWXzjxlDHM {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/line-header.png-2000x417.png");
}
@media only screen and (max-width: 600px) {
  .cid-uWXzjxlDHM {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-uWXzjxlDHM {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-uWXzjxlDHM {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-uWXzjxlDHM {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-uWXzjxlDHM {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uORLsS1QcT {
  background-image: url("../../../assets/images/indawo20business20cards20-20final20draft-2000x1111.png");
}
.cid-uORLsS1QcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORLsS1QcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORLsS1QcT .mbr-section-title {
  text-align: justify;
}
.cid-uORLsS1QcT .mbr-section-subtitle {
  text-align: justify;
}
.cid-uORLsS1QcT .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v2kXbAOWaq {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/lego-bg1-2000x1500.png");
}
.cid-v2kXbAOWaq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2kXbAOWaq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2kXbAOWaq .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2kXbAOWaq .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2kXbAOWaq .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v2kXbAOWaq .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2kXbAOWaq .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2kXbAOWaq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2kXbAOWaq .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v2kXbAOWaq .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2kXbAOWaq .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2kXbAOWaq .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v2kXbAOWaq .image-wrapper {
    padding-left: 0;
  }
}
.cid-v2kXbAOWaq .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v2kXbAOWaq .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v2kXbAOWaq .image-wrapper img {
    height: 350px;
  }
}
.cid-v2kXbAOWaq .mbr-label {
  color: #a6adbf;
}
.cid-v2kXbAOWaq .mbr-section-title {
  color: #ed4022;
}
.cid-v2kXbAOWaq .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v2kXbAOWaq .mbr-text,
.cid-v2kXbAOWaq .text-wrapper {
  color: #666666;
}
.cid-uORMSUP5pj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-uORMSUP5pj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORMSUP5pj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORMSUP5pj .content-wrapper {
  background: #e5e5e5;
}
@media (max-width: 991px) {
  .cid-uORMSUP5pj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uORMSUP5pj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uORMSUP5pj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uORMSUP5pj .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uORMSUP5pj .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uORMSUP5pj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOROoTmZt0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOROoTmZt0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOROoTmZt0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOROoTmZt0 .mbr-section-title {
  text-align: justify;
}
.cid-uOROoTmZt0 .mbr-section-subtitle {
  text-align: justify;
}
.cid-uOROoTmZt0 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-uORQZsLsGD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uORQZsLsGD .item-img,
.cid-uORQZsLsGD .img-wrap,
.cid-uORQZsLsGD img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uORQZsLsGD img,
.cid-uORQZsLsGD .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uORQZsLsGD img,
  .cid-uORQZsLsGD .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uORQZsLsGD .item-img {
  border: 0px solid transparent;
  transition: all 0.3s;
}
.cid-uORQZsLsGD .item:focus,
.cid-uORQZsLsGD span:focus {
  outline: none;
}
.cid-uORQZsLsGD .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uORQZsLsGD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uORQZsLsGD .item {
    margin-bottom: 1rem;
  }
}
.cid-uORQZsLsGD .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uORQZsLsGD .item {
  padding: 0;
  margin: 0;
}
.cid-uORQZsLsGD h5 {
  margin: 0;
}
.cid-uORQZsLsGD .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uORQZsLsGD .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uORQZsLsGD .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uORQZsLsGD .item-wrapper:hover .item-img {
  border: 0px solid lightgray;
}
.cid-uORQZsLsGD .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uORQZsLsGD .item-wrapper {
    height: auto;
  }
}
.cid-uORQZsLsGD .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uORQZsLsGD .item-title {
  text-align: center;
}
.cid-uORQZsLsGD .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uORQZsLsGD .mbr-text,
.cid-uORQZsLsGD .item .mbr-section-btn {
  text-align: center;
}
.cid-uORQZsLsGD .mbr-section-subtitle,
.cid-uORQZsLsGD .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uOFxI0mZm9 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOFxI0mZm9 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOFxI0mZm9 .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOFxI0mZm9 H2 {
  color: #e7272d;
}
.cid-uOFxI0mZm9 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOFxI0mZm9 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOFxI0mZm9 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOFxI0mZm9 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOFxI0mZm9 .col-lg-12 {
  overflow: hidden;
}
.cid-uOFxI0mZm9 H4 {
  color: #fbbe36;
}
.cid-uOFxI0mZm9 .mbr-text,
.cid-uOFxI0mZm9 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOFxI0mZm9 .logo-wrap:before {
    content: none;
  }
  .cid-uOFxI0mZm9 .logo-wrap:after {
    content: none;
  }
}
.cid-uOFxI0mZm9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFxI0mZm9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFxI0mZm9 H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2kttTLqHU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2kttTLqHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2kttTLqHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2kttTLqHU .media-container-row {
  justify-content: space-between;
}
.cid-v2kttTLqHU .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2kttTLqHU .text-content {
    max-width: none;
  }
}
.cid-v2kttTLqHU .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2kttTLqHU .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2kttTLqHU .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2kttTLqHU .icons {
    justify-content: center !important;
  }
  .cid-v2kttTLqHU .text-content * {
    text-align: center;
  }
}
.cid-v2kttTLqHU .mbr-section-title {
  color: #ffffff;
}
.cid-v2kttTLqHU P {
  color: #ffffff;
}
.cid-v2pIU1WHeN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pIU1WHeN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pIU1WHeN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pIU1WHeN .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pIU1WHeN .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pIU1WHeN .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pIU1WHeN .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pIU1WHeN .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pIU1WHeN .mbr-desc,
.cid-v2pIU1WHeN .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pIU1WHeN .mbr-text,
.cid-v2pIU1WHeN .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOFxJAEXTo {
  z-index: 1000;
  width: 100%;
}
.cid-uOFxJAEXTo .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOFxJAEXTo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOFxJAEXTo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOFxJAEXTo .menu_box .navbar.opened,
  .cid-uOFxJAEXTo .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOFxJAEXTo nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOFxJAEXTo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOFxJAEXTo .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOFxJAEXTo .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOFxJAEXTo .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOFxJAEXTo .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOFxJAEXTo .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOFxJAEXTo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOFxJAEXTo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOFxJAEXTo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOFxJAEXTo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOFxJAEXTo .offcanvas-body .mbr-text,
  .cid-uOFxJAEXTo .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOFxJAEXTo .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOFxJAEXTo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOFxJAEXTo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOFxJAEXTo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOFxJAEXTo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOFxJAEXTo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOFxJAEXTo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOFxJAEXTo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOFxJAEXTo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOFxJAEXTo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOFxJAEXTo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOFxJAEXTo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOFxJAEXTo .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOFxJAEXTo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOFxJAEXTo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOFxJAEXTo .nav-item {
    margin: 0 !important;
  }
}
.cid-uOFxJAEXTo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOFxJAEXTo .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOFxJAEXTo .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOFxJAEXTo .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOFxJAEXTo .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOFxJAEXTo .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOFxJAEXTo .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOFxJAEXTo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOFxJAEXTo .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-uOFxJAEXTo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOFxJAEXTo .offcanvas_box {
    display: none;
  }
}
.cid-uOFxJAEXTo .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOFxJAEXTo .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOFxJAEXTo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOFxJAEXTo .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOFxJAEXTo .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOFxJAEXTo .container {
  display: flex;
  margin: auto;
}
.cid-uOFxJAEXTo .iconfont-wrapper {
  color: #272727;
  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-uOFxJAEXTo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOFxJAEXTo .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOFxJAEXTo .navbar-caption {
  color: #000000;
}
.cid-uOFxJAEXTo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOFxJAEXTo .navbar-nav {
    margin: 0;
  }
}
.cid-uOFxJAEXTo .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOFxJAEXTo .dropdown-menu,
.cid-uOFxJAEXTo .navbar.opened {
  background-color: true !important;
}
.cid-uOFxJAEXTo .nav-item:focus,
.cid-uOFxJAEXTo .nav-link:focus {
  outline: none;
}
.cid-uOFxJAEXTo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOFxJAEXTo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOFxJAEXTo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOFxJAEXTo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOFxJAEXTo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOFxJAEXTo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOFxJAEXTo .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOFxJAEXTo .navbar.opened {
  transition: all 0.3s;
}
.cid-uOFxJAEXTo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOFxJAEXTo .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOFxJAEXTo .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOFxJAEXTo .navbar.collapsed {
  justify-content: center;
}
.cid-uOFxJAEXTo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOFxJAEXTo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOFxJAEXTo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOFxJAEXTo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOFxJAEXTo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOFxJAEXTo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOFxJAEXTo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOFxJAEXTo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOFxJAEXTo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOFxJAEXTo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOFxJAEXTo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOFxJAEXTo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOFxJAEXTo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOFxJAEXTo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOFxJAEXTo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOFxJAEXTo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOFxJAEXTo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOFxJAEXTo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOFxJAEXTo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOFxJAEXTo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOFxJAEXTo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOFxJAEXTo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOFxJAEXTo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOFxJAEXTo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOFxJAEXTo .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-uOFxJAEXTo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOFxJAEXTo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOFxJAEXTo .dropdown-item.active,
.cid-uOFxJAEXTo .dropdown-item:active {
  background-color: transparent;
}
.cid-uOFxJAEXTo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOFxJAEXTo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOFxJAEXTo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOFxJAEXTo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOFxJAEXTo ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOFxJAEXTo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOFxJAEXTo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOFxJAEXTo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOFxJAEXTo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOFxJAEXTo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOFxJAEXTo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOFxJAEXTo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOFxJAEXTo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFxJAEXTo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOFxJAEXTo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOFxJAEXTo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFxJAEXTo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOFxJAEXTo .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-uOFxJAEXTo .navbar {
    height: 70px;
  }
  .cid-uOFxJAEXTo .navbar.opened {
    height: auto;
  }
  .cid-uOFxJAEXTo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOFxJAEXTo .mbr-section-btn .btn,
.cid-uOFxJAEXTo .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOFxJAEXTo .mbr-section-btn .btn:first-child,
.cid-uOFxJAEXTo .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOFxJAEXTo .mbr-section-btn .btn:focus,
.cid-uOFxJAEXTo .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOFxJAEXTo .mbr-section-btn .btn span,
.cid-uOFxJAEXTo .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOFxJAEXTo .mbr-section-btn .btn:hover,
.cid-uOFxJAEXTo .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOFxJAEXTo .mbr-section-btn .btn:hover span,
.cid-uOFxJAEXTo .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOFxJAEXTo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOFxJAEXTo .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOFxJAEXTo .navbar-caption:hover {
  color: #272727;
}
.cid-uOFxJAEXTo .nav-link:hover {
  color: #272727;
}
.cid-uOFxJAEXTo .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOFxJAEXTo .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOFxJAEXTo .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOFxJAEXTo .mbr-section-subtitle,
.cid-uOFxJAEXTo .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOFxJAEXTo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2l4HpjNh2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-20251107-wa0063-1600x900.jpg");
}
.cid-v2l4HpjNh2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2l4HpjNh2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2l4HpjNh2 .mbr-section-btn .btn {
  min-width: 120px;
  height: 21px;
  position: relative;
  overflow: visible;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v2l4HpjNh2 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v2l4HpjNh2 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v2l4HpjNh2 .mbr-section-btn .btn span {
  position: absolute;
  right: -6px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v2l4HpjNh2 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffbf18 !important;
}
.cid-v2l4HpjNh2 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -16px;
}
.cid-v2l4HpjNh2 .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uWXzrDPW24 {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/line-header.png-2000x417.png");
}
@media only screen and (max-width: 600px) {
  .cid-uWXzrDPW24 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-uWXzrDPW24 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-uWXzrDPW24 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-uWXzrDPW24 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-uWXzrDPW24 {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOFPq18AP0 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOFPq18AP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFPq18AP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFPq18AP0 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uOFPq18AP0 .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uOFPq18AP0 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uOFPq18AP0 .items-wrapper {
  margin: 0 -5px;
}
.cid-uOFPq18AP0 .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uOFPq18AP0 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uOFPq18AP0 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #fafafa;
  border: 1px solid #d3cccc;
}
.cid-uOFPq18AP0 .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOFPq18AP0 .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOFPq18AP0 .items-wrapper .item .item-wrapper .item-content {
  padding: 20px;
}
.cid-uOFPq18AP0 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uOFPq18AP0 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOFPq18AP0 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uOFPq18AP0 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
  text-align: center;
}
.cid-uOFPq18AP0 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOFPq18AP0 .mbr-section-title {
  color: #093388;
}
.cid-uOFPq18AP0 .item-title {
  color: #093388;
}
.cid-uOFPq18AP0 .item-text {
  color: #58595b;
}
.cid-uOFPq18AP0 .mbr-section-title,
.cid-uOFPq18AP0 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOFxJFHiVL {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOFxJFHiVL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOFxJFHiVL .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOFxJFHiVL H2 {
  color: #e7272d;
}
.cid-uOFxJFHiVL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOFxJFHiVL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOFxJFHiVL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOFxJFHiVL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOFxJFHiVL .col-lg-12 {
  overflow: hidden;
}
.cid-uOFxJFHiVL H4 {
  color: #fbbe36;
}
.cid-uOFxJFHiVL .mbr-text,
.cid-uOFxJFHiVL .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOFxJFHiVL .logo-wrap:before {
    content: none;
  }
  .cid-uOFxJFHiVL .logo-wrap:after {
    content: none;
  }
}
.cid-uOFxJFHiVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFxJFHiVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFxJFHiVL H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2l4zwahR6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2l4zwahR6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2l4zwahR6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2l4zwahR6 .media-container-row {
  justify-content: space-between;
}
.cid-v2l4zwahR6 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2l4zwahR6 .text-content {
    max-width: none;
  }
}
.cid-v2l4zwahR6 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2l4zwahR6 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2l4zwahR6 .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2l4zwahR6 .icons {
    justify-content: center !important;
  }
  .cid-v2l4zwahR6 .text-content * {
    text-align: center;
  }
}
.cid-v2l4zwahR6 .mbr-section-title {
  color: #ffffff;
}
.cid-v2l4zwahR6 P {
  color: #ffffff;
}
.cid-v2pJpwHoSn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pJpwHoSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pJpwHoSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pJpwHoSn .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pJpwHoSn .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pJpwHoSn .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pJpwHoSn .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pJpwHoSn .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pJpwHoSn .mbr-desc,
.cid-v2pJpwHoSn .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pJpwHoSn .mbr-text,
.cid-v2pJpwHoSn .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOFxKf9Kwy {
  z-index: 1000;
  width: 100%;
}
.cid-uOFxKf9Kwy .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOFxKf9Kwy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOFxKf9Kwy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOFxKf9Kwy .menu_box .navbar.opened,
  .cid-uOFxKf9Kwy .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOFxKf9Kwy nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOFxKf9Kwy .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOFxKf9Kwy .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOFxKf9Kwy .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOFxKf9Kwy .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOFxKf9Kwy .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOFxKf9Kwy .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOFxKf9Kwy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOFxKf9Kwy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOFxKf9Kwy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOFxKf9Kwy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOFxKf9Kwy .offcanvas-body .mbr-text,
  .cid-uOFxKf9Kwy .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOFxKf9Kwy .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOFxKf9Kwy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOFxKf9Kwy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOFxKf9Kwy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOFxKf9Kwy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOFxKf9Kwy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOFxKf9Kwy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOFxKf9Kwy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOFxKf9Kwy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOFxKf9Kwy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOFxKf9Kwy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOFxKf9Kwy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOFxKf9Kwy .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOFxKf9Kwy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOFxKf9Kwy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOFxKf9Kwy .nav-item {
    margin: 0 !important;
  }
}
.cid-uOFxKf9Kwy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOFxKf9Kwy .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOFxKf9Kwy .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOFxKf9Kwy .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOFxKf9Kwy .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOFxKf9Kwy .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOFxKf9Kwy .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOFxKf9Kwy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOFxKf9Kwy .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-uOFxKf9Kwy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOFxKf9Kwy .offcanvas_box {
    display: none;
  }
}
.cid-uOFxKf9Kwy .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOFxKf9Kwy .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOFxKf9Kwy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOFxKf9Kwy .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOFxKf9Kwy .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOFxKf9Kwy .container {
  display: flex;
  margin: auto;
}
.cid-uOFxKf9Kwy .iconfont-wrapper {
  color: #272727;
  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-uOFxKf9Kwy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOFxKf9Kwy .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOFxKf9Kwy .navbar-caption {
  color: #000000;
}
.cid-uOFxKf9Kwy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOFxKf9Kwy .navbar-nav {
    margin: 0;
  }
}
.cid-uOFxKf9Kwy .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOFxKf9Kwy .dropdown-menu,
.cid-uOFxKf9Kwy .navbar.opened {
  background-color: true !important;
}
.cid-uOFxKf9Kwy .nav-item:focus,
.cid-uOFxKf9Kwy .nav-link:focus {
  outline: none;
}
.cid-uOFxKf9Kwy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOFxKf9Kwy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOFxKf9Kwy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOFxKf9Kwy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOFxKf9Kwy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOFxKf9Kwy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOFxKf9Kwy .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOFxKf9Kwy .navbar.opened {
  transition: all 0.3s;
}
.cid-uOFxKf9Kwy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOFxKf9Kwy .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOFxKf9Kwy .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOFxKf9Kwy .navbar.collapsed {
  justify-content: center;
}
.cid-uOFxKf9Kwy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOFxKf9Kwy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOFxKf9Kwy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOFxKf9Kwy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOFxKf9Kwy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOFxKf9Kwy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOFxKf9Kwy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOFxKf9Kwy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOFxKf9Kwy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOFxKf9Kwy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOFxKf9Kwy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOFxKf9Kwy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOFxKf9Kwy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOFxKf9Kwy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOFxKf9Kwy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOFxKf9Kwy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOFxKf9Kwy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOFxKf9Kwy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOFxKf9Kwy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOFxKf9Kwy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOFxKf9Kwy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOFxKf9Kwy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOFxKf9Kwy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOFxKf9Kwy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOFxKf9Kwy .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-uOFxKf9Kwy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOFxKf9Kwy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOFxKf9Kwy .dropdown-item.active,
.cid-uOFxKf9Kwy .dropdown-item:active {
  background-color: transparent;
}
.cid-uOFxKf9Kwy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOFxKf9Kwy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOFxKf9Kwy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOFxKf9Kwy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOFxKf9Kwy ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOFxKf9Kwy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOFxKf9Kwy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOFxKf9Kwy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOFxKf9Kwy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOFxKf9Kwy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOFxKf9Kwy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOFxKf9Kwy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOFxKf9Kwy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFxKf9Kwy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOFxKf9Kwy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOFxKf9Kwy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFxKf9Kwy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOFxKf9Kwy .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-uOFxKf9Kwy .navbar {
    height: 70px;
  }
  .cid-uOFxKf9Kwy .navbar.opened {
    height: auto;
  }
  .cid-uOFxKf9Kwy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOFxKf9Kwy .mbr-section-btn .btn,
.cid-uOFxKf9Kwy .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOFxKf9Kwy .mbr-section-btn .btn:first-child,
.cid-uOFxKf9Kwy .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOFxKf9Kwy .mbr-section-btn .btn:focus,
.cid-uOFxKf9Kwy .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOFxKf9Kwy .mbr-section-btn .btn span,
.cid-uOFxKf9Kwy .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOFxKf9Kwy .mbr-section-btn .btn:hover,
.cid-uOFxKf9Kwy .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOFxKf9Kwy .mbr-section-btn .btn:hover span,
.cid-uOFxKf9Kwy .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOFxKf9Kwy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOFxKf9Kwy .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOFxKf9Kwy .navbar-caption:hover {
  color: #272727;
}
.cid-uOFxKf9Kwy .nav-link:hover {
  color: #272727;
}
.cid-uOFxKf9Kwy .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOFxKf9Kwy .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOFxKf9Kwy .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOFxKf9Kwy .mbr-section-subtitle,
.cid-uOFxKf9Kwy .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOFxKf9Kwy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2l7qKZLEn {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-20251107-wa0063-1600x900.jpg");
}
.cid-v2l7qKZLEn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2l7qKZLEn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2l7qKZLEn .mbr-section-btn .btn {
  min-width: 120px;
  height: 21px;
  position: relative;
  overflow: visible;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v2l7qKZLEn .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v2l7qKZLEn .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v2l7qKZLEn .mbr-section-btn .btn span {
  position: absolute;
  right: -6px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v2l7qKZLEn .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffbf18 !important;
}
.cid-v2l7qKZLEn .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -16px;
}
.cid-v2l7qKZLEn .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uWXAoQK3Ds {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/line-header.png-2000x417.png");
}
@media only screen and (max-width: 600px) {
  .cid-uWXAoQK3Ds {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-uWXAoQK3Ds {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-uWXAoQK3Ds {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-uWXAoQK3Ds {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-uWXAoQK3Ds {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOFB1m55uY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOFB1m55uY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFB1m55uY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFB1m55uY .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uOFB1m55uY .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uOFB1m55uY .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOFB1m55uY .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uOFB1m55uY .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #272727;
}
.cid-uOFB1m55uY .card-title {
  color: #000000;
}
.cid-uOFB3bRr3r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uOFB3bRr3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFB3bRr3r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFB3bRr3r .google-map {
  height: 30rem;
  position: relative;
}
.cid-uOFB3bRr3r .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uOFB3bRr3r .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOFB3bRr3r .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOFB3bRr3r .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOFywUbNpQ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/services-2-2000x1500.png");
}
.cid-uOFywUbNpQ .decor-wrap_1 {
  position: absolute;
  top: 2rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ed4022 0, #ed4022 43%, #246f55 100%);
}
.cid-uOFywUbNpQ .decor-wrap_2 {
  position: absolute;
  top: 20%;
  right: -4rem;
  width: 245px;
  height: 245px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ed4022 0, #ed4022 43%, #246f55 100%);
}
.cid-uOFywUbNpQ .decor-wrap_3 {
  position: absolute;
  bottom: -35%;
  left: -10rem;
  width: 539px;
  height: 539px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ed4022 0, #ed4022 43%, #246f55 100%);
}
.cid-uOFywUbNpQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFywUbNpQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOFywUbNpQ .container {
    padding: 0 30px;
  }
}
.cid-uOFywUbNpQ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uOFywUbNpQ .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOFywUbNpQ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOFywUbNpQ .title-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uOFywUbNpQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOFywUbNpQ .form-wrapper .dragArea.row {
  margin: 0 -30px;
}
.cid-uOFywUbNpQ .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-uOFywUbNpQ .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-uOFywUbNpQ .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 30px !important;
  padding: 0 30px;
}
.cid-uOFywUbNpQ .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uOFywUbNpQ .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 30px 10px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 2px solid #000000 !important;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uOFywUbNpQ .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px;
  }
}
.cid-uOFywUbNpQ .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uOFywUbNpQ .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uOFywUbNpQ .form-wrapper .dragArea.row .form-group .form-control:focus {
  background-color: #ffffff;
}
.cid-uOFywUbNpQ .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uOFywUbNpQ .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: .5;
}
.cid-uOFywUbNpQ .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uOFywUbNpQ .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uOFywUbNpQ .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-uOFywUbNpQ .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uOFywUbNpQ .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 10px;
}
.cid-uOFywUbNpQ .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uOFywUbNpQ .mbr-section-title {
  color: #ffffff;
}
.cid-uOFywUbNpQ .mbr-section-title,
.cid-uOFywUbNpQ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uOFxKjXosn {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOFxKjXosn .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOFxKjXosn .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOFxKjXosn H2 {
  color: #e7272d;
}
.cid-uOFxKjXosn .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOFxKjXosn .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOFxKjXosn .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOFxKjXosn .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOFxKjXosn .col-lg-12 {
  overflow: hidden;
}
.cid-uOFxKjXosn H4 {
  color: #fbbe36;
}
.cid-uOFxKjXosn .mbr-text,
.cid-uOFxKjXosn .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOFxKjXosn .logo-wrap:before {
    content: none;
  }
  .cid-uOFxKjXosn .logo-wrap:after {
    content: none;
  }
}
.cid-uOFxKjXosn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFxKjXosn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFxKjXosn H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2l7peU23I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2l7peU23I .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2l7peU23I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2l7peU23I .media-container-row {
  justify-content: space-between;
}
.cid-v2l7peU23I .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2l7peU23I .text-content {
    max-width: none;
  }
}
.cid-v2l7peU23I .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2l7peU23I .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2l7peU23I .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2l7peU23I .icons {
    justify-content: center !important;
  }
  .cid-v2l7peU23I .text-content * {
    text-align: center;
  }
}
.cid-v2l7peU23I .mbr-section-title {
  color: #ffffff;
}
.cid-v2l7peU23I P {
  color: #ffffff;
}
.cid-v2pLMzSKwm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pLMzSKwm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pLMzSKwm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pLMzSKwm .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pLMzSKwm .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pLMzSKwm .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pLMzSKwm .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pLMzSKwm .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pLMzSKwm .mbr-desc,
.cid-v2pLMzSKwm .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pLMzSKwm .mbr-text,
.cid-v2pLMzSKwm .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOFxLaVyzS {
  z-index: 1000;
  width: 100%;
}
.cid-uOFxLaVyzS .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOFxLaVyzS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOFxLaVyzS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOFxLaVyzS .menu_box .navbar.opened,
  .cid-uOFxLaVyzS .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOFxLaVyzS nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOFxLaVyzS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOFxLaVyzS .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOFxLaVyzS .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOFxLaVyzS .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOFxLaVyzS .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOFxLaVyzS .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOFxLaVyzS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOFxLaVyzS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOFxLaVyzS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOFxLaVyzS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOFxLaVyzS .offcanvas-body .mbr-text,
  .cid-uOFxLaVyzS .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOFxLaVyzS .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOFxLaVyzS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOFxLaVyzS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOFxLaVyzS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOFxLaVyzS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOFxLaVyzS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOFxLaVyzS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOFxLaVyzS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOFxLaVyzS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOFxLaVyzS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOFxLaVyzS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOFxLaVyzS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOFxLaVyzS .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOFxLaVyzS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOFxLaVyzS .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOFxLaVyzS .nav-item {
    margin: 0 !important;
  }
}
.cid-uOFxLaVyzS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOFxLaVyzS .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOFxLaVyzS .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOFxLaVyzS .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOFxLaVyzS .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOFxLaVyzS .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOFxLaVyzS .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOFxLaVyzS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOFxLaVyzS .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-uOFxLaVyzS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOFxLaVyzS .offcanvas_box {
    display: none;
  }
}
.cid-uOFxLaVyzS .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOFxLaVyzS .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOFxLaVyzS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOFxLaVyzS .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOFxLaVyzS .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOFxLaVyzS .container {
  display: flex;
  margin: auto;
}
.cid-uOFxLaVyzS .iconfont-wrapper {
  color: #272727;
  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-uOFxLaVyzS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOFxLaVyzS .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOFxLaVyzS .navbar-caption {
  color: #000000;
}
.cid-uOFxLaVyzS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOFxLaVyzS .navbar-nav {
    margin: 0;
  }
}
.cid-uOFxLaVyzS .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOFxLaVyzS .dropdown-menu,
.cid-uOFxLaVyzS .navbar.opened {
  background-color: true !important;
}
.cid-uOFxLaVyzS .nav-item:focus,
.cid-uOFxLaVyzS .nav-link:focus {
  outline: none;
}
.cid-uOFxLaVyzS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOFxLaVyzS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOFxLaVyzS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOFxLaVyzS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOFxLaVyzS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOFxLaVyzS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOFxLaVyzS .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOFxLaVyzS .navbar.opened {
  transition: all 0.3s;
}
.cid-uOFxLaVyzS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOFxLaVyzS .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOFxLaVyzS .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOFxLaVyzS .navbar.collapsed {
  justify-content: center;
}
.cid-uOFxLaVyzS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOFxLaVyzS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOFxLaVyzS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOFxLaVyzS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOFxLaVyzS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOFxLaVyzS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOFxLaVyzS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOFxLaVyzS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOFxLaVyzS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOFxLaVyzS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOFxLaVyzS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOFxLaVyzS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOFxLaVyzS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOFxLaVyzS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOFxLaVyzS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOFxLaVyzS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOFxLaVyzS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOFxLaVyzS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOFxLaVyzS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOFxLaVyzS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOFxLaVyzS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOFxLaVyzS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOFxLaVyzS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOFxLaVyzS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOFxLaVyzS .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-uOFxLaVyzS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOFxLaVyzS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOFxLaVyzS .dropdown-item.active,
.cid-uOFxLaVyzS .dropdown-item:active {
  background-color: transparent;
}
.cid-uOFxLaVyzS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOFxLaVyzS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOFxLaVyzS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOFxLaVyzS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOFxLaVyzS ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOFxLaVyzS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOFxLaVyzS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOFxLaVyzS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOFxLaVyzS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOFxLaVyzS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOFxLaVyzS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOFxLaVyzS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOFxLaVyzS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFxLaVyzS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOFxLaVyzS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOFxLaVyzS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFxLaVyzS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOFxLaVyzS .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-uOFxLaVyzS .navbar {
    height: 70px;
  }
  .cid-uOFxLaVyzS .navbar.opened {
    height: auto;
  }
  .cid-uOFxLaVyzS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOFxLaVyzS .mbr-section-btn .btn,
.cid-uOFxLaVyzS .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOFxLaVyzS .mbr-section-btn .btn:first-child,
.cid-uOFxLaVyzS .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOFxLaVyzS .mbr-section-btn .btn:focus,
.cid-uOFxLaVyzS .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOFxLaVyzS .mbr-section-btn .btn span,
.cid-uOFxLaVyzS .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOFxLaVyzS .mbr-section-btn .btn:hover,
.cid-uOFxLaVyzS .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOFxLaVyzS .mbr-section-btn .btn:hover span,
.cid-uOFxLaVyzS .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOFxLaVyzS .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOFxLaVyzS .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOFxLaVyzS .navbar-caption:hover {
  color: #272727;
}
.cid-uOFxLaVyzS .nav-link:hover {
  color: #272727;
}
.cid-uOFxLaVyzS .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOFxLaVyzS .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOFxLaVyzS .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOFxLaVyzS .mbr-section-subtitle,
.cid-uOFxLaVyzS .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOFxLaVyzS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2k3vEawj7 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-20251107-wa0063-1600x900.jpg");
}
.cid-v2k3vEawj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2k3vEawj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2k3vEawj7 .mbr-section-btn .btn {
  min-width: 120px;
  height: 21px;
  position: relative;
  overflow: visible;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v2k3vEawj7 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v2k3vEawj7 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v2k3vEawj7 .mbr-section-btn .btn span {
  position: absolute;
  right: -6px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v2k3vEawj7 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffbf18 !important;
}
.cid-v2k3vEawj7 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -16px;
}
.cid-v2k3vEawj7 .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uWXz3T2jOh {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/line-header.png-2000x417.png");
}
@media only screen and (max-width: 600px) {
  .cid-uWXz3T2jOh {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-uWXz3T2jOh {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-uWXz3T2jOh {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-uWXz3T2jOh {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-uWXz3T2jOh {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uORX6fuNGd {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uORX6fuNGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORX6fuNGd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORX6fuNGd .mbr-section-title {
  text-align: center;
}
.cid-uORX6fuNGd .mbr-section-subtitle {
  text-align: justify;
}
.cid-uORX6fuNGd .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-v0gvHwOz6L {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/home-new-2000x1500.png");
}
.cid-v0gvHwOz6L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0gvHwOz6L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0gvHwOz6L .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-v0gvHwOz6L .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v0gvHwOz6L .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v0gvHwOz6L .items-wrapper {
  margin: 0 -5px;
}
.cid-v0gvHwOz6L .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v0gvHwOz6L .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v0gvHwOz6L .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #d3cccc;
}
.cid-v0gvHwOz6L .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0gvHwOz6L .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v0gvHwOz6L .items-wrapper .item .item-wrapper .item-content {
  padding: 20px;
}
.cid-v0gvHwOz6L .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0gvHwOz6L .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0gvHwOz6L .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-v0gvHwOz6L .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v0gvHwOz6L .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0gvHwOz6L .mbr-section-title {
  color: #093388;
}
.cid-v0gvHwOz6L .item-title {
  color: #093388;
}
.cid-v0gvHwOz6L .item-text {
  color: #58595b;
}
.cid-v0gvHwOz6L .mbr-section-title,
.cid-v0gvHwOz6L .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v0gvHwOz6L .item-text,
.cid-v0gvHwOz6L .text-wrapper {
  text-align: center;
}
.cid-v0gvHwOz6L .item-title,
.cid-v0gvHwOz6L .mbr-section-btn,
.cid-v0gvHwOz6L .icon-wrapper {
  text-align: center;
}
.cid-v0gvIfj61H {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/home-new-2000x1500.png");
}
.cid-v0gvIfj61H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0gvIfj61H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0gvIfj61H .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-v0gvIfj61H .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v0gvIfj61H .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v0gvIfj61H .items-wrapper {
  margin: 0 -5px;
}
.cid-v0gvIfj61H .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v0gvIfj61H .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v0gvIfj61H .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #d3cccc;
}
.cid-v0gvIfj61H .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0gvIfj61H .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v0gvIfj61H .items-wrapper .item .item-wrapper .item-content {
  padding: 20px;
}
.cid-v0gvIfj61H .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v0gvIfj61H .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0gvIfj61H .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-v0gvIfj61H .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v0gvIfj61H .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0gvIfj61H .mbr-section-title {
  color: #093388;
}
.cid-v0gvIfj61H .item-title {
  color: #093388;
}
.cid-v0gvIfj61H .item-text {
  color: #58595b;
}
.cid-v0gvIfj61H .mbr-section-title,
.cid-v0gvIfj61H .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v0gvIfj61H .item-text,
.cid-v0gvIfj61H .text-wrapper {
  text-align: center;
}
.cid-v0gvIfj61H .item-title,
.cid-v0gvIfj61H .mbr-section-btn,
.cid-v0gvIfj61H .icon-wrapper {
  text-align: center;
}
.cid-uOFxLiNwMc {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOFxLiNwMc .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOFxLiNwMc .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOFxLiNwMc H2 {
  color: #e7272d;
}
.cid-uOFxLiNwMc .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOFxLiNwMc .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOFxLiNwMc .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOFxLiNwMc .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOFxLiNwMc .col-lg-12 {
  overflow: hidden;
}
.cid-uOFxLiNwMc H4 {
  color: #fbbe36;
}
.cid-uOFxLiNwMc .mbr-text,
.cid-uOFxLiNwMc .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOFxLiNwMc .logo-wrap:before {
    content: none;
  }
  .cid-uOFxLiNwMc .logo-wrap:after {
    content: none;
  }
}
.cid-uOFxLiNwMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFxLiNwMc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFxLiNwMc H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2k3ECrXDq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2k3ECrXDq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2k3ECrXDq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2k3ECrXDq .media-container-row {
  justify-content: space-between;
}
.cid-v2k3ECrXDq .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2k3ECrXDq .text-content {
    max-width: none;
  }
}
.cid-v2k3ECrXDq .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2k3ECrXDq .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2k3ECrXDq .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2k3ECrXDq .icons {
    justify-content: center !important;
  }
  .cid-v2k3ECrXDq .text-content * {
    text-align: center;
  }
}
.cid-v2k3ECrXDq .mbr-section-title {
  color: #ffffff;
}
.cid-v2k3ECrXDq P {
  color: #ffffff;
}
.cid-v2pIyrPU8H {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pIyrPU8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pIyrPU8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pIyrPU8H .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pIyrPU8H .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pIyrPU8H .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pIyrPU8H .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pIyrPU8H .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pIyrPU8H .mbr-desc,
.cid-v2pIyrPU8H .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pIyrPU8H .mbr-text,
.cid-v2pIyrPU8H .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOFTRbtc3E {
  z-index: 1000;
  width: 100%;
}
.cid-uOFTRbtc3E .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOFTRbtc3E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOFTRbtc3E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOFTRbtc3E .menu_box .navbar.opened,
  .cid-uOFTRbtc3E .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOFTRbtc3E nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOFTRbtc3E .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOFTRbtc3E .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOFTRbtc3E .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOFTRbtc3E .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOFTRbtc3E .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOFTRbtc3E .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOFTRbtc3E .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOFTRbtc3E .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOFTRbtc3E .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOFTRbtc3E .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOFTRbtc3E .offcanvas-body .mbr-text,
  .cid-uOFTRbtc3E .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOFTRbtc3E .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOFTRbtc3E .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOFTRbtc3E .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOFTRbtc3E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOFTRbtc3E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOFTRbtc3E .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOFTRbtc3E .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOFTRbtc3E ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOFTRbtc3E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOFTRbtc3E .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOFTRbtc3E .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOFTRbtc3E li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOFTRbtc3E .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOFTRbtc3E .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOFTRbtc3E .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOFTRbtc3E .nav-item {
    margin: 0 !important;
  }
}
.cid-uOFTRbtc3E .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOFTRbtc3E .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOFTRbtc3E .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOFTRbtc3E .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOFTRbtc3E .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOFTRbtc3E .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOFTRbtc3E .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOFTRbtc3E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOFTRbtc3E .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-uOFTRbtc3E .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOFTRbtc3E .offcanvas_box {
    display: none;
  }
}
.cid-uOFTRbtc3E .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOFTRbtc3E .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOFTRbtc3E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOFTRbtc3E .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOFTRbtc3E .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOFTRbtc3E .container {
  display: flex;
  margin: auto;
}
.cid-uOFTRbtc3E .iconfont-wrapper {
  color: #272727;
  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-uOFTRbtc3E .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOFTRbtc3E .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOFTRbtc3E .navbar-caption {
  color: #000000;
}
.cid-uOFTRbtc3E .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOFTRbtc3E .navbar-nav {
    margin: 0;
  }
}
.cid-uOFTRbtc3E .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOFTRbtc3E .dropdown-menu,
.cid-uOFTRbtc3E .navbar.opened {
  background-color: true !important;
}
.cid-uOFTRbtc3E .nav-item:focus,
.cid-uOFTRbtc3E .nav-link:focus {
  outline: none;
}
.cid-uOFTRbtc3E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOFTRbtc3E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOFTRbtc3E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOFTRbtc3E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOFTRbtc3E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOFTRbtc3E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOFTRbtc3E .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOFTRbtc3E .navbar.opened {
  transition: all 0.3s;
}
.cid-uOFTRbtc3E .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOFTRbtc3E .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOFTRbtc3E .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOFTRbtc3E .navbar.collapsed {
  justify-content: center;
}
.cid-uOFTRbtc3E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOFTRbtc3E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOFTRbtc3E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOFTRbtc3E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOFTRbtc3E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOFTRbtc3E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOFTRbtc3E .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOFTRbtc3E .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOFTRbtc3E .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOFTRbtc3E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOFTRbtc3E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOFTRbtc3E .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOFTRbtc3E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOFTRbtc3E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOFTRbtc3E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOFTRbtc3E .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOFTRbtc3E .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOFTRbtc3E .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOFTRbtc3E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOFTRbtc3E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOFTRbtc3E .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOFTRbtc3E .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOFTRbtc3E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOFTRbtc3E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOFTRbtc3E .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-uOFTRbtc3E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOFTRbtc3E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOFTRbtc3E .dropdown-item.active,
.cid-uOFTRbtc3E .dropdown-item:active {
  background-color: transparent;
}
.cid-uOFTRbtc3E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOFTRbtc3E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOFTRbtc3E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOFTRbtc3E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOFTRbtc3E ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOFTRbtc3E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOFTRbtc3E button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOFTRbtc3E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOFTRbtc3E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOFTRbtc3E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOFTRbtc3E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOFTRbtc3E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOFTRbtc3E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFTRbtc3E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOFTRbtc3E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOFTRbtc3E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFTRbtc3E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOFTRbtc3E .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-uOFTRbtc3E .navbar {
    height: 70px;
  }
  .cid-uOFTRbtc3E .navbar.opened {
    height: auto;
  }
  .cid-uOFTRbtc3E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOFTRbtc3E .mbr-section-btn .btn,
.cid-uOFTRbtc3E .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOFTRbtc3E .mbr-section-btn .btn:first-child,
.cid-uOFTRbtc3E .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOFTRbtc3E .mbr-section-btn .btn:focus,
.cid-uOFTRbtc3E .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOFTRbtc3E .mbr-section-btn .btn span,
.cid-uOFTRbtc3E .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOFTRbtc3E .mbr-section-btn .btn:hover,
.cid-uOFTRbtc3E .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOFTRbtc3E .mbr-section-btn .btn:hover span,
.cid-uOFTRbtc3E .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOFTRbtc3E .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOFTRbtc3E .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOFTRbtc3E .navbar-caption:hover {
  color: #272727;
}
.cid-uOFTRbtc3E .nav-link:hover {
  color: #272727;
}
.cid-uOFTRbtc3E .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOFTRbtc3E .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOFTRbtc3E .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOFTRbtc3E .mbr-section-subtitle,
.cid-uOFTRbtc3E .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOFTRbtc3E a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2l5AVhRct {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dji-0024-ts.jpg-1537x863.jpg");
}
.cid-v2l5AVhRct .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2l5AVhRct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2l5AVhRct .mbr-section-btn .btn {
  min-width: 120px;
  height: 21px;
  position: relative;
  overflow: visible;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v2l5AVhRct .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v2l5AVhRct .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v2l5AVhRct .mbr-section-btn .btn span {
  position: absolute;
  right: -6px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v2l5AVhRct .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffbf18 !important;
}
.cid-v2l5AVhRct .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -16px;
}
.cid-v2l5AVhRct .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uWXzOx4XkH {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/line-header.png-2000x417.png");
}
@media only screen and (max-width: 600px) {
  .cid-uWXzOx4XkH {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-uWXzOx4XkH {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-uWXzOx4XkH {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-uWXzOx4XkH {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-uWXzOx4XkH {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
}
.cid-v30zyhKovM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v30zyhKovM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30zyhKovM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30zyhKovM .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v30zyhKovM .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v30zyhKovM .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v30zyhKovM .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v30zyhKovM .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffbf18 !important;
}
.cid-v30zyhKovM .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-v30zyhKovM .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v30zyhKovM .text-wrapper {
    margin: 0 30px;
  }
}
.cid-v30zyhKovM .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v30zyhKovM .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-v30zyhKovM .mbr-section-title {
  color: #FFFFFF;
}
.cid-v30zyhKovM .mbr-section-title,
.cid-v30zyhKovM .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uOR7kwsNG1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOR7kwsNG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOR7kwsNG1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOR7kwsNG1 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOR7kwsNG1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOR7kwsNG1 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uOR7kwsNG1 .items-wrapper .item {
  padding: 0 10px;
}
.cid-uOR7kwsNG1 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uOR7kwsNG1 .item {
    margin-bottom: 16px;
  }
}
.cid-uOR7kwsNG1 .item .item-wrapper {
  padding: 10px;
  background-color: #ffffff;
  height: 100%;
}
.cid-uOR7kwsNG1 .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uOR7kwsNG1 .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uOR7kwsNG1 .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .cid-uOR7kwsNG1 .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uOR7kwsNG1 .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uOR7kwsNG1 .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uOR7kwsNG1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOR7kwsNG1 .item-title {
  color: #000c3f;
}
.cid-uOR7kwsNG1 .item-text {
  color: #000c3f;
}
.cid-uOR7kwsNG1 .item-title,
.cid-uOR7kwsNG1 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uOFTRe9FzS {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOFTRe9FzS .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOFTRe9FzS .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOFTRe9FzS H2 {
  color: #e7272d;
}
.cid-uOFTRe9FzS .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOFTRe9FzS .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOFTRe9FzS .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOFTRe9FzS .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOFTRe9FzS .col-lg-12 {
  overflow: hidden;
}
.cid-uOFTRe9FzS H4 {
  color: #fbbe36;
}
.cid-uOFTRe9FzS .mbr-text,
.cid-uOFTRe9FzS .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOFTRe9FzS .logo-wrap:before {
    content: none;
  }
  .cid-uOFTRe9FzS .logo-wrap:after {
    content: none;
  }
}
.cid-uOFTRe9FzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFTRe9FzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFTRe9FzS H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2l5vm13tv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2l5vm13tv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2l5vm13tv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2l5vm13tv .media-container-row {
  justify-content: space-between;
}
.cid-v2l5vm13tv .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2l5vm13tv .text-content {
    max-width: none;
  }
}
.cid-v2l5vm13tv .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2l5vm13tv .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2l5vm13tv .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2l5vm13tv .icons {
    justify-content: center !important;
  }
  .cid-v2l5vm13tv .text-content * {
    text-align: center;
  }
}
.cid-v2l5vm13tv .mbr-section-title {
  color: #ffffff;
}
.cid-v2l5vm13tv P {
  color: #ffffff;
}
.cid-v2pJrW4S81 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pJrW4S81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pJrW4S81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pJrW4S81 .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pJrW4S81 .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pJrW4S81 .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pJrW4S81 .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pJrW4S81 .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pJrW4S81 .mbr-desc,
.cid-v2pJrW4S81 .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pJrW4S81 .mbr-text,
.cid-v2pJrW4S81 .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uORFXonFg6 {
  z-index: 1000;
  width: 100%;
}
.cid-uORFXonFg6 .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uORFXonFg6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uORFXonFg6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uORFXonFg6 .menu_box .navbar.opened,
  .cid-uORFXonFg6 .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uORFXonFg6 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uORFXonFg6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uORFXonFg6 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uORFXonFg6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uORFXonFg6 .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uORFXonFg6 .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uORFXonFg6 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uORFXonFg6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uORFXonFg6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uORFXonFg6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uORFXonFg6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uORFXonFg6 .offcanvas-body .mbr-text,
  .cid-uORFXonFg6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uORFXonFg6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uORFXonFg6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uORFXonFg6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uORFXonFg6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uORFXonFg6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uORFXonFg6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uORFXonFg6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uORFXonFg6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uORFXonFg6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uORFXonFg6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uORFXonFg6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uORFXonFg6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uORFXonFg6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uORFXonFg6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uORFXonFg6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uORFXonFg6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uORFXonFg6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uORFXonFg6 .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uORFXonFg6 .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uORFXonFg6 .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uORFXonFg6 .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uORFXonFg6 .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uORFXonFg6 .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uORFXonFg6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uORFXonFg6 .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-uORFXonFg6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uORFXonFg6 .offcanvas_box {
    display: none;
  }
}
.cid-uORFXonFg6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uORFXonFg6 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uORFXonFg6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uORFXonFg6 .nav-link {
  position: relative;
  color: #000000;
}
.cid-uORFXonFg6 .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uORFXonFg6 .container {
  display: flex;
  margin: auto;
}
.cid-uORFXonFg6 .iconfont-wrapper {
  color: #272727;
  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-uORFXonFg6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uORFXonFg6 .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uORFXonFg6 .navbar-caption {
  color: #000000;
}
.cid-uORFXonFg6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uORFXonFg6 .navbar-nav {
    margin: 0;
  }
}
.cid-uORFXonFg6 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uORFXonFg6 .dropdown-menu,
.cid-uORFXonFg6 .navbar.opened {
  background-color: true !important;
}
.cid-uORFXonFg6 .nav-item:focus,
.cid-uORFXonFg6 .nav-link:focus {
  outline: none;
}
.cid-uORFXonFg6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uORFXonFg6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uORFXonFg6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uORFXonFg6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uORFXonFg6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uORFXonFg6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uORFXonFg6 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uORFXonFg6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uORFXonFg6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uORFXonFg6 .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uORFXonFg6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uORFXonFg6 .navbar.collapsed {
  justify-content: center;
}
.cid-uORFXonFg6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uORFXonFg6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uORFXonFg6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uORFXonFg6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uORFXonFg6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uORFXonFg6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uORFXonFg6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uORFXonFg6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uORFXonFg6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uORFXonFg6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uORFXonFg6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uORFXonFg6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uORFXonFg6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uORFXonFg6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uORFXonFg6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uORFXonFg6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uORFXonFg6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uORFXonFg6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uORFXonFg6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uORFXonFg6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uORFXonFg6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uORFXonFg6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uORFXonFg6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uORFXonFg6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uORFXonFg6 .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-uORFXonFg6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uORFXonFg6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uORFXonFg6 .dropdown-item.active,
.cid-uORFXonFg6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uORFXonFg6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uORFXonFg6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uORFXonFg6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uORFXonFg6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uORFXonFg6 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uORFXonFg6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uORFXonFg6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uORFXonFg6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uORFXonFg6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uORFXonFg6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uORFXonFg6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uORFXonFg6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uORFXonFg6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uORFXonFg6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uORFXonFg6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uORFXonFg6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uORFXonFg6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uORFXonFg6 .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-uORFXonFg6 .navbar {
    height: 70px;
  }
  .cid-uORFXonFg6 .navbar.opened {
    height: auto;
  }
  .cid-uORFXonFg6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uORFXonFg6 .mbr-section-btn .btn,
.cid-uORFXonFg6 .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uORFXonFg6 .mbr-section-btn .btn:first-child,
.cid-uORFXonFg6 .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uORFXonFg6 .mbr-section-btn .btn:focus,
.cid-uORFXonFg6 .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uORFXonFg6 .mbr-section-btn .btn span,
.cid-uORFXonFg6 .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uORFXonFg6 .mbr-section-btn .btn:hover,
.cid-uORFXonFg6 .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uORFXonFg6 .mbr-section-btn .btn:hover span,
.cid-uORFXonFg6 .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uORFXonFg6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uORFXonFg6 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uORFXonFg6 .navbar-caption:hover {
  color: #272727;
}
.cid-uORFXonFg6 .nav-link:hover {
  color: #272727;
}
.cid-uORFXonFg6 .nav-link:hover::before {
  background-color: #272727;
}
.cid-uORFXonFg6 .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uORFXonFg6 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uORFXonFg6 .mbr-section-subtitle,
.cid-uORFXonFg6 .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uORFXonFg6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2l64uQTBs {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dji-0024-ts.jpg-1537x863.jpg");
}
.cid-v2l64uQTBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2l64uQTBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2l64uQTBs .mbr-section-btn .btn {
  min-width: 120px;
  height: 21px;
  position: relative;
  overflow: visible;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v2l64uQTBs .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v2l64uQTBs .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v2l64uQTBs .mbr-section-btn .btn span {
  position: absolute;
  right: -6px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v2l64uQTBs .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffbf18 !important;
}
.cid-v2l64uQTBs .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -16px;
}
.cid-v2l64uQTBs .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uWXzU5jFek {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/line-header.png-2000x417.png");
}
@media only screen and (max-width: 600px) {
  .cid-uWXzU5jFek {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-uWXzU5jFek {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-uWXzU5jFek {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-uWXzU5jFek {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-uWXzU5jFek {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
}
.cid-v30A7VmlFS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v30A7VmlFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30A7VmlFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30A7VmlFS .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v30A7VmlFS .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v30A7VmlFS .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v30A7VmlFS .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v30A7VmlFS .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffbf18 !important;
}
.cid-v30A7VmlFS .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-v30A7VmlFS .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v30A7VmlFS .text-wrapper {
    margin: 0 30px;
  }
}
.cid-v30A7VmlFS .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v30A7VmlFS .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-v30A7VmlFS .mbr-section-title {
  color: #FFFFFF;
}
.cid-v30A7VmlFS .mbr-section-title,
.cid-v30A7VmlFS .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uORFXrCayT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uORFXrCayT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORFXrCayT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORFXrCayT .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uORFXrCayT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uORFXrCayT .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uORFXrCayT .items-wrapper .item {
  padding: 0 10px;
}
.cid-uORFXrCayT .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uORFXrCayT .item {
    margin-bottom: 16px;
  }
}
.cid-uORFXrCayT .item .item-wrapper {
  padding: 10px;
  background-color: #ffffff;
  height: 100%;
}
.cid-uORFXrCayT .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uORFXrCayT .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uORFXrCayT .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .cid-uORFXrCayT .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uORFXrCayT .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uORFXrCayT .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uORFXrCayT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uORFXrCayT .item-title {
  color: #000c3f;
}
.cid-uORFXrCayT .item-text {
  color: #000c3f;
}
.cid-uORFXrCayT .item-title,
.cid-uORFXrCayT .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uORFXszFMy {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uORFXszFMy .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uORFXszFMy .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uORFXszFMy H2 {
  color: #e7272d;
}
.cid-uORFXszFMy .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uORFXszFMy .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uORFXszFMy .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uORFXszFMy .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uORFXszFMy .col-lg-12 {
  overflow: hidden;
}
.cid-uORFXszFMy H4 {
  color: #fbbe36;
}
.cid-uORFXszFMy .mbr-text,
.cid-uORFXszFMy .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uORFXszFMy .logo-wrap:before {
    content: none;
  }
  .cid-uORFXszFMy .logo-wrap:after {
    content: none;
  }
}
.cid-uORFXszFMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORFXszFMy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORFXszFMy H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2l6bCA8LZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2l6bCA8LZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2l6bCA8LZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2l6bCA8LZ .media-container-row {
  justify-content: space-between;
}
.cid-v2l6bCA8LZ .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2l6bCA8LZ .text-content {
    max-width: none;
  }
}
.cid-v2l6bCA8LZ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2l6bCA8LZ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2l6bCA8LZ .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2l6bCA8LZ .icons {
    justify-content: center !important;
  }
  .cid-v2l6bCA8LZ .text-content * {
    text-align: center;
  }
}
.cid-v2l6bCA8LZ .mbr-section-title {
  color: #ffffff;
}
.cid-v2l6bCA8LZ P {
  color: #ffffff;
}
.cid-v2pJPLSoCX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pJPLSoCX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pJPLSoCX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pJPLSoCX .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pJPLSoCX .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pJPLSoCX .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pJPLSoCX .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pJPLSoCX .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pJPLSoCX .mbr-desc,
.cid-v2pJPLSoCX .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pJPLSoCX .mbr-text,
.cid-v2pJPLSoCX .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uORFZgg6fm {
  z-index: 1000;
  width: 100%;
}
.cid-uORFZgg6fm .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uORFZgg6fm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uORFZgg6fm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uORFZgg6fm .menu_box .navbar.opened,
  .cid-uORFZgg6fm .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uORFZgg6fm nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uORFZgg6fm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uORFZgg6fm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uORFZgg6fm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uORFZgg6fm .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uORFZgg6fm .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uORFZgg6fm .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uORFZgg6fm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uORFZgg6fm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uORFZgg6fm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uORFZgg6fm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uORFZgg6fm .offcanvas-body .mbr-text,
  .cid-uORFZgg6fm .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uORFZgg6fm .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uORFZgg6fm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uORFZgg6fm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uORFZgg6fm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uORFZgg6fm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uORFZgg6fm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uORFZgg6fm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uORFZgg6fm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uORFZgg6fm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uORFZgg6fm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uORFZgg6fm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uORFZgg6fm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uORFZgg6fm .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uORFZgg6fm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uORFZgg6fm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uORFZgg6fm .nav-item {
    margin: 0 !important;
  }
}
.cid-uORFZgg6fm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uORFZgg6fm .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uORFZgg6fm .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uORFZgg6fm .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uORFZgg6fm .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uORFZgg6fm .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uORFZgg6fm .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uORFZgg6fm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uORFZgg6fm .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-uORFZgg6fm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uORFZgg6fm .offcanvas_box {
    display: none;
  }
}
.cid-uORFZgg6fm .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uORFZgg6fm .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uORFZgg6fm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uORFZgg6fm .nav-link {
  position: relative;
  color: #000000;
}
.cid-uORFZgg6fm .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uORFZgg6fm .container {
  display: flex;
  margin: auto;
}
.cid-uORFZgg6fm .iconfont-wrapper {
  color: #272727;
  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-uORFZgg6fm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uORFZgg6fm .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uORFZgg6fm .navbar-caption {
  color: #000000;
}
.cid-uORFZgg6fm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uORFZgg6fm .navbar-nav {
    margin: 0;
  }
}
.cid-uORFZgg6fm .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uORFZgg6fm .dropdown-menu,
.cid-uORFZgg6fm .navbar.opened {
  background-color: true !important;
}
.cid-uORFZgg6fm .nav-item:focus,
.cid-uORFZgg6fm .nav-link:focus {
  outline: none;
}
.cid-uORFZgg6fm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uORFZgg6fm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uORFZgg6fm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uORFZgg6fm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uORFZgg6fm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uORFZgg6fm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uORFZgg6fm .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uORFZgg6fm .navbar.opened {
  transition: all 0.3s;
}
.cid-uORFZgg6fm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uORFZgg6fm .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uORFZgg6fm .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uORFZgg6fm .navbar.collapsed {
  justify-content: center;
}
.cid-uORFZgg6fm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uORFZgg6fm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uORFZgg6fm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uORFZgg6fm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uORFZgg6fm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uORFZgg6fm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uORFZgg6fm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uORFZgg6fm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uORFZgg6fm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uORFZgg6fm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uORFZgg6fm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uORFZgg6fm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uORFZgg6fm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uORFZgg6fm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uORFZgg6fm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uORFZgg6fm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uORFZgg6fm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uORFZgg6fm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uORFZgg6fm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uORFZgg6fm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uORFZgg6fm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uORFZgg6fm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uORFZgg6fm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uORFZgg6fm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uORFZgg6fm .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-uORFZgg6fm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uORFZgg6fm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uORFZgg6fm .dropdown-item.active,
.cid-uORFZgg6fm .dropdown-item:active {
  background-color: transparent;
}
.cid-uORFZgg6fm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uORFZgg6fm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uORFZgg6fm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uORFZgg6fm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uORFZgg6fm ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uORFZgg6fm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uORFZgg6fm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uORFZgg6fm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uORFZgg6fm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uORFZgg6fm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uORFZgg6fm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uORFZgg6fm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uORFZgg6fm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uORFZgg6fm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uORFZgg6fm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uORFZgg6fm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uORFZgg6fm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uORFZgg6fm .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-uORFZgg6fm .navbar {
    height: 70px;
  }
  .cid-uORFZgg6fm .navbar.opened {
    height: auto;
  }
  .cid-uORFZgg6fm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uORFZgg6fm .mbr-section-btn .btn,
.cid-uORFZgg6fm .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uORFZgg6fm .mbr-section-btn .btn:first-child,
.cid-uORFZgg6fm .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uORFZgg6fm .mbr-section-btn .btn:focus,
.cid-uORFZgg6fm .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uORFZgg6fm .mbr-section-btn .btn span,
.cid-uORFZgg6fm .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uORFZgg6fm .mbr-section-btn .btn:hover,
.cid-uORFZgg6fm .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uORFZgg6fm .mbr-section-btn .btn:hover span,
.cid-uORFZgg6fm .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uORFZgg6fm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uORFZgg6fm .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uORFZgg6fm .navbar-caption:hover {
  color: #272727;
}
.cid-uORFZgg6fm .nav-link:hover {
  color: #272727;
}
.cid-uORFZgg6fm .nav-link:hover::before {
  background-color: #272727;
}
.cid-uORFZgg6fm .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uORFZgg6fm .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uORFZgg6fm .mbr-section-subtitle,
.cid-uORFZgg6fm .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uORFZgg6fm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2l6kT1ieA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dji-0024-ts.jpg-1537x863.jpg");
}
.cid-v2l6kT1ieA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2l6kT1ieA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2l6kT1ieA .mbr-section-btn .btn {
  min-width: 120px;
  height: 21px;
  position: relative;
  overflow: visible;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v2l6kT1ieA .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v2l6kT1ieA .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v2l6kT1ieA .mbr-section-btn .btn span {
  position: absolute;
  right: -6px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v2l6kT1ieA .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffbf18 !important;
}
.cid-v2l6kT1ieA .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -16px;
}
.cid-v2l6kT1ieA .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uWXzYJRNZA {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/line-header.png-2000x417.png");
}
@media only screen and (max-width: 600px) {
  .cid-uWXzYJRNZA {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-uWXzYJRNZA {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-uWXzYJRNZA {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-uWXzYJRNZA {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-uWXzYJRNZA {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
}
.cid-v30AkYATCX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v30AkYATCX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30AkYATCX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30AkYATCX .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v30AkYATCX .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v30AkYATCX .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v30AkYATCX .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v30AkYATCX .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffbf18 !important;
}
.cid-v30AkYATCX .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-v30AkYATCX .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v30AkYATCX .text-wrapper {
    margin: 0 30px;
  }
}
.cid-v30AkYATCX .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v30AkYATCX .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-v30AkYATCX .mbr-section-title {
  color: #FFFFFF;
}
.cid-v30AkYATCX .mbr-section-title,
.cid-v30AkYATCX .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uORFZjbZHc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uORFZjbZHc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORFZjbZHc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORFZjbZHc .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uORFZjbZHc .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uORFZjbZHc .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uORFZjbZHc .items-wrapper .item {
  padding: 0 10px;
}
.cid-uORFZjbZHc .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uORFZjbZHc .item {
    margin-bottom: 16px;
  }
}
.cid-uORFZjbZHc .item .item-wrapper {
  padding: 10px;
  background-color: #ffffff;
  height: 100%;
}
.cid-uORFZjbZHc .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uORFZjbZHc .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uORFZjbZHc .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .cid-uORFZjbZHc .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uORFZjbZHc .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uORFZjbZHc .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uORFZjbZHc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uORFZjbZHc .item-title {
  color: #000c3f;
}
.cid-uORFZjbZHc .item-text {
  color: #000c3f;
}
.cid-uORFZjbZHc .item-title,
.cid-uORFZjbZHc .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uORFZklXz2 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uORFZklXz2 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uORFZklXz2 .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uORFZklXz2 H2 {
  color: #e7272d;
}
.cid-uORFZklXz2 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uORFZklXz2 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uORFZklXz2 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uORFZklXz2 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uORFZklXz2 .col-lg-12 {
  overflow: hidden;
}
.cid-uORFZklXz2 H4 {
  color: #fbbe36;
}
.cid-uORFZklXz2 .mbr-text,
.cid-uORFZklXz2 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uORFZklXz2 .logo-wrap:before {
    content: none;
  }
  .cid-uORFZklXz2 .logo-wrap:after {
    content: none;
  }
}
.cid-uORFZklXz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORFZklXz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORFZklXz2 H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2l6ptM3b0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2l6ptM3b0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2l6ptM3b0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2l6ptM3b0 .media-container-row {
  justify-content: space-between;
}
.cid-v2l6ptM3b0 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2l6ptM3b0 .text-content {
    max-width: none;
  }
}
.cid-v2l6ptM3b0 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2l6ptM3b0 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2l6ptM3b0 .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2l6ptM3b0 .icons {
    justify-content: center !important;
  }
  .cid-v2l6ptM3b0 .text-content * {
    text-align: center;
  }
}
.cid-v2l6ptM3b0 .mbr-section-title {
  color: #ffffff;
}
.cid-v2l6ptM3b0 P {
  color: #ffffff;
}
.cid-v2pKBV4clj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pKBV4clj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pKBV4clj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pKBV4clj .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pKBV4clj .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pKBV4clj .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pKBV4clj .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pKBV4clj .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pKBV4clj .mbr-desc,
.cid-v2pKBV4clj .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pKBV4clj .mbr-text,
.cid-v2pKBV4clj .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uORG3jGGpZ {
  z-index: 1000;
  width: 100%;
}
.cid-uORG3jGGpZ .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uORG3jGGpZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uORG3jGGpZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uORG3jGGpZ .menu_box .navbar.opened,
  .cid-uORG3jGGpZ .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uORG3jGGpZ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uORG3jGGpZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uORG3jGGpZ .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uORG3jGGpZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uORG3jGGpZ .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uORG3jGGpZ .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uORG3jGGpZ .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uORG3jGGpZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uORG3jGGpZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uORG3jGGpZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uORG3jGGpZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uORG3jGGpZ .offcanvas-body .mbr-text,
  .cid-uORG3jGGpZ .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uORG3jGGpZ .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uORG3jGGpZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uORG3jGGpZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uORG3jGGpZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uORG3jGGpZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uORG3jGGpZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uORG3jGGpZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uORG3jGGpZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uORG3jGGpZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uORG3jGGpZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uORG3jGGpZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uORG3jGGpZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uORG3jGGpZ .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uORG3jGGpZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uORG3jGGpZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uORG3jGGpZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uORG3jGGpZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uORG3jGGpZ .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uORG3jGGpZ .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uORG3jGGpZ .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uORG3jGGpZ .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uORG3jGGpZ .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uORG3jGGpZ .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uORG3jGGpZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uORG3jGGpZ .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-uORG3jGGpZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uORG3jGGpZ .offcanvas_box {
    display: none;
  }
}
.cid-uORG3jGGpZ .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uORG3jGGpZ .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uORG3jGGpZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uORG3jGGpZ .nav-link {
  position: relative;
  color: #000000;
}
.cid-uORG3jGGpZ .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uORG3jGGpZ .container {
  display: flex;
  margin: auto;
}
.cid-uORG3jGGpZ .iconfont-wrapper {
  color: #272727;
  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-uORG3jGGpZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uORG3jGGpZ .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uORG3jGGpZ .navbar-caption {
  color: #000000;
}
.cid-uORG3jGGpZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uORG3jGGpZ .navbar-nav {
    margin: 0;
  }
}
.cid-uORG3jGGpZ .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uORG3jGGpZ .dropdown-menu,
.cid-uORG3jGGpZ .navbar.opened {
  background-color: true !important;
}
.cid-uORG3jGGpZ .nav-item:focus,
.cid-uORG3jGGpZ .nav-link:focus {
  outline: none;
}
.cid-uORG3jGGpZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uORG3jGGpZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uORG3jGGpZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uORG3jGGpZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uORG3jGGpZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uORG3jGGpZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uORG3jGGpZ .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uORG3jGGpZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uORG3jGGpZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uORG3jGGpZ .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uORG3jGGpZ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uORG3jGGpZ .navbar.collapsed {
  justify-content: center;
}
.cid-uORG3jGGpZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uORG3jGGpZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uORG3jGGpZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uORG3jGGpZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uORG3jGGpZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uORG3jGGpZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uORG3jGGpZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uORG3jGGpZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uORG3jGGpZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uORG3jGGpZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uORG3jGGpZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uORG3jGGpZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uORG3jGGpZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uORG3jGGpZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uORG3jGGpZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uORG3jGGpZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uORG3jGGpZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uORG3jGGpZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uORG3jGGpZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uORG3jGGpZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uORG3jGGpZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uORG3jGGpZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uORG3jGGpZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uORG3jGGpZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uORG3jGGpZ .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-uORG3jGGpZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uORG3jGGpZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uORG3jGGpZ .dropdown-item.active,
.cid-uORG3jGGpZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uORG3jGGpZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uORG3jGGpZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uORG3jGGpZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uORG3jGGpZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uORG3jGGpZ ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uORG3jGGpZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uORG3jGGpZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uORG3jGGpZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uORG3jGGpZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uORG3jGGpZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uORG3jGGpZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uORG3jGGpZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uORG3jGGpZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uORG3jGGpZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uORG3jGGpZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uORG3jGGpZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uORG3jGGpZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uORG3jGGpZ .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-uORG3jGGpZ .navbar {
    height: 70px;
  }
  .cid-uORG3jGGpZ .navbar.opened {
    height: auto;
  }
  .cid-uORG3jGGpZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uORG3jGGpZ .mbr-section-btn .btn,
.cid-uORG3jGGpZ .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uORG3jGGpZ .mbr-section-btn .btn:first-child,
.cid-uORG3jGGpZ .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uORG3jGGpZ .mbr-section-btn .btn:focus,
.cid-uORG3jGGpZ .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uORG3jGGpZ .mbr-section-btn .btn span,
.cid-uORG3jGGpZ .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uORG3jGGpZ .mbr-section-btn .btn:hover,
.cid-uORG3jGGpZ .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uORG3jGGpZ .mbr-section-btn .btn:hover span,
.cid-uORG3jGGpZ .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uORG3jGGpZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uORG3jGGpZ .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uORG3jGGpZ .navbar-caption:hover {
  color: #272727;
}
.cid-uORG3jGGpZ .nav-link:hover {
  color: #272727;
}
.cid-uORG3jGGpZ .nav-link:hover::before {
  background-color: #272727;
}
.cid-uORG3jGGpZ .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uORG3jGGpZ .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uORG3jGGpZ .mbr-section-subtitle,
.cid-uORG3jGGpZ .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uORG3jGGpZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2l6Bc3UNb {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dji-0024-ts.jpg-1537x863.jpg");
}
.cid-v2l6Bc3UNb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2l6Bc3UNb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2l6Bc3UNb .mbr-section-btn .btn {
  min-width: 120px;
  height: 21px;
  position: relative;
  overflow: visible;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v2l6Bc3UNb .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v2l6Bc3UNb .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v2l6Bc3UNb .mbr-section-btn .btn span {
  position: absolute;
  right: -6px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v2l6Bc3UNb .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffbf18 !important;
}
.cid-v2l6Bc3UNb .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -16px;
}
.cid-v2l6Bc3UNb .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uWXA6CJ53C {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/line-header.png-2000x417.png");
}
@media only screen and (max-width: 600px) {
  .cid-uWXA6CJ53C {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-uWXA6CJ53C {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-uWXA6CJ53C {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-uWXA6CJ53C {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-uWXA6CJ53C {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
}
.cid-v30ArEVvL3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v30ArEVvL3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30ArEVvL3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30ArEVvL3 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v30ArEVvL3 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v30ArEVvL3 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v30ArEVvL3 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v30ArEVvL3 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffbf18 !important;
}
.cid-v30ArEVvL3 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-v30ArEVvL3 .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v30ArEVvL3 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-v30ArEVvL3 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v30ArEVvL3 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-v30ArEVvL3 .mbr-section-title {
  color: #FFFFFF;
}
.cid-v30ArEVvL3 .mbr-section-title,
.cid-v30ArEVvL3 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uORG3n67mu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uORG3n67mu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORG3n67mu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORG3n67mu .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uORG3n67mu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uORG3n67mu .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uORG3n67mu .items-wrapper .item {
  padding: 0 10px;
}
.cid-uORG3n67mu .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uORG3n67mu .item {
    margin-bottom: 16px;
  }
}
.cid-uORG3n67mu .item .item-wrapper {
  padding: 10px;
  background-color: #ffffff;
  height: 100%;
}
.cid-uORG3n67mu .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uORG3n67mu .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uORG3n67mu .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .cid-uORG3n67mu .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uORG3n67mu .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uORG3n67mu .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uORG3n67mu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uORG3n67mu .item-title {
  color: #000c3f;
}
.cid-uORG3n67mu .item-text {
  color: #000c3f;
}
.cid-uORG3n67mu .item-title,
.cid-uORG3n67mu .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uORG3nY2bm {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uORG3nY2bm .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uORG3nY2bm .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uORG3nY2bm H2 {
  color: #e7272d;
}
.cid-uORG3nY2bm .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uORG3nY2bm .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uORG3nY2bm .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uORG3nY2bm .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uORG3nY2bm .col-lg-12 {
  overflow: hidden;
}
.cid-uORG3nY2bm H4 {
  color: #fbbe36;
}
.cid-uORG3nY2bm .mbr-text,
.cid-uORG3nY2bm .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uORG3nY2bm .logo-wrap:before {
    content: none;
  }
  .cid-uORG3nY2bm .logo-wrap:after {
    content: none;
  }
}
.cid-uORG3nY2bm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORG3nY2bm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORG3nY2bm H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2l6HhIXLn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2l6HhIXLn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2l6HhIXLn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2l6HhIXLn .media-container-row {
  justify-content: space-between;
}
.cid-v2l6HhIXLn .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2l6HhIXLn .text-content {
    max-width: none;
  }
}
.cid-v2l6HhIXLn .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2l6HhIXLn .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2l6HhIXLn .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2l6HhIXLn .icons {
    justify-content: center !important;
  }
  .cid-v2l6HhIXLn .text-content * {
    text-align: center;
  }
}
.cid-v2l6HhIXLn .mbr-section-title {
  color: #ffffff;
}
.cid-v2l6HhIXLn P {
  color: #ffffff;
}
.cid-v2pKLyowa0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pKLyowa0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pKLyowa0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pKLyowa0 .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pKLyowa0 .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pKLyowa0 .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pKLyowa0 .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pKLyowa0 .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pKLyowa0 .mbr-desc,
.cid-v2pKLyowa0 .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pKLyowa0 .mbr-text,
.cid-v2pKLyowa0 .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uORG50NjLB {
  z-index: 1000;
  width: 100%;
}
.cid-uORG50NjLB .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uORG50NjLB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uORG50NjLB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uORG50NjLB .menu_box .navbar.opened,
  .cid-uORG50NjLB .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uORG50NjLB nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uORG50NjLB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uORG50NjLB .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uORG50NjLB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uORG50NjLB .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uORG50NjLB .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uORG50NjLB .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uORG50NjLB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uORG50NjLB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uORG50NjLB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uORG50NjLB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uORG50NjLB .offcanvas-body .mbr-text,
  .cid-uORG50NjLB .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uORG50NjLB .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uORG50NjLB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uORG50NjLB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uORG50NjLB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uORG50NjLB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uORG50NjLB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uORG50NjLB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uORG50NjLB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uORG50NjLB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uORG50NjLB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uORG50NjLB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uORG50NjLB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uORG50NjLB .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uORG50NjLB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uORG50NjLB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uORG50NjLB .nav-item {
    margin: 0 !important;
  }
}
.cid-uORG50NjLB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uORG50NjLB .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uORG50NjLB .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uORG50NjLB .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uORG50NjLB .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uORG50NjLB .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uORG50NjLB .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uORG50NjLB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uORG50NjLB .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-uORG50NjLB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uORG50NjLB .offcanvas_box {
    display: none;
  }
}
.cid-uORG50NjLB .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uORG50NjLB .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uORG50NjLB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uORG50NjLB .nav-link {
  position: relative;
  color: #000000;
}
.cid-uORG50NjLB .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uORG50NjLB .container {
  display: flex;
  margin: auto;
}
.cid-uORG50NjLB .iconfont-wrapper {
  color: #272727;
  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-uORG50NjLB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uORG50NjLB .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uORG50NjLB .navbar-caption {
  color: #000000;
}
.cid-uORG50NjLB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uORG50NjLB .navbar-nav {
    margin: 0;
  }
}
.cid-uORG50NjLB .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uORG50NjLB .dropdown-menu,
.cid-uORG50NjLB .navbar.opened {
  background-color: true !important;
}
.cid-uORG50NjLB .nav-item:focus,
.cid-uORG50NjLB .nav-link:focus {
  outline: none;
}
.cid-uORG50NjLB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uORG50NjLB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uORG50NjLB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uORG50NjLB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uORG50NjLB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uORG50NjLB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uORG50NjLB .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uORG50NjLB .navbar.opened {
  transition: all 0.3s;
}
.cid-uORG50NjLB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uORG50NjLB .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uORG50NjLB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uORG50NjLB .navbar.collapsed {
  justify-content: center;
}
.cid-uORG50NjLB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uORG50NjLB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uORG50NjLB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uORG50NjLB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uORG50NjLB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uORG50NjLB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uORG50NjLB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uORG50NjLB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uORG50NjLB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uORG50NjLB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uORG50NjLB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uORG50NjLB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uORG50NjLB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uORG50NjLB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uORG50NjLB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uORG50NjLB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uORG50NjLB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uORG50NjLB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uORG50NjLB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uORG50NjLB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uORG50NjLB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uORG50NjLB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uORG50NjLB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uORG50NjLB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uORG50NjLB .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-uORG50NjLB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uORG50NjLB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uORG50NjLB .dropdown-item.active,
.cid-uORG50NjLB .dropdown-item:active {
  background-color: transparent;
}
.cid-uORG50NjLB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uORG50NjLB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uORG50NjLB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uORG50NjLB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uORG50NjLB ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uORG50NjLB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uORG50NjLB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uORG50NjLB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uORG50NjLB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uORG50NjLB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uORG50NjLB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uORG50NjLB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uORG50NjLB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uORG50NjLB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uORG50NjLB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uORG50NjLB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uORG50NjLB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uORG50NjLB .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-uORG50NjLB .navbar {
    height: 70px;
  }
  .cid-uORG50NjLB .navbar.opened {
    height: auto;
  }
  .cid-uORG50NjLB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uORG50NjLB .mbr-section-btn .btn,
.cid-uORG50NjLB .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uORG50NjLB .mbr-section-btn .btn:first-child,
.cid-uORG50NjLB .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uORG50NjLB .mbr-section-btn .btn:focus,
.cid-uORG50NjLB .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uORG50NjLB .mbr-section-btn .btn span,
.cid-uORG50NjLB .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uORG50NjLB .mbr-section-btn .btn:hover,
.cid-uORG50NjLB .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uORG50NjLB .mbr-section-btn .btn:hover span,
.cid-uORG50NjLB .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uORG50NjLB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uORG50NjLB .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uORG50NjLB .navbar-caption:hover {
  color: #272727;
}
.cid-uORG50NjLB .nav-link:hover {
  color: #272727;
}
.cid-uORG50NjLB .nav-link:hover::before {
  background-color: #272727;
}
.cid-uORG50NjLB .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uORG50NjLB .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uORG50NjLB .mbr-section-subtitle,
.cid-uORG50NjLB .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uORG50NjLB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2l6OQKp8z {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dji-0024-ts.jpg-1537x863.jpg");
}
.cid-v2l6OQKp8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2l6OQKp8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2l6OQKp8z .mbr-section-btn .btn {
  min-width: 120px;
  height: 21px;
  position: relative;
  overflow: visible;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v2l6OQKp8z .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v2l6OQKp8z .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v2l6OQKp8z .mbr-section-btn .btn span {
  position: absolute;
  right: -6px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v2l6OQKp8z .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffbf18 !important;
}
.cid-v2l6OQKp8z .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -16px;
}
.cid-v2l6OQKp8z .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uWXAeogL1H {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/line-header.png-2000x417.png");
}
@media only screen and (max-width: 600px) {
  .cid-uWXAeogL1H {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-uWXAeogL1H {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-uWXAeogL1H {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-uWXAeogL1H {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-uWXAeogL1H {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
}
.cid-v30AyIVHF6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v30AyIVHF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30AyIVHF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30AyIVHF6 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v30AyIVHF6 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v30AyIVHF6 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v30AyIVHF6 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v30AyIVHF6 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffbf18 !important;
}
.cid-v30AyIVHF6 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-v30AyIVHF6 .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v30AyIVHF6 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-v30AyIVHF6 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v30AyIVHF6 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-v30AyIVHF6 .mbr-section-title {
  color: #FFFFFF;
}
.cid-v30AyIVHF6 .mbr-section-title,
.cid-v30AyIVHF6 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uORG54VGZO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uORG54VGZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORG54VGZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORG54VGZO .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uORG54VGZO .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uORG54VGZO .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uORG54VGZO .items-wrapper .item {
  padding: 0 10px;
}
.cid-uORG54VGZO .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uORG54VGZO .item {
    margin-bottom: 16px;
  }
}
.cid-uORG54VGZO .item .item-wrapper {
  padding: 10px;
  background-color: #ffffff;
  height: 100%;
}
.cid-uORG54VGZO .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uORG54VGZO .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uORG54VGZO .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .cid-uORG54VGZO .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uORG54VGZO .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uORG54VGZO .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uORG54VGZO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uORG54VGZO .item-title {
  color: #000c3f;
}
.cid-uORG54VGZO .item-text {
  color: #000c3f;
}
.cid-uORG54VGZO .item-title,
.cid-uORG54VGZO .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uORG55T022 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uORG55T022 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uORG55T022 .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uORG55T022 H2 {
  color: #e7272d;
}
.cid-uORG55T022 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uORG55T022 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uORG55T022 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uORG55T022 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uORG55T022 .col-lg-12 {
  overflow: hidden;
}
.cid-uORG55T022 H4 {
  color: #fbbe36;
}
.cid-uORG55T022 .mbr-text,
.cid-uORG55T022 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uORG55T022 .logo-wrap:before {
    content: none;
  }
  .cid-uORG55T022 .logo-wrap:after {
    content: none;
  }
}
.cid-uORG55T022 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORG55T022 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORG55T022 H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2l6PHIgWY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2l6PHIgWY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2l6PHIgWY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2l6PHIgWY .media-container-row {
  justify-content: space-between;
}
.cid-v2l6PHIgWY .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2l6PHIgWY .text-content {
    max-width: none;
  }
}
.cid-v2l6PHIgWY .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2l6PHIgWY .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2l6PHIgWY .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2l6PHIgWY .icons {
    justify-content: center !important;
  }
  .cid-v2l6PHIgWY .text-content * {
    text-align: center;
  }
}
.cid-v2l6PHIgWY .mbr-section-title {
  color: #ffffff;
}
.cid-v2l6PHIgWY P {
  color: #ffffff;
}
.cid-v2pLmrkG0e {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pLmrkG0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pLmrkG0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pLmrkG0e .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pLmrkG0e .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pLmrkG0e .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pLmrkG0e .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pLmrkG0e .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pLmrkG0e .mbr-desc,
.cid-v2pLmrkG0e .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pLmrkG0e .mbr-text,
.cid-v2pLmrkG0e .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uORG6J1Gno {
  z-index: 1000;
  width: 100%;
}
.cid-uORG6J1Gno .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uORG6J1Gno .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uORG6J1Gno .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uORG6J1Gno .menu_box .navbar.opened,
  .cid-uORG6J1Gno .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uORG6J1Gno nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uORG6J1Gno .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uORG6J1Gno .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uORG6J1Gno .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uORG6J1Gno .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uORG6J1Gno .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uORG6J1Gno .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uORG6J1Gno .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uORG6J1Gno .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uORG6J1Gno .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uORG6J1Gno .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uORG6J1Gno .offcanvas-body .mbr-text,
  .cid-uORG6J1Gno .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uORG6J1Gno .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uORG6J1Gno .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uORG6J1Gno .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uORG6J1Gno .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uORG6J1Gno .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uORG6J1Gno .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uORG6J1Gno .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uORG6J1Gno ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uORG6J1Gno .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uORG6J1Gno .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uORG6J1Gno .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uORG6J1Gno li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uORG6J1Gno .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uORG6J1Gno .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uORG6J1Gno .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uORG6J1Gno .nav-item {
    margin: 0 !important;
  }
}
.cid-uORG6J1Gno .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uORG6J1Gno .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uORG6J1Gno .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uORG6J1Gno .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uORG6J1Gno .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uORG6J1Gno .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uORG6J1Gno .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uORG6J1Gno .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uORG6J1Gno .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-uORG6J1Gno .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uORG6J1Gno .offcanvas_box {
    display: none;
  }
}
.cid-uORG6J1Gno .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uORG6J1Gno .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uORG6J1Gno .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uORG6J1Gno .nav-link {
  position: relative;
  color: #000000;
}
.cid-uORG6J1Gno .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uORG6J1Gno .container {
  display: flex;
  margin: auto;
}
.cid-uORG6J1Gno .iconfont-wrapper {
  color: #272727;
  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-uORG6J1Gno .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uORG6J1Gno .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uORG6J1Gno .navbar-caption {
  color: #000000;
}
.cid-uORG6J1Gno .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uORG6J1Gno .navbar-nav {
    margin: 0;
  }
}
.cid-uORG6J1Gno .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uORG6J1Gno .dropdown-menu,
.cid-uORG6J1Gno .navbar.opened {
  background-color: true !important;
}
.cid-uORG6J1Gno .nav-item:focus,
.cid-uORG6J1Gno .nav-link:focus {
  outline: none;
}
.cid-uORG6J1Gno .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uORG6J1Gno .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uORG6J1Gno .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uORG6J1Gno .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uORG6J1Gno .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uORG6J1Gno .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uORG6J1Gno .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uORG6J1Gno .navbar.opened {
  transition: all 0.3s;
}
.cid-uORG6J1Gno .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uORG6J1Gno .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uORG6J1Gno .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uORG6J1Gno .navbar.collapsed {
  justify-content: center;
}
.cid-uORG6J1Gno .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uORG6J1Gno .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uORG6J1Gno .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uORG6J1Gno .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uORG6J1Gno .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uORG6J1Gno .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uORG6J1Gno .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uORG6J1Gno .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uORG6J1Gno .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uORG6J1Gno .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uORG6J1Gno .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uORG6J1Gno .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uORG6J1Gno .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uORG6J1Gno .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uORG6J1Gno .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uORG6J1Gno .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uORG6J1Gno .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uORG6J1Gno .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uORG6J1Gno .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uORG6J1Gno .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uORG6J1Gno .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uORG6J1Gno .navbar.navbar-short {
  min-height: 60px;
}
.cid-uORG6J1Gno .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uORG6J1Gno .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uORG6J1Gno .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-uORG6J1Gno .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uORG6J1Gno .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uORG6J1Gno .dropdown-item.active,
.cid-uORG6J1Gno .dropdown-item:active {
  background-color: transparent;
}
.cid-uORG6J1Gno .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uORG6J1Gno .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uORG6J1Gno .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uORG6J1Gno .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uORG6J1Gno ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uORG6J1Gno .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uORG6J1Gno button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uORG6J1Gno button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uORG6J1Gno button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uORG6J1Gno button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uORG6J1Gno button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uORG6J1Gno button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uORG6J1Gno nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uORG6J1Gno nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uORG6J1Gno nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uORG6J1Gno nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uORG6J1Gno a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uORG6J1Gno .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-uORG6J1Gno .navbar {
    height: 70px;
  }
  .cid-uORG6J1Gno .navbar.opened {
    height: auto;
  }
  .cid-uORG6J1Gno .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uORG6J1Gno .mbr-section-btn .btn,
.cid-uORG6J1Gno .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uORG6J1Gno .mbr-section-btn .btn:first-child,
.cid-uORG6J1Gno .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uORG6J1Gno .mbr-section-btn .btn:focus,
.cid-uORG6J1Gno .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uORG6J1Gno .mbr-section-btn .btn span,
.cid-uORG6J1Gno .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uORG6J1Gno .mbr-section-btn .btn:hover,
.cid-uORG6J1Gno .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uORG6J1Gno .mbr-section-btn .btn:hover span,
.cid-uORG6J1Gno .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uORG6J1Gno .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uORG6J1Gno .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uORG6J1Gno .navbar-caption:hover {
  color: #272727;
}
.cid-uORG6J1Gno .nav-link:hover {
  color: #272727;
}
.cid-uORG6J1Gno .nav-link:hover::before {
  background-color: #272727;
}
.cid-uORG6J1Gno .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uORG6J1Gno .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uORG6J1Gno .mbr-section-subtitle,
.cid-uORG6J1Gno .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uORG6J1Gno a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2l6ZsVFKM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dji-0024-ts.jpg-1537x863.jpg");
}
.cid-v2l6ZsVFKM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2l6ZsVFKM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2l6ZsVFKM .mbr-section-btn .btn {
  min-width: 120px;
  height: 21px;
  position: relative;
  overflow: visible;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v2l6ZsVFKM .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v2l6ZsVFKM .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v2l6ZsVFKM .mbr-section-btn .btn span {
  position: absolute;
  right: -6px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v2l6ZsVFKM .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffbf18 !important;
}
.cid-v2l6ZsVFKM .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -16px;
}
.cid-v2l6ZsVFKM .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uWXAhmrVmE {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/line-header.png-2000x417.png");
}
@media only screen and (max-width: 600px) {
  .cid-uWXAhmrVmE {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-uWXAhmrVmE {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-uWXAhmrVmE {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-uWXAhmrVmE {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-uWXAhmrVmE {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
}
.cid-v30ARYo1CA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v30ARYo1CA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30ARYo1CA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30ARYo1CA .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v30ARYo1CA .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v30ARYo1CA .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v30ARYo1CA .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v30ARYo1CA .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffbf18 !important;
}
.cid-v30ARYo1CA .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-v30ARYo1CA .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v30ARYo1CA .text-wrapper {
    margin: 0 30px;
  }
}
.cid-v30ARYo1CA .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v30ARYo1CA .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-v30ARYo1CA .mbr-section-title {
  color: #FFFFFF;
}
.cid-v30ARYo1CA .mbr-section-title,
.cid-v30ARYo1CA .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uORG6KzivJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uORG6KzivJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORG6KzivJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORG6KzivJ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uORG6KzivJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uORG6KzivJ .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uORG6KzivJ .items-wrapper .item {
  padding: 0 10px;
}
.cid-uORG6KzivJ .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uORG6KzivJ .item {
    margin-bottom: 16px;
  }
}
.cid-uORG6KzivJ .item .item-wrapper {
  padding: 10px;
  background-color: #ffffff;
  height: 100%;
}
.cid-uORG6KzivJ .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uORG6KzivJ .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uORG6KzivJ .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .cid-uORG6KzivJ .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uORG6KzivJ .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uORG6KzivJ .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uORG6KzivJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uORG6KzivJ .item-title {
  color: #000c3f;
}
.cid-uORG6KzivJ .item-text {
  color: #000c3f;
}
.cid-uORG6KzivJ .item-title,
.cid-uORG6KzivJ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uORG6LvJjl {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uORG6LvJjl .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uORG6LvJjl .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uORG6LvJjl H2 {
  color: #e7272d;
}
.cid-uORG6LvJjl .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uORG6LvJjl .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uORG6LvJjl .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uORG6LvJjl .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uORG6LvJjl .col-lg-12 {
  overflow: hidden;
}
.cid-uORG6LvJjl H4 {
  color: #fbbe36;
}
.cid-uORG6LvJjl .mbr-text,
.cid-uORG6LvJjl .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uORG6LvJjl .logo-wrap:before {
    content: none;
  }
  .cid-uORG6LvJjl .logo-wrap:after {
    content: none;
  }
}
.cid-uORG6LvJjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORG6LvJjl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORG6LvJjl H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2l75UZ694 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2l75UZ694 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2l75UZ694 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2l75UZ694 .media-container-row {
  justify-content: space-between;
}
.cid-v2l75UZ694 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2l75UZ694 .text-content {
    max-width: none;
  }
}
.cid-v2l75UZ694 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2l75UZ694 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2l75UZ694 .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2l75UZ694 .icons {
    justify-content: center !important;
  }
  .cid-v2l75UZ694 .text-content * {
    text-align: center;
  }
}
.cid-v2l75UZ694 .mbr-section-title {
  color: #ffffff;
}
.cid-v2l75UZ694 P {
  color: #ffffff;
}
.cid-v2pLEOFOsX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pLEOFOsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pLEOFOsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pLEOFOsX .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pLEOFOsX .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pLEOFOsX .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pLEOFOsX .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pLEOFOsX .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pLEOFOsX .mbr-desc,
.cid-v2pLEOFOsX .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pLEOFOsX .mbr-text,
.cid-v2pLEOFOsX .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOS4OWZuCm {
  z-index: 1000;
  width: 100%;
}
.cid-uOS4OWZuCm .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOS4OWZuCm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOS4OWZuCm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOS4OWZuCm .menu_box .navbar.opened,
  .cid-uOS4OWZuCm .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOS4OWZuCm nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOS4OWZuCm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOS4OWZuCm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOS4OWZuCm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOS4OWZuCm .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOS4OWZuCm .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOS4OWZuCm .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOS4OWZuCm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOS4OWZuCm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOS4OWZuCm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOS4OWZuCm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOS4OWZuCm .offcanvas-body .mbr-text,
  .cid-uOS4OWZuCm .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOS4OWZuCm .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOS4OWZuCm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOS4OWZuCm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOS4OWZuCm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOS4OWZuCm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOS4OWZuCm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOS4OWZuCm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOS4OWZuCm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOS4OWZuCm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOS4OWZuCm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOS4OWZuCm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOS4OWZuCm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOS4OWZuCm .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOS4OWZuCm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOS4OWZuCm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOS4OWZuCm .nav-item {
    margin: 0 !important;
  }
}
.cid-uOS4OWZuCm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOS4OWZuCm .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOS4OWZuCm .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOS4OWZuCm .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOS4OWZuCm .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOS4OWZuCm .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOS4OWZuCm .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOS4OWZuCm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOS4OWZuCm .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-uOS4OWZuCm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOS4OWZuCm .offcanvas_box {
    display: none;
  }
}
.cid-uOS4OWZuCm .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOS4OWZuCm .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOS4OWZuCm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOS4OWZuCm .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOS4OWZuCm .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOS4OWZuCm .container {
  display: flex;
  margin: auto;
}
.cid-uOS4OWZuCm .iconfont-wrapper {
  color: #272727;
  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-uOS4OWZuCm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOS4OWZuCm .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOS4OWZuCm .navbar-caption {
  color: #000000;
}
.cid-uOS4OWZuCm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOS4OWZuCm .navbar-nav {
    margin: 0;
  }
}
.cid-uOS4OWZuCm .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOS4OWZuCm .dropdown-menu,
.cid-uOS4OWZuCm .navbar.opened {
  background-color: true !important;
}
.cid-uOS4OWZuCm .nav-item:focus,
.cid-uOS4OWZuCm .nav-link:focus {
  outline: none;
}
.cid-uOS4OWZuCm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOS4OWZuCm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOS4OWZuCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOS4OWZuCm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOS4OWZuCm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOS4OWZuCm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOS4OWZuCm .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOS4OWZuCm .navbar.opened {
  transition: all 0.3s;
}
.cid-uOS4OWZuCm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOS4OWZuCm .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOS4OWZuCm .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOS4OWZuCm .navbar.collapsed {
  justify-content: center;
}
.cid-uOS4OWZuCm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOS4OWZuCm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOS4OWZuCm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOS4OWZuCm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOS4OWZuCm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOS4OWZuCm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOS4OWZuCm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOS4OWZuCm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOS4OWZuCm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOS4OWZuCm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOS4OWZuCm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOS4OWZuCm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOS4OWZuCm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOS4OWZuCm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOS4OWZuCm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOS4OWZuCm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOS4OWZuCm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOS4OWZuCm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOS4OWZuCm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOS4OWZuCm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOS4OWZuCm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOS4OWZuCm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOS4OWZuCm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOS4OWZuCm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOS4OWZuCm .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-uOS4OWZuCm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOS4OWZuCm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOS4OWZuCm .dropdown-item.active,
.cid-uOS4OWZuCm .dropdown-item:active {
  background-color: transparent;
}
.cid-uOS4OWZuCm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOS4OWZuCm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOS4OWZuCm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOS4OWZuCm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOS4OWZuCm ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOS4OWZuCm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOS4OWZuCm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOS4OWZuCm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOS4OWZuCm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOS4OWZuCm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOS4OWZuCm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOS4OWZuCm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOS4OWZuCm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOS4OWZuCm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOS4OWZuCm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOS4OWZuCm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOS4OWZuCm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOS4OWZuCm .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-uOS4OWZuCm .navbar {
    height: 70px;
  }
  .cid-uOS4OWZuCm .navbar.opened {
    height: auto;
  }
  .cid-uOS4OWZuCm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOS4OWZuCm .mbr-section-btn .btn,
.cid-uOS4OWZuCm .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOS4OWZuCm .mbr-section-btn .btn:first-child,
.cid-uOS4OWZuCm .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOS4OWZuCm .mbr-section-btn .btn:focus,
.cid-uOS4OWZuCm .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOS4OWZuCm .mbr-section-btn .btn span,
.cid-uOS4OWZuCm .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOS4OWZuCm .mbr-section-btn .btn:hover,
.cid-uOS4OWZuCm .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOS4OWZuCm .mbr-section-btn .btn:hover span,
.cid-uOS4OWZuCm .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOS4OWZuCm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOS4OWZuCm .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOS4OWZuCm .navbar-caption:hover {
  color: #272727;
}
.cid-uOS4OWZuCm .nav-link:hover {
  color: #272727;
}
.cid-uOS4OWZuCm .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOS4OWZuCm .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOS4OWZuCm .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOS4OWZuCm .mbr-section-subtitle,
.cid-uOS4OWZuCm .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOS4OWZuCm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lsDyduco {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lsDyduco {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lsDyduco {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lsDyduco {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lsDyduco {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lsDyduco {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOS55lObYR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOS55lObYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOS55lObYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOS55lObYR .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOS55lObYR .row .card {
  padding: 0 13px;
}
.cid-uOS55lObYR .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOS55lObYR .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOS55lObYR .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOS55lObYR .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOS55lObYR .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOS55lObYR .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOS55lObYR .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOS55lObYR .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOS55lObYR .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOS55lObYR .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOS55lObYR .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOS55lObYR .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOS55lObYR .card-wrapper {
  overflow: hidden;
}
.cid-uOS55lObYR .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOS55lObYR .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOS55lObYR .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOS55lObYR .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOS55lObYR .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOS55lObYR .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOS55lObYR .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOS55lObYR .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOS55lObYR .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOS55lObYR .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOS55lObYR .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOS55lObYR .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOS55lObYR .mbr-label,
.cid-uOS55lObYR .label-wrapper {
  color: #151e11;
}
.cid-uOS55lObYR .mbr-section-title {
  color: #000000;
}
.cid-uOS55lObYR .mbr-number {
  color: #fff7ee;
}
.cid-uOS55lObYR .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOS55lObYR .card-label,
.cid-uOS55lObYR .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOS55lObYR .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOS55lObYR .card-text {
  color: #fff7ee;
}
.cid-uOS6pHtuH8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOS6pHtuH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOS6pHtuH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOS6pHtuH8 .items-wrapper {
  margin: 0 -8px;
}
.cid-uOS6pHtuH8 .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOS6pHtuH8 .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOS6pHtuH8 .item {
    margin-bottom: 12px;
  }
}
.cid-uOS6pHtuH8 .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOS4OZXibI {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOS4OZXibI .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOS4OZXibI .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOS4OZXibI H2 {
  color: #e7272d;
}
.cid-uOS4OZXibI .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOS4OZXibI .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOS4OZXibI .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOS4OZXibI .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOS4OZXibI .col-lg-12 {
  overflow: hidden;
}
.cid-uOS4OZXibI H4 {
  color: #fbbe36;
}
.cid-uOS4OZXibI .mbr-text,
.cid-uOS4OZXibI .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOS4OZXibI .logo-wrap:before {
    content: none;
  }
  .cid-uOS4OZXibI .logo-wrap:after {
    content: none;
  }
}
.cid-uOS4OZXibI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOS4OZXibI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOS4OZXibI H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lsC89VsY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lsC89VsY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lsC89VsY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lsC89VsY .media-container-row {
  justify-content: space-between;
}
.cid-v2lsC89VsY .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lsC89VsY .text-content {
    max-width: none;
  }
}
.cid-v2lsC89VsY .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lsC89VsY .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lsC89VsY .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lsC89VsY .icons {
    justify-content: center !important;
  }
  .cid-v2lsC89VsY .text-content * {
    text-align: center;
  }
}
.cid-v2lsC89VsY .mbr-section-title {
  color: #ffffff;
}
.cid-v2lsC89VsY P {
  color: #ffffff;
}
.cid-v2pKFbrfoK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pKFbrfoK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pKFbrfoK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pKFbrfoK .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pKFbrfoK .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pKFbrfoK .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pKFbrfoK .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pKFbrfoK .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pKFbrfoK .mbr-desc,
.cid-v2pKFbrfoK .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pKFbrfoK .mbr-text,
.cid-v2pKFbrfoK .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOSepA6L4W {
  z-index: 1000;
  width: 100%;
}
.cid-uOSepA6L4W .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOSepA6L4W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOSepA6L4W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOSepA6L4W .menu_box .navbar.opened,
  .cid-uOSepA6L4W .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOSepA6L4W nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOSepA6L4W .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOSepA6L4W .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOSepA6L4W .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOSepA6L4W .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOSepA6L4W .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOSepA6L4W .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOSepA6L4W .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOSepA6L4W .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOSepA6L4W .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOSepA6L4W .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOSepA6L4W .offcanvas-body .mbr-text,
  .cid-uOSepA6L4W .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOSepA6L4W .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOSepA6L4W .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOSepA6L4W .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOSepA6L4W .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOSepA6L4W .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOSepA6L4W .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOSepA6L4W .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOSepA6L4W ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOSepA6L4W .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOSepA6L4W .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOSepA6L4W .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOSepA6L4W li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOSepA6L4W .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOSepA6L4W .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOSepA6L4W .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOSepA6L4W .nav-item {
    margin: 0 !important;
  }
}
.cid-uOSepA6L4W .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOSepA6L4W .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOSepA6L4W .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOSepA6L4W .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOSepA6L4W .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOSepA6L4W .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOSepA6L4W .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOSepA6L4W .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOSepA6L4W .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-uOSepA6L4W .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOSepA6L4W .offcanvas_box {
    display: none;
  }
}
.cid-uOSepA6L4W .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOSepA6L4W .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOSepA6L4W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOSepA6L4W .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOSepA6L4W .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOSepA6L4W .container {
  display: flex;
  margin: auto;
}
.cid-uOSepA6L4W .iconfont-wrapper {
  color: #272727;
  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-uOSepA6L4W .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOSepA6L4W .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOSepA6L4W .navbar-caption {
  color: #000000;
}
.cid-uOSepA6L4W .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOSepA6L4W .navbar-nav {
    margin: 0;
  }
}
.cid-uOSepA6L4W .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOSepA6L4W .dropdown-menu,
.cid-uOSepA6L4W .navbar.opened {
  background-color: true !important;
}
.cid-uOSepA6L4W .nav-item:focus,
.cid-uOSepA6L4W .nav-link:focus {
  outline: none;
}
.cid-uOSepA6L4W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOSepA6L4W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOSepA6L4W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOSepA6L4W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOSepA6L4W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOSepA6L4W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOSepA6L4W .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOSepA6L4W .navbar.opened {
  transition: all 0.3s;
}
.cid-uOSepA6L4W .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOSepA6L4W .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOSepA6L4W .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOSepA6L4W .navbar.collapsed {
  justify-content: center;
}
.cid-uOSepA6L4W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOSepA6L4W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOSepA6L4W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOSepA6L4W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOSepA6L4W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOSepA6L4W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOSepA6L4W .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOSepA6L4W .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOSepA6L4W .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOSepA6L4W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOSepA6L4W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOSepA6L4W .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOSepA6L4W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOSepA6L4W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOSepA6L4W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOSepA6L4W .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOSepA6L4W .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOSepA6L4W .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOSepA6L4W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOSepA6L4W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOSepA6L4W .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOSepA6L4W .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOSepA6L4W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOSepA6L4W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOSepA6L4W .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-uOSepA6L4W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOSepA6L4W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOSepA6L4W .dropdown-item.active,
.cid-uOSepA6L4W .dropdown-item:active {
  background-color: transparent;
}
.cid-uOSepA6L4W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOSepA6L4W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOSepA6L4W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOSepA6L4W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOSepA6L4W ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOSepA6L4W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOSepA6L4W button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOSepA6L4W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOSepA6L4W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOSepA6L4W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOSepA6L4W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOSepA6L4W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOSepA6L4W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOSepA6L4W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOSepA6L4W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOSepA6L4W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOSepA6L4W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOSepA6L4W .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-uOSepA6L4W .navbar {
    height: 70px;
  }
  .cid-uOSepA6L4W .navbar.opened {
    height: auto;
  }
  .cid-uOSepA6L4W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOSepA6L4W .mbr-section-btn .btn,
.cid-uOSepA6L4W .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOSepA6L4W .mbr-section-btn .btn:first-child,
.cid-uOSepA6L4W .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOSepA6L4W .mbr-section-btn .btn:focus,
.cid-uOSepA6L4W .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOSepA6L4W .mbr-section-btn .btn span,
.cid-uOSepA6L4W .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOSepA6L4W .mbr-section-btn .btn:hover,
.cid-uOSepA6L4W .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOSepA6L4W .mbr-section-btn .btn:hover span,
.cid-uOSepA6L4W .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOSepA6L4W .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOSepA6L4W .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOSepA6L4W .navbar-caption:hover {
  color: #272727;
}
.cid-uOSepA6L4W .nav-link:hover {
  color: #272727;
}
.cid-uOSepA6L4W .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOSepA6L4W .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOSepA6L4W .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOSepA6L4W .mbr-section-subtitle,
.cid-uOSepA6L4W .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOSepA6L4W a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lsJLShV3 {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lsJLShV3 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lsJLShV3 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lsJLShV3 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lsJLShV3 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lsJLShV3 {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOSepDA4wz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOSepDA4wz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSepDA4wz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSepDA4wz .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOSepDA4wz .row .card {
  padding: 0 13px;
}
.cid-uOSepDA4wz .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOSepDA4wz .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOSepDA4wz .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOSepDA4wz .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOSepDA4wz .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOSepDA4wz .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOSepDA4wz .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOSepDA4wz .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOSepDA4wz .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOSepDA4wz .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOSepDA4wz .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOSepDA4wz .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOSepDA4wz .card-wrapper {
  overflow: hidden;
}
.cid-uOSepDA4wz .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOSepDA4wz .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOSepDA4wz .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOSepDA4wz .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOSepDA4wz .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOSepDA4wz .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOSepDA4wz .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOSepDA4wz .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOSepDA4wz .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOSepDA4wz .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOSepDA4wz .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOSepDA4wz .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOSepDA4wz .mbr-label,
.cid-uOSepDA4wz .label-wrapper {
  color: #151e11;
}
.cid-uOSepDA4wz .mbr-section-title {
  color: #000000;
}
.cid-uOSepDA4wz .mbr-number {
  color: #fff7ee;
}
.cid-uOSepDA4wz .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOSepDA4wz .card-label,
.cid-uOSepDA4wz .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOSepDA4wz .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOSepDA4wz .card-text {
  color: #fff7ee;
}
.cid-uOSepEVCWo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOSepEVCWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSepEVCWo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSepEVCWo .items-wrapper {
  margin: 0 -8px;
}
.cid-uOSepEVCWo .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOSepEVCWo .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOSepEVCWo .item {
    margin-bottom: 12px;
  }
}
.cid-uOSepEVCWo .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOSepFwBjU {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOSepFwBjU .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOSepFwBjU .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOSepFwBjU H2 {
  color: #e7272d;
}
.cid-uOSepFwBjU .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOSepFwBjU .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOSepFwBjU .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOSepFwBjU .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOSepFwBjU .col-lg-12 {
  overflow: hidden;
}
.cid-uOSepFwBjU H4 {
  color: #fbbe36;
}
.cid-uOSepFwBjU .mbr-text,
.cid-uOSepFwBjU .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOSepFwBjU .logo-wrap:before {
    content: none;
  }
  .cid-uOSepFwBjU .logo-wrap:after {
    content: none;
  }
}
.cid-uOSepFwBjU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSepFwBjU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSepFwBjU H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lsLG1hBU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lsLG1hBU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lsLG1hBU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lsLG1hBU .media-container-row {
  justify-content: space-between;
}
.cid-v2lsLG1hBU .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lsLG1hBU .text-content {
    max-width: none;
  }
}
.cid-v2lsLG1hBU .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lsLG1hBU .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lsLG1hBU .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lsLG1hBU .icons {
    justify-content: center !important;
  }
  .cid-v2lsLG1hBU .text-content * {
    text-align: center;
  }
}
.cid-v2lsLG1hBU .mbr-section-title {
  color: #ffffff;
}
.cid-v2lsLG1hBU P {
  color: #ffffff;
}
.cid-v2pKHsJWG7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pKHsJWG7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pKHsJWG7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pKHsJWG7 .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pKHsJWG7 .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pKHsJWG7 .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pKHsJWG7 .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pKHsJWG7 .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pKHsJWG7 .mbr-desc,
.cid-v2pKHsJWG7 .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pKHsJWG7 .mbr-text,
.cid-v2pKHsJWG7 .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOSexuu0vx {
  z-index: 1000;
  width: 100%;
}
.cid-uOSexuu0vx .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOSexuu0vx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOSexuu0vx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOSexuu0vx .menu_box .navbar.opened,
  .cid-uOSexuu0vx .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOSexuu0vx nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOSexuu0vx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOSexuu0vx .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOSexuu0vx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOSexuu0vx .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOSexuu0vx .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOSexuu0vx .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOSexuu0vx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOSexuu0vx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOSexuu0vx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOSexuu0vx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOSexuu0vx .offcanvas-body .mbr-text,
  .cid-uOSexuu0vx .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOSexuu0vx .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOSexuu0vx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOSexuu0vx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOSexuu0vx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOSexuu0vx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOSexuu0vx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOSexuu0vx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOSexuu0vx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOSexuu0vx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOSexuu0vx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOSexuu0vx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOSexuu0vx li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOSexuu0vx .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOSexuu0vx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOSexuu0vx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOSexuu0vx .nav-item {
    margin: 0 !important;
  }
}
.cid-uOSexuu0vx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOSexuu0vx .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOSexuu0vx .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOSexuu0vx .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOSexuu0vx .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOSexuu0vx .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOSexuu0vx .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOSexuu0vx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOSexuu0vx .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-uOSexuu0vx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOSexuu0vx .offcanvas_box {
    display: none;
  }
}
.cid-uOSexuu0vx .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOSexuu0vx .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOSexuu0vx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOSexuu0vx .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOSexuu0vx .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOSexuu0vx .container {
  display: flex;
  margin: auto;
}
.cid-uOSexuu0vx .iconfont-wrapper {
  color: #272727;
  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-uOSexuu0vx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOSexuu0vx .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOSexuu0vx .navbar-caption {
  color: #000000;
}
.cid-uOSexuu0vx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOSexuu0vx .navbar-nav {
    margin: 0;
  }
}
.cid-uOSexuu0vx .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOSexuu0vx .dropdown-menu,
.cid-uOSexuu0vx .navbar.opened {
  background-color: true !important;
}
.cid-uOSexuu0vx .nav-item:focus,
.cid-uOSexuu0vx .nav-link:focus {
  outline: none;
}
.cid-uOSexuu0vx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOSexuu0vx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOSexuu0vx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOSexuu0vx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOSexuu0vx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOSexuu0vx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOSexuu0vx .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOSexuu0vx .navbar.opened {
  transition: all 0.3s;
}
.cid-uOSexuu0vx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOSexuu0vx .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOSexuu0vx .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOSexuu0vx .navbar.collapsed {
  justify-content: center;
}
.cid-uOSexuu0vx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOSexuu0vx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOSexuu0vx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOSexuu0vx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOSexuu0vx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOSexuu0vx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOSexuu0vx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOSexuu0vx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOSexuu0vx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOSexuu0vx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOSexuu0vx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOSexuu0vx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOSexuu0vx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOSexuu0vx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOSexuu0vx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOSexuu0vx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOSexuu0vx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOSexuu0vx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOSexuu0vx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOSexuu0vx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOSexuu0vx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOSexuu0vx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOSexuu0vx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOSexuu0vx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOSexuu0vx .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-uOSexuu0vx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOSexuu0vx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOSexuu0vx .dropdown-item.active,
.cid-uOSexuu0vx .dropdown-item:active {
  background-color: transparent;
}
.cid-uOSexuu0vx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOSexuu0vx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOSexuu0vx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOSexuu0vx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOSexuu0vx ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOSexuu0vx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOSexuu0vx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOSexuu0vx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOSexuu0vx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOSexuu0vx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOSexuu0vx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOSexuu0vx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOSexuu0vx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOSexuu0vx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOSexuu0vx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOSexuu0vx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOSexuu0vx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOSexuu0vx .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-uOSexuu0vx .navbar {
    height: 70px;
  }
  .cid-uOSexuu0vx .navbar.opened {
    height: auto;
  }
  .cid-uOSexuu0vx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOSexuu0vx .mbr-section-btn .btn,
.cid-uOSexuu0vx .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOSexuu0vx .mbr-section-btn .btn:first-child,
.cid-uOSexuu0vx .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOSexuu0vx .mbr-section-btn .btn:focus,
.cid-uOSexuu0vx .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOSexuu0vx .mbr-section-btn .btn span,
.cid-uOSexuu0vx .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOSexuu0vx .mbr-section-btn .btn:hover,
.cid-uOSexuu0vx .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOSexuu0vx .mbr-section-btn .btn:hover span,
.cid-uOSexuu0vx .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOSexuu0vx .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOSexuu0vx .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOSexuu0vx .navbar-caption:hover {
  color: #272727;
}
.cid-uOSexuu0vx .nav-link:hover {
  color: #272727;
}
.cid-uOSexuu0vx .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOSexuu0vx .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOSexuu0vx .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOSexuu0vx .mbr-section-subtitle,
.cid-uOSexuu0vx .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOSexuu0vx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lsWzjp6I {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lsWzjp6I {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lsWzjp6I {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lsWzjp6I {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lsWzjp6I {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lsWzjp6I {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOSexvVIri {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOSexvVIri .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSexvVIri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSexvVIri .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOSexvVIri .row .card {
  padding: 0 13px;
}
.cid-uOSexvVIri .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOSexvVIri .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOSexvVIri .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOSexvVIri .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOSexvVIri .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOSexvVIri .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOSexvVIri .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOSexvVIri .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOSexvVIri .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOSexvVIri .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOSexvVIri .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOSexvVIri .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOSexvVIri .card-wrapper {
  overflow: hidden;
}
.cid-uOSexvVIri .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOSexvVIri .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOSexvVIri .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOSexvVIri .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOSexvVIri .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOSexvVIri .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOSexvVIri .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOSexvVIri .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOSexvVIri .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOSexvVIri .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOSexvVIri .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOSexvVIri .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOSexvVIri .mbr-label,
.cid-uOSexvVIri .label-wrapper {
  color: #151e11;
}
.cid-uOSexvVIri .mbr-section-title {
  color: #000000;
}
.cid-uOSexvVIri .mbr-number {
  color: #fff7ee;
}
.cid-uOSexvVIri .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOSexvVIri .card-label,
.cid-uOSexvVIri .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOSexvVIri .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOSexvVIri .card-text {
  color: #fff7ee;
}
.cid-uOSexwH2xH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOSexwH2xH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSexwH2xH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSexwH2xH .items-wrapper {
  margin: 0 -8px;
}
.cid-uOSexwH2xH .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOSexwH2xH .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOSexwH2xH .item {
    margin-bottom: 12px;
  }
}
.cid-uOSexwH2xH .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOSexxnrc0 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOSexxnrc0 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOSexxnrc0 .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOSexxnrc0 H2 {
  color: #e7272d;
}
.cid-uOSexxnrc0 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOSexxnrc0 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOSexxnrc0 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOSexxnrc0 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOSexxnrc0 .col-lg-12 {
  overflow: hidden;
}
.cid-uOSexxnrc0 H4 {
  color: #fbbe36;
}
.cid-uOSexxnrc0 .mbr-text,
.cid-uOSexxnrc0 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOSexxnrc0 .logo-wrap:before {
    content: none;
  }
  .cid-uOSexxnrc0 .logo-wrap:after {
    content: none;
  }
}
.cid-uOSexxnrc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOSexxnrc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOSexxnrc0 H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lsV4NMpZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lsV4NMpZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lsV4NMpZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lsV4NMpZ .media-container-row {
  justify-content: space-between;
}
.cid-v2lsV4NMpZ .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lsV4NMpZ .text-content {
    max-width: none;
  }
}
.cid-v2lsV4NMpZ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lsV4NMpZ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lsV4NMpZ .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lsV4NMpZ .icons {
    justify-content: center !important;
  }
  .cid-v2lsV4NMpZ .text-content * {
    text-align: center;
  }
}
.cid-v2lsV4NMpZ .mbr-section-title {
  color: #ffffff;
}
.cid-v2lsV4NMpZ P {
  color: #ffffff;
}
.cid-v2pKJgPJK2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pKJgPJK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pKJgPJK2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pKJgPJK2 .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pKJgPJK2 .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pKJgPJK2 .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pKJgPJK2 .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pKJgPJK2 .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pKJgPJK2 .mbr-desc,
.cid-v2pKJgPJK2 .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pKJgPJK2 .mbr-text,
.cid-v2pKJgPJK2 .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOVz3WcItV {
  z-index: 1000;
  width: 100%;
}
.cid-uOVz3WcItV .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOVz3WcItV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOVz3WcItV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOVz3WcItV .menu_box .navbar.opened,
  .cid-uOVz3WcItV .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOVz3WcItV nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOVz3WcItV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOVz3WcItV .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOVz3WcItV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOVz3WcItV .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOVz3WcItV .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOVz3WcItV .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOVz3WcItV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOVz3WcItV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOVz3WcItV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOVz3WcItV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOVz3WcItV .offcanvas-body .mbr-text,
  .cid-uOVz3WcItV .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOVz3WcItV .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOVz3WcItV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOVz3WcItV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOVz3WcItV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOVz3WcItV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOVz3WcItV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOVz3WcItV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOVz3WcItV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOVz3WcItV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVz3WcItV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOVz3WcItV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOVz3WcItV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOVz3WcItV .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOVz3WcItV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOVz3WcItV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOVz3WcItV .nav-item {
    margin: 0 !important;
  }
}
.cid-uOVz3WcItV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOVz3WcItV .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOVz3WcItV .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOVz3WcItV .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOVz3WcItV .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOVz3WcItV .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOVz3WcItV .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOVz3WcItV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVz3WcItV .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-uOVz3WcItV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOVz3WcItV .offcanvas_box {
    display: none;
  }
}
.cid-uOVz3WcItV .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOVz3WcItV .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOVz3WcItV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOVz3WcItV .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOVz3WcItV .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOVz3WcItV .container {
  display: flex;
  margin: auto;
}
.cid-uOVz3WcItV .iconfont-wrapper {
  color: #272727;
  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-uOVz3WcItV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOVz3WcItV .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOVz3WcItV .navbar-caption {
  color: #000000;
}
.cid-uOVz3WcItV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOVz3WcItV .navbar-nav {
    margin: 0;
  }
}
.cid-uOVz3WcItV .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOVz3WcItV .dropdown-menu,
.cid-uOVz3WcItV .navbar.opened {
  background-color: true !important;
}
.cid-uOVz3WcItV .nav-item:focus,
.cid-uOVz3WcItV .nav-link:focus {
  outline: none;
}
.cid-uOVz3WcItV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOVz3WcItV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOVz3WcItV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOVz3WcItV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOVz3WcItV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOVz3WcItV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOVz3WcItV .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOVz3WcItV .navbar.opened {
  transition: all 0.3s;
}
.cid-uOVz3WcItV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOVz3WcItV .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOVz3WcItV .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOVz3WcItV .navbar.collapsed {
  justify-content: center;
}
.cid-uOVz3WcItV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOVz3WcItV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOVz3WcItV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOVz3WcItV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOVz3WcItV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOVz3WcItV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOVz3WcItV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOVz3WcItV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOVz3WcItV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOVz3WcItV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOVz3WcItV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOVz3WcItV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOVz3WcItV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOVz3WcItV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOVz3WcItV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOVz3WcItV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOVz3WcItV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOVz3WcItV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOVz3WcItV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOVz3WcItV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOVz3WcItV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOVz3WcItV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOVz3WcItV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOVz3WcItV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOVz3WcItV .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-uOVz3WcItV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOVz3WcItV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOVz3WcItV .dropdown-item.active,
.cid-uOVz3WcItV .dropdown-item:active {
  background-color: transparent;
}
.cid-uOVz3WcItV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOVz3WcItV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOVz3WcItV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOVz3WcItV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOVz3WcItV ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOVz3WcItV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOVz3WcItV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOVz3WcItV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOVz3WcItV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOVz3WcItV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVz3WcItV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVz3WcItV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOVz3WcItV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVz3WcItV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOVz3WcItV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOVz3WcItV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVz3WcItV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOVz3WcItV .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-uOVz3WcItV .navbar {
    height: 70px;
  }
  .cid-uOVz3WcItV .navbar.opened {
    height: auto;
  }
  .cid-uOVz3WcItV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOVz3WcItV .mbr-section-btn .btn,
.cid-uOVz3WcItV .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOVz3WcItV .mbr-section-btn .btn:first-child,
.cid-uOVz3WcItV .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOVz3WcItV .mbr-section-btn .btn:focus,
.cid-uOVz3WcItV .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOVz3WcItV .mbr-section-btn .btn span,
.cid-uOVz3WcItV .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOVz3WcItV .mbr-section-btn .btn:hover,
.cid-uOVz3WcItV .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOVz3WcItV .mbr-section-btn .btn:hover span,
.cid-uOVz3WcItV .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOVz3WcItV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOVz3WcItV .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOVz3WcItV .navbar-caption:hover {
  color: #272727;
}
.cid-uOVz3WcItV .nav-link:hover {
  color: #272727;
}
.cid-uOVz3WcItV .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOVz3WcItV .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOVz3WcItV .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOVz3WcItV .mbr-section-subtitle,
.cid-uOVz3WcItV .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOVz3WcItV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2loHNYh3J {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2loHNYh3J {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2loHNYh3J {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2loHNYh3J {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2loHNYh3J {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2loHNYh3J {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOVBLFis50 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOVBLFis50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVBLFis50 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVBLFis50 .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOVBLFis50 .row .card {
  padding: 0 13px;
}
.cid-uOVBLFis50 .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOVBLFis50 .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOVBLFis50 .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOVBLFis50 .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOVBLFis50 .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOVBLFis50 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOVBLFis50 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOVBLFis50 .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOVBLFis50 .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOVBLFis50 .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOVBLFis50 .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOVBLFis50 .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOVBLFis50 .card-wrapper {
  overflow: hidden;
}
.cid-uOVBLFis50 .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOVBLFis50 .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOVBLFis50 .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOVBLFis50 .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOVBLFis50 .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOVBLFis50 .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOVBLFis50 .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOVBLFis50 .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOVBLFis50 .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOVBLFis50 .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOVBLFis50 .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOVBLFis50 .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOVBLFis50 .mbr-label,
.cid-uOVBLFis50 .label-wrapper {
  color: #151e11;
}
.cid-uOVBLFis50 .mbr-section-title {
  color: #000000;
}
.cid-uOVBLFis50 .mbr-number {
  color: #fff7ee;
}
.cid-uOVBLFis50 .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOVBLFis50 .card-label,
.cid-uOVBLFis50 .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOVBLFis50 .card-title {
  color: #000000;
  text-align: justify;
}
.cid-uOVBLFis50 .card-text {
  color: #fff7ee;
}
.cid-uOVBLFis50 .mbr-section-title DIV {
  text-align: left;
}
.cid-uOVz3Xxvrh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOVz3Xxvrh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz3Xxvrh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz3Xxvrh .items-wrapper {
  margin: 0 -8px;
}
.cid-uOVz3Xxvrh .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOVz3Xxvrh .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOVz3Xxvrh .item {
    margin-bottom: 12px;
  }
}
.cid-uOVz3Xxvrh .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOVz3XIAXP {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOVz3XIAXP .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOVz3XIAXP .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOVz3XIAXP H2 {
  color: #e7272d;
}
.cid-uOVz3XIAXP .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOVz3XIAXP .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOVz3XIAXP .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVz3XIAXP .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVz3XIAXP .col-lg-12 {
  overflow: hidden;
}
.cid-uOVz3XIAXP H4 {
  color: #fbbe36;
}
.cid-uOVz3XIAXP .mbr-text,
.cid-uOVz3XIAXP .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOVz3XIAXP .logo-wrap:before {
    content: none;
  }
  .cid-uOVz3XIAXP .logo-wrap:after {
    content: none;
  }
}
.cid-uOVz3XIAXP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz3XIAXP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz3XIAXP H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lakaPjHn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lakaPjHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lakaPjHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lakaPjHn .media-container-row {
  justify-content: space-between;
}
.cid-v2lakaPjHn .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lakaPjHn .text-content {
    max-width: none;
  }
}
.cid-v2lakaPjHn .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lakaPjHn .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lakaPjHn .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lakaPjHn .icons {
    justify-content: center !important;
  }
  .cid-v2lakaPjHn .text-content * {
    text-align: center;
  }
}
.cid-v2lakaPjHn .mbr-section-title {
  color: #ffffff;
}
.cid-v2lakaPjHn P {
  color: #ffffff;
}
.cid-v2pJtVaZDQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pJtVaZDQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pJtVaZDQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pJtVaZDQ .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pJtVaZDQ .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pJtVaZDQ .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pJtVaZDQ .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pJtVaZDQ .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pJtVaZDQ .mbr-desc,
.cid-v2pJtVaZDQ .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pJtVaZDQ .mbr-text,
.cid-v2pJtVaZDQ .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOVz5jDI9S {
  z-index: 1000;
  width: 100%;
}
.cid-uOVz5jDI9S .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOVz5jDI9S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOVz5jDI9S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOVz5jDI9S .menu_box .navbar.opened,
  .cid-uOVz5jDI9S .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOVz5jDI9S nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOVz5jDI9S .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOVz5jDI9S .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOVz5jDI9S .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOVz5jDI9S .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOVz5jDI9S .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOVz5jDI9S .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOVz5jDI9S .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOVz5jDI9S .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOVz5jDI9S .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOVz5jDI9S .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOVz5jDI9S .offcanvas-body .mbr-text,
  .cid-uOVz5jDI9S .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOVz5jDI9S .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOVz5jDI9S .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOVz5jDI9S .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOVz5jDI9S .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOVz5jDI9S .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOVz5jDI9S .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOVz5jDI9S .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOVz5jDI9S ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOVz5jDI9S .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVz5jDI9S .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOVz5jDI9S .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOVz5jDI9S li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOVz5jDI9S .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOVz5jDI9S .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOVz5jDI9S .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOVz5jDI9S .nav-item {
    margin: 0 !important;
  }
}
.cid-uOVz5jDI9S .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOVz5jDI9S .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOVz5jDI9S .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOVz5jDI9S .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOVz5jDI9S .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOVz5jDI9S .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOVz5jDI9S .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOVz5jDI9S .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVz5jDI9S .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-uOVz5jDI9S .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOVz5jDI9S .offcanvas_box {
    display: none;
  }
}
.cid-uOVz5jDI9S .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOVz5jDI9S .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOVz5jDI9S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOVz5jDI9S .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOVz5jDI9S .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOVz5jDI9S .container {
  display: flex;
  margin: auto;
}
.cid-uOVz5jDI9S .iconfont-wrapper {
  color: #272727;
  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-uOVz5jDI9S .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOVz5jDI9S .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOVz5jDI9S .navbar-caption {
  color: #000000;
}
.cid-uOVz5jDI9S .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOVz5jDI9S .navbar-nav {
    margin: 0;
  }
}
.cid-uOVz5jDI9S .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOVz5jDI9S .dropdown-menu,
.cid-uOVz5jDI9S .navbar.opened {
  background-color: true !important;
}
.cid-uOVz5jDI9S .nav-item:focus,
.cid-uOVz5jDI9S .nav-link:focus {
  outline: none;
}
.cid-uOVz5jDI9S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOVz5jDI9S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOVz5jDI9S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOVz5jDI9S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOVz5jDI9S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOVz5jDI9S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOVz5jDI9S .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOVz5jDI9S .navbar.opened {
  transition: all 0.3s;
}
.cid-uOVz5jDI9S .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOVz5jDI9S .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOVz5jDI9S .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOVz5jDI9S .navbar.collapsed {
  justify-content: center;
}
.cid-uOVz5jDI9S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOVz5jDI9S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOVz5jDI9S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOVz5jDI9S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOVz5jDI9S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOVz5jDI9S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOVz5jDI9S .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOVz5jDI9S .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOVz5jDI9S .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOVz5jDI9S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOVz5jDI9S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOVz5jDI9S .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOVz5jDI9S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOVz5jDI9S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOVz5jDI9S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOVz5jDI9S .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOVz5jDI9S .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOVz5jDI9S .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOVz5jDI9S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOVz5jDI9S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOVz5jDI9S .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOVz5jDI9S .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOVz5jDI9S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOVz5jDI9S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOVz5jDI9S .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-uOVz5jDI9S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOVz5jDI9S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOVz5jDI9S .dropdown-item.active,
.cid-uOVz5jDI9S .dropdown-item:active {
  background-color: transparent;
}
.cid-uOVz5jDI9S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOVz5jDI9S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOVz5jDI9S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOVz5jDI9S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOVz5jDI9S ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOVz5jDI9S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOVz5jDI9S button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOVz5jDI9S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOVz5jDI9S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOVz5jDI9S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVz5jDI9S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVz5jDI9S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOVz5jDI9S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVz5jDI9S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOVz5jDI9S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOVz5jDI9S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVz5jDI9S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOVz5jDI9S .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-uOVz5jDI9S .navbar {
    height: 70px;
  }
  .cid-uOVz5jDI9S .navbar.opened {
    height: auto;
  }
  .cid-uOVz5jDI9S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOVz5jDI9S .mbr-section-btn .btn,
.cid-uOVz5jDI9S .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOVz5jDI9S .mbr-section-btn .btn:first-child,
.cid-uOVz5jDI9S .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOVz5jDI9S .mbr-section-btn .btn:focus,
.cid-uOVz5jDI9S .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOVz5jDI9S .mbr-section-btn .btn span,
.cid-uOVz5jDI9S .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOVz5jDI9S .mbr-section-btn .btn:hover,
.cid-uOVz5jDI9S .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOVz5jDI9S .mbr-section-btn .btn:hover span,
.cid-uOVz5jDI9S .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOVz5jDI9S .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOVz5jDI9S .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOVz5jDI9S .navbar-caption:hover {
  color: #272727;
}
.cid-uOVz5jDI9S .nav-link:hover {
  color: #272727;
}
.cid-uOVz5jDI9S .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOVz5jDI9S .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOVz5jDI9S .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOVz5jDI9S .mbr-section-subtitle,
.cid-uOVz5jDI9S .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOVz5jDI9S a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2loOGw4X6 {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2loOGw4X6 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2loOGw4X6 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2loOGw4X6 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2loOGw4X6 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2loOGw4X6 {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOVz5kuBjb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOVz5kuBjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz5kuBjb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz5kuBjb .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOVz5kuBjb .row .card {
  padding: 0 13px;
}
.cid-uOVz5kuBjb .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOVz5kuBjb .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOVz5kuBjb .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOVz5kuBjb .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOVz5kuBjb .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOVz5kuBjb .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOVz5kuBjb .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOVz5kuBjb .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOVz5kuBjb .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOVz5kuBjb .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOVz5kuBjb .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOVz5kuBjb .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOVz5kuBjb .card-wrapper {
  overflow: hidden;
}
.cid-uOVz5kuBjb .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOVz5kuBjb .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOVz5kuBjb .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOVz5kuBjb .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOVz5kuBjb .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOVz5kuBjb .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOVz5kuBjb .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOVz5kuBjb .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOVz5kuBjb .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOVz5kuBjb .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOVz5kuBjb .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOVz5kuBjb .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOVz5kuBjb .mbr-label,
.cid-uOVz5kuBjb .label-wrapper {
  color: #151e11;
}
.cid-uOVz5kuBjb .mbr-section-title {
  color: #000000;
}
.cid-uOVz5kuBjb .mbr-number {
  color: #fff7ee;
}
.cid-uOVz5kuBjb .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOVz5kuBjb .card-label,
.cid-uOVz5kuBjb .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOVz5kuBjb .card-title {
  color: #000000;
}
.cid-uOVz5kuBjb .card-text {
  color: #fff7ee;
}
.cid-uOVz5kLcwf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOVz5kLcwf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz5kLcwf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz5kLcwf .items-wrapper {
  margin: 0 -8px;
}
.cid-uOVz5kLcwf .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOVz5kLcwf .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOVz5kLcwf .item {
    margin-bottom: 12px;
  }
}
.cid-uOVz5kLcwf .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOVz5kZjFF {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOVz5kZjFF .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOVz5kZjFF .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOVz5kZjFF H2 {
  color: #e7272d;
}
.cid-uOVz5kZjFF .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOVz5kZjFF .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOVz5kZjFF .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVz5kZjFF .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVz5kZjFF .col-lg-12 {
  overflow: hidden;
}
.cid-uOVz5kZjFF H4 {
  color: #fbbe36;
}
.cid-uOVz5kZjFF .mbr-text,
.cid-uOVz5kZjFF .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOVz5kZjFF .logo-wrap:before {
    content: none;
  }
  .cid-uOVz5kZjFF .logo-wrap:after {
    content: none;
  }
}
.cid-uOVz5kZjFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz5kZjFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz5kZjFF H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lj061SFA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lj061SFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lj061SFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lj061SFA .media-container-row {
  justify-content: space-between;
}
.cid-v2lj061SFA .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lj061SFA .text-content {
    max-width: none;
  }
}
.cid-v2lj061SFA .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lj061SFA .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lj061SFA .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lj061SFA .icons {
    justify-content: center !important;
  }
  .cid-v2lj061SFA .text-content * {
    text-align: center;
  }
}
.cid-v2lj061SFA .mbr-section-title {
  color: #ffffff;
}
.cid-v2lj061SFA P {
  color: #ffffff;
}
.cid-v2pJvIyZvR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pJvIyZvR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pJvIyZvR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pJvIyZvR .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pJvIyZvR .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pJvIyZvR .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pJvIyZvR .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pJvIyZvR .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pJvIyZvR .mbr-desc,
.cid-v2pJvIyZvR .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pJvIyZvR .mbr-text,
.cid-v2pJvIyZvR .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOVz5OYJyD {
  z-index: 1000;
  width: 100%;
}
.cid-uOVz5OYJyD .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOVz5OYJyD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOVz5OYJyD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOVz5OYJyD .menu_box .navbar.opened,
  .cid-uOVz5OYJyD .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOVz5OYJyD nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOVz5OYJyD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOVz5OYJyD .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOVz5OYJyD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOVz5OYJyD .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOVz5OYJyD .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOVz5OYJyD .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOVz5OYJyD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOVz5OYJyD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOVz5OYJyD .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOVz5OYJyD .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOVz5OYJyD .offcanvas-body .mbr-text,
  .cid-uOVz5OYJyD .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOVz5OYJyD .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOVz5OYJyD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOVz5OYJyD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOVz5OYJyD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOVz5OYJyD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOVz5OYJyD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOVz5OYJyD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOVz5OYJyD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOVz5OYJyD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVz5OYJyD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOVz5OYJyD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOVz5OYJyD li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOVz5OYJyD .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOVz5OYJyD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOVz5OYJyD .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOVz5OYJyD .nav-item {
    margin: 0 !important;
  }
}
.cid-uOVz5OYJyD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOVz5OYJyD .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOVz5OYJyD .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOVz5OYJyD .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOVz5OYJyD .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOVz5OYJyD .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOVz5OYJyD .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOVz5OYJyD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVz5OYJyD .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-uOVz5OYJyD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOVz5OYJyD .offcanvas_box {
    display: none;
  }
}
.cid-uOVz5OYJyD .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOVz5OYJyD .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOVz5OYJyD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOVz5OYJyD .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOVz5OYJyD .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOVz5OYJyD .container {
  display: flex;
  margin: auto;
}
.cid-uOVz5OYJyD .iconfont-wrapper {
  color: #272727;
  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-uOVz5OYJyD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOVz5OYJyD .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOVz5OYJyD .navbar-caption {
  color: #000000;
}
.cid-uOVz5OYJyD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOVz5OYJyD .navbar-nav {
    margin: 0;
  }
}
.cid-uOVz5OYJyD .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOVz5OYJyD .dropdown-menu,
.cid-uOVz5OYJyD .navbar.opened {
  background-color: true !important;
}
.cid-uOVz5OYJyD .nav-item:focus,
.cid-uOVz5OYJyD .nav-link:focus {
  outline: none;
}
.cid-uOVz5OYJyD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOVz5OYJyD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOVz5OYJyD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOVz5OYJyD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOVz5OYJyD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOVz5OYJyD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOVz5OYJyD .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOVz5OYJyD .navbar.opened {
  transition: all 0.3s;
}
.cid-uOVz5OYJyD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOVz5OYJyD .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOVz5OYJyD .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOVz5OYJyD .navbar.collapsed {
  justify-content: center;
}
.cid-uOVz5OYJyD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOVz5OYJyD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOVz5OYJyD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOVz5OYJyD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOVz5OYJyD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOVz5OYJyD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOVz5OYJyD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOVz5OYJyD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOVz5OYJyD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOVz5OYJyD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOVz5OYJyD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOVz5OYJyD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOVz5OYJyD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOVz5OYJyD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOVz5OYJyD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOVz5OYJyD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOVz5OYJyD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOVz5OYJyD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOVz5OYJyD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOVz5OYJyD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOVz5OYJyD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOVz5OYJyD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOVz5OYJyD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOVz5OYJyD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOVz5OYJyD .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-uOVz5OYJyD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOVz5OYJyD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOVz5OYJyD .dropdown-item.active,
.cid-uOVz5OYJyD .dropdown-item:active {
  background-color: transparent;
}
.cid-uOVz5OYJyD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOVz5OYJyD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOVz5OYJyD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOVz5OYJyD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOVz5OYJyD ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOVz5OYJyD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOVz5OYJyD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOVz5OYJyD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOVz5OYJyD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOVz5OYJyD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVz5OYJyD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVz5OYJyD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOVz5OYJyD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVz5OYJyD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOVz5OYJyD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOVz5OYJyD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVz5OYJyD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOVz5OYJyD .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-uOVz5OYJyD .navbar {
    height: 70px;
  }
  .cid-uOVz5OYJyD .navbar.opened {
    height: auto;
  }
  .cid-uOVz5OYJyD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOVz5OYJyD .mbr-section-btn .btn,
.cid-uOVz5OYJyD .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOVz5OYJyD .mbr-section-btn .btn:first-child,
.cid-uOVz5OYJyD .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOVz5OYJyD .mbr-section-btn .btn:focus,
.cid-uOVz5OYJyD .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOVz5OYJyD .mbr-section-btn .btn span,
.cid-uOVz5OYJyD .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOVz5OYJyD .mbr-section-btn .btn:hover,
.cid-uOVz5OYJyD .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOVz5OYJyD .mbr-section-btn .btn:hover span,
.cid-uOVz5OYJyD .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOVz5OYJyD .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOVz5OYJyD .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOVz5OYJyD .navbar-caption:hover {
  color: #272727;
}
.cid-uOVz5OYJyD .nav-link:hover {
  color: #272727;
}
.cid-uOVz5OYJyD .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOVz5OYJyD .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOVz5OYJyD .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOVz5OYJyD .mbr-section-subtitle,
.cid-uOVz5OYJyD .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOVz5OYJyD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2loVUPTbH {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2loVUPTbH {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2loVUPTbH {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2loVUPTbH {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2loVUPTbH {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2loVUPTbH {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOVz5Pt8WS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOVz5Pt8WS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz5Pt8WS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz5Pt8WS .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOVz5Pt8WS .row .card {
  padding: 0 13px;
}
.cid-uOVz5Pt8WS .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOVz5Pt8WS .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOVz5Pt8WS .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOVz5Pt8WS .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOVz5Pt8WS .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOVz5Pt8WS .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOVz5Pt8WS .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOVz5Pt8WS .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOVz5Pt8WS .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOVz5Pt8WS .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOVz5Pt8WS .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOVz5Pt8WS .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOVz5Pt8WS .card-wrapper {
  overflow: hidden;
}
.cid-uOVz5Pt8WS .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOVz5Pt8WS .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOVz5Pt8WS .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOVz5Pt8WS .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOVz5Pt8WS .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOVz5Pt8WS .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOVz5Pt8WS .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOVz5Pt8WS .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOVz5Pt8WS .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOVz5Pt8WS .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOVz5Pt8WS .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOVz5Pt8WS .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOVz5Pt8WS .mbr-label,
.cid-uOVz5Pt8WS .label-wrapper {
  color: #151e11;
}
.cid-uOVz5Pt8WS .mbr-section-title {
  color: #000000;
}
.cid-uOVz5Pt8WS .mbr-number {
  color: #fff7ee;
}
.cid-uOVz5Pt8WS .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOVz5Pt8WS .card-label,
.cid-uOVz5Pt8WS .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOVz5Pt8WS .card-title {
  color: #000000;
}
.cid-uOVz5Pt8WS .card-text {
  color: #fff7ee;
}
.cid-uOVz5PIpUK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOVz5PIpUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz5PIpUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz5PIpUK .items-wrapper {
  margin: 0 -8px;
}
.cid-uOVz5PIpUK .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOVz5PIpUK .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOVz5PIpUK .item {
    margin-bottom: 12px;
  }
}
.cid-uOVz5PIpUK .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOVz5PVntO {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOVz5PVntO .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOVz5PVntO .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOVz5PVntO H2 {
  color: #e7272d;
}
.cid-uOVz5PVntO .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOVz5PVntO .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOVz5PVntO .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVz5PVntO .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVz5PVntO .col-lg-12 {
  overflow: hidden;
}
.cid-uOVz5PVntO H4 {
  color: #fbbe36;
}
.cid-uOVz5PVntO .mbr-text,
.cid-uOVz5PVntO .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOVz5PVntO .logo-wrap:before {
    content: none;
  }
  .cid-uOVz5PVntO .logo-wrap:after {
    content: none;
  }
}
.cid-uOVz5PVntO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz5PVntO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz5PVntO H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2ljcsOplK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2ljcsOplK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ljcsOplK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ljcsOplK .media-container-row {
  justify-content: space-between;
}
.cid-v2ljcsOplK .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2ljcsOplK .text-content {
    max-width: none;
  }
}
.cid-v2ljcsOplK .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2ljcsOplK .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2ljcsOplK .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2ljcsOplK .icons {
    justify-content: center !important;
  }
  .cid-v2ljcsOplK .text-content * {
    text-align: center;
  }
}
.cid-v2ljcsOplK .mbr-section-title {
  color: #ffffff;
}
.cid-v2ljcsOplK P {
  color: #ffffff;
}
.cid-v2pJyLArWS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pJyLArWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pJyLArWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pJyLArWS .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pJyLArWS .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pJyLArWS .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pJyLArWS .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pJyLArWS .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pJyLArWS .mbr-desc,
.cid-v2pJyLArWS .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pJyLArWS .mbr-text,
.cid-v2pJyLArWS .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOVz6coXHe {
  z-index: 1000;
  width: 100%;
}
.cid-uOVz6coXHe .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOVz6coXHe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOVz6coXHe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOVz6coXHe .menu_box .navbar.opened,
  .cid-uOVz6coXHe .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOVz6coXHe nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOVz6coXHe .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOVz6coXHe .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOVz6coXHe .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOVz6coXHe .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOVz6coXHe .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOVz6coXHe .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOVz6coXHe .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOVz6coXHe .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOVz6coXHe .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOVz6coXHe .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOVz6coXHe .offcanvas-body .mbr-text,
  .cid-uOVz6coXHe .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOVz6coXHe .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOVz6coXHe .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOVz6coXHe .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOVz6coXHe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOVz6coXHe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOVz6coXHe .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOVz6coXHe .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOVz6coXHe ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOVz6coXHe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVz6coXHe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOVz6coXHe .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOVz6coXHe li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOVz6coXHe .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOVz6coXHe .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOVz6coXHe .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOVz6coXHe .nav-item {
    margin: 0 !important;
  }
}
.cid-uOVz6coXHe .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOVz6coXHe .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOVz6coXHe .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOVz6coXHe .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOVz6coXHe .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOVz6coXHe .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOVz6coXHe .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOVz6coXHe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVz6coXHe .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-uOVz6coXHe .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOVz6coXHe .offcanvas_box {
    display: none;
  }
}
.cid-uOVz6coXHe .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOVz6coXHe .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOVz6coXHe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOVz6coXHe .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOVz6coXHe .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOVz6coXHe .container {
  display: flex;
  margin: auto;
}
.cid-uOVz6coXHe .iconfont-wrapper {
  color: #272727;
  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-uOVz6coXHe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOVz6coXHe .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOVz6coXHe .navbar-caption {
  color: #000000;
}
.cid-uOVz6coXHe .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOVz6coXHe .navbar-nav {
    margin: 0;
  }
}
.cid-uOVz6coXHe .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOVz6coXHe .dropdown-menu,
.cid-uOVz6coXHe .navbar.opened {
  background-color: true !important;
}
.cid-uOVz6coXHe .nav-item:focus,
.cid-uOVz6coXHe .nav-link:focus {
  outline: none;
}
.cid-uOVz6coXHe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOVz6coXHe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOVz6coXHe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOVz6coXHe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOVz6coXHe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOVz6coXHe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOVz6coXHe .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOVz6coXHe .navbar.opened {
  transition: all 0.3s;
}
.cid-uOVz6coXHe .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOVz6coXHe .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOVz6coXHe .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOVz6coXHe .navbar.collapsed {
  justify-content: center;
}
.cid-uOVz6coXHe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOVz6coXHe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOVz6coXHe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOVz6coXHe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOVz6coXHe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOVz6coXHe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOVz6coXHe .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOVz6coXHe .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOVz6coXHe .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOVz6coXHe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOVz6coXHe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOVz6coXHe .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOVz6coXHe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOVz6coXHe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOVz6coXHe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOVz6coXHe .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOVz6coXHe .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOVz6coXHe .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOVz6coXHe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOVz6coXHe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOVz6coXHe .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOVz6coXHe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOVz6coXHe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOVz6coXHe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOVz6coXHe .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-uOVz6coXHe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOVz6coXHe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOVz6coXHe .dropdown-item.active,
.cid-uOVz6coXHe .dropdown-item:active {
  background-color: transparent;
}
.cid-uOVz6coXHe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOVz6coXHe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOVz6coXHe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOVz6coXHe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOVz6coXHe ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOVz6coXHe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOVz6coXHe button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOVz6coXHe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOVz6coXHe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOVz6coXHe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVz6coXHe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVz6coXHe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOVz6coXHe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVz6coXHe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOVz6coXHe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOVz6coXHe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVz6coXHe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOVz6coXHe .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-uOVz6coXHe .navbar {
    height: 70px;
  }
  .cid-uOVz6coXHe .navbar.opened {
    height: auto;
  }
  .cid-uOVz6coXHe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOVz6coXHe .mbr-section-btn .btn,
.cid-uOVz6coXHe .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOVz6coXHe .mbr-section-btn .btn:first-child,
.cid-uOVz6coXHe .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOVz6coXHe .mbr-section-btn .btn:focus,
.cid-uOVz6coXHe .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOVz6coXHe .mbr-section-btn .btn span,
.cid-uOVz6coXHe .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOVz6coXHe .mbr-section-btn .btn:hover,
.cid-uOVz6coXHe .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOVz6coXHe .mbr-section-btn .btn:hover span,
.cid-uOVz6coXHe .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOVz6coXHe .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOVz6coXHe .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOVz6coXHe .navbar-caption:hover {
  color: #272727;
}
.cid-uOVz6coXHe .nav-link:hover {
  color: #272727;
}
.cid-uOVz6coXHe .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOVz6coXHe .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOVz6coXHe .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOVz6coXHe .mbr-section-subtitle,
.cid-uOVz6coXHe .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOVz6coXHe a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lqcQJXtX {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lqcQJXtX {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lqcQJXtX {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lqcQJXtX {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lqcQJXtX {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lqcQJXtX {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOVz6cRNdY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOVz6cRNdY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz6cRNdY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz6cRNdY .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOVz6cRNdY .row .card {
  padding: 0 13px;
}
.cid-uOVz6cRNdY .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOVz6cRNdY .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOVz6cRNdY .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOVz6cRNdY .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOVz6cRNdY .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOVz6cRNdY .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOVz6cRNdY .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOVz6cRNdY .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOVz6cRNdY .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOVz6cRNdY .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOVz6cRNdY .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOVz6cRNdY .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOVz6cRNdY .card-wrapper {
  overflow: hidden;
}
.cid-uOVz6cRNdY .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOVz6cRNdY .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOVz6cRNdY .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOVz6cRNdY .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOVz6cRNdY .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOVz6cRNdY .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOVz6cRNdY .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOVz6cRNdY .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOVz6cRNdY .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOVz6cRNdY .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOVz6cRNdY .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOVz6cRNdY .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOVz6cRNdY .mbr-label,
.cid-uOVz6cRNdY .label-wrapper {
  color: #151e11;
}
.cid-uOVz6cRNdY .mbr-section-title {
  color: #000000;
}
.cid-uOVz6cRNdY .mbr-number {
  color: #fff7ee;
}
.cid-uOVz6cRNdY .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOVz6cRNdY .card-label,
.cid-uOVz6cRNdY .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOVz6cRNdY .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOVz6cRNdY .card-text {
  color: #fff7ee;
}
.cid-uOVz6d5Jsm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOVz6d5Jsm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz6d5Jsm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz6d5Jsm .items-wrapper {
  margin: 0 -8px;
}
.cid-uOVz6d5Jsm .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOVz6d5Jsm .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOVz6d5Jsm .item {
    margin-bottom: 12px;
  }
}
.cid-uOVz6d5Jsm .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOVz6dfLtH {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOVz6dfLtH .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOVz6dfLtH .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOVz6dfLtH H2 {
  color: #e7272d;
}
.cid-uOVz6dfLtH .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOVz6dfLtH .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOVz6dfLtH .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVz6dfLtH .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVz6dfLtH .col-lg-12 {
  overflow: hidden;
}
.cid-uOVz6dfLtH H4 {
  color: #fbbe36;
}
.cid-uOVz6dfLtH .mbr-text,
.cid-uOVz6dfLtH .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOVz6dfLtH .logo-wrap:before {
    content: none;
  }
  .cid-uOVz6dfLtH .logo-wrap:after {
    content: none;
  }
}
.cid-uOVz6dfLtH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz6dfLtH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz6dfLtH H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lqdFE1J4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lqdFE1J4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lqdFE1J4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lqdFE1J4 .media-container-row {
  justify-content: space-between;
}
.cid-v2lqdFE1J4 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lqdFE1J4 .text-content {
    max-width: none;
  }
}
.cid-v2lqdFE1J4 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lqdFE1J4 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lqdFE1J4 .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lqdFE1J4 .icons {
    justify-content: center !important;
  }
  .cid-v2lqdFE1J4 .text-content * {
    text-align: center;
  }
}
.cid-v2lqdFE1J4 .mbr-section-title {
  color: #ffffff;
}
.cid-v2lqdFE1J4 P {
  color: #ffffff;
}
.cid-v2pKaCAjQu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pKaCAjQu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pKaCAjQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pKaCAjQu .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pKaCAjQu .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pKaCAjQu .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pKaCAjQu .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pKaCAjQu .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pKaCAjQu .mbr-desc,
.cid-v2pKaCAjQu .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pKaCAjQu .mbr-text,
.cid-v2pKaCAjQu .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOVz6HEn8Z {
  z-index: 1000;
  width: 100%;
}
.cid-uOVz6HEn8Z .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOVz6HEn8Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOVz6HEn8Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOVz6HEn8Z .menu_box .navbar.opened,
  .cid-uOVz6HEn8Z .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOVz6HEn8Z nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOVz6HEn8Z .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOVz6HEn8Z .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOVz6HEn8Z .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOVz6HEn8Z .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOVz6HEn8Z .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOVz6HEn8Z .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOVz6HEn8Z .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOVz6HEn8Z .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOVz6HEn8Z .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOVz6HEn8Z .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOVz6HEn8Z .offcanvas-body .mbr-text,
  .cid-uOVz6HEn8Z .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOVz6HEn8Z .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOVz6HEn8Z .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOVz6HEn8Z .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOVz6HEn8Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOVz6HEn8Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOVz6HEn8Z .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOVz6HEn8Z .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOVz6HEn8Z ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOVz6HEn8Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVz6HEn8Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOVz6HEn8Z .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOVz6HEn8Z li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOVz6HEn8Z .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOVz6HEn8Z .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOVz6HEn8Z .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOVz6HEn8Z .nav-item {
    margin: 0 !important;
  }
}
.cid-uOVz6HEn8Z .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOVz6HEn8Z .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOVz6HEn8Z .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOVz6HEn8Z .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOVz6HEn8Z .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOVz6HEn8Z .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOVz6HEn8Z .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOVz6HEn8Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVz6HEn8Z .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-uOVz6HEn8Z .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOVz6HEn8Z .offcanvas_box {
    display: none;
  }
}
.cid-uOVz6HEn8Z .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOVz6HEn8Z .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOVz6HEn8Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOVz6HEn8Z .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOVz6HEn8Z .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOVz6HEn8Z .container {
  display: flex;
  margin: auto;
}
.cid-uOVz6HEn8Z .iconfont-wrapper {
  color: #272727;
  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-uOVz6HEn8Z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOVz6HEn8Z .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOVz6HEn8Z .navbar-caption {
  color: #000000;
}
.cid-uOVz6HEn8Z .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOVz6HEn8Z .navbar-nav {
    margin: 0;
  }
}
.cid-uOVz6HEn8Z .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOVz6HEn8Z .dropdown-menu,
.cid-uOVz6HEn8Z .navbar.opened {
  background-color: true !important;
}
.cid-uOVz6HEn8Z .nav-item:focus,
.cid-uOVz6HEn8Z .nav-link:focus {
  outline: none;
}
.cid-uOVz6HEn8Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOVz6HEn8Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOVz6HEn8Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOVz6HEn8Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOVz6HEn8Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOVz6HEn8Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOVz6HEn8Z .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOVz6HEn8Z .navbar.opened {
  transition: all 0.3s;
}
.cid-uOVz6HEn8Z .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOVz6HEn8Z .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOVz6HEn8Z .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOVz6HEn8Z .navbar.collapsed {
  justify-content: center;
}
.cid-uOVz6HEn8Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOVz6HEn8Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOVz6HEn8Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOVz6HEn8Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOVz6HEn8Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOVz6HEn8Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOVz6HEn8Z .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOVz6HEn8Z .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOVz6HEn8Z .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOVz6HEn8Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOVz6HEn8Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOVz6HEn8Z .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOVz6HEn8Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOVz6HEn8Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOVz6HEn8Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOVz6HEn8Z .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOVz6HEn8Z .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOVz6HEn8Z .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOVz6HEn8Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOVz6HEn8Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOVz6HEn8Z .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOVz6HEn8Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOVz6HEn8Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOVz6HEn8Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOVz6HEn8Z .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-uOVz6HEn8Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOVz6HEn8Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOVz6HEn8Z .dropdown-item.active,
.cid-uOVz6HEn8Z .dropdown-item:active {
  background-color: transparent;
}
.cid-uOVz6HEn8Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOVz6HEn8Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOVz6HEn8Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOVz6HEn8Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOVz6HEn8Z ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOVz6HEn8Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOVz6HEn8Z button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOVz6HEn8Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOVz6HEn8Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOVz6HEn8Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVz6HEn8Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVz6HEn8Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOVz6HEn8Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVz6HEn8Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOVz6HEn8Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOVz6HEn8Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVz6HEn8Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOVz6HEn8Z .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-uOVz6HEn8Z .navbar {
    height: 70px;
  }
  .cid-uOVz6HEn8Z .navbar.opened {
    height: auto;
  }
  .cid-uOVz6HEn8Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOVz6HEn8Z .mbr-section-btn .btn,
.cid-uOVz6HEn8Z .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOVz6HEn8Z .mbr-section-btn .btn:first-child,
.cid-uOVz6HEn8Z .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOVz6HEn8Z .mbr-section-btn .btn:focus,
.cid-uOVz6HEn8Z .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOVz6HEn8Z .mbr-section-btn .btn span,
.cid-uOVz6HEn8Z .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOVz6HEn8Z .mbr-section-btn .btn:hover,
.cid-uOVz6HEn8Z .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOVz6HEn8Z .mbr-section-btn .btn:hover span,
.cid-uOVz6HEn8Z .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOVz6HEn8Z .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOVz6HEn8Z .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOVz6HEn8Z .navbar-caption:hover {
  color: #272727;
}
.cid-uOVz6HEn8Z .nav-link:hover {
  color: #272727;
}
.cid-uOVz6HEn8Z .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOVz6HEn8Z .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOVz6HEn8Z .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOVz6HEn8Z .mbr-section-subtitle,
.cid-uOVz6HEn8Z .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOVz6HEn8Z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2looSeogp {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2looSeogp {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2looSeogp {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2looSeogp {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2looSeogp {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2looSeogp {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOVz6IaSk8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOVz6IaSk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz6IaSk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz6IaSk8 .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOVz6IaSk8 .row .card {
  padding: 0 13px;
}
.cid-uOVz6IaSk8 .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOVz6IaSk8 .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOVz6IaSk8 .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOVz6IaSk8 .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOVz6IaSk8 .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOVz6IaSk8 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOVz6IaSk8 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOVz6IaSk8 .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOVz6IaSk8 .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOVz6IaSk8 .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOVz6IaSk8 .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOVz6IaSk8 .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOVz6IaSk8 .card-wrapper {
  overflow: hidden;
}
.cid-uOVz6IaSk8 .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOVz6IaSk8 .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOVz6IaSk8 .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOVz6IaSk8 .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOVz6IaSk8 .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOVz6IaSk8 .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOVz6IaSk8 .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOVz6IaSk8 .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOVz6IaSk8 .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOVz6IaSk8 .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOVz6IaSk8 .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOVz6IaSk8 .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOVz6IaSk8 .mbr-label,
.cid-uOVz6IaSk8 .label-wrapper {
  color: #151e11;
}
.cid-uOVz6IaSk8 .mbr-section-title {
  color: #000000;
}
.cid-uOVz6IaSk8 .mbr-number {
  color: #fff7ee;
}
.cid-uOVz6IaSk8 .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOVz6IaSk8 .card-label,
.cid-uOVz6IaSk8 .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOVz6IaSk8 .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOVz6IaSk8 .card-text {
  color: #fff7ee;
}
.cid-uOVz6IpUjX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOVz6IpUjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz6IpUjX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz6IpUjX .items-wrapper {
  margin: 0 -8px;
}
.cid-uOVz6IpUjX .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOVz6IpUjX .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOVz6IpUjX .item {
    margin-bottom: 12px;
  }
}
.cid-uOVz6IpUjX .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOVz6ICDCF {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOVz6ICDCF .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOVz6ICDCF .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOVz6ICDCF H2 {
  color: #e7272d;
}
.cid-uOVz6ICDCF .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOVz6ICDCF .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOVz6ICDCF .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVz6ICDCF .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVz6ICDCF .col-lg-12 {
  overflow: hidden;
}
.cid-uOVz6ICDCF H4 {
  color: #fbbe36;
}
.cid-uOVz6ICDCF .mbr-text,
.cid-uOVz6ICDCF .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOVz6ICDCF .logo-wrap:before {
    content: none;
  }
  .cid-uOVz6ICDCF .logo-wrap:after {
    content: none;
  }
}
.cid-uOVz6ICDCF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz6ICDCF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz6ICDCF H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2locsqk0d {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2locsqk0d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2locsqk0d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2locsqk0d .media-container-row {
  justify-content: space-between;
}
.cid-v2locsqk0d .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2locsqk0d .text-content {
    max-width: none;
  }
}
.cid-v2locsqk0d .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2locsqk0d .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2locsqk0d .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2locsqk0d .icons {
    justify-content: center !important;
  }
  .cid-v2locsqk0d .text-content * {
    text-align: center;
  }
}
.cid-v2locsqk0d .mbr-section-title {
  color: #ffffff;
}
.cid-v2locsqk0d P {
  color: #ffffff;
}
.cid-v2pJB84QTd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pJB84QTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pJB84QTd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pJB84QTd .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pJB84QTd .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pJB84QTd .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pJB84QTd .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pJB84QTd .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pJB84QTd .mbr-desc,
.cid-v2pJB84QTd .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pJB84QTd .mbr-text,
.cid-v2pJB84QTd .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOVz77wC4t {
  z-index: 1000;
  width: 100%;
}
.cid-uOVz77wC4t .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOVz77wC4t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOVz77wC4t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOVz77wC4t .menu_box .navbar.opened,
  .cid-uOVz77wC4t .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOVz77wC4t nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOVz77wC4t .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOVz77wC4t .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOVz77wC4t .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOVz77wC4t .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOVz77wC4t .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOVz77wC4t .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOVz77wC4t .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOVz77wC4t .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOVz77wC4t .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOVz77wC4t .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOVz77wC4t .offcanvas-body .mbr-text,
  .cid-uOVz77wC4t .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOVz77wC4t .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOVz77wC4t .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOVz77wC4t .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOVz77wC4t .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOVz77wC4t .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOVz77wC4t .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOVz77wC4t .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOVz77wC4t ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOVz77wC4t .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVz77wC4t .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOVz77wC4t .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOVz77wC4t li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOVz77wC4t .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOVz77wC4t .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOVz77wC4t .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOVz77wC4t .nav-item {
    margin: 0 !important;
  }
}
.cid-uOVz77wC4t .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOVz77wC4t .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOVz77wC4t .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOVz77wC4t .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOVz77wC4t .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOVz77wC4t .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOVz77wC4t .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOVz77wC4t .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVz77wC4t .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-uOVz77wC4t .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOVz77wC4t .offcanvas_box {
    display: none;
  }
}
.cid-uOVz77wC4t .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOVz77wC4t .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOVz77wC4t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOVz77wC4t .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOVz77wC4t .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOVz77wC4t .container {
  display: flex;
  margin: auto;
}
.cid-uOVz77wC4t .iconfont-wrapper {
  color: #272727;
  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-uOVz77wC4t .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOVz77wC4t .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOVz77wC4t .navbar-caption {
  color: #000000;
}
.cid-uOVz77wC4t .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOVz77wC4t .navbar-nav {
    margin: 0;
  }
}
.cid-uOVz77wC4t .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOVz77wC4t .dropdown-menu,
.cid-uOVz77wC4t .navbar.opened {
  background-color: true !important;
}
.cid-uOVz77wC4t .nav-item:focus,
.cid-uOVz77wC4t .nav-link:focus {
  outline: none;
}
.cid-uOVz77wC4t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOVz77wC4t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOVz77wC4t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOVz77wC4t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOVz77wC4t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOVz77wC4t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOVz77wC4t .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOVz77wC4t .navbar.opened {
  transition: all 0.3s;
}
.cid-uOVz77wC4t .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOVz77wC4t .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOVz77wC4t .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOVz77wC4t .navbar.collapsed {
  justify-content: center;
}
.cid-uOVz77wC4t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOVz77wC4t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOVz77wC4t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOVz77wC4t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOVz77wC4t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOVz77wC4t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOVz77wC4t .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOVz77wC4t .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOVz77wC4t .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOVz77wC4t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOVz77wC4t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOVz77wC4t .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOVz77wC4t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOVz77wC4t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOVz77wC4t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOVz77wC4t .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOVz77wC4t .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOVz77wC4t .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOVz77wC4t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOVz77wC4t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOVz77wC4t .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOVz77wC4t .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOVz77wC4t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOVz77wC4t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOVz77wC4t .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-uOVz77wC4t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOVz77wC4t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOVz77wC4t .dropdown-item.active,
.cid-uOVz77wC4t .dropdown-item:active {
  background-color: transparent;
}
.cid-uOVz77wC4t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOVz77wC4t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOVz77wC4t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOVz77wC4t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOVz77wC4t ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOVz77wC4t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOVz77wC4t button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOVz77wC4t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOVz77wC4t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOVz77wC4t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVz77wC4t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVz77wC4t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOVz77wC4t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVz77wC4t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOVz77wC4t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOVz77wC4t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVz77wC4t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOVz77wC4t .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-uOVz77wC4t .navbar {
    height: 70px;
  }
  .cid-uOVz77wC4t .navbar.opened {
    height: auto;
  }
  .cid-uOVz77wC4t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOVz77wC4t .mbr-section-btn .btn,
.cid-uOVz77wC4t .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOVz77wC4t .mbr-section-btn .btn:first-child,
.cid-uOVz77wC4t .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOVz77wC4t .mbr-section-btn .btn:focus,
.cid-uOVz77wC4t .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOVz77wC4t .mbr-section-btn .btn span,
.cid-uOVz77wC4t .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOVz77wC4t .mbr-section-btn .btn:hover,
.cid-uOVz77wC4t .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOVz77wC4t .mbr-section-btn .btn:hover span,
.cid-uOVz77wC4t .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOVz77wC4t .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOVz77wC4t .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOVz77wC4t .navbar-caption:hover {
  color: #272727;
}
.cid-uOVz77wC4t .nav-link:hover {
  color: #272727;
}
.cid-uOVz77wC4t .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOVz77wC4t .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOVz77wC4t .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOVz77wC4t .mbr-section-subtitle,
.cid-uOVz77wC4t .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOVz77wC4t a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lp6sfLRQ {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lp6sfLRQ {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lp6sfLRQ {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lp6sfLRQ {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lp6sfLRQ {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lp6sfLRQ {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOVz77WI3i {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOVz77WI3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz77WI3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz77WI3i .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOVz77WI3i .row .card {
  padding: 0 13px;
}
.cid-uOVz77WI3i .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOVz77WI3i .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOVz77WI3i .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOVz77WI3i .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOVz77WI3i .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOVz77WI3i .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOVz77WI3i .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOVz77WI3i .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOVz77WI3i .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOVz77WI3i .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOVz77WI3i .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOVz77WI3i .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOVz77WI3i .card-wrapper {
  overflow: hidden;
}
.cid-uOVz77WI3i .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOVz77WI3i .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOVz77WI3i .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOVz77WI3i .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOVz77WI3i .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOVz77WI3i .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOVz77WI3i .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOVz77WI3i .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOVz77WI3i .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOVz77WI3i .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOVz77WI3i .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOVz77WI3i .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOVz77WI3i .mbr-label,
.cid-uOVz77WI3i .label-wrapper {
  color: #151e11;
}
.cid-uOVz77WI3i .mbr-section-title {
  color: #000000;
}
.cid-uOVz77WI3i .mbr-number {
  color: #fff7ee;
}
.cid-uOVz77WI3i .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOVz77WI3i .card-label,
.cid-uOVz77WI3i .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOVz77WI3i .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOVz77WI3i .card-text {
  color: #fff7ee;
}
.cid-uOVz78ac3C {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOVz78ac3C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz78ac3C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz78ac3C .items-wrapper {
  margin: 0 -8px;
}
.cid-uOVz78ac3C .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOVz78ac3C .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOVz78ac3C .item {
    margin-bottom: 12px;
  }
}
.cid-uOVz78ac3C .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOVz78otd4 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOVz78otd4 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOVz78otd4 .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOVz78otd4 H2 {
  color: #e7272d;
}
.cid-uOVz78otd4 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOVz78otd4 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOVz78otd4 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVz78otd4 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVz78otd4 .col-lg-12 {
  overflow: hidden;
}
.cid-uOVz78otd4 H4 {
  color: #fbbe36;
}
.cid-uOVz78otd4 .mbr-text,
.cid-uOVz78otd4 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOVz78otd4 .logo-wrap:before {
    content: none;
  }
  .cid-uOVz78otd4 .logo-wrap:after {
    content: none;
  }
}
.cid-uOVz78otd4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz78otd4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz78otd4 H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lp52foQC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lp52foQC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lp52foQC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lp52foQC .media-container-row {
  justify-content: space-between;
}
.cid-v2lp52foQC .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lp52foQC .text-content {
    max-width: none;
  }
}
.cid-v2lp52foQC .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lp52foQC .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lp52foQC .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lp52foQC .icons {
    justify-content: center !important;
  }
  .cid-v2lp52foQC .text-content * {
    text-align: center;
  }
}
.cid-v2lp52foQC .mbr-section-title {
  color: #ffffff;
}
.cid-v2lp52foQC P {
  color: #ffffff;
}
.cid-v2pJDXX6D2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pJDXX6D2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pJDXX6D2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pJDXX6D2 .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pJDXX6D2 .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pJDXX6D2 .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pJDXX6D2 .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pJDXX6D2 .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pJDXX6D2 .mbr-desc,
.cid-v2pJDXX6D2 .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pJDXX6D2 .mbr-text,
.cid-v2pJDXX6D2 .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOVz7ETkl0 {
  z-index: 1000;
  width: 100%;
}
.cid-uOVz7ETkl0 .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOVz7ETkl0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOVz7ETkl0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOVz7ETkl0 .menu_box .navbar.opened,
  .cid-uOVz7ETkl0 .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOVz7ETkl0 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOVz7ETkl0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOVz7ETkl0 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOVz7ETkl0 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOVz7ETkl0 .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOVz7ETkl0 .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOVz7ETkl0 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOVz7ETkl0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOVz7ETkl0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOVz7ETkl0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOVz7ETkl0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOVz7ETkl0 .offcanvas-body .mbr-text,
  .cid-uOVz7ETkl0 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOVz7ETkl0 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOVz7ETkl0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOVz7ETkl0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOVz7ETkl0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOVz7ETkl0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOVz7ETkl0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOVz7ETkl0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOVz7ETkl0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOVz7ETkl0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVz7ETkl0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOVz7ETkl0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOVz7ETkl0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOVz7ETkl0 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOVz7ETkl0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOVz7ETkl0 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOVz7ETkl0 .nav-item {
    margin: 0 !important;
  }
}
.cid-uOVz7ETkl0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOVz7ETkl0 .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOVz7ETkl0 .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOVz7ETkl0 .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOVz7ETkl0 .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOVz7ETkl0 .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOVz7ETkl0 .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOVz7ETkl0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVz7ETkl0 .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-uOVz7ETkl0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOVz7ETkl0 .offcanvas_box {
    display: none;
  }
}
.cid-uOVz7ETkl0 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOVz7ETkl0 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOVz7ETkl0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOVz7ETkl0 .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOVz7ETkl0 .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOVz7ETkl0 .container {
  display: flex;
  margin: auto;
}
.cid-uOVz7ETkl0 .iconfont-wrapper {
  color: #272727;
  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-uOVz7ETkl0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOVz7ETkl0 .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOVz7ETkl0 .navbar-caption {
  color: #000000;
}
.cid-uOVz7ETkl0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOVz7ETkl0 .navbar-nav {
    margin: 0;
  }
}
.cid-uOVz7ETkl0 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOVz7ETkl0 .dropdown-menu,
.cid-uOVz7ETkl0 .navbar.opened {
  background-color: true !important;
}
.cid-uOVz7ETkl0 .nav-item:focus,
.cid-uOVz7ETkl0 .nav-link:focus {
  outline: none;
}
.cid-uOVz7ETkl0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOVz7ETkl0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOVz7ETkl0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOVz7ETkl0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOVz7ETkl0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOVz7ETkl0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOVz7ETkl0 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOVz7ETkl0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uOVz7ETkl0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOVz7ETkl0 .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOVz7ETkl0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOVz7ETkl0 .navbar.collapsed {
  justify-content: center;
}
.cid-uOVz7ETkl0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOVz7ETkl0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOVz7ETkl0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOVz7ETkl0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOVz7ETkl0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOVz7ETkl0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOVz7ETkl0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOVz7ETkl0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOVz7ETkl0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOVz7ETkl0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOVz7ETkl0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOVz7ETkl0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOVz7ETkl0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOVz7ETkl0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOVz7ETkl0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOVz7ETkl0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOVz7ETkl0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOVz7ETkl0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOVz7ETkl0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOVz7ETkl0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOVz7ETkl0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOVz7ETkl0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOVz7ETkl0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOVz7ETkl0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOVz7ETkl0 .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-uOVz7ETkl0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOVz7ETkl0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOVz7ETkl0 .dropdown-item.active,
.cid-uOVz7ETkl0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOVz7ETkl0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOVz7ETkl0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOVz7ETkl0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOVz7ETkl0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOVz7ETkl0 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOVz7ETkl0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOVz7ETkl0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOVz7ETkl0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOVz7ETkl0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOVz7ETkl0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVz7ETkl0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVz7ETkl0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOVz7ETkl0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVz7ETkl0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOVz7ETkl0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOVz7ETkl0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVz7ETkl0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOVz7ETkl0 .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-uOVz7ETkl0 .navbar {
    height: 70px;
  }
  .cid-uOVz7ETkl0 .navbar.opened {
    height: auto;
  }
  .cid-uOVz7ETkl0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOVz7ETkl0 .mbr-section-btn .btn,
.cid-uOVz7ETkl0 .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOVz7ETkl0 .mbr-section-btn .btn:first-child,
.cid-uOVz7ETkl0 .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOVz7ETkl0 .mbr-section-btn .btn:focus,
.cid-uOVz7ETkl0 .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOVz7ETkl0 .mbr-section-btn .btn span,
.cid-uOVz7ETkl0 .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOVz7ETkl0 .mbr-section-btn .btn:hover,
.cid-uOVz7ETkl0 .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOVz7ETkl0 .mbr-section-btn .btn:hover span,
.cid-uOVz7ETkl0 .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOVz7ETkl0 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOVz7ETkl0 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOVz7ETkl0 .navbar-caption:hover {
  color: #272727;
}
.cid-uOVz7ETkl0 .nav-link:hover {
  color: #272727;
}
.cid-uOVz7ETkl0 .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOVz7ETkl0 .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOVz7ETkl0 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOVz7ETkl0 .mbr-section-subtitle,
.cid-uOVz7ETkl0 .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOVz7ETkl0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lpgVNgqC {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lpgVNgqC {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lpgVNgqC {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lpgVNgqC {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lpgVNgqC {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lpgVNgqC {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOVz7FtVnY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOVz7FtVnY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz7FtVnY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz7FtVnY .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOVz7FtVnY .row .card {
  padding: 0 13px;
}
.cid-uOVz7FtVnY .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOVz7FtVnY .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOVz7FtVnY .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOVz7FtVnY .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOVz7FtVnY .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOVz7FtVnY .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOVz7FtVnY .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOVz7FtVnY .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOVz7FtVnY .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOVz7FtVnY .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOVz7FtVnY .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOVz7FtVnY .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOVz7FtVnY .card-wrapper {
  overflow: hidden;
}
.cid-uOVz7FtVnY .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOVz7FtVnY .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOVz7FtVnY .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOVz7FtVnY .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOVz7FtVnY .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOVz7FtVnY .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOVz7FtVnY .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOVz7FtVnY .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOVz7FtVnY .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOVz7FtVnY .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOVz7FtVnY .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOVz7FtVnY .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOVz7FtVnY .mbr-label,
.cid-uOVz7FtVnY .label-wrapper {
  color: #151e11;
}
.cid-uOVz7FtVnY .mbr-section-title {
  color: #000000;
}
.cid-uOVz7FtVnY .mbr-number {
  color: #fff7ee;
}
.cid-uOVz7FtVnY .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOVz7FtVnY .card-label,
.cid-uOVz7FtVnY .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOVz7FtVnY .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOVz7FtVnY .card-text {
  color: #fff7ee;
}
.cid-uOVz7FJeV0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOVz7FJeV0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz7FJeV0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz7FJeV0 .items-wrapper {
  margin: 0 -8px;
}
.cid-uOVz7FJeV0 .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOVz7FJeV0 .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOVz7FJeV0 .item {
    margin-bottom: 12px;
  }
}
.cid-uOVz7FJeV0 .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOVz7FUuev {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOVz7FUuev .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOVz7FUuev .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOVz7FUuev H2 {
  color: #e7272d;
}
.cid-uOVz7FUuev .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOVz7FUuev .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOVz7FUuev .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVz7FUuev .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVz7FUuev .col-lg-12 {
  overflow: hidden;
}
.cid-uOVz7FUuev H4 {
  color: #fbbe36;
}
.cid-uOVz7FUuev .mbr-text,
.cid-uOVz7FUuev .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOVz7FUuev .logo-wrap:before {
    content: none;
  }
  .cid-uOVz7FUuev .logo-wrap:after {
    content: none;
  }
}
.cid-uOVz7FUuev .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz7FUuev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz7FUuev H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lpdoJ6Nu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lpdoJ6Nu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lpdoJ6Nu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lpdoJ6Nu .media-container-row {
  justify-content: space-between;
}
.cid-v2lpdoJ6Nu .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lpdoJ6Nu .text-content {
    max-width: none;
  }
}
.cid-v2lpdoJ6Nu .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lpdoJ6Nu .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lpdoJ6Nu .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lpdoJ6Nu .icons {
    justify-content: center !important;
  }
  .cid-v2lpdoJ6Nu .text-content * {
    text-align: center;
  }
}
.cid-v2lpdoJ6Nu .mbr-section-title {
  color: #ffffff;
}
.cid-v2lpdoJ6Nu P {
  color: #ffffff;
}
.cid-v2pJHW04n1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pJHW04n1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pJHW04n1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pJHW04n1 .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pJHW04n1 .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pJHW04n1 .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pJHW04n1 .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pJHW04n1 .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pJHW04n1 .mbr-desc,
.cid-v2pJHW04n1 .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pJHW04n1 .mbr-text,
.cid-v2pJHW04n1 .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOVz89CDG6 {
  z-index: 1000;
  width: 100%;
}
.cid-uOVz89CDG6 .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOVz89CDG6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOVz89CDG6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOVz89CDG6 .menu_box .navbar.opened,
  .cid-uOVz89CDG6 .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOVz89CDG6 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOVz89CDG6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOVz89CDG6 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOVz89CDG6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOVz89CDG6 .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOVz89CDG6 .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOVz89CDG6 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOVz89CDG6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOVz89CDG6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOVz89CDG6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOVz89CDG6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOVz89CDG6 .offcanvas-body .mbr-text,
  .cid-uOVz89CDG6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOVz89CDG6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOVz89CDG6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOVz89CDG6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOVz89CDG6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOVz89CDG6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOVz89CDG6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOVz89CDG6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOVz89CDG6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOVz89CDG6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVz89CDG6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOVz89CDG6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOVz89CDG6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOVz89CDG6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOVz89CDG6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOVz89CDG6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOVz89CDG6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uOVz89CDG6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOVz89CDG6 .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOVz89CDG6 .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOVz89CDG6 .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOVz89CDG6 .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOVz89CDG6 .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOVz89CDG6 .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOVz89CDG6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVz89CDG6 .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-uOVz89CDG6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOVz89CDG6 .offcanvas_box {
    display: none;
  }
}
.cid-uOVz89CDG6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOVz89CDG6 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOVz89CDG6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOVz89CDG6 .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOVz89CDG6 .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOVz89CDG6 .container {
  display: flex;
  margin: auto;
}
.cid-uOVz89CDG6 .iconfont-wrapper {
  color: #272727;
  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-uOVz89CDG6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOVz89CDG6 .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOVz89CDG6 .navbar-caption {
  color: #000000;
}
.cid-uOVz89CDG6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOVz89CDG6 .navbar-nav {
    margin: 0;
  }
}
.cid-uOVz89CDG6 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOVz89CDG6 .dropdown-menu,
.cid-uOVz89CDG6 .navbar.opened {
  background-color: true !important;
}
.cid-uOVz89CDG6 .nav-item:focus,
.cid-uOVz89CDG6 .nav-link:focus {
  outline: none;
}
.cid-uOVz89CDG6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOVz89CDG6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOVz89CDG6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOVz89CDG6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOVz89CDG6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOVz89CDG6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOVz89CDG6 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOVz89CDG6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uOVz89CDG6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOVz89CDG6 .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOVz89CDG6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOVz89CDG6 .navbar.collapsed {
  justify-content: center;
}
.cid-uOVz89CDG6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOVz89CDG6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOVz89CDG6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOVz89CDG6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOVz89CDG6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOVz89CDG6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOVz89CDG6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOVz89CDG6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOVz89CDG6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOVz89CDG6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOVz89CDG6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOVz89CDG6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOVz89CDG6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOVz89CDG6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOVz89CDG6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOVz89CDG6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOVz89CDG6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOVz89CDG6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOVz89CDG6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOVz89CDG6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOVz89CDG6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOVz89CDG6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOVz89CDG6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOVz89CDG6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOVz89CDG6 .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-uOVz89CDG6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOVz89CDG6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOVz89CDG6 .dropdown-item.active,
.cid-uOVz89CDG6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOVz89CDG6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOVz89CDG6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOVz89CDG6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOVz89CDG6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOVz89CDG6 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOVz89CDG6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOVz89CDG6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOVz89CDG6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOVz89CDG6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOVz89CDG6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVz89CDG6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVz89CDG6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOVz89CDG6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVz89CDG6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOVz89CDG6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOVz89CDG6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVz89CDG6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOVz89CDG6 .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-uOVz89CDG6 .navbar {
    height: 70px;
  }
  .cid-uOVz89CDG6 .navbar.opened {
    height: auto;
  }
  .cid-uOVz89CDG6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOVz89CDG6 .mbr-section-btn .btn,
.cid-uOVz89CDG6 .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOVz89CDG6 .mbr-section-btn .btn:first-child,
.cid-uOVz89CDG6 .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOVz89CDG6 .mbr-section-btn .btn:focus,
.cid-uOVz89CDG6 .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOVz89CDG6 .mbr-section-btn .btn span,
.cid-uOVz89CDG6 .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOVz89CDG6 .mbr-section-btn .btn:hover,
.cid-uOVz89CDG6 .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOVz89CDG6 .mbr-section-btn .btn:hover span,
.cid-uOVz89CDG6 .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOVz89CDG6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOVz89CDG6 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOVz89CDG6 .navbar-caption:hover {
  color: #272727;
}
.cid-uOVz89CDG6 .nav-link:hover {
  color: #272727;
}
.cid-uOVz89CDG6 .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOVz89CDG6 .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOVz89CDG6 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOVz89CDG6 .mbr-section-subtitle,
.cid-uOVz89CDG6 .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOVz89CDG6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lprGB6eu {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lprGB6eu {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lprGB6eu {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lprGB6eu {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lprGB6eu {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lprGB6eu {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOVz8a3Y4P {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOVz8a3Y4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz8a3Y4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz8a3Y4P .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOVz8a3Y4P .row .card {
  padding: 0 13px;
}
.cid-uOVz8a3Y4P .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOVz8a3Y4P .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOVz8a3Y4P .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOVz8a3Y4P .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOVz8a3Y4P .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOVz8a3Y4P .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOVz8a3Y4P .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOVz8a3Y4P .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOVz8a3Y4P .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOVz8a3Y4P .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOVz8a3Y4P .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOVz8a3Y4P .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOVz8a3Y4P .card-wrapper {
  overflow: hidden;
}
.cid-uOVz8a3Y4P .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOVz8a3Y4P .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOVz8a3Y4P .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOVz8a3Y4P .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOVz8a3Y4P .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOVz8a3Y4P .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOVz8a3Y4P .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOVz8a3Y4P .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOVz8a3Y4P .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOVz8a3Y4P .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOVz8a3Y4P .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOVz8a3Y4P .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOVz8a3Y4P .mbr-label,
.cid-uOVz8a3Y4P .label-wrapper {
  color: #151e11;
}
.cid-uOVz8a3Y4P .mbr-section-title {
  color: #000000;
}
.cid-uOVz8a3Y4P .mbr-number {
  color: #fff7ee;
}
.cid-uOVz8a3Y4P .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOVz8a3Y4P .card-label,
.cid-uOVz8a3Y4P .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOVz8a3Y4P .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOVz8a3Y4P .card-text {
  color: #fff7ee;
}
.cid-uOVz8aiGCs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOVz8aiGCs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz8aiGCs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz8aiGCs .items-wrapper {
  margin: 0 -8px;
}
.cid-uOVz8aiGCs .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOVz8aiGCs .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOVz8aiGCs .item {
    margin-bottom: 12px;
  }
}
.cid-uOVz8aiGCs .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOVz8auRqs {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOVz8auRqs .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOVz8auRqs .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOVz8auRqs H2 {
  color: #e7272d;
}
.cid-uOVz8auRqs .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOVz8auRqs .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOVz8auRqs .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVz8auRqs .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVz8auRqs .col-lg-12 {
  overflow: hidden;
}
.cid-uOVz8auRqs H4 {
  color: #fbbe36;
}
.cid-uOVz8auRqs .mbr-text,
.cid-uOVz8auRqs .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOVz8auRqs .logo-wrap:before {
    content: none;
  }
  .cid-uOVz8auRqs .logo-wrap:after {
    content: none;
  }
}
.cid-uOVz8auRqs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz8auRqs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz8auRqs H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lpyiIegI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lpyiIegI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lpyiIegI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lpyiIegI .media-container-row {
  justify-content: space-between;
}
.cid-v2lpyiIegI .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lpyiIegI .text-content {
    max-width: none;
  }
}
.cid-v2lpyiIegI .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lpyiIegI .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lpyiIegI .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lpyiIegI .icons {
    justify-content: center !important;
  }
  .cid-v2lpyiIegI .text-content * {
    text-align: center;
  }
}
.cid-v2lpyiIegI .mbr-section-title {
  color: #ffffff;
}
.cid-v2lpyiIegI P {
  color: #ffffff;
}
.cid-v2pJLb3lBa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pJLb3lBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pJLb3lBa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pJLb3lBa .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pJLb3lBa .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pJLb3lBa .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pJLb3lBa .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pJLb3lBa .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pJLb3lBa .mbr-desc,
.cid-v2pJLb3lBa .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pJLb3lBa .mbr-text,
.cid-v2pJLb3lBa .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOVz92QAZD {
  z-index: 1000;
  width: 100%;
}
.cid-uOVz92QAZD .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOVz92QAZD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOVz92QAZD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOVz92QAZD .menu_box .navbar.opened,
  .cid-uOVz92QAZD .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOVz92QAZD nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOVz92QAZD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOVz92QAZD .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOVz92QAZD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOVz92QAZD .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOVz92QAZD .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOVz92QAZD .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOVz92QAZD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOVz92QAZD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOVz92QAZD .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOVz92QAZD .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOVz92QAZD .offcanvas-body .mbr-text,
  .cid-uOVz92QAZD .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOVz92QAZD .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOVz92QAZD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOVz92QAZD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOVz92QAZD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOVz92QAZD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOVz92QAZD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOVz92QAZD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOVz92QAZD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOVz92QAZD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVz92QAZD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOVz92QAZD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOVz92QAZD li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOVz92QAZD .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOVz92QAZD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOVz92QAZD .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOVz92QAZD .nav-item {
    margin: 0 !important;
  }
}
.cid-uOVz92QAZD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOVz92QAZD .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOVz92QAZD .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOVz92QAZD .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOVz92QAZD .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOVz92QAZD .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOVz92QAZD .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOVz92QAZD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVz92QAZD .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-uOVz92QAZD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOVz92QAZD .offcanvas_box {
    display: none;
  }
}
.cid-uOVz92QAZD .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOVz92QAZD .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOVz92QAZD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOVz92QAZD .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOVz92QAZD .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOVz92QAZD .container {
  display: flex;
  margin: auto;
}
.cid-uOVz92QAZD .iconfont-wrapper {
  color: #272727;
  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-uOVz92QAZD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOVz92QAZD .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOVz92QAZD .navbar-caption {
  color: #000000;
}
.cid-uOVz92QAZD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOVz92QAZD .navbar-nav {
    margin: 0;
  }
}
.cid-uOVz92QAZD .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOVz92QAZD .dropdown-menu,
.cid-uOVz92QAZD .navbar.opened {
  background-color: true !important;
}
.cid-uOVz92QAZD .nav-item:focus,
.cid-uOVz92QAZD .nav-link:focus {
  outline: none;
}
.cid-uOVz92QAZD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOVz92QAZD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOVz92QAZD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOVz92QAZD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOVz92QAZD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOVz92QAZD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOVz92QAZD .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOVz92QAZD .navbar.opened {
  transition: all 0.3s;
}
.cid-uOVz92QAZD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOVz92QAZD .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOVz92QAZD .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOVz92QAZD .navbar.collapsed {
  justify-content: center;
}
.cid-uOVz92QAZD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOVz92QAZD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOVz92QAZD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOVz92QAZD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOVz92QAZD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOVz92QAZD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOVz92QAZD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOVz92QAZD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOVz92QAZD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOVz92QAZD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOVz92QAZD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOVz92QAZD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOVz92QAZD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOVz92QAZD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOVz92QAZD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOVz92QAZD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOVz92QAZD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOVz92QAZD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOVz92QAZD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOVz92QAZD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOVz92QAZD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOVz92QAZD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOVz92QAZD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOVz92QAZD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOVz92QAZD .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-uOVz92QAZD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOVz92QAZD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOVz92QAZD .dropdown-item.active,
.cid-uOVz92QAZD .dropdown-item:active {
  background-color: transparent;
}
.cid-uOVz92QAZD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOVz92QAZD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOVz92QAZD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOVz92QAZD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOVz92QAZD ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOVz92QAZD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOVz92QAZD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOVz92QAZD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOVz92QAZD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOVz92QAZD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVz92QAZD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVz92QAZD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOVz92QAZD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVz92QAZD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOVz92QAZD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOVz92QAZD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVz92QAZD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOVz92QAZD .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-uOVz92QAZD .navbar {
    height: 70px;
  }
  .cid-uOVz92QAZD .navbar.opened {
    height: auto;
  }
  .cid-uOVz92QAZD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOVz92QAZD .mbr-section-btn .btn,
.cid-uOVz92QAZD .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOVz92QAZD .mbr-section-btn .btn:first-child,
.cid-uOVz92QAZD .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOVz92QAZD .mbr-section-btn .btn:focus,
.cid-uOVz92QAZD .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOVz92QAZD .mbr-section-btn .btn span,
.cid-uOVz92QAZD .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOVz92QAZD .mbr-section-btn .btn:hover,
.cid-uOVz92QAZD .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOVz92QAZD .mbr-section-btn .btn:hover span,
.cid-uOVz92QAZD .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOVz92QAZD .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOVz92QAZD .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOVz92QAZD .navbar-caption:hover {
  color: #272727;
}
.cid-uOVz92QAZD .nav-link:hover {
  color: #272727;
}
.cid-uOVz92QAZD .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOVz92QAZD .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOVz92QAZD .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOVz92QAZD .mbr-section-subtitle,
.cid-uOVz92QAZD .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOVz92QAZD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lsjQTPYy {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lsjQTPYy {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lsjQTPYy {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lsjQTPYy {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lsjQTPYy {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lsjQTPYy {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOVz93l8Kp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOVz93l8Kp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz93l8Kp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz93l8Kp .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOVz93l8Kp .row .card {
  padding: 0 13px;
}
.cid-uOVz93l8Kp .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOVz93l8Kp .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOVz93l8Kp .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOVz93l8Kp .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOVz93l8Kp .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOVz93l8Kp .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOVz93l8Kp .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOVz93l8Kp .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOVz93l8Kp .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOVz93l8Kp .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOVz93l8Kp .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOVz93l8Kp .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOVz93l8Kp .card-wrapper {
  overflow: hidden;
}
.cid-uOVz93l8Kp .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOVz93l8Kp .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOVz93l8Kp .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOVz93l8Kp .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOVz93l8Kp .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOVz93l8Kp .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOVz93l8Kp .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOVz93l8Kp .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOVz93l8Kp .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOVz93l8Kp .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOVz93l8Kp .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOVz93l8Kp .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOVz93l8Kp .mbr-label,
.cid-uOVz93l8Kp .label-wrapper {
  color: #151e11;
}
.cid-uOVz93l8Kp .mbr-section-title {
  color: #000000;
}
.cid-uOVz93l8Kp .mbr-number {
  color: #fff7ee;
}
.cid-uOVz93l8Kp .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOVz93l8Kp .card-label,
.cid-uOVz93l8Kp .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOVz93l8Kp .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOVz93l8Kp .card-text {
  color: #fff7ee;
}
.cid-uOVz93DCXB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOVz93DCXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz93DCXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz93DCXB .items-wrapper {
  margin: 0 -8px;
}
.cid-uOVz93DCXB .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOVz93DCXB .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOVz93DCXB .item {
    margin-bottom: 12px;
  }
}
.cid-uOVz93DCXB .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOVz93Pcvr {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOVz93Pcvr .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOVz93Pcvr .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOVz93Pcvr H2 {
  color: #e7272d;
}
.cid-uOVz93Pcvr .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOVz93Pcvr .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOVz93Pcvr .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVz93Pcvr .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVz93Pcvr .col-lg-12 {
  overflow: hidden;
}
.cid-uOVz93Pcvr H4 {
  color: #fbbe36;
}
.cid-uOVz93Pcvr .mbr-text,
.cid-uOVz93Pcvr .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOVz93Pcvr .logo-wrap:before {
    content: none;
  }
  .cid-uOVz93Pcvr .logo-wrap:after {
    content: none;
  }
}
.cid-uOVz93Pcvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz93Pcvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz93Pcvr H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lskTBQH8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lskTBQH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lskTBQH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lskTBQH8 .media-container-row {
  justify-content: space-between;
}
.cid-v2lskTBQH8 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lskTBQH8 .text-content {
    max-width: none;
  }
}
.cid-v2lskTBQH8 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lskTBQH8 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lskTBQH8 .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lskTBQH8 .icons {
    justify-content: center !important;
  }
  .cid-v2lskTBQH8 .text-content * {
    text-align: center;
  }
}
.cid-v2lskTBQH8 .mbr-section-title {
  color: #ffffff;
}
.cid-v2lskTBQH8 P {
  color: #ffffff;
}
.cid-v2pKyht0Yp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pKyht0Yp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pKyht0Yp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pKyht0Yp .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pKyht0Yp .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pKyht0Yp .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pKyht0Yp .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pKyht0Yp .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pKyht0Yp .mbr-desc,
.cid-v2pKyht0Yp .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pKyht0Yp .mbr-text,
.cid-v2pKyht0Yp .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOVz9z1EgW {
  z-index: 1000;
  width: 100%;
}
.cid-uOVz9z1EgW .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOVz9z1EgW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOVz9z1EgW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOVz9z1EgW .menu_box .navbar.opened,
  .cid-uOVz9z1EgW .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOVz9z1EgW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOVz9z1EgW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOVz9z1EgW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOVz9z1EgW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOVz9z1EgW .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOVz9z1EgW .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOVz9z1EgW .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOVz9z1EgW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOVz9z1EgW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOVz9z1EgW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOVz9z1EgW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOVz9z1EgW .offcanvas-body .mbr-text,
  .cid-uOVz9z1EgW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOVz9z1EgW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOVz9z1EgW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOVz9z1EgW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOVz9z1EgW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOVz9z1EgW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOVz9z1EgW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOVz9z1EgW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOVz9z1EgW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOVz9z1EgW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVz9z1EgW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOVz9z1EgW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOVz9z1EgW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOVz9z1EgW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOVz9z1EgW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOVz9z1EgW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOVz9z1EgW .nav-item {
    margin: 0 !important;
  }
}
.cid-uOVz9z1EgW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOVz9z1EgW .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOVz9z1EgW .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOVz9z1EgW .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOVz9z1EgW .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOVz9z1EgW .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOVz9z1EgW .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOVz9z1EgW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVz9z1EgW .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-uOVz9z1EgW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOVz9z1EgW .offcanvas_box {
    display: none;
  }
}
.cid-uOVz9z1EgW .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOVz9z1EgW .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOVz9z1EgW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOVz9z1EgW .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOVz9z1EgW .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOVz9z1EgW .container {
  display: flex;
  margin: auto;
}
.cid-uOVz9z1EgW .iconfont-wrapper {
  color: #272727;
  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-uOVz9z1EgW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOVz9z1EgW .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOVz9z1EgW .navbar-caption {
  color: #000000;
}
.cid-uOVz9z1EgW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOVz9z1EgW .navbar-nav {
    margin: 0;
  }
}
.cid-uOVz9z1EgW .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOVz9z1EgW .dropdown-menu,
.cid-uOVz9z1EgW .navbar.opened {
  background-color: true !important;
}
.cid-uOVz9z1EgW .nav-item:focus,
.cid-uOVz9z1EgW .nav-link:focus {
  outline: none;
}
.cid-uOVz9z1EgW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOVz9z1EgW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOVz9z1EgW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOVz9z1EgW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOVz9z1EgW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOVz9z1EgW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOVz9z1EgW .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOVz9z1EgW .navbar.opened {
  transition: all 0.3s;
}
.cid-uOVz9z1EgW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOVz9z1EgW .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOVz9z1EgW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOVz9z1EgW .navbar.collapsed {
  justify-content: center;
}
.cid-uOVz9z1EgW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOVz9z1EgW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOVz9z1EgW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOVz9z1EgW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOVz9z1EgW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOVz9z1EgW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOVz9z1EgW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOVz9z1EgW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOVz9z1EgW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOVz9z1EgW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOVz9z1EgW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOVz9z1EgW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOVz9z1EgW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOVz9z1EgW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOVz9z1EgW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOVz9z1EgW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOVz9z1EgW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOVz9z1EgW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOVz9z1EgW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOVz9z1EgW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOVz9z1EgW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOVz9z1EgW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOVz9z1EgW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOVz9z1EgW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOVz9z1EgW .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-uOVz9z1EgW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOVz9z1EgW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOVz9z1EgW .dropdown-item.active,
.cid-uOVz9z1EgW .dropdown-item:active {
  background-color: transparent;
}
.cid-uOVz9z1EgW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOVz9z1EgW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOVz9z1EgW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOVz9z1EgW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOVz9z1EgW ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOVz9z1EgW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOVz9z1EgW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOVz9z1EgW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOVz9z1EgW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOVz9z1EgW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVz9z1EgW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVz9z1EgW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOVz9z1EgW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVz9z1EgW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOVz9z1EgW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOVz9z1EgW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVz9z1EgW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOVz9z1EgW .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-uOVz9z1EgW .navbar {
    height: 70px;
  }
  .cid-uOVz9z1EgW .navbar.opened {
    height: auto;
  }
  .cid-uOVz9z1EgW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOVz9z1EgW .mbr-section-btn .btn,
.cid-uOVz9z1EgW .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOVz9z1EgW .mbr-section-btn .btn:first-child,
.cid-uOVz9z1EgW .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOVz9z1EgW .mbr-section-btn .btn:focus,
.cid-uOVz9z1EgW .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOVz9z1EgW .mbr-section-btn .btn span,
.cid-uOVz9z1EgW .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOVz9z1EgW .mbr-section-btn .btn:hover,
.cid-uOVz9z1EgW .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOVz9z1EgW .mbr-section-btn .btn:hover span,
.cid-uOVz9z1EgW .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOVz9z1EgW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOVz9z1EgW .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOVz9z1EgW .navbar-caption:hover {
  color: #272727;
}
.cid-uOVz9z1EgW .nav-link:hover {
  color: #272727;
}
.cid-uOVz9z1EgW .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOVz9z1EgW .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOVz9z1EgW .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOVz9z1EgW .mbr-section-subtitle,
.cid-uOVz9z1EgW .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOVz9z1EgW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lpDoEgzF {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lpDoEgzF {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lpDoEgzF {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lpDoEgzF {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lpDoEgzF {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lpDoEgzF {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOVz9zyoxY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOVz9zyoxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz9zyoxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz9zyoxY .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOVz9zyoxY .row .card {
  padding: 0 13px;
}
.cid-uOVz9zyoxY .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOVz9zyoxY .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOVz9zyoxY .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOVz9zyoxY .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOVz9zyoxY .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOVz9zyoxY .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOVz9zyoxY .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOVz9zyoxY .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOVz9zyoxY .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOVz9zyoxY .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOVz9zyoxY .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOVz9zyoxY .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOVz9zyoxY .card-wrapper {
  overflow: hidden;
}
.cid-uOVz9zyoxY .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOVz9zyoxY .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOVz9zyoxY .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOVz9zyoxY .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOVz9zyoxY .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOVz9zyoxY .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOVz9zyoxY .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOVz9zyoxY .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOVz9zyoxY .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOVz9zyoxY .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOVz9zyoxY .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOVz9zyoxY .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOVz9zyoxY .mbr-label,
.cid-uOVz9zyoxY .label-wrapper {
  color: #151e11;
}
.cid-uOVz9zyoxY .mbr-section-title {
  color: #000000;
}
.cid-uOVz9zyoxY .mbr-number {
  color: #fff7ee;
}
.cid-uOVz9zyoxY .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOVz9zyoxY .card-label,
.cid-uOVz9zyoxY .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOVz9zyoxY .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOVz9zyoxY .card-text {
  color: #fff7ee;
}
.cid-uOVz9zQw6y {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOVz9zQw6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz9zQw6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz9zQw6y .items-wrapper {
  margin: 0 -8px;
}
.cid-uOVz9zQw6y .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOVz9zQw6y .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOVz9zQw6y .item {
    margin-bottom: 12px;
  }
}
.cid-uOVz9zQw6y .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOVz9A3NK7 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOVz9A3NK7 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOVz9A3NK7 .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOVz9A3NK7 H2 {
  color: #e7272d;
}
.cid-uOVz9A3NK7 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOVz9A3NK7 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOVz9A3NK7 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVz9A3NK7 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVz9A3NK7 .col-lg-12 {
  overflow: hidden;
}
.cid-uOVz9A3NK7 H4 {
  color: #fbbe36;
}
.cid-uOVz9A3NK7 .mbr-text,
.cid-uOVz9A3NK7 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOVz9A3NK7 .logo-wrap:before {
    content: none;
  }
  .cid-uOVz9A3NK7 .logo-wrap:after {
    content: none;
  }
}
.cid-uOVz9A3NK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVz9A3NK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVz9A3NK7 H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lpEdoo08 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lpEdoo08 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lpEdoo08 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lpEdoo08 .media-container-row {
  justify-content: space-between;
}
.cid-v2lpEdoo08 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lpEdoo08 .text-content {
    max-width: none;
  }
}
.cid-v2lpEdoo08 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lpEdoo08 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lpEdoo08 .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lpEdoo08 .icons {
    justify-content: center !important;
  }
  .cid-v2lpEdoo08 .text-content * {
    text-align: center;
  }
}
.cid-v2lpEdoo08 .mbr-section-title {
  color: #ffffff;
}
.cid-v2lpEdoo08 P {
  color: #ffffff;
}
.cid-v2pJN9G9Rl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pJN9G9Rl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pJN9G9Rl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pJN9G9Rl .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pJN9G9Rl .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pJN9G9Rl .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pJN9G9Rl .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pJN9G9Rl .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pJN9G9Rl .mbr-desc,
.cid-v2pJN9G9Rl .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pJN9G9Rl .mbr-text,
.cid-v2pJN9G9Rl .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOVza7yxEy {
  z-index: 1000;
  width: 100%;
}
.cid-uOVza7yxEy .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOVza7yxEy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOVza7yxEy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOVza7yxEy .menu_box .navbar.opened,
  .cid-uOVza7yxEy .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOVza7yxEy nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOVza7yxEy .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOVza7yxEy .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOVza7yxEy .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOVza7yxEy .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOVza7yxEy .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOVza7yxEy .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOVza7yxEy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOVza7yxEy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOVza7yxEy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOVza7yxEy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOVza7yxEy .offcanvas-body .mbr-text,
  .cid-uOVza7yxEy .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOVza7yxEy .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOVza7yxEy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOVza7yxEy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOVza7yxEy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOVza7yxEy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOVza7yxEy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOVza7yxEy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOVza7yxEy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOVza7yxEy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVza7yxEy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOVza7yxEy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOVza7yxEy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOVza7yxEy .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOVza7yxEy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOVza7yxEy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOVza7yxEy .nav-item {
    margin: 0 !important;
  }
}
.cid-uOVza7yxEy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOVza7yxEy .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOVza7yxEy .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOVza7yxEy .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOVza7yxEy .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOVza7yxEy .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOVza7yxEy .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOVza7yxEy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVza7yxEy .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-uOVza7yxEy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOVza7yxEy .offcanvas_box {
    display: none;
  }
}
.cid-uOVza7yxEy .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOVza7yxEy .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOVza7yxEy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOVza7yxEy .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOVza7yxEy .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOVza7yxEy .container {
  display: flex;
  margin: auto;
}
.cid-uOVza7yxEy .iconfont-wrapper {
  color: #272727;
  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-uOVza7yxEy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOVza7yxEy .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOVza7yxEy .navbar-caption {
  color: #000000;
}
.cid-uOVza7yxEy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOVza7yxEy .navbar-nav {
    margin: 0;
  }
}
.cid-uOVza7yxEy .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOVza7yxEy .dropdown-menu,
.cid-uOVza7yxEy .navbar.opened {
  background-color: true !important;
}
.cid-uOVza7yxEy .nav-item:focus,
.cid-uOVza7yxEy .nav-link:focus {
  outline: none;
}
.cid-uOVza7yxEy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOVza7yxEy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOVza7yxEy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOVza7yxEy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOVza7yxEy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOVza7yxEy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOVza7yxEy .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOVza7yxEy .navbar.opened {
  transition: all 0.3s;
}
.cid-uOVza7yxEy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOVza7yxEy .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOVza7yxEy .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOVza7yxEy .navbar.collapsed {
  justify-content: center;
}
.cid-uOVza7yxEy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOVza7yxEy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOVza7yxEy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOVza7yxEy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOVza7yxEy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOVza7yxEy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOVza7yxEy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOVza7yxEy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOVza7yxEy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOVza7yxEy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOVza7yxEy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOVza7yxEy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOVza7yxEy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOVza7yxEy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOVza7yxEy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOVza7yxEy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOVza7yxEy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOVza7yxEy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOVza7yxEy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOVza7yxEy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOVza7yxEy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOVza7yxEy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOVza7yxEy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOVza7yxEy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOVza7yxEy .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-uOVza7yxEy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOVza7yxEy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOVza7yxEy .dropdown-item.active,
.cid-uOVza7yxEy .dropdown-item:active {
  background-color: transparent;
}
.cid-uOVza7yxEy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOVza7yxEy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOVza7yxEy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOVza7yxEy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOVza7yxEy ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOVza7yxEy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOVza7yxEy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOVza7yxEy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOVza7yxEy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOVza7yxEy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVza7yxEy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVza7yxEy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOVza7yxEy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVza7yxEy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOVza7yxEy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOVza7yxEy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVza7yxEy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOVza7yxEy .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-uOVza7yxEy .navbar {
    height: 70px;
  }
  .cid-uOVza7yxEy .navbar.opened {
    height: auto;
  }
  .cid-uOVza7yxEy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOVza7yxEy .mbr-section-btn .btn,
.cid-uOVza7yxEy .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOVza7yxEy .mbr-section-btn .btn:first-child,
.cid-uOVza7yxEy .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOVza7yxEy .mbr-section-btn .btn:focus,
.cid-uOVza7yxEy .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOVza7yxEy .mbr-section-btn .btn span,
.cid-uOVza7yxEy .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOVza7yxEy .mbr-section-btn .btn:hover,
.cid-uOVza7yxEy .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOVza7yxEy .mbr-section-btn .btn:hover span,
.cid-uOVza7yxEy .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOVza7yxEy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOVza7yxEy .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOVza7yxEy .navbar-caption:hover {
  color: #272727;
}
.cid-uOVza7yxEy .nav-link:hover {
  color: #272727;
}
.cid-uOVza7yxEy .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOVza7yxEy .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOVza7yxEy .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOVza7yxEy .mbr-section-subtitle,
.cid-uOVza7yxEy .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOVza7yxEy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lpO9R8NB {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lpO9R8NB {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lpO9R8NB {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lpO9R8NB {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lpO9R8NB {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lpO9R8NB {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOVza7WiIN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOVza7WiIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVza7WiIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVza7WiIN .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOVza7WiIN .row .card {
  padding: 0 13px;
}
.cid-uOVza7WiIN .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOVza7WiIN .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOVza7WiIN .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOVza7WiIN .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOVza7WiIN .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOVza7WiIN .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOVza7WiIN .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOVza7WiIN .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOVza7WiIN .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOVza7WiIN .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOVza7WiIN .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOVza7WiIN .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOVza7WiIN .card-wrapper {
  overflow: hidden;
}
.cid-uOVza7WiIN .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOVza7WiIN .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOVza7WiIN .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOVza7WiIN .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOVza7WiIN .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOVza7WiIN .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOVza7WiIN .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOVza7WiIN .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOVza7WiIN .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOVza7WiIN .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOVza7WiIN .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOVza7WiIN .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOVza7WiIN .mbr-label,
.cid-uOVza7WiIN .label-wrapper {
  color: #151e11;
}
.cid-uOVza7WiIN .mbr-section-title {
  color: #000000;
}
.cid-uOVza7WiIN .mbr-number {
  color: #fff7ee;
}
.cid-uOVza7WiIN .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOVza7WiIN .card-label,
.cid-uOVza7WiIN .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOVza7WiIN .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOVza7WiIN .card-text {
  color: #fff7ee;
}
.cid-uOVza8auyB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOVza8auyB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVza8auyB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVza8auyB .items-wrapper {
  margin: 0 -8px;
}
.cid-uOVza8auyB .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOVza8auyB .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOVza8auyB .item {
    margin-bottom: 12px;
  }
}
.cid-uOVza8auyB .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOVza8l1ep {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOVza8l1ep .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOVza8l1ep .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOVza8l1ep H2 {
  color: #e7272d;
}
.cid-uOVza8l1ep .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOVza8l1ep .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOVza8l1ep .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVza8l1ep .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVza8l1ep .col-lg-12 {
  overflow: hidden;
}
.cid-uOVza8l1ep H4 {
  color: #fbbe36;
}
.cid-uOVza8l1ep .mbr-text,
.cid-uOVza8l1ep .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOVza8l1ep .logo-wrap:before {
    content: none;
  }
  .cid-uOVza8l1ep .logo-wrap:after {
    content: none;
  }
}
.cid-uOVza8l1ep .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVza8l1ep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVza8l1ep H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lpMG922K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lpMG922K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lpMG922K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lpMG922K .media-container-row {
  justify-content: space-between;
}
.cid-v2lpMG922K .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lpMG922K .text-content {
    max-width: none;
  }
}
.cid-v2lpMG922K .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lpMG922K .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lpMG922K .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lpMG922K .icons {
    justify-content: center !important;
  }
  .cid-v2lpMG922K .text-content * {
    text-align: center;
  }
}
.cid-v2lpMG922K .mbr-section-title {
  color: #ffffff;
}
.cid-v2lpMG922K P {
  color: #ffffff;
}
.cid-v2pJWptiIx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pJWptiIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pJWptiIx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pJWptiIx .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pJWptiIx .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pJWptiIx .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pJWptiIx .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pJWptiIx .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pJWptiIx .mbr-desc,
.cid-v2pJWptiIx .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pJWptiIx .mbr-text,
.cid-v2pJWptiIx .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOVQnIrc1p {
  z-index: 1000;
  width: 100%;
}
.cid-uOVQnIrc1p .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOVQnIrc1p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOVQnIrc1p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOVQnIrc1p .menu_box .navbar.opened,
  .cid-uOVQnIrc1p .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOVQnIrc1p nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOVQnIrc1p .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOVQnIrc1p .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOVQnIrc1p .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOVQnIrc1p .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOVQnIrc1p .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOVQnIrc1p .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOVQnIrc1p .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOVQnIrc1p .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOVQnIrc1p .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOVQnIrc1p .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOVQnIrc1p .offcanvas-body .mbr-text,
  .cid-uOVQnIrc1p .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOVQnIrc1p .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOVQnIrc1p .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOVQnIrc1p .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOVQnIrc1p .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOVQnIrc1p .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOVQnIrc1p .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOVQnIrc1p .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOVQnIrc1p ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOVQnIrc1p .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVQnIrc1p .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOVQnIrc1p .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOVQnIrc1p li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOVQnIrc1p .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOVQnIrc1p .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOVQnIrc1p .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOVQnIrc1p .nav-item {
    margin: 0 !important;
  }
}
.cid-uOVQnIrc1p .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOVQnIrc1p .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOVQnIrc1p .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOVQnIrc1p .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOVQnIrc1p .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOVQnIrc1p .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOVQnIrc1p .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOVQnIrc1p .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVQnIrc1p .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-uOVQnIrc1p .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOVQnIrc1p .offcanvas_box {
    display: none;
  }
}
.cid-uOVQnIrc1p .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOVQnIrc1p .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOVQnIrc1p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOVQnIrc1p .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOVQnIrc1p .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOVQnIrc1p .container {
  display: flex;
  margin: auto;
}
.cid-uOVQnIrc1p .iconfont-wrapper {
  color: #272727;
  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-uOVQnIrc1p .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOVQnIrc1p .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOVQnIrc1p .navbar-caption {
  color: #000000;
}
.cid-uOVQnIrc1p .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOVQnIrc1p .navbar-nav {
    margin: 0;
  }
}
.cid-uOVQnIrc1p .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOVQnIrc1p .dropdown-menu,
.cid-uOVQnIrc1p .navbar.opened {
  background-color: true !important;
}
.cid-uOVQnIrc1p .nav-item:focus,
.cid-uOVQnIrc1p .nav-link:focus {
  outline: none;
}
.cid-uOVQnIrc1p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOVQnIrc1p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOVQnIrc1p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOVQnIrc1p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOVQnIrc1p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOVQnIrc1p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOVQnIrc1p .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOVQnIrc1p .navbar.opened {
  transition: all 0.3s;
}
.cid-uOVQnIrc1p .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOVQnIrc1p .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOVQnIrc1p .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOVQnIrc1p .navbar.collapsed {
  justify-content: center;
}
.cid-uOVQnIrc1p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOVQnIrc1p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOVQnIrc1p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOVQnIrc1p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOVQnIrc1p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOVQnIrc1p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOVQnIrc1p .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOVQnIrc1p .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOVQnIrc1p .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOVQnIrc1p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOVQnIrc1p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOVQnIrc1p .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOVQnIrc1p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOVQnIrc1p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOVQnIrc1p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOVQnIrc1p .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOVQnIrc1p .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOVQnIrc1p .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOVQnIrc1p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOVQnIrc1p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOVQnIrc1p .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOVQnIrc1p .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOVQnIrc1p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOVQnIrc1p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOVQnIrc1p .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-uOVQnIrc1p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOVQnIrc1p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOVQnIrc1p .dropdown-item.active,
.cid-uOVQnIrc1p .dropdown-item:active {
  background-color: transparent;
}
.cid-uOVQnIrc1p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOVQnIrc1p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOVQnIrc1p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOVQnIrc1p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOVQnIrc1p ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOVQnIrc1p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOVQnIrc1p button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOVQnIrc1p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOVQnIrc1p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOVQnIrc1p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVQnIrc1p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVQnIrc1p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOVQnIrc1p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVQnIrc1p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOVQnIrc1p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOVQnIrc1p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVQnIrc1p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOVQnIrc1p .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-uOVQnIrc1p .navbar {
    height: 70px;
  }
  .cid-uOVQnIrc1p .navbar.opened {
    height: auto;
  }
  .cid-uOVQnIrc1p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOVQnIrc1p .mbr-section-btn .btn,
.cid-uOVQnIrc1p .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOVQnIrc1p .mbr-section-btn .btn:first-child,
.cid-uOVQnIrc1p .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOVQnIrc1p .mbr-section-btn .btn:focus,
.cid-uOVQnIrc1p .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOVQnIrc1p .mbr-section-btn .btn span,
.cid-uOVQnIrc1p .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOVQnIrc1p .mbr-section-btn .btn:hover,
.cid-uOVQnIrc1p .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOVQnIrc1p .mbr-section-btn .btn:hover span,
.cid-uOVQnIrc1p .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOVQnIrc1p .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOVQnIrc1p .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOVQnIrc1p .navbar-caption:hover {
  color: #272727;
}
.cid-uOVQnIrc1p .nav-link:hover {
  color: #272727;
}
.cid-uOVQnIrc1p .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOVQnIrc1p .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOVQnIrc1p .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOVQnIrc1p .mbr-section-subtitle,
.cid-uOVQnIrc1p .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOVQnIrc1p a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lpUZcf86 {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lpUZcf86 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lpUZcf86 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lpUZcf86 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lpUZcf86 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lpUZcf86 {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOVQnJvx7y {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOVQnJvx7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVQnJvx7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVQnJvx7y .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOVQnJvx7y .row .card {
  padding: 0 13px;
}
.cid-uOVQnJvx7y .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOVQnJvx7y .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOVQnJvx7y .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOVQnJvx7y .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOVQnJvx7y .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOVQnJvx7y .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOVQnJvx7y .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOVQnJvx7y .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOVQnJvx7y .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOVQnJvx7y .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOVQnJvx7y .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOVQnJvx7y .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOVQnJvx7y .card-wrapper {
  overflow: hidden;
}
.cid-uOVQnJvx7y .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOVQnJvx7y .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOVQnJvx7y .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOVQnJvx7y .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOVQnJvx7y .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOVQnJvx7y .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOVQnJvx7y .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOVQnJvx7y .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOVQnJvx7y .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOVQnJvx7y .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOVQnJvx7y .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOVQnJvx7y .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOVQnJvx7y .mbr-label,
.cid-uOVQnJvx7y .label-wrapper {
  color: #151e11;
}
.cid-uOVQnJvx7y .mbr-section-title {
  color: #000000;
}
.cid-uOVQnJvx7y .mbr-number {
  color: #fff7ee;
}
.cid-uOVQnJvx7y .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOVQnJvx7y .card-label,
.cid-uOVQnJvx7y .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOVQnJvx7y .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOVQnJvx7y .card-text {
  color: #fff7ee;
}
.cid-uOVQnJP0bw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOVQnJP0bw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVQnJP0bw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVQnJP0bw .items-wrapper {
  margin: 0 -8px;
}
.cid-uOVQnJP0bw .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOVQnJP0bw .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOVQnJP0bw .item {
    margin-bottom: 12px;
  }
}
.cid-uOVQnJP0bw .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOVQnKUDSz {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOVQnKUDSz .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOVQnKUDSz .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOVQnKUDSz H2 {
  color: #e7272d;
}
.cid-uOVQnKUDSz .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOVQnKUDSz .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOVQnKUDSz .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVQnKUDSz .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVQnKUDSz .col-lg-12 {
  overflow: hidden;
}
.cid-uOVQnKUDSz H4 {
  color: #fbbe36;
}
.cid-uOVQnKUDSz .mbr-text,
.cid-uOVQnKUDSz .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOVQnKUDSz .logo-wrap:before {
    content: none;
  }
  .cid-uOVQnKUDSz .logo-wrap:after {
    content: none;
  }
}
.cid-uOVQnKUDSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVQnKUDSz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVQnKUDSz H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lpTwavWe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lpTwavWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lpTwavWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lpTwavWe .media-container-row {
  justify-content: space-between;
}
.cid-v2lpTwavWe .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lpTwavWe .text-content {
    max-width: none;
  }
}
.cid-v2lpTwavWe .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lpTwavWe .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lpTwavWe .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lpTwavWe .icons {
    justify-content: center !important;
  }
  .cid-v2lpTwavWe .text-content * {
    text-align: center;
  }
}
.cid-v2lpTwavWe .mbr-section-title {
  color: #ffffff;
}
.cid-v2lpTwavWe P {
  color: #ffffff;
}
.cid-v2pJYAPRst {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pJYAPRst .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pJYAPRst .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pJYAPRst .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pJYAPRst .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pJYAPRst .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pJYAPRst .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pJYAPRst .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pJYAPRst .mbr-desc,
.cid-v2pJYAPRst .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pJYAPRst .mbr-text,
.cid-v2pJYAPRst .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOVQq2koxX {
  z-index: 1000;
  width: 100%;
}
.cid-uOVQq2koxX .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOVQq2koxX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOVQq2koxX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOVQq2koxX .menu_box .navbar.opened,
  .cid-uOVQq2koxX .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOVQq2koxX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOVQq2koxX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOVQq2koxX .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOVQq2koxX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOVQq2koxX .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOVQq2koxX .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOVQq2koxX .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOVQq2koxX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOVQq2koxX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOVQq2koxX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOVQq2koxX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOVQq2koxX .offcanvas-body .mbr-text,
  .cid-uOVQq2koxX .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOVQq2koxX .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOVQq2koxX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOVQq2koxX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOVQq2koxX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOVQq2koxX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOVQq2koxX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOVQq2koxX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOVQq2koxX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOVQq2koxX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVQq2koxX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOVQq2koxX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOVQq2koxX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOVQq2koxX .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOVQq2koxX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOVQq2koxX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOVQq2koxX .nav-item {
    margin: 0 !important;
  }
}
.cid-uOVQq2koxX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOVQq2koxX .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOVQq2koxX .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOVQq2koxX .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOVQq2koxX .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOVQq2koxX .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOVQq2koxX .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOVQq2koxX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVQq2koxX .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-uOVQq2koxX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOVQq2koxX .offcanvas_box {
    display: none;
  }
}
.cid-uOVQq2koxX .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOVQq2koxX .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOVQq2koxX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOVQq2koxX .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOVQq2koxX .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOVQq2koxX .container {
  display: flex;
  margin: auto;
}
.cid-uOVQq2koxX .iconfont-wrapper {
  color: #272727;
  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-uOVQq2koxX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOVQq2koxX .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOVQq2koxX .navbar-caption {
  color: #000000;
}
.cid-uOVQq2koxX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOVQq2koxX .navbar-nav {
    margin: 0;
  }
}
.cid-uOVQq2koxX .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOVQq2koxX .dropdown-menu,
.cid-uOVQq2koxX .navbar.opened {
  background-color: true !important;
}
.cid-uOVQq2koxX .nav-item:focus,
.cid-uOVQq2koxX .nav-link:focus {
  outline: none;
}
.cid-uOVQq2koxX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOVQq2koxX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOVQq2koxX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOVQq2koxX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOVQq2koxX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOVQq2koxX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOVQq2koxX .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOVQq2koxX .navbar.opened {
  transition: all 0.3s;
}
.cid-uOVQq2koxX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOVQq2koxX .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOVQq2koxX .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOVQq2koxX .navbar.collapsed {
  justify-content: center;
}
.cid-uOVQq2koxX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOVQq2koxX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOVQq2koxX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOVQq2koxX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOVQq2koxX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOVQq2koxX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOVQq2koxX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOVQq2koxX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOVQq2koxX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOVQq2koxX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOVQq2koxX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOVQq2koxX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOVQq2koxX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOVQq2koxX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOVQq2koxX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOVQq2koxX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOVQq2koxX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOVQq2koxX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOVQq2koxX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOVQq2koxX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOVQq2koxX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOVQq2koxX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOVQq2koxX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOVQq2koxX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOVQq2koxX .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-uOVQq2koxX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOVQq2koxX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOVQq2koxX .dropdown-item.active,
.cid-uOVQq2koxX .dropdown-item:active {
  background-color: transparent;
}
.cid-uOVQq2koxX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOVQq2koxX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOVQq2koxX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOVQq2koxX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOVQq2koxX ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOVQq2koxX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOVQq2koxX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOVQq2koxX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOVQq2koxX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOVQq2koxX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVQq2koxX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVQq2koxX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOVQq2koxX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVQq2koxX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOVQq2koxX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOVQq2koxX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVQq2koxX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOVQq2koxX .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-uOVQq2koxX .navbar {
    height: 70px;
  }
  .cid-uOVQq2koxX .navbar.opened {
    height: auto;
  }
  .cid-uOVQq2koxX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOVQq2koxX .mbr-section-btn .btn,
.cid-uOVQq2koxX .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOVQq2koxX .mbr-section-btn .btn:first-child,
.cid-uOVQq2koxX .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOVQq2koxX .mbr-section-btn .btn:focus,
.cid-uOVQq2koxX .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOVQq2koxX .mbr-section-btn .btn span,
.cid-uOVQq2koxX .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOVQq2koxX .mbr-section-btn .btn:hover,
.cid-uOVQq2koxX .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOVQq2koxX .mbr-section-btn .btn:hover span,
.cid-uOVQq2koxX .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOVQq2koxX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOVQq2koxX .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOVQq2koxX .navbar-caption:hover {
  color: #272727;
}
.cid-uOVQq2koxX .nav-link:hover {
  color: #272727;
}
.cid-uOVQq2koxX .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOVQq2koxX .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOVQq2koxX .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOVQq2koxX .mbr-section-subtitle,
.cid-uOVQq2koxX .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOVQq2koxX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lqnVS2Em {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lqnVS2Em {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lqnVS2Em {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lqnVS2Em {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lqnVS2Em {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lqnVS2Em {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOVQq3miSo {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOVQq3miSo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVQq3miSo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVQq3miSo .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOVQq3miSo .row .card {
  padding: 0 13px;
}
.cid-uOVQq3miSo .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOVQq3miSo .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOVQq3miSo .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOVQq3miSo .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOVQq3miSo .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOVQq3miSo .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOVQq3miSo .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOVQq3miSo .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOVQq3miSo .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOVQq3miSo .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOVQq3miSo .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOVQq3miSo .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOVQq3miSo .card-wrapper {
  overflow: hidden;
}
.cid-uOVQq3miSo .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOVQq3miSo .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOVQq3miSo .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOVQq3miSo .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOVQq3miSo .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOVQq3miSo .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOVQq3miSo .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOVQq3miSo .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOVQq3miSo .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOVQq3miSo .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOVQq3miSo .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOVQq3miSo .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOVQq3miSo .mbr-label,
.cid-uOVQq3miSo .label-wrapper {
  color: #151e11;
}
.cid-uOVQq3miSo .mbr-section-title {
  color: #000000;
}
.cid-uOVQq3miSo .mbr-number {
  color: #fff7ee;
}
.cid-uOVQq3miSo .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOVQq3miSo .card-label,
.cid-uOVQq3miSo .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOVQq3miSo .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOVQq3miSo .card-text {
  color: #fff7ee;
}
.cid-uOVQq3Fz7O {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOVQq3Fz7O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVQq3Fz7O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVQq3Fz7O .items-wrapper {
  margin: 0 -8px;
}
.cid-uOVQq3Fz7O .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOVQq3Fz7O .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOVQq3Fz7O .item {
    margin-bottom: 12px;
  }
}
.cid-uOVQq3Fz7O .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOVQq3Tjy8 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOVQq3Tjy8 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOVQq3Tjy8 .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOVQq3Tjy8 H2 {
  color: #e7272d;
}
.cid-uOVQq3Tjy8 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOVQq3Tjy8 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOVQq3Tjy8 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVQq3Tjy8 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVQq3Tjy8 .col-lg-12 {
  overflow: hidden;
}
.cid-uOVQq3Tjy8 H4 {
  color: #fbbe36;
}
.cid-uOVQq3Tjy8 .mbr-text,
.cid-uOVQq3Tjy8 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOVQq3Tjy8 .logo-wrap:before {
    content: none;
  }
  .cid-uOVQq3Tjy8 .logo-wrap:after {
    content: none;
  }
}
.cid-uOVQq3Tjy8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVQq3Tjy8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVQq3Tjy8 H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lqmAsPle {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lqmAsPle .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lqmAsPle .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lqmAsPle .media-container-row {
  justify-content: space-between;
}
.cid-v2lqmAsPle .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lqmAsPle .text-content {
    max-width: none;
  }
}
.cid-v2lqmAsPle .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lqmAsPle .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lqmAsPle .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lqmAsPle .icons {
    justify-content: center !important;
  }
  .cid-v2lqmAsPle .text-content * {
    text-align: center;
  }
}
.cid-v2lqmAsPle .mbr-section-title {
  color: #ffffff;
}
.cid-v2lqmAsPle P {
  color: #ffffff;
}
.cid-v2pKdiYhp7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pKdiYhp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pKdiYhp7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pKdiYhp7 .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pKdiYhp7 .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pKdiYhp7 .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pKdiYhp7 .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pKdiYhp7 .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pKdiYhp7 .mbr-desc,
.cid-v2pKdiYhp7 .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pKdiYhp7 .mbr-text,
.cid-v2pKdiYhp7 .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOVQqLsYjY {
  z-index: 1000;
  width: 100%;
}
.cid-uOVQqLsYjY .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOVQqLsYjY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOVQqLsYjY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOVQqLsYjY .menu_box .navbar.opened,
  .cid-uOVQqLsYjY .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOVQqLsYjY nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOVQqLsYjY .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOVQqLsYjY .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOVQqLsYjY .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOVQqLsYjY .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOVQqLsYjY .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOVQqLsYjY .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOVQqLsYjY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOVQqLsYjY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOVQqLsYjY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOVQqLsYjY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOVQqLsYjY .offcanvas-body .mbr-text,
  .cid-uOVQqLsYjY .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOVQqLsYjY .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOVQqLsYjY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOVQqLsYjY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOVQqLsYjY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOVQqLsYjY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOVQqLsYjY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOVQqLsYjY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOVQqLsYjY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOVQqLsYjY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVQqLsYjY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOVQqLsYjY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOVQqLsYjY li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOVQqLsYjY .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOVQqLsYjY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOVQqLsYjY .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOVQqLsYjY .nav-item {
    margin: 0 !important;
  }
}
.cid-uOVQqLsYjY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOVQqLsYjY .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOVQqLsYjY .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOVQqLsYjY .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOVQqLsYjY .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOVQqLsYjY .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOVQqLsYjY .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOVQqLsYjY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVQqLsYjY .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-uOVQqLsYjY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOVQqLsYjY .offcanvas_box {
    display: none;
  }
}
.cid-uOVQqLsYjY .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOVQqLsYjY .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOVQqLsYjY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOVQqLsYjY .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOVQqLsYjY .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOVQqLsYjY .container {
  display: flex;
  margin: auto;
}
.cid-uOVQqLsYjY .iconfont-wrapper {
  color: #272727;
  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-uOVQqLsYjY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOVQqLsYjY .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOVQqLsYjY .navbar-caption {
  color: #000000;
}
.cid-uOVQqLsYjY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOVQqLsYjY .navbar-nav {
    margin: 0;
  }
}
.cid-uOVQqLsYjY .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOVQqLsYjY .dropdown-menu,
.cid-uOVQqLsYjY .navbar.opened {
  background-color: true !important;
}
.cid-uOVQqLsYjY .nav-item:focus,
.cid-uOVQqLsYjY .nav-link:focus {
  outline: none;
}
.cid-uOVQqLsYjY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOVQqLsYjY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOVQqLsYjY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOVQqLsYjY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOVQqLsYjY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOVQqLsYjY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOVQqLsYjY .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOVQqLsYjY .navbar.opened {
  transition: all 0.3s;
}
.cid-uOVQqLsYjY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOVQqLsYjY .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOVQqLsYjY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOVQqLsYjY .navbar.collapsed {
  justify-content: center;
}
.cid-uOVQqLsYjY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOVQqLsYjY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOVQqLsYjY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOVQqLsYjY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOVQqLsYjY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOVQqLsYjY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOVQqLsYjY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOVQqLsYjY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOVQqLsYjY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOVQqLsYjY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOVQqLsYjY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOVQqLsYjY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOVQqLsYjY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOVQqLsYjY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOVQqLsYjY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOVQqLsYjY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOVQqLsYjY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOVQqLsYjY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOVQqLsYjY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOVQqLsYjY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOVQqLsYjY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOVQqLsYjY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOVQqLsYjY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOVQqLsYjY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOVQqLsYjY .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-uOVQqLsYjY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOVQqLsYjY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOVQqLsYjY .dropdown-item.active,
.cid-uOVQqLsYjY .dropdown-item:active {
  background-color: transparent;
}
.cid-uOVQqLsYjY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOVQqLsYjY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOVQqLsYjY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOVQqLsYjY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOVQqLsYjY ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOVQqLsYjY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOVQqLsYjY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOVQqLsYjY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOVQqLsYjY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOVQqLsYjY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVQqLsYjY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVQqLsYjY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOVQqLsYjY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVQqLsYjY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOVQqLsYjY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOVQqLsYjY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVQqLsYjY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOVQqLsYjY .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-uOVQqLsYjY .navbar {
    height: 70px;
  }
  .cid-uOVQqLsYjY .navbar.opened {
    height: auto;
  }
  .cid-uOVQqLsYjY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOVQqLsYjY .mbr-section-btn .btn,
.cid-uOVQqLsYjY .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOVQqLsYjY .mbr-section-btn .btn:first-child,
.cid-uOVQqLsYjY .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOVQqLsYjY .mbr-section-btn .btn:focus,
.cid-uOVQqLsYjY .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOVQqLsYjY .mbr-section-btn .btn span,
.cid-uOVQqLsYjY .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOVQqLsYjY .mbr-section-btn .btn:hover,
.cid-uOVQqLsYjY .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOVQqLsYjY .mbr-section-btn .btn:hover span,
.cid-uOVQqLsYjY .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOVQqLsYjY .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOVQqLsYjY .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOVQqLsYjY .navbar-caption:hover {
  color: #272727;
}
.cid-uOVQqLsYjY .nav-link:hover {
  color: #272727;
}
.cid-uOVQqLsYjY .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOVQqLsYjY .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOVQqLsYjY .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOVQqLsYjY .mbr-section-subtitle,
.cid-uOVQqLsYjY .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOVQqLsYjY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lqv1JQmN {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lqv1JQmN {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lqv1JQmN {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lqv1JQmN {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lqv1JQmN {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lqv1JQmN {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOVQqMqFXc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOVQqMqFXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVQqMqFXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVQqMqFXc .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOVQqMqFXc .row .card {
  padding: 0 13px;
}
.cid-uOVQqMqFXc .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOVQqMqFXc .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOVQqMqFXc .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOVQqMqFXc .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOVQqMqFXc .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOVQqMqFXc .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOVQqMqFXc .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOVQqMqFXc .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOVQqMqFXc .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOVQqMqFXc .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOVQqMqFXc .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOVQqMqFXc .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOVQqMqFXc .card-wrapper {
  overflow: hidden;
}
.cid-uOVQqMqFXc .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOVQqMqFXc .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOVQqMqFXc .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOVQqMqFXc .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOVQqMqFXc .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOVQqMqFXc .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOVQqMqFXc .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOVQqMqFXc .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOVQqMqFXc .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOVQqMqFXc .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOVQqMqFXc .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOVQqMqFXc .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOVQqMqFXc .mbr-label,
.cid-uOVQqMqFXc .label-wrapper {
  color: #151e11;
}
.cid-uOVQqMqFXc .mbr-section-title {
  color: #000000;
}
.cid-uOVQqMqFXc .mbr-number {
  color: #fff7ee;
}
.cid-uOVQqMqFXc .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOVQqMqFXc .card-label,
.cid-uOVQqMqFXc .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOVQqMqFXc .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOVQqMqFXc .card-text {
  color: #fff7ee;
}
.cid-uOVQqMHmcM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOVQqMHmcM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVQqMHmcM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVQqMHmcM .items-wrapper {
  margin: 0 -8px;
}
.cid-uOVQqMHmcM .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOVQqMHmcM .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOVQqMHmcM .item {
    margin-bottom: 12px;
  }
}
.cid-uOVQqMHmcM .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOVQqMTmUU {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOVQqMTmUU .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOVQqMTmUU .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOVQqMTmUU H2 {
  color: #e7272d;
}
.cid-uOVQqMTmUU .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOVQqMTmUU .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOVQqMTmUU .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVQqMTmUU .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVQqMTmUU .col-lg-12 {
  overflow: hidden;
}
.cid-uOVQqMTmUU H4 {
  color: #fbbe36;
}
.cid-uOVQqMTmUU .mbr-text,
.cid-uOVQqMTmUU .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOVQqMTmUU .logo-wrap:before {
    content: none;
  }
  .cid-uOVQqMTmUU .logo-wrap:after {
    content: none;
  }
}
.cid-uOVQqMTmUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVQqMTmUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVQqMTmUU H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lqvRd3oQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lqvRd3oQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lqvRd3oQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lqvRd3oQ .media-container-row {
  justify-content: space-between;
}
.cid-v2lqvRd3oQ .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lqvRd3oQ .text-content {
    max-width: none;
  }
}
.cid-v2lqvRd3oQ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lqvRd3oQ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lqvRd3oQ .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lqvRd3oQ .icons {
    justify-content: center !important;
  }
  .cid-v2lqvRd3oQ .text-content * {
    text-align: center;
  }
}
.cid-v2lqvRd3oQ .mbr-section-title {
  color: #ffffff;
}
.cid-v2lqvRd3oQ P {
  color: #ffffff;
}
.cid-v2pKlMXZPW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pKlMXZPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pKlMXZPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pKlMXZPW .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pKlMXZPW .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pKlMXZPW .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pKlMXZPW .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pKlMXZPW .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pKlMXZPW .mbr-desc,
.cid-v2pKlMXZPW .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pKlMXZPW .mbr-text,
.cid-v2pKlMXZPW .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOVQruPGhy {
  z-index: 1000;
  width: 100%;
}
.cid-uOVQruPGhy .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOVQruPGhy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOVQruPGhy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOVQruPGhy .menu_box .navbar.opened,
  .cid-uOVQruPGhy .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOVQruPGhy nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOVQruPGhy .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOVQruPGhy .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOVQruPGhy .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOVQruPGhy .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOVQruPGhy .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOVQruPGhy .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOVQruPGhy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOVQruPGhy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOVQruPGhy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOVQruPGhy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOVQruPGhy .offcanvas-body .mbr-text,
  .cid-uOVQruPGhy .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOVQruPGhy .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOVQruPGhy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOVQruPGhy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOVQruPGhy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOVQruPGhy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOVQruPGhy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOVQruPGhy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOVQruPGhy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOVQruPGhy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVQruPGhy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOVQruPGhy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOVQruPGhy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOVQruPGhy .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOVQruPGhy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOVQruPGhy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOVQruPGhy .nav-item {
    margin: 0 !important;
  }
}
.cid-uOVQruPGhy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOVQruPGhy .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOVQruPGhy .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOVQruPGhy .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOVQruPGhy .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOVQruPGhy .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOVQruPGhy .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOVQruPGhy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVQruPGhy .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-uOVQruPGhy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOVQruPGhy .offcanvas_box {
    display: none;
  }
}
.cid-uOVQruPGhy .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOVQruPGhy .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOVQruPGhy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOVQruPGhy .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOVQruPGhy .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOVQruPGhy .container {
  display: flex;
  margin: auto;
}
.cid-uOVQruPGhy .iconfont-wrapper {
  color: #272727;
  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-uOVQruPGhy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOVQruPGhy .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOVQruPGhy .navbar-caption {
  color: #000000;
}
.cid-uOVQruPGhy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOVQruPGhy .navbar-nav {
    margin: 0;
  }
}
.cid-uOVQruPGhy .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOVQruPGhy .dropdown-menu,
.cid-uOVQruPGhy .navbar.opened {
  background-color: true !important;
}
.cid-uOVQruPGhy .nav-item:focus,
.cid-uOVQruPGhy .nav-link:focus {
  outline: none;
}
.cid-uOVQruPGhy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOVQruPGhy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOVQruPGhy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOVQruPGhy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOVQruPGhy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOVQruPGhy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOVQruPGhy .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOVQruPGhy .navbar.opened {
  transition: all 0.3s;
}
.cid-uOVQruPGhy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOVQruPGhy .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOVQruPGhy .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOVQruPGhy .navbar.collapsed {
  justify-content: center;
}
.cid-uOVQruPGhy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOVQruPGhy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOVQruPGhy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOVQruPGhy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOVQruPGhy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOVQruPGhy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOVQruPGhy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOVQruPGhy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOVQruPGhy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOVQruPGhy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOVQruPGhy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOVQruPGhy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOVQruPGhy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOVQruPGhy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOVQruPGhy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOVQruPGhy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOVQruPGhy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOVQruPGhy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOVQruPGhy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOVQruPGhy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOVQruPGhy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOVQruPGhy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOVQruPGhy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOVQruPGhy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOVQruPGhy .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-uOVQruPGhy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOVQruPGhy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOVQruPGhy .dropdown-item.active,
.cid-uOVQruPGhy .dropdown-item:active {
  background-color: transparent;
}
.cid-uOVQruPGhy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOVQruPGhy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOVQruPGhy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOVQruPGhy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOVQruPGhy ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOVQruPGhy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOVQruPGhy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOVQruPGhy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOVQruPGhy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOVQruPGhy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVQruPGhy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVQruPGhy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOVQruPGhy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVQruPGhy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOVQruPGhy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOVQruPGhy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVQruPGhy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOVQruPGhy .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-uOVQruPGhy .navbar {
    height: 70px;
  }
  .cid-uOVQruPGhy .navbar.opened {
    height: auto;
  }
  .cid-uOVQruPGhy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOVQruPGhy .mbr-section-btn .btn,
.cid-uOVQruPGhy .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOVQruPGhy .mbr-section-btn .btn:first-child,
.cid-uOVQruPGhy .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOVQruPGhy .mbr-section-btn .btn:focus,
.cid-uOVQruPGhy .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOVQruPGhy .mbr-section-btn .btn span,
.cid-uOVQruPGhy .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOVQruPGhy .mbr-section-btn .btn:hover,
.cid-uOVQruPGhy .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOVQruPGhy .mbr-section-btn .btn:hover span,
.cid-uOVQruPGhy .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOVQruPGhy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOVQruPGhy .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOVQruPGhy .navbar-caption:hover {
  color: #272727;
}
.cid-uOVQruPGhy .nav-link:hover {
  color: #272727;
}
.cid-uOVQruPGhy .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOVQruPGhy .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOVQruPGhy .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOVQruPGhy .mbr-section-subtitle,
.cid-uOVQruPGhy .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOVQruPGhy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lqBMhJiF {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lqBMhJiF {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lqBMhJiF {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lqBMhJiF {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lqBMhJiF {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lqBMhJiF {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOVQrvNnEl {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOVQrvNnEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVQrvNnEl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVQrvNnEl .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOVQrvNnEl .row .card {
  padding: 0 13px;
}
.cid-uOVQrvNnEl .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOVQrvNnEl .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOVQrvNnEl .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOVQrvNnEl .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOVQrvNnEl .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOVQrvNnEl .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOVQrvNnEl .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOVQrvNnEl .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOVQrvNnEl .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOVQrvNnEl .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOVQrvNnEl .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOVQrvNnEl .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOVQrvNnEl .card-wrapper {
  overflow: hidden;
}
.cid-uOVQrvNnEl .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOVQrvNnEl .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOVQrvNnEl .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOVQrvNnEl .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOVQrvNnEl .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOVQrvNnEl .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOVQrvNnEl .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOVQrvNnEl .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOVQrvNnEl .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOVQrvNnEl .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOVQrvNnEl .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOVQrvNnEl .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOVQrvNnEl .mbr-label,
.cid-uOVQrvNnEl .label-wrapper {
  color: #151e11;
}
.cid-uOVQrvNnEl .mbr-section-title {
  color: #000000;
}
.cid-uOVQrvNnEl .mbr-number {
  color: #fff7ee;
}
.cid-uOVQrvNnEl .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOVQrvNnEl .card-label,
.cid-uOVQrvNnEl .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOVQrvNnEl .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOVQrvNnEl .card-text {
  color: #fff7ee;
}
.cid-uOVQrw5hBf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOVQrw5hBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVQrw5hBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVQrw5hBf .items-wrapper {
  margin: 0 -8px;
}
.cid-uOVQrw5hBf .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOVQrw5hBf .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOVQrw5hBf .item {
    margin-bottom: 12px;
  }
}
.cid-uOVQrw5hBf .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOVQrwfbhR {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOVQrwfbhR .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOVQrwfbhR .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOVQrwfbhR H2 {
  color: #e7272d;
}
.cid-uOVQrwfbhR .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOVQrwfbhR .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOVQrwfbhR .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVQrwfbhR .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVQrwfbhR .col-lg-12 {
  overflow: hidden;
}
.cid-uOVQrwfbhR H4 {
  color: #fbbe36;
}
.cid-uOVQrwfbhR .mbr-text,
.cid-uOVQrwfbhR .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOVQrwfbhR .logo-wrap:before {
    content: none;
  }
  .cid-uOVQrwfbhR .logo-wrap:after {
    content: none;
  }
}
.cid-uOVQrwfbhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVQrwfbhR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVQrwfbhR H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lqCubMtY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lqCubMtY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lqCubMtY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lqCubMtY .media-container-row {
  justify-content: space-between;
}
.cid-v2lqCubMtY .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lqCubMtY .text-content {
    max-width: none;
  }
}
.cid-v2lqCubMtY .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lqCubMtY .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lqCubMtY .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lqCubMtY .icons {
    justify-content: center !important;
  }
  .cid-v2lqCubMtY .text-content * {
    text-align: center;
  }
}
.cid-v2lqCubMtY .mbr-section-title {
  color: #ffffff;
}
.cid-v2lqCubMtY P {
  color: #ffffff;
}
.cid-v2pKoe8zLX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pKoe8zLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pKoe8zLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pKoe8zLX .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pKoe8zLX .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pKoe8zLX .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pKoe8zLX .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pKoe8zLX .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pKoe8zLX .mbr-desc,
.cid-v2pKoe8zLX .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pKoe8zLX .mbr-text,
.cid-v2pKoe8zLX .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOVQsceNI5 {
  z-index: 1000;
  width: 100%;
}
.cid-uOVQsceNI5 .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOVQsceNI5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOVQsceNI5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOVQsceNI5 .menu_box .navbar.opened,
  .cid-uOVQsceNI5 .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOVQsceNI5 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOVQsceNI5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOVQsceNI5 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOVQsceNI5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOVQsceNI5 .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOVQsceNI5 .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOVQsceNI5 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOVQsceNI5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOVQsceNI5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOVQsceNI5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOVQsceNI5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOVQsceNI5 .offcanvas-body .mbr-text,
  .cid-uOVQsceNI5 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOVQsceNI5 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOVQsceNI5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOVQsceNI5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOVQsceNI5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOVQsceNI5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOVQsceNI5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOVQsceNI5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOVQsceNI5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOVQsceNI5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVQsceNI5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOVQsceNI5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOVQsceNI5 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOVQsceNI5 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOVQsceNI5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOVQsceNI5 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOVQsceNI5 .nav-item {
    margin: 0 !important;
  }
}
.cid-uOVQsceNI5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOVQsceNI5 .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOVQsceNI5 .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOVQsceNI5 .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOVQsceNI5 .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOVQsceNI5 .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOVQsceNI5 .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOVQsceNI5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVQsceNI5 .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-uOVQsceNI5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOVQsceNI5 .offcanvas_box {
    display: none;
  }
}
.cid-uOVQsceNI5 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOVQsceNI5 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOVQsceNI5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOVQsceNI5 .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOVQsceNI5 .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOVQsceNI5 .container {
  display: flex;
  margin: auto;
}
.cid-uOVQsceNI5 .iconfont-wrapper {
  color: #272727;
  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-uOVQsceNI5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOVQsceNI5 .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOVQsceNI5 .navbar-caption {
  color: #000000;
}
.cid-uOVQsceNI5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOVQsceNI5 .navbar-nav {
    margin: 0;
  }
}
.cid-uOVQsceNI5 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOVQsceNI5 .dropdown-menu,
.cid-uOVQsceNI5 .navbar.opened {
  background-color: true !important;
}
.cid-uOVQsceNI5 .nav-item:focus,
.cid-uOVQsceNI5 .nav-link:focus {
  outline: none;
}
.cid-uOVQsceNI5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOVQsceNI5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOVQsceNI5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOVQsceNI5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOVQsceNI5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOVQsceNI5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOVQsceNI5 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOVQsceNI5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uOVQsceNI5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOVQsceNI5 .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOVQsceNI5 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOVQsceNI5 .navbar.collapsed {
  justify-content: center;
}
.cid-uOVQsceNI5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOVQsceNI5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOVQsceNI5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOVQsceNI5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOVQsceNI5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOVQsceNI5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOVQsceNI5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOVQsceNI5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOVQsceNI5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOVQsceNI5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOVQsceNI5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOVQsceNI5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOVQsceNI5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOVQsceNI5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOVQsceNI5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOVQsceNI5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOVQsceNI5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOVQsceNI5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOVQsceNI5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOVQsceNI5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOVQsceNI5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOVQsceNI5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOVQsceNI5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOVQsceNI5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOVQsceNI5 .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-uOVQsceNI5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOVQsceNI5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOVQsceNI5 .dropdown-item.active,
.cid-uOVQsceNI5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOVQsceNI5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOVQsceNI5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOVQsceNI5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOVQsceNI5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOVQsceNI5 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOVQsceNI5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOVQsceNI5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOVQsceNI5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOVQsceNI5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOVQsceNI5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVQsceNI5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVQsceNI5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOVQsceNI5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVQsceNI5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOVQsceNI5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOVQsceNI5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVQsceNI5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOVQsceNI5 .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-uOVQsceNI5 .navbar {
    height: 70px;
  }
  .cid-uOVQsceNI5 .navbar.opened {
    height: auto;
  }
  .cid-uOVQsceNI5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOVQsceNI5 .mbr-section-btn .btn,
.cid-uOVQsceNI5 .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOVQsceNI5 .mbr-section-btn .btn:first-child,
.cid-uOVQsceNI5 .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOVQsceNI5 .mbr-section-btn .btn:focus,
.cid-uOVQsceNI5 .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOVQsceNI5 .mbr-section-btn .btn span,
.cid-uOVQsceNI5 .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOVQsceNI5 .mbr-section-btn .btn:hover,
.cid-uOVQsceNI5 .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOVQsceNI5 .mbr-section-btn .btn:hover span,
.cid-uOVQsceNI5 .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOVQsceNI5 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOVQsceNI5 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOVQsceNI5 .navbar-caption:hover {
  color: #272727;
}
.cid-uOVQsceNI5 .nav-link:hover {
  color: #272727;
}
.cid-uOVQsceNI5 .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOVQsceNI5 .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOVQsceNI5 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOVQsceNI5 .mbr-section-subtitle,
.cid-uOVQsceNI5 .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOVQsceNI5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lqMoGHRJ {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lqMoGHRJ {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lqMoGHRJ {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lqMoGHRJ {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lqMoGHRJ {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lqMoGHRJ {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOVQsddUqH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOVQsddUqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVQsddUqH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVQsddUqH .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOVQsddUqH .row .card {
  padding: 0 13px;
}
.cid-uOVQsddUqH .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOVQsddUqH .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOVQsddUqH .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOVQsddUqH .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOVQsddUqH .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOVQsddUqH .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOVQsddUqH .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOVQsddUqH .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOVQsddUqH .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOVQsddUqH .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOVQsddUqH .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOVQsddUqH .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOVQsddUqH .card-wrapper {
  overflow: hidden;
}
.cid-uOVQsddUqH .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOVQsddUqH .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOVQsddUqH .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOVQsddUqH .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOVQsddUqH .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOVQsddUqH .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOVQsddUqH .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOVQsddUqH .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOVQsddUqH .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOVQsddUqH .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOVQsddUqH .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOVQsddUqH .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOVQsddUqH .mbr-label,
.cid-uOVQsddUqH .label-wrapper {
  color: #151e11;
}
.cid-uOVQsddUqH .mbr-section-title {
  color: #000000;
}
.cid-uOVQsddUqH .mbr-number {
  color: #fff7ee;
}
.cid-uOVQsddUqH .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOVQsddUqH .card-label,
.cid-uOVQsddUqH .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOVQsddUqH .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOVQsddUqH .card-text {
  color: #fff7ee;
}
.cid-uOVQsdxzqm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOVQsdxzqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVQsdxzqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVQsdxzqm .items-wrapper {
  margin: 0 -8px;
}
.cid-uOVQsdxzqm .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOVQsdxzqm .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOVQsdxzqm .item {
    margin-bottom: 12px;
  }
}
.cid-uOVQsdxzqm .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOVQsdLD6y {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOVQsdLD6y .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOVQsdLD6y .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOVQsdLD6y H2 {
  color: #e7272d;
}
.cid-uOVQsdLD6y .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOVQsdLD6y .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOVQsdLD6y .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVQsdLD6y .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVQsdLD6y .col-lg-12 {
  overflow: hidden;
}
.cid-uOVQsdLD6y H4 {
  color: #fbbe36;
}
.cid-uOVQsdLD6y .mbr-text,
.cid-uOVQsdLD6y .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOVQsdLD6y .logo-wrap:before {
    content: none;
  }
  .cid-uOVQsdLD6y .logo-wrap:after {
    content: none;
  }
}
.cid-uOVQsdLD6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVQsdLD6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVQsdLD6y H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lqQYn0TV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lqQYn0TV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lqQYn0TV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lqQYn0TV .media-container-row {
  justify-content: space-between;
}
.cid-v2lqQYn0TV .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lqQYn0TV .text-content {
    max-width: none;
  }
}
.cid-v2lqQYn0TV .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lqQYn0TV .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lqQYn0TV .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lqQYn0TV .icons {
    justify-content: center !important;
  }
  .cid-v2lqQYn0TV .text-content * {
    text-align: center;
  }
}
.cid-v2lqQYn0TV .mbr-section-title {
  color: #ffffff;
}
.cid-v2lqQYn0TV P {
  color: #ffffff;
}
.cid-v2pKq7Nsmd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pKq7Nsmd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pKq7Nsmd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pKq7Nsmd .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pKq7Nsmd .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pKq7Nsmd .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pKq7Nsmd .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pKq7Nsmd .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pKq7Nsmd .mbr-desc,
.cid-v2pKq7Nsmd .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pKq7Nsmd .mbr-text,
.cid-v2pKq7Nsmd .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOVQsYD0w4 {
  z-index: 1000;
  width: 100%;
}
.cid-uOVQsYD0w4 .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOVQsYD0w4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOVQsYD0w4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOVQsYD0w4 .menu_box .navbar.opened,
  .cid-uOVQsYD0w4 .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOVQsYD0w4 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOVQsYD0w4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOVQsYD0w4 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOVQsYD0w4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOVQsYD0w4 .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOVQsYD0w4 .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOVQsYD0w4 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOVQsYD0w4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOVQsYD0w4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOVQsYD0w4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOVQsYD0w4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOVQsYD0w4 .offcanvas-body .mbr-text,
  .cid-uOVQsYD0w4 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOVQsYD0w4 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOVQsYD0w4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOVQsYD0w4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOVQsYD0w4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOVQsYD0w4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOVQsYD0w4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOVQsYD0w4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOVQsYD0w4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOVQsYD0w4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVQsYD0w4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOVQsYD0w4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOVQsYD0w4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOVQsYD0w4 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOVQsYD0w4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOVQsYD0w4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOVQsYD0w4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uOVQsYD0w4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOVQsYD0w4 .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOVQsYD0w4 .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOVQsYD0w4 .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOVQsYD0w4 .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOVQsYD0w4 .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOVQsYD0w4 .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOVQsYD0w4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVQsYD0w4 .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-uOVQsYD0w4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOVQsYD0w4 .offcanvas_box {
    display: none;
  }
}
.cid-uOVQsYD0w4 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOVQsYD0w4 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOVQsYD0w4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOVQsYD0w4 .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOVQsYD0w4 .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOVQsYD0w4 .container {
  display: flex;
  margin: auto;
}
.cid-uOVQsYD0w4 .iconfont-wrapper {
  color: #272727;
  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-uOVQsYD0w4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOVQsYD0w4 .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOVQsYD0w4 .navbar-caption {
  color: #000000;
}
.cid-uOVQsYD0w4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOVQsYD0w4 .navbar-nav {
    margin: 0;
  }
}
.cid-uOVQsYD0w4 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOVQsYD0w4 .dropdown-menu,
.cid-uOVQsYD0w4 .navbar.opened {
  background-color: true !important;
}
.cid-uOVQsYD0w4 .nav-item:focus,
.cid-uOVQsYD0w4 .nav-link:focus {
  outline: none;
}
.cid-uOVQsYD0w4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOVQsYD0w4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOVQsYD0w4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOVQsYD0w4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOVQsYD0w4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOVQsYD0w4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOVQsYD0w4 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOVQsYD0w4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uOVQsYD0w4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOVQsYD0w4 .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOVQsYD0w4 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOVQsYD0w4 .navbar.collapsed {
  justify-content: center;
}
.cid-uOVQsYD0w4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOVQsYD0w4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOVQsYD0w4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOVQsYD0w4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOVQsYD0w4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOVQsYD0w4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOVQsYD0w4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOVQsYD0w4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOVQsYD0w4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOVQsYD0w4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOVQsYD0w4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOVQsYD0w4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOVQsYD0w4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOVQsYD0w4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOVQsYD0w4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOVQsYD0w4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOVQsYD0w4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOVQsYD0w4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOVQsYD0w4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOVQsYD0w4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOVQsYD0w4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOVQsYD0w4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOVQsYD0w4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOVQsYD0w4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOVQsYD0w4 .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-uOVQsYD0w4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOVQsYD0w4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOVQsYD0w4 .dropdown-item.active,
.cid-uOVQsYD0w4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOVQsYD0w4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOVQsYD0w4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOVQsYD0w4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOVQsYD0w4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOVQsYD0w4 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOVQsYD0w4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOVQsYD0w4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOVQsYD0w4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOVQsYD0w4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOVQsYD0w4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVQsYD0w4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVQsYD0w4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOVQsYD0w4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVQsYD0w4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOVQsYD0w4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOVQsYD0w4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVQsYD0w4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOVQsYD0w4 .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-uOVQsYD0w4 .navbar {
    height: 70px;
  }
  .cid-uOVQsYD0w4 .navbar.opened {
    height: auto;
  }
  .cid-uOVQsYD0w4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOVQsYD0w4 .mbr-section-btn .btn,
.cid-uOVQsYD0w4 .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOVQsYD0w4 .mbr-section-btn .btn:first-child,
.cid-uOVQsYD0w4 .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOVQsYD0w4 .mbr-section-btn .btn:focus,
.cid-uOVQsYD0w4 .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOVQsYD0w4 .mbr-section-btn .btn span,
.cid-uOVQsYD0w4 .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOVQsYD0w4 .mbr-section-btn .btn:hover,
.cid-uOVQsYD0w4 .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOVQsYD0w4 .mbr-section-btn .btn:hover span,
.cid-uOVQsYD0w4 .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOVQsYD0w4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOVQsYD0w4 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOVQsYD0w4 .navbar-caption:hover {
  color: #272727;
}
.cid-uOVQsYD0w4 .nav-link:hover {
  color: #272727;
}
.cid-uOVQsYD0w4 .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOVQsYD0w4 .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOVQsYD0w4 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOVQsYD0w4 .mbr-section-subtitle,
.cid-uOVQsYD0w4 .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOVQsYD0w4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2ls5Eg0tM {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2ls5Eg0tM {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2ls5Eg0tM {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2ls5Eg0tM {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2ls5Eg0tM {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2ls5Eg0tM {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOVQt02wE2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOVQt02wE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVQt02wE2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVQt02wE2 .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOVQt02wE2 .row .card {
  padding: 0 13px;
}
.cid-uOVQt02wE2 .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOVQt02wE2 .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOVQt02wE2 .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOVQt02wE2 .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOVQt02wE2 .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOVQt02wE2 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOVQt02wE2 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOVQt02wE2 .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOVQt02wE2 .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOVQt02wE2 .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOVQt02wE2 .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOVQt02wE2 .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOVQt02wE2 .card-wrapper {
  overflow: hidden;
}
.cid-uOVQt02wE2 .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOVQt02wE2 .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOVQt02wE2 .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOVQt02wE2 .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOVQt02wE2 .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOVQt02wE2 .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOVQt02wE2 .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOVQt02wE2 .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOVQt02wE2 .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOVQt02wE2 .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOVQt02wE2 .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOVQt02wE2 .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOVQt02wE2 .mbr-label,
.cid-uOVQt02wE2 .label-wrapper {
  color: #151e11;
}
.cid-uOVQt02wE2 .mbr-section-title {
  color: #000000;
}
.cid-uOVQt02wE2 .mbr-number {
  color: #fff7ee;
}
.cid-uOVQt02wE2 .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOVQt02wE2 .card-label,
.cid-uOVQt02wE2 .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOVQt02wE2 .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOVQt02wE2 .card-text {
  color: #fff7ee;
}
.cid-uOVQt0qO41 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOVQt0qO41 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVQt0qO41 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVQt0qO41 .items-wrapper {
  margin: 0 -8px;
}
.cid-uOVQt0qO41 .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOVQt0qO41 .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOVQt0qO41 .item {
    margin-bottom: 12px;
  }
}
.cid-uOVQt0qO41 .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOVQt0FueM {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOVQt0FueM .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOVQt0FueM .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOVQt0FueM H2 {
  color: #e7272d;
}
.cid-uOVQt0FueM .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOVQt0FueM .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOVQt0FueM .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVQt0FueM .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVQt0FueM .col-lg-12 {
  overflow: hidden;
}
.cid-uOVQt0FueM H4 {
  color: #fbbe36;
}
.cid-uOVQt0FueM .mbr-text,
.cid-uOVQt0FueM .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOVQt0FueM .logo-wrap:before {
    content: none;
  }
  .cid-uOVQt0FueM .logo-wrap:after {
    content: none;
  }
}
.cid-uOVQt0FueM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVQt0FueM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVQt0FueM H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2ls4x61DL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2ls4x61DL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ls4x61DL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ls4x61DL .media-container-row {
  justify-content: space-between;
}
.cid-v2ls4x61DL .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2ls4x61DL .text-content {
    max-width: none;
  }
}
.cid-v2ls4x61DL .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2ls4x61DL .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2ls4x61DL .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2ls4x61DL .icons {
    justify-content: center !important;
  }
  .cid-v2ls4x61DL .text-content * {
    text-align: center;
  }
}
.cid-v2ls4x61DL .mbr-section-title {
  color: #ffffff;
}
.cid-v2ls4x61DL P {
  color: #ffffff;
}
.cid-v2pKsFj8aB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pKsFj8aB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pKsFj8aB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pKsFj8aB .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pKsFj8aB .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pKsFj8aB .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pKsFj8aB .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pKsFj8aB .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pKsFj8aB .mbr-desc,
.cid-v2pKsFj8aB .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pKsFj8aB .mbr-text,
.cid-v2pKsFj8aB .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOVQvV0GKy {
  z-index: 1000;
  width: 100%;
}
.cid-uOVQvV0GKy .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOVQvV0GKy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOVQvV0GKy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOVQvV0GKy .menu_box .navbar.opened,
  .cid-uOVQvV0GKy .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOVQvV0GKy nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOVQvV0GKy .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOVQvV0GKy .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOVQvV0GKy .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOVQvV0GKy .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOVQvV0GKy .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOVQvV0GKy .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOVQvV0GKy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOVQvV0GKy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOVQvV0GKy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOVQvV0GKy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOVQvV0GKy .offcanvas-body .mbr-text,
  .cid-uOVQvV0GKy .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOVQvV0GKy .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOVQvV0GKy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOVQvV0GKy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOVQvV0GKy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOVQvV0GKy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOVQvV0GKy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOVQvV0GKy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOVQvV0GKy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOVQvV0GKy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVQvV0GKy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOVQvV0GKy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOVQvV0GKy li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOVQvV0GKy .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOVQvV0GKy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOVQvV0GKy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOVQvV0GKy .nav-item {
    margin: 0 !important;
  }
}
.cid-uOVQvV0GKy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOVQvV0GKy .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOVQvV0GKy .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOVQvV0GKy .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOVQvV0GKy .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOVQvV0GKy .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOVQvV0GKy .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOVQvV0GKy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVQvV0GKy .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-uOVQvV0GKy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOVQvV0GKy .offcanvas_box {
    display: none;
  }
}
.cid-uOVQvV0GKy .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOVQvV0GKy .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOVQvV0GKy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOVQvV0GKy .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOVQvV0GKy .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOVQvV0GKy .container {
  display: flex;
  margin: auto;
}
.cid-uOVQvV0GKy .iconfont-wrapper {
  color: #272727;
  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-uOVQvV0GKy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOVQvV0GKy .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOVQvV0GKy .navbar-caption {
  color: #000000;
}
.cid-uOVQvV0GKy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOVQvV0GKy .navbar-nav {
    margin: 0;
  }
}
.cid-uOVQvV0GKy .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOVQvV0GKy .dropdown-menu,
.cid-uOVQvV0GKy .navbar.opened {
  background-color: true !important;
}
.cid-uOVQvV0GKy .nav-item:focus,
.cid-uOVQvV0GKy .nav-link:focus {
  outline: none;
}
.cid-uOVQvV0GKy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOVQvV0GKy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOVQvV0GKy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOVQvV0GKy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOVQvV0GKy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOVQvV0GKy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOVQvV0GKy .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOVQvV0GKy .navbar.opened {
  transition: all 0.3s;
}
.cid-uOVQvV0GKy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOVQvV0GKy .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOVQvV0GKy .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOVQvV0GKy .navbar.collapsed {
  justify-content: center;
}
.cid-uOVQvV0GKy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOVQvV0GKy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOVQvV0GKy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOVQvV0GKy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOVQvV0GKy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOVQvV0GKy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOVQvV0GKy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOVQvV0GKy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOVQvV0GKy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOVQvV0GKy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOVQvV0GKy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOVQvV0GKy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOVQvV0GKy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOVQvV0GKy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOVQvV0GKy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOVQvV0GKy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOVQvV0GKy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOVQvV0GKy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOVQvV0GKy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOVQvV0GKy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOVQvV0GKy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOVQvV0GKy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOVQvV0GKy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOVQvV0GKy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOVQvV0GKy .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-uOVQvV0GKy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOVQvV0GKy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOVQvV0GKy .dropdown-item.active,
.cid-uOVQvV0GKy .dropdown-item:active {
  background-color: transparent;
}
.cid-uOVQvV0GKy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOVQvV0GKy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOVQvV0GKy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOVQvV0GKy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOVQvV0GKy ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOVQvV0GKy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOVQvV0GKy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOVQvV0GKy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOVQvV0GKy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOVQvV0GKy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVQvV0GKy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVQvV0GKy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOVQvV0GKy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVQvV0GKy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOVQvV0GKy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOVQvV0GKy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVQvV0GKy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOVQvV0GKy .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-uOVQvV0GKy .navbar {
    height: 70px;
  }
  .cid-uOVQvV0GKy .navbar.opened {
    height: auto;
  }
  .cid-uOVQvV0GKy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOVQvV0GKy .mbr-section-btn .btn,
.cid-uOVQvV0GKy .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOVQvV0GKy .mbr-section-btn .btn:first-child,
.cid-uOVQvV0GKy .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOVQvV0GKy .mbr-section-btn .btn:focus,
.cid-uOVQvV0GKy .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOVQvV0GKy .mbr-section-btn .btn span,
.cid-uOVQvV0GKy .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOVQvV0GKy .mbr-section-btn .btn:hover,
.cid-uOVQvV0GKy .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOVQvV0GKy .mbr-section-btn .btn:hover span,
.cid-uOVQvV0GKy .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOVQvV0GKy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOVQvV0GKy .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOVQvV0GKy .navbar-caption:hover {
  color: #272727;
}
.cid-uOVQvV0GKy .nav-link:hover {
  color: #272727;
}
.cid-uOVQvV0GKy .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOVQvV0GKy .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOVQvV0GKy .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOVQvV0GKy .mbr-section-subtitle,
.cid-uOVQvV0GKy .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOVQvV0GKy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lscfyHEb {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lscfyHEb {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lscfyHEb {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lscfyHEb {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lscfyHEb {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lscfyHEb {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOVQvW14K8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOVQvW14K8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVQvW14K8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVQvW14K8 .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOVQvW14K8 .row .card {
  padding: 0 13px;
}
.cid-uOVQvW14K8 .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOVQvW14K8 .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOVQvW14K8 .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOVQvW14K8 .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOVQvW14K8 .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOVQvW14K8 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOVQvW14K8 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOVQvW14K8 .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOVQvW14K8 .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOVQvW14K8 .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOVQvW14K8 .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOVQvW14K8 .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOVQvW14K8 .card-wrapper {
  overflow: hidden;
}
.cid-uOVQvW14K8 .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOVQvW14K8 .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOVQvW14K8 .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOVQvW14K8 .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOVQvW14K8 .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOVQvW14K8 .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOVQvW14K8 .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOVQvW14K8 .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOVQvW14K8 .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOVQvW14K8 .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOVQvW14K8 .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOVQvW14K8 .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOVQvW14K8 .mbr-label,
.cid-uOVQvW14K8 .label-wrapper {
  color: #151e11;
}
.cid-uOVQvW14K8 .mbr-section-title {
  color: #000000;
}
.cid-uOVQvW14K8 .mbr-number {
  color: #fff7ee;
}
.cid-uOVQvW14K8 .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOVQvW14K8 .card-label,
.cid-uOVQvW14K8 .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOVQvW14K8 .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOVQvW14K8 .card-text {
  color: #fff7ee;
}
.cid-uOVQvWm3C8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOVQvWm3C8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVQvWm3C8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVQvWm3C8 .items-wrapper {
  margin: 0 -8px;
}
.cid-uOVQvWm3C8 .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOVQvWm3C8 .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOVQvWm3C8 .item {
    margin-bottom: 12px;
  }
}
.cid-uOVQvWm3C8 .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOVQvWwlCy {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOVQvWwlCy .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOVQvWwlCy .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOVQvWwlCy H2 {
  color: #e7272d;
}
.cid-uOVQvWwlCy .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOVQvWwlCy .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOVQvWwlCy .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVQvWwlCy .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVQvWwlCy .col-lg-12 {
  overflow: hidden;
}
.cid-uOVQvWwlCy H4 {
  color: #fbbe36;
}
.cid-uOVQvWwlCy .mbr-text,
.cid-uOVQvWwlCy .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOVQvWwlCy .logo-wrap:before {
    content: none;
  }
  .cid-uOVQvWwlCy .logo-wrap:after {
    content: none;
  }
}
.cid-uOVQvWwlCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVQvWwlCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVQvWwlCy H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lsd9S9si {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lsd9S9si .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lsd9S9si .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lsd9S9si .media-container-row {
  justify-content: space-between;
}
.cid-v2lsd9S9si .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lsd9S9si .text-content {
    max-width: none;
  }
}
.cid-v2lsd9S9si .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lsd9S9si .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lsd9S9si .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lsd9S9si .icons {
    justify-content: center !important;
  }
  .cid-v2lsd9S9si .text-content * {
    text-align: center;
  }
}
.cid-v2lsd9S9si .mbr-section-title {
  color: #ffffff;
}
.cid-v2lsd9S9si P {
  color: #ffffff;
}
.cid-v2pKvUhT9A {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pKvUhT9A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pKvUhT9A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pKvUhT9A .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pKvUhT9A .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pKvUhT9A .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pKvUhT9A .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pKvUhT9A .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pKvUhT9A .mbr-desc,
.cid-v2pKvUhT9A .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pKvUhT9A .mbr-text,
.cid-v2pKvUhT9A .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOVQozRNwM {
  z-index: 1000;
  width: 100%;
}
.cid-uOVQozRNwM .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOVQozRNwM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOVQozRNwM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOVQozRNwM .menu_box .navbar.opened,
  .cid-uOVQozRNwM .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOVQozRNwM nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOVQozRNwM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOVQozRNwM .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOVQozRNwM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOVQozRNwM .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOVQozRNwM .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOVQozRNwM .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOVQozRNwM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOVQozRNwM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOVQozRNwM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOVQozRNwM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOVQozRNwM .offcanvas-body .mbr-text,
  .cid-uOVQozRNwM .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOVQozRNwM .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOVQozRNwM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOVQozRNwM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOVQozRNwM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOVQozRNwM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOVQozRNwM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOVQozRNwM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOVQozRNwM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOVQozRNwM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVQozRNwM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOVQozRNwM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOVQozRNwM li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOVQozRNwM .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOVQozRNwM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOVQozRNwM .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOVQozRNwM .nav-item {
    margin: 0 !important;
  }
}
.cid-uOVQozRNwM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOVQozRNwM .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOVQozRNwM .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOVQozRNwM .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOVQozRNwM .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOVQozRNwM .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOVQozRNwM .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOVQozRNwM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVQozRNwM .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-uOVQozRNwM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOVQozRNwM .offcanvas_box {
    display: none;
  }
}
.cid-uOVQozRNwM .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOVQozRNwM .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOVQozRNwM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOVQozRNwM .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOVQozRNwM .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOVQozRNwM .container {
  display: flex;
  margin: auto;
}
.cid-uOVQozRNwM .iconfont-wrapper {
  color: #272727;
  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-uOVQozRNwM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOVQozRNwM .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOVQozRNwM .navbar-caption {
  color: #000000;
}
.cid-uOVQozRNwM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOVQozRNwM .navbar-nav {
    margin: 0;
  }
}
.cid-uOVQozRNwM .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOVQozRNwM .dropdown-menu,
.cid-uOVQozRNwM .navbar.opened {
  background-color: true !important;
}
.cid-uOVQozRNwM .nav-item:focus,
.cid-uOVQozRNwM .nav-link:focus {
  outline: none;
}
.cid-uOVQozRNwM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOVQozRNwM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOVQozRNwM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOVQozRNwM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOVQozRNwM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOVQozRNwM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOVQozRNwM .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOVQozRNwM .navbar.opened {
  transition: all 0.3s;
}
.cid-uOVQozRNwM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOVQozRNwM .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOVQozRNwM .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOVQozRNwM .navbar.collapsed {
  justify-content: center;
}
.cid-uOVQozRNwM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOVQozRNwM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOVQozRNwM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOVQozRNwM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOVQozRNwM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOVQozRNwM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOVQozRNwM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOVQozRNwM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOVQozRNwM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOVQozRNwM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOVQozRNwM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOVQozRNwM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOVQozRNwM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOVQozRNwM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOVQozRNwM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOVQozRNwM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOVQozRNwM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOVQozRNwM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOVQozRNwM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOVQozRNwM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOVQozRNwM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOVQozRNwM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOVQozRNwM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOVQozRNwM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOVQozRNwM .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-uOVQozRNwM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOVQozRNwM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOVQozRNwM .dropdown-item.active,
.cid-uOVQozRNwM .dropdown-item:active {
  background-color: transparent;
}
.cid-uOVQozRNwM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOVQozRNwM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOVQozRNwM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOVQozRNwM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOVQozRNwM ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOVQozRNwM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOVQozRNwM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOVQozRNwM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOVQozRNwM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOVQozRNwM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVQozRNwM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVQozRNwM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOVQozRNwM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVQozRNwM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOVQozRNwM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOVQozRNwM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVQozRNwM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOVQozRNwM .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-uOVQozRNwM .navbar {
    height: 70px;
  }
  .cid-uOVQozRNwM .navbar.opened {
    height: auto;
  }
  .cid-uOVQozRNwM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOVQozRNwM .mbr-section-btn .btn,
.cid-uOVQozRNwM .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOVQozRNwM .mbr-section-btn .btn:first-child,
.cid-uOVQozRNwM .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOVQozRNwM .mbr-section-btn .btn:focus,
.cid-uOVQozRNwM .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOVQozRNwM .mbr-section-btn .btn span,
.cid-uOVQozRNwM .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOVQozRNwM .mbr-section-btn .btn:hover,
.cid-uOVQozRNwM .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOVQozRNwM .mbr-section-btn .btn:hover span,
.cid-uOVQozRNwM .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOVQozRNwM .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOVQozRNwM .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOVQozRNwM .navbar-caption:hover {
  color: #272727;
}
.cid-uOVQozRNwM .nav-link:hover {
  color: #272727;
}
.cid-uOVQozRNwM .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOVQozRNwM .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOVQozRNwM .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOVQozRNwM .mbr-section-subtitle,
.cid-uOVQozRNwM .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOVQozRNwM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lq2Sk8IO {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lq2Sk8IO {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lq2Sk8IO {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lq2Sk8IO {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lq2Sk8IO {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lq2Sk8IO {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOVQoAUwL0 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOVQoAUwL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVQoAUwL0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVQoAUwL0 .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOVQoAUwL0 .row .card {
  padding: 0 13px;
}
.cid-uOVQoAUwL0 .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOVQoAUwL0 .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOVQoAUwL0 .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOVQoAUwL0 .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOVQoAUwL0 .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOVQoAUwL0 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOVQoAUwL0 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOVQoAUwL0 .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOVQoAUwL0 .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOVQoAUwL0 .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOVQoAUwL0 .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOVQoAUwL0 .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOVQoAUwL0 .card-wrapper {
  overflow: hidden;
}
.cid-uOVQoAUwL0 .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOVQoAUwL0 .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOVQoAUwL0 .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOVQoAUwL0 .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOVQoAUwL0 .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOVQoAUwL0 .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOVQoAUwL0 .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOVQoAUwL0 .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOVQoAUwL0 .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOVQoAUwL0 .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOVQoAUwL0 .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOVQoAUwL0 .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOVQoAUwL0 .mbr-label,
.cid-uOVQoAUwL0 .label-wrapper {
  color: #151e11;
}
.cid-uOVQoAUwL0 .mbr-section-title {
  color: #000000;
}
.cid-uOVQoAUwL0 .mbr-number {
  color: #fff7ee;
}
.cid-uOVQoAUwL0 .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOVQoAUwL0 .card-label,
.cid-uOVQoAUwL0 .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOVQoAUwL0 .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOVQoAUwL0 .card-text {
  color: #fff7ee;
}
.cid-uOVQoBfPHV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOVQoBfPHV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVQoBfPHV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVQoBfPHV .items-wrapper {
  margin: 0 -8px;
}
.cid-uOVQoBfPHV .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOVQoBfPHV .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOVQoBfPHV .item {
    margin-bottom: 12px;
  }
}
.cid-uOVQoBfPHV .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOVQoBqjA3 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOVQoBqjA3 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOVQoBqjA3 .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOVQoBqjA3 H2 {
  color: #e7272d;
}
.cid-uOVQoBqjA3 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOVQoBqjA3 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOVQoBqjA3 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVQoBqjA3 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVQoBqjA3 .col-lg-12 {
  overflow: hidden;
}
.cid-uOVQoBqjA3 H4 {
  color: #fbbe36;
}
.cid-uOVQoBqjA3 .mbr-text,
.cid-uOVQoBqjA3 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOVQoBqjA3 .logo-wrap:before {
    content: none;
  }
  .cid-uOVQoBqjA3 .logo-wrap:after {
    content: none;
  }
}
.cid-uOVQoBqjA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVQoBqjA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVQoBqjA3 H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lq3PlYgo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lq3PlYgo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lq3PlYgo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lq3PlYgo .media-container-row {
  justify-content: space-between;
}
.cid-v2lq3PlYgo .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lq3PlYgo .text-content {
    max-width: none;
  }
}
.cid-v2lq3PlYgo .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lq3PlYgo .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lq3PlYgo .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lq3PlYgo .icons {
    justify-content: center !important;
  }
  .cid-v2lq3PlYgo .text-content * {
    text-align: center;
  }
}
.cid-v2lq3PlYgo .mbr-section-title {
  color: #ffffff;
}
.cid-v2lq3PlYgo P {
  color: #ffffff;
}
.cid-v2pK8n1Ihl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pK8n1Ihl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pK8n1Ihl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pK8n1Ihl .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pK8n1Ihl .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pK8n1Ihl .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pK8n1Ihl .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pK8n1Ihl .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pK8n1Ihl .mbr-desc,
.cid-v2pK8n1Ihl .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pK8n1Ihl .mbr-text,
.cid-v2pK8n1Ihl .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOVzdB8pMv {
  z-index: 1000;
  width: 100%;
}
.cid-uOVzdB8pMv .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOVzdB8pMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOVzdB8pMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOVzdB8pMv .menu_box .navbar.opened,
  .cid-uOVzdB8pMv .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOVzdB8pMv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOVzdB8pMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOVzdB8pMv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOVzdB8pMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOVzdB8pMv .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOVzdB8pMv .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOVzdB8pMv .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOVzdB8pMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOVzdB8pMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOVzdB8pMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOVzdB8pMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOVzdB8pMv .offcanvas-body .mbr-text,
  .cid-uOVzdB8pMv .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOVzdB8pMv .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOVzdB8pMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOVzdB8pMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOVzdB8pMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOVzdB8pMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOVzdB8pMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOVzdB8pMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOVzdB8pMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOVzdB8pMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVzdB8pMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOVzdB8pMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOVzdB8pMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOVzdB8pMv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOVzdB8pMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOVzdB8pMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOVzdB8pMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uOVzdB8pMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOVzdB8pMv .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOVzdB8pMv .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOVzdB8pMv .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOVzdB8pMv .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOVzdB8pMv .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOVzdB8pMv .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOVzdB8pMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVzdB8pMv .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-uOVzdB8pMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOVzdB8pMv .offcanvas_box {
    display: none;
  }
}
.cid-uOVzdB8pMv .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOVzdB8pMv .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOVzdB8pMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOVzdB8pMv .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOVzdB8pMv .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOVzdB8pMv .container {
  display: flex;
  margin: auto;
}
.cid-uOVzdB8pMv .iconfont-wrapper {
  color: #272727;
  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-uOVzdB8pMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOVzdB8pMv .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOVzdB8pMv .navbar-caption {
  color: #000000;
}
.cid-uOVzdB8pMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOVzdB8pMv .navbar-nav {
    margin: 0;
  }
}
.cid-uOVzdB8pMv .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOVzdB8pMv .dropdown-menu,
.cid-uOVzdB8pMv .navbar.opened {
  background-color: true !important;
}
.cid-uOVzdB8pMv .nav-item:focus,
.cid-uOVzdB8pMv .nav-link:focus {
  outline: none;
}
.cid-uOVzdB8pMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOVzdB8pMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOVzdB8pMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOVzdB8pMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOVzdB8pMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOVzdB8pMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOVzdB8pMv .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOVzdB8pMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uOVzdB8pMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOVzdB8pMv .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOVzdB8pMv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOVzdB8pMv .navbar.collapsed {
  justify-content: center;
}
.cid-uOVzdB8pMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOVzdB8pMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOVzdB8pMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOVzdB8pMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOVzdB8pMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOVzdB8pMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOVzdB8pMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOVzdB8pMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOVzdB8pMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOVzdB8pMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOVzdB8pMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOVzdB8pMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOVzdB8pMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOVzdB8pMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOVzdB8pMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOVzdB8pMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOVzdB8pMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOVzdB8pMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOVzdB8pMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOVzdB8pMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOVzdB8pMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOVzdB8pMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOVzdB8pMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOVzdB8pMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOVzdB8pMv .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-uOVzdB8pMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOVzdB8pMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOVzdB8pMv .dropdown-item.active,
.cid-uOVzdB8pMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uOVzdB8pMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOVzdB8pMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOVzdB8pMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOVzdB8pMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOVzdB8pMv ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOVzdB8pMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOVzdB8pMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOVzdB8pMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOVzdB8pMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOVzdB8pMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVzdB8pMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVzdB8pMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOVzdB8pMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVzdB8pMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOVzdB8pMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOVzdB8pMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVzdB8pMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOVzdB8pMv .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-uOVzdB8pMv .navbar {
    height: 70px;
  }
  .cid-uOVzdB8pMv .navbar.opened {
    height: auto;
  }
  .cid-uOVzdB8pMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOVzdB8pMv .mbr-section-btn .btn,
.cid-uOVzdB8pMv .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOVzdB8pMv .mbr-section-btn .btn:first-child,
.cid-uOVzdB8pMv .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOVzdB8pMv .mbr-section-btn .btn:focus,
.cid-uOVzdB8pMv .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOVzdB8pMv .mbr-section-btn .btn span,
.cid-uOVzdB8pMv .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOVzdB8pMv .mbr-section-btn .btn:hover,
.cid-uOVzdB8pMv .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOVzdB8pMv .mbr-section-btn .btn:hover span,
.cid-uOVzdB8pMv .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOVzdB8pMv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOVzdB8pMv .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOVzdB8pMv .navbar-caption:hover {
  color: #272727;
}
.cid-uOVzdB8pMv .nav-link:hover {
  color: #272727;
}
.cid-uOVzdB8pMv .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOVzdB8pMv .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOVzdB8pMv .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOVzdB8pMv .mbr-section-subtitle,
.cid-uOVzdB8pMv .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOVzdB8pMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lvzpYsxC {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lvzpYsxC {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lvzpYsxC {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lvzpYsxC {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lvzpYsxC {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lvzpYsxC {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOVzdCaOq6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOVzdCaOq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVzdCaOq6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVzdCaOq6 .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOVzdCaOq6 .row .card {
  padding: 0 13px;
}
.cid-uOVzdCaOq6 .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOVzdCaOq6 .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOVzdCaOq6 .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOVzdCaOq6 .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOVzdCaOq6 .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOVzdCaOq6 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOVzdCaOq6 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOVzdCaOq6 .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOVzdCaOq6 .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOVzdCaOq6 .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOVzdCaOq6 .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOVzdCaOq6 .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOVzdCaOq6 .card-wrapper {
  overflow: hidden;
}
.cid-uOVzdCaOq6 .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOVzdCaOq6 .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOVzdCaOq6 .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOVzdCaOq6 .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOVzdCaOq6 .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOVzdCaOq6 .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOVzdCaOq6 .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOVzdCaOq6 .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOVzdCaOq6 .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOVzdCaOq6 .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOVzdCaOq6 .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOVzdCaOq6 .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOVzdCaOq6 .mbr-label,
.cid-uOVzdCaOq6 .label-wrapper {
  color: #151e11;
}
.cid-uOVzdCaOq6 .mbr-section-title {
  color: #000000;
}
.cid-uOVzdCaOq6 .mbr-number {
  color: #fff7ee;
}
.cid-uOVzdCaOq6 .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOVzdCaOq6 .card-label,
.cid-uOVzdCaOq6 .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOVzdCaOq6 .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOVzdCaOq6 .card-text {
  color: #fff7ee;
}
.cid-uOVzdCaOq6 .mbr-section-title DIV {
  text-align: justify;
}
.cid-uOVzdCs2PP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOVzdCs2PP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVzdCs2PP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVzdCs2PP .items-wrapper {
  margin: 0 -8px;
}
.cid-uOVzdCs2PP .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOVzdCs2PP .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOVzdCs2PP .item {
    margin-bottom: 12px;
  }
}
.cid-uOVzdCs2PP .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOVzdCCmB9 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOVzdCCmB9 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOVzdCCmB9 .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOVzdCCmB9 H2 {
  color: #e7272d;
}
.cid-uOVzdCCmB9 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOVzdCCmB9 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOVzdCCmB9 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVzdCCmB9 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVzdCCmB9 .col-lg-12 {
  overflow: hidden;
}
.cid-uOVzdCCmB9 H4 {
  color: #fbbe36;
}
.cid-uOVzdCCmB9 .mbr-text,
.cid-uOVzdCCmB9 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOVzdCCmB9 .logo-wrap:before {
    content: none;
  }
  .cid-uOVzdCCmB9 .logo-wrap:after {
    content: none;
  }
}
.cid-uOVzdCCmB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVzdCCmB9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVzdCCmB9 H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lvAhr33H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lvAhr33H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lvAhr33H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lvAhr33H .media-container-row {
  justify-content: space-between;
}
.cid-v2lvAhr33H .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lvAhr33H .text-content {
    max-width: none;
  }
}
.cid-v2lvAhr33H .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lvAhr33H .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lvAhr33H .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lvAhr33H .icons {
    justify-content: center !important;
  }
  .cid-v2lvAhr33H .text-content * {
    text-align: center;
  }
}
.cid-v2lvAhr33H .mbr-section-title {
  color: #ffffff;
}
.cid-v2lvAhr33H P {
  color: #ffffff;
}
.cid-v2pLoh3RGF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pLoh3RGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pLoh3RGF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pLoh3RGF .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pLoh3RGF .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pLoh3RGF .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pLoh3RGF .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pLoh3RGF .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pLoh3RGF .mbr-desc,
.cid-v2pLoh3RGF .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pLoh3RGF .mbr-text,
.cid-v2pLoh3RGF .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOWL93lL9m {
  z-index: 1000;
  width: 100%;
}
.cid-uOWL93lL9m .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOWL93lL9m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOWL93lL9m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOWL93lL9m .menu_box .navbar.opened,
  .cid-uOWL93lL9m .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOWL93lL9m nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOWL93lL9m .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOWL93lL9m .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOWL93lL9m .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOWL93lL9m .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOWL93lL9m .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOWL93lL9m .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOWL93lL9m .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOWL93lL9m .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOWL93lL9m .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOWL93lL9m .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOWL93lL9m .offcanvas-body .mbr-text,
  .cid-uOWL93lL9m .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOWL93lL9m .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOWL93lL9m .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOWL93lL9m .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOWL93lL9m .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOWL93lL9m .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOWL93lL9m .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOWL93lL9m .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOWL93lL9m ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOWL93lL9m .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWL93lL9m .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOWL93lL9m .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOWL93lL9m li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOWL93lL9m .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOWL93lL9m .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOWL93lL9m .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOWL93lL9m .nav-item {
    margin: 0 !important;
  }
}
.cid-uOWL93lL9m .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOWL93lL9m .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOWL93lL9m .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOWL93lL9m .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOWL93lL9m .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOWL93lL9m .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOWL93lL9m .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOWL93lL9m .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWL93lL9m .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-uOWL93lL9m .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOWL93lL9m .offcanvas_box {
    display: none;
  }
}
.cid-uOWL93lL9m .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOWL93lL9m .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOWL93lL9m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOWL93lL9m .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOWL93lL9m .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOWL93lL9m .container {
  display: flex;
  margin: auto;
}
.cid-uOWL93lL9m .iconfont-wrapper {
  color: #272727;
  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-uOWL93lL9m .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOWL93lL9m .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOWL93lL9m .navbar-caption {
  color: #000000;
}
.cid-uOWL93lL9m .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOWL93lL9m .navbar-nav {
    margin: 0;
  }
}
.cid-uOWL93lL9m .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOWL93lL9m .dropdown-menu,
.cid-uOWL93lL9m .navbar.opened {
  background-color: true !important;
}
.cid-uOWL93lL9m .nav-item:focus,
.cid-uOWL93lL9m .nav-link:focus {
  outline: none;
}
.cid-uOWL93lL9m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOWL93lL9m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOWL93lL9m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOWL93lL9m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOWL93lL9m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOWL93lL9m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOWL93lL9m .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOWL93lL9m .navbar.opened {
  transition: all 0.3s;
}
.cid-uOWL93lL9m .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOWL93lL9m .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOWL93lL9m .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOWL93lL9m .navbar.collapsed {
  justify-content: center;
}
.cid-uOWL93lL9m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOWL93lL9m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOWL93lL9m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOWL93lL9m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOWL93lL9m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOWL93lL9m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOWL93lL9m .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOWL93lL9m .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOWL93lL9m .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOWL93lL9m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOWL93lL9m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOWL93lL9m .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOWL93lL9m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOWL93lL9m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOWL93lL9m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOWL93lL9m .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOWL93lL9m .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOWL93lL9m .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOWL93lL9m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOWL93lL9m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOWL93lL9m .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOWL93lL9m .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOWL93lL9m .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOWL93lL9m .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOWL93lL9m .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-uOWL93lL9m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOWL93lL9m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOWL93lL9m .dropdown-item.active,
.cid-uOWL93lL9m .dropdown-item:active {
  background-color: transparent;
}
.cid-uOWL93lL9m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOWL93lL9m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOWL93lL9m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOWL93lL9m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOWL93lL9m ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOWL93lL9m .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOWL93lL9m button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOWL93lL9m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOWL93lL9m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOWL93lL9m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWL93lL9m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWL93lL9m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOWL93lL9m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWL93lL9m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOWL93lL9m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOWL93lL9m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWL93lL9m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOWL93lL9m .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-uOWL93lL9m .navbar {
    height: 70px;
  }
  .cid-uOWL93lL9m .navbar.opened {
    height: auto;
  }
  .cid-uOWL93lL9m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOWL93lL9m .mbr-section-btn .btn,
.cid-uOWL93lL9m .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOWL93lL9m .mbr-section-btn .btn:first-child,
.cid-uOWL93lL9m .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOWL93lL9m .mbr-section-btn .btn:focus,
.cid-uOWL93lL9m .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOWL93lL9m .mbr-section-btn .btn span,
.cid-uOWL93lL9m .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOWL93lL9m .mbr-section-btn .btn:hover,
.cid-uOWL93lL9m .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOWL93lL9m .mbr-section-btn .btn:hover span,
.cid-uOWL93lL9m .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOWL93lL9m .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOWL93lL9m .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOWL93lL9m .navbar-caption:hover {
  color: #272727;
}
.cid-uOWL93lL9m .nav-link:hover {
  color: #272727;
}
.cid-uOWL93lL9m .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOWL93lL9m .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOWL93lL9m .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOWL93lL9m .mbr-section-subtitle,
.cid-uOWL93lL9m .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOWL93lL9m a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lvGt28ao {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lvGt28ao {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lvGt28ao {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lvGt28ao {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lvGt28ao {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lvGt28ao {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOWL94riO7 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOWL94riO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWL94riO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWL94riO7 .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOWL94riO7 .row .card {
  padding: 0 13px;
}
.cid-uOWL94riO7 .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOWL94riO7 .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOWL94riO7 .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOWL94riO7 .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOWL94riO7 .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOWL94riO7 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOWL94riO7 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOWL94riO7 .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOWL94riO7 .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOWL94riO7 .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOWL94riO7 .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOWL94riO7 .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOWL94riO7 .card-wrapper {
  overflow: hidden;
}
.cid-uOWL94riO7 .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOWL94riO7 .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOWL94riO7 .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOWL94riO7 .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOWL94riO7 .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOWL94riO7 .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOWL94riO7 .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOWL94riO7 .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOWL94riO7 .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOWL94riO7 .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOWL94riO7 .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOWL94riO7 .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOWL94riO7 .mbr-label,
.cid-uOWL94riO7 .label-wrapper {
  color: #151e11;
}
.cid-uOWL94riO7 .mbr-section-title {
  color: #000000;
}
.cid-uOWL94riO7 .mbr-number {
  color: #fff7ee;
}
.cid-uOWL94riO7 .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOWL94riO7 .card-label,
.cid-uOWL94riO7 .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOWL94riO7 .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOWL94riO7 .card-text {
  color: #fff7ee;
}
.cid-uOWL94LQf8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOWL94LQf8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWL94LQf8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWL94LQf8 .items-wrapper {
  margin: 0 -8px;
}
.cid-uOWL94LQf8 .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOWL94LQf8 .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOWL94LQf8 .item {
    margin-bottom: 12px;
  }
}
.cid-uOWL94LQf8 .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOWL94WDz6 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOWL94WDz6 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOWL94WDz6 .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOWL94WDz6 H2 {
  color: #e7272d;
}
.cid-uOWL94WDz6 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOWL94WDz6 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOWL94WDz6 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWL94WDz6 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWL94WDz6 .col-lg-12 {
  overflow: hidden;
}
.cid-uOWL94WDz6 H4 {
  color: #fbbe36;
}
.cid-uOWL94WDz6 .mbr-text,
.cid-uOWL94WDz6 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOWL94WDz6 .logo-wrap:before {
    content: none;
  }
  .cid-uOWL94WDz6 .logo-wrap:after {
    content: none;
  }
}
.cid-uOWL94WDz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWL94WDz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWL94WDz6 H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lvH46Tfc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lvH46Tfc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lvH46Tfc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lvH46Tfc .media-container-row {
  justify-content: space-between;
}
.cid-v2lvH46Tfc .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lvH46Tfc .text-content {
    max-width: none;
  }
}
.cid-v2lvH46Tfc .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lvH46Tfc .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lvH46Tfc .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lvH46Tfc .icons {
    justify-content: center !important;
  }
  .cid-v2lvH46Tfc .text-content * {
    text-align: center;
  }
}
.cid-v2lvH46Tfc .mbr-section-title {
  color: #ffffff;
}
.cid-v2lvH46Tfc P {
  color: #ffffff;
}
.cid-v2pLq4ziyx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pLq4ziyx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pLq4ziyx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pLq4ziyx .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pLq4ziyx .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pLq4ziyx .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pLq4ziyx .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pLq4ziyx .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pLq4ziyx .mbr-desc,
.cid-v2pLq4ziyx .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pLq4ziyx .mbr-text,
.cid-v2pLq4ziyx .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOWLbcToiI {
  z-index: 1000;
  width: 100%;
}
.cid-uOWLbcToiI .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOWLbcToiI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOWLbcToiI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOWLbcToiI .menu_box .navbar.opened,
  .cid-uOWLbcToiI .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOWLbcToiI nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOWLbcToiI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOWLbcToiI .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOWLbcToiI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOWLbcToiI .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOWLbcToiI .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOWLbcToiI .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOWLbcToiI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOWLbcToiI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOWLbcToiI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOWLbcToiI .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOWLbcToiI .offcanvas-body .mbr-text,
  .cid-uOWLbcToiI .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOWLbcToiI .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOWLbcToiI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOWLbcToiI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOWLbcToiI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOWLbcToiI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOWLbcToiI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOWLbcToiI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOWLbcToiI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOWLbcToiI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWLbcToiI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOWLbcToiI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOWLbcToiI li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOWLbcToiI .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOWLbcToiI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOWLbcToiI .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOWLbcToiI .nav-item {
    margin: 0 !important;
  }
}
.cid-uOWLbcToiI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOWLbcToiI .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOWLbcToiI .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOWLbcToiI .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOWLbcToiI .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOWLbcToiI .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOWLbcToiI .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOWLbcToiI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWLbcToiI .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-uOWLbcToiI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOWLbcToiI .offcanvas_box {
    display: none;
  }
}
.cid-uOWLbcToiI .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOWLbcToiI .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOWLbcToiI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOWLbcToiI .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOWLbcToiI .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOWLbcToiI .container {
  display: flex;
  margin: auto;
}
.cid-uOWLbcToiI .iconfont-wrapper {
  color: #272727;
  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-uOWLbcToiI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOWLbcToiI .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOWLbcToiI .navbar-caption {
  color: #000000;
}
.cid-uOWLbcToiI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOWLbcToiI .navbar-nav {
    margin: 0;
  }
}
.cid-uOWLbcToiI .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOWLbcToiI .dropdown-menu,
.cid-uOWLbcToiI .navbar.opened {
  background-color: true !important;
}
.cid-uOWLbcToiI .nav-item:focus,
.cid-uOWLbcToiI .nav-link:focus {
  outline: none;
}
.cid-uOWLbcToiI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOWLbcToiI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOWLbcToiI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOWLbcToiI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOWLbcToiI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOWLbcToiI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOWLbcToiI .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOWLbcToiI .navbar.opened {
  transition: all 0.3s;
}
.cid-uOWLbcToiI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOWLbcToiI .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOWLbcToiI .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOWLbcToiI .navbar.collapsed {
  justify-content: center;
}
.cid-uOWLbcToiI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOWLbcToiI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOWLbcToiI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOWLbcToiI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOWLbcToiI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOWLbcToiI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOWLbcToiI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOWLbcToiI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOWLbcToiI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOWLbcToiI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOWLbcToiI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOWLbcToiI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOWLbcToiI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOWLbcToiI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOWLbcToiI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOWLbcToiI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOWLbcToiI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOWLbcToiI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOWLbcToiI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOWLbcToiI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOWLbcToiI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOWLbcToiI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOWLbcToiI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOWLbcToiI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOWLbcToiI .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-uOWLbcToiI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOWLbcToiI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOWLbcToiI .dropdown-item.active,
.cid-uOWLbcToiI .dropdown-item:active {
  background-color: transparent;
}
.cid-uOWLbcToiI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOWLbcToiI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOWLbcToiI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOWLbcToiI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOWLbcToiI ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOWLbcToiI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOWLbcToiI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOWLbcToiI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOWLbcToiI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOWLbcToiI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWLbcToiI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWLbcToiI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOWLbcToiI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWLbcToiI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOWLbcToiI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOWLbcToiI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWLbcToiI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOWLbcToiI .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-uOWLbcToiI .navbar {
    height: 70px;
  }
  .cid-uOWLbcToiI .navbar.opened {
    height: auto;
  }
  .cid-uOWLbcToiI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOWLbcToiI .mbr-section-btn .btn,
.cid-uOWLbcToiI .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOWLbcToiI .mbr-section-btn .btn:first-child,
.cid-uOWLbcToiI .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOWLbcToiI .mbr-section-btn .btn:focus,
.cid-uOWLbcToiI .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOWLbcToiI .mbr-section-btn .btn span,
.cid-uOWLbcToiI .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOWLbcToiI .mbr-section-btn .btn:hover,
.cid-uOWLbcToiI .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOWLbcToiI .mbr-section-btn .btn:hover span,
.cid-uOWLbcToiI .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOWLbcToiI .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOWLbcToiI .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOWLbcToiI .navbar-caption:hover {
  color: #272727;
}
.cid-uOWLbcToiI .nav-link:hover {
  color: #272727;
}
.cid-uOWLbcToiI .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOWLbcToiI .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOWLbcToiI .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOWLbcToiI .mbr-section-subtitle,
.cid-uOWLbcToiI .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOWLbcToiI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lvNZJio9 {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lvNZJio9 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lvNZJio9 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lvNZJio9 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lvNZJio9 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lvNZJio9 {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOWLbdQLPV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOWLbdQLPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWLbdQLPV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWLbdQLPV .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOWLbdQLPV .row .card {
  padding: 0 13px;
}
.cid-uOWLbdQLPV .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOWLbdQLPV .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOWLbdQLPV .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOWLbdQLPV .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOWLbdQLPV .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOWLbdQLPV .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOWLbdQLPV .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOWLbdQLPV .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOWLbdQLPV .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOWLbdQLPV .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOWLbdQLPV .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOWLbdQLPV .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOWLbdQLPV .card-wrapper {
  overflow: hidden;
}
.cid-uOWLbdQLPV .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOWLbdQLPV .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOWLbdQLPV .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOWLbdQLPV .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOWLbdQLPV .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOWLbdQLPV .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOWLbdQLPV .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOWLbdQLPV .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOWLbdQLPV .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOWLbdQLPV .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOWLbdQLPV .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOWLbdQLPV .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOWLbdQLPV .mbr-label,
.cid-uOWLbdQLPV .label-wrapper {
  color: #151e11;
}
.cid-uOWLbdQLPV .mbr-section-title {
  color: #000000;
}
.cid-uOWLbdQLPV .mbr-number {
  color: #fff7ee;
}
.cid-uOWLbdQLPV .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOWLbdQLPV .card-label,
.cid-uOWLbdQLPV .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOWLbdQLPV .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOWLbdQLPV .card-text {
  color: #fff7ee;
}
.cid-uOWLbe91wU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOWLbe91wU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWLbe91wU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWLbe91wU .items-wrapper {
  margin: 0 -8px;
}
.cid-uOWLbe91wU .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOWLbe91wU .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOWLbe91wU .item {
    margin-bottom: 12px;
  }
}
.cid-uOWLbe91wU .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOWLbequII {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOWLbequII .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOWLbequII .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOWLbequII H2 {
  color: #e7272d;
}
.cid-uOWLbequII .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOWLbequII .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOWLbequII .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWLbequII .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWLbequII .col-lg-12 {
  overflow: hidden;
}
.cid-uOWLbequII H4 {
  color: #fbbe36;
}
.cid-uOWLbequII .mbr-text,
.cid-uOWLbequII .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOWLbequII .logo-wrap:before {
    content: none;
  }
  .cid-uOWLbequII .logo-wrap:after {
    content: none;
  }
}
.cid-uOWLbequII .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWLbequII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWLbequII H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lvOPmH0u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lvOPmH0u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lvOPmH0u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lvOPmH0u .media-container-row {
  justify-content: space-between;
}
.cid-v2lvOPmH0u .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lvOPmH0u .text-content {
    max-width: none;
  }
}
.cid-v2lvOPmH0u .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lvOPmH0u .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lvOPmH0u .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lvOPmH0u .icons {
    justify-content: center !important;
  }
  .cid-v2lvOPmH0u .text-content * {
    text-align: center;
  }
}
.cid-v2lvOPmH0u .mbr-section-title {
  color: #ffffff;
}
.cid-v2lvOPmH0u P {
  color: #ffffff;
}
.cid-v2pLrGzkCH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pLrGzkCH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pLrGzkCH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pLrGzkCH .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pLrGzkCH .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pLrGzkCH .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pLrGzkCH .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pLrGzkCH .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pLrGzkCH .mbr-desc,
.cid-v2pLrGzkCH .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pLrGzkCH .mbr-text,
.cid-v2pLrGzkCH .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOWLdwFMdh {
  z-index: 1000;
  width: 100%;
}
.cid-uOWLdwFMdh .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOWLdwFMdh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOWLdwFMdh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOWLdwFMdh .menu_box .navbar.opened,
  .cid-uOWLdwFMdh .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOWLdwFMdh nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOWLdwFMdh .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOWLdwFMdh .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOWLdwFMdh .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOWLdwFMdh .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOWLdwFMdh .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOWLdwFMdh .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOWLdwFMdh .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOWLdwFMdh .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOWLdwFMdh .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOWLdwFMdh .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOWLdwFMdh .offcanvas-body .mbr-text,
  .cid-uOWLdwFMdh .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOWLdwFMdh .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOWLdwFMdh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOWLdwFMdh .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOWLdwFMdh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOWLdwFMdh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOWLdwFMdh .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOWLdwFMdh .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOWLdwFMdh ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOWLdwFMdh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWLdwFMdh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOWLdwFMdh .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOWLdwFMdh li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOWLdwFMdh .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOWLdwFMdh .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOWLdwFMdh .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOWLdwFMdh .nav-item {
    margin: 0 !important;
  }
}
.cid-uOWLdwFMdh .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOWLdwFMdh .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOWLdwFMdh .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOWLdwFMdh .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOWLdwFMdh .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOWLdwFMdh .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOWLdwFMdh .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOWLdwFMdh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWLdwFMdh .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-uOWLdwFMdh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOWLdwFMdh .offcanvas_box {
    display: none;
  }
}
.cid-uOWLdwFMdh .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOWLdwFMdh .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOWLdwFMdh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOWLdwFMdh .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOWLdwFMdh .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOWLdwFMdh .container {
  display: flex;
  margin: auto;
}
.cid-uOWLdwFMdh .iconfont-wrapper {
  color: #272727;
  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-uOWLdwFMdh .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOWLdwFMdh .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOWLdwFMdh .navbar-caption {
  color: #000000;
}
.cid-uOWLdwFMdh .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOWLdwFMdh .navbar-nav {
    margin: 0;
  }
}
.cid-uOWLdwFMdh .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOWLdwFMdh .dropdown-menu,
.cid-uOWLdwFMdh .navbar.opened {
  background-color: true !important;
}
.cid-uOWLdwFMdh .nav-item:focus,
.cid-uOWLdwFMdh .nav-link:focus {
  outline: none;
}
.cid-uOWLdwFMdh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOWLdwFMdh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOWLdwFMdh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOWLdwFMdh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOWLdwFMdh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOWLdwFMdh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOWLdwFMdh .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOWLdwFMdh .navbar.opened {
  transition: all 0.3s;
}
.cid-uOWLdwFMdh .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOWLdwFMdh .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOWLdwFMdh .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOWLdwFMdh .navbar.collapsed {
  justify-content: center;
}
.cid-uOWLdwFMdh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOWLdwFMdh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOWLdwFMdh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOWLdwFMdh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOWLdwFMdh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOWLdwFMdh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOWLdwFMdh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOWLdwFMdh .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOWLdwFMdh .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOWLdwFMdh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOWLdwFMdh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOWLdwFMdh .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOWLdwFMdh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOWLdwFMdh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOWLdwFMdh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOWLdwFMdh .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOWLdwFMdh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOWLdwFMdh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOWLdwFMdh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOWLdwFMdh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOWLdwFMdh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOWLdwFMdh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOWLdwFMdh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOWLdwFMdh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOWLdwFMdh .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-uOWLdwFMdh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOWLdwFMdh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOWLdwFMdh .dropdown-item.active,
.cid-uOWLdwFMdh .dropdown-item:active {
  background-color: transparent;
}
.cid-uOWLdwFMdh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOWLdwFMdh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOWLdwFMdh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOWLdwFMdh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOWLdwFMdh ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOWLdwFMdh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOWLdwFMdh button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOWLdwFMdh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOWLdwFMdh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOWLdwFMdh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWLdwFMdh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWLdwFMdh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOWLdwFMdh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWLdwFMdh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOWLdwFMdh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOWLdwFMdh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWLdwFMdh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOWLdwFMdh .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-uOWLdwFMdh .navbar {
    height: 70px;
  }
  .cid-uOWLdwFMdh .navbar.opened {
    height: auto;
  }
  .cid-uOWLdwFMdh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOWLdwFMdh .mbr-section-btn .btn,
.cid-uOWLdwFMdh .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOWLdwFMdh .mbr-section-btn .btn:first-child,
.cid-uOWLdwFMdh .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOWLdwFMdh .mbr-section-btn .btn:focus,
.cid-uOWLdwFMdh .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOWLdwFMdh .mbr-section-btn .btn span,
.cid-uOWLdwFMdh .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOWLdwFMdh .mbr-section-btn .btn:hover,
.cid-uOWLdwFMdh .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOWLdwFMdh .mbr-section-btn .btn:hover span,
.cid-uOWLdwFMdh .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOWLdwFMdh .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOWLdwFMdh .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOWLdwFMdh .navbar-caption:hover {
  color: #272727;
}
.cid-uOWLdwFMdh .nav-link:hover {
  color: #272727;
}
.cid-uOWLdwFMdh .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOWLdwFMdh .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOWLdwFMdh .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOWLdwFMdh .mbr-section-subtitle,
.cid-uOWLdwFMdh .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOWLdwFMdh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lwb26i3X {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lwb26i3X {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lwb26i3X {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lwb26i3X {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lwb26i3X {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lwb26i3X {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOWLdx1WhK {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOWLdx1WhK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWLdx1WhK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWLdx1WhK .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOWLdx1WhK .row .card {
  padding: 0 13px;
}
.cid-uOWLdx1WhK .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOWLdx1WhK .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOWLdx1WhK .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOWLdx1WhK .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOWLdx1WhK .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOWLdx1WhK .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOWLdx1WhK .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOWLdx1WhK .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOWLdx1WhK .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOWLdx1WhK .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOWLdx1WhK .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOWLdx1WhK .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOWLdx1WhK .card-wrapper {
  overflow: hidden;
}
.cid-uOWLdx1WhK .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOWLdx1WhK .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOWLdx1WhK .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOWLdx1WhK .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOWLdx1WhK .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOWLdx1WhK .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOWLdx1WhK .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOWLdx1WhK .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOWLdx1WhK .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOWLdx1WhK .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOWLdx1WhK .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOWLdx1WhK .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOWLdx1WhK .mbr-label,
.cid-uOWLdx1WhK .label-wrapper {
  color: #151e11;
}
.cid-uOWLdx1WhK .mbr-section-title {
  color: #000000;
}
.cid-uOWLdx1WhK .mbr-number {
  color: #fff7ee;
}
.cid-uOWLdx1WhK .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOWLdx1WhK .card-label,
.cid-uOWLdx1WhK .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOWLdx1WhK .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOWLdx1WhK .card-text {
  color: #fff7ee;
}
.cid-uOWLdxhkri {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOWLdxhkri .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWLdxhkri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWLdxhkri .items-wrapper {
  margin: 0 -8px;
}
.cid-uOWLdxhkri .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOWLdxhkri .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOWLdxhkri .item {
    margin-bottom: 12px;
  }
}
.cid-uOWLdxhkri .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOWLdxsvzi {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOWLdxsvzi .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOWLdxsvzi .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOWLdxsvzi H2 {
  color: #e7272d;
}
.cid-uOWLdxsvzi .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOWLdxsvzi .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOWLdxsvzi .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWLdxsvzi .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWLdxsvzi .col-lg-12 {
  overflow: hidden;
}
.cid-uOWLdxsvzi H4 {
  color: #fbbe36;
}
.cid-uOWLdxsvzi .mbr-text,
.cid-uOWLdxsvzi .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOWLdxsvzi .logo-wrap:before {
    content: none;
  }
  .cid-uOWLdxsvzi .logo-wrap:after {
    content: none;
  }
}
.cid-uOWLdxsvzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWLdxsvzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWLdxsvzi H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lwbCcV43 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lwbCcV43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lwbCcV43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lwbCcV43 .media-container-row {
  justify-content: space-between;
}
.cid-v2lwbCcV43 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lwbCcV43 .text-content {
    max-width: none;
  }
}
.cid-v2lwbCcV43 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lwbCcV43 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lwbCcV43 .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lwbCcV43 .icons {
    justify-content: center !important;
  }
  .cid-v2lwbCcV43 .text-content * {
    text-align: center;
  }
}
.cid-v2lwbCcV43 .mbr-section-title {
  color: #ffffff;
}
.cid-v2lwbCcV43 P {
  color: #ffffff;
}
.cid-v2pLwe0cEz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pLwe0cEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pLwe0cEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pLwe0cEz .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pLwe0cEz .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pLwe0cEz .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pLwe0cEz .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pLwe0cEz .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pLwe0cEz .mbr-desc,
.cid-v2pLwe0cEz .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pLwe0cEz .mbr-text,
.cid-v2pLwe0cEz .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOWLeu0IZr {
  z-index: 1000;
  width: 100%;
}
.cid-uOWLeu0IZr .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOWLeu0IZr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOWLeu0IZr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOWLeu0IZr .menu_box .navbar.opened,
  .cid-uOWLeu0IZr .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOWLeu0IZr nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOWLeu0IZr .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOWLeu0IZr .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOWLeu0IZr .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOWLeu0IZr .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOWLeu0IZr .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOWLeu0IZr .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOWLeu0IZr .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOWLeu0IZr .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOWLeu0IZr .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOWLeu0IZr .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOWLeu0IZr .offcanvas-body .mbr-text,
  .cid-uOWLeu0IZr .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOWLeu0IZr .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOWLeu0IZr .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOWLeu0IZr .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOWLeu0IZr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOWLeu0IZr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOWLeu0IZr .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOWLeu0IZr .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOWLeu0IZr ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOWLeu0IZr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWLeu0IZr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOWLeu0IZr .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOWLeu0IZr li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOWLeu0IZr .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOWLeu0IZr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOWLeu0IZr .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOWLeu0IZr .nav-item {
    margin: 0 !important;
  }
}
.cid-uOWLeu0IZr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOWLeu0IZr .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOWLeu0IZr .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOWLeu0IZr .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOWLeu0IZr .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOWLeu0IZr .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOWLeu0IZr .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOWLeu0IZr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWLeu0IZr .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-uOWLeu0IZr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOWLeu0IZr .offcanvas_box {
    display: none;
  }
}
.cid-uOWLeu0IZr .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOWLeu0IZr .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOWLeu0IZr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOWLeu0IZr .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOWLeu0IZr .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOWLeu0IZr .container {
  display: flex;
  margin: auto;
}
.cid-uOWLeu0IZr .iconfont-wrapper {
  color: #272727;
  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-uOWLeu0IZr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOWLeu0IZr .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOWLeu0IZr .navbar-caption {
  color: #000000;
}
.cid-uOWLeu0IZr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOWLeu0IZr .navbar-nav {
    margin: 0;
  }
}
.cid-uOWLeu0IZr .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOWLeu0IZr .dropdown-menu,
.cid-uOWLeu0IZr .navbar.opened {
  background-color: true !important;
}
.cid-uOWLeu0IZr .nav-item:focus,
.cid-uOWLeu0IZr .nav-link:focus {
  outline: none;
}
.cid-uOWLeu0IZr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOWLeu0IZr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOWLeu0IZr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOWLeu0IZr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOWLeu0IZr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOWLeu0IZr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOWLeu0IZr .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOWLeu0IZr .navbar.opened {
  transition: all 0.3s;
}
.cid-uOWLeu0IZr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOWLeu0IZr .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOWLeu0IZr .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOWLeu0IZr .navbar.collapsed {
  justify-content: center;
}
.cid-uOWLeu0IZr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOWLeu0IZr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOWLeu0IZr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOWLeu0IZr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOWLeu0IZr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOWLeu0IZr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOWLeu0IZr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOWLeu0IZr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOWLeu0IZr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOWLeu0IZr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOWLeu0IZr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOWLeu0IZr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOWLeu0IZr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOWLeu0IZr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOWLeu0IZr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOWLeu0IZr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOWLeu0IZr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOWLeu0IZr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOWLeu0IZr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOWLeu0IZr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOWLeu0IZr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOWLeu0IZr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOWLeu0IZr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOWLeu0IZr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOWLeu0IZr .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-uOWLeu0IZr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOWLeu0IZr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOWLeu0IZr .dropdown-item.active,
.cid-uOWLeu0IZr .dropdown-item:active {
  background-color: transparent;
}
.cid-uOWLeu0IZr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOWLeu0IZr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOWLeu0IZr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOWLeu0IZr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOWLeu0IZr ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOWLeu0IZr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOWLeu0IZr button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOWLeu0IZr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOWLeu0IZr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOWLeu0IZr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWLeu0IZr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWLeu0IZr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOWLeu0IZr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWLeu0IZr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOWLeu0IZr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOWLeu0IZr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWLeu0IZr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOWLeu0IZr .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-uOWLeu0IZr .navbar {
    height: 70px;
  }
  .cid-uOWLeu0IZr .navbar.opened {
    height: auto;
  }
  .cid-uOWLeu0IZr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOWLeu0IZr .mbr-section-btn .btn,
.cid-uOWLeu0IZr .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOWLeu0IZr .mbr-section-btn .btn:first-child,
.cid-uOWLeu0IZr .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOWLeu0IZr .mbr-section-btn .btn:focus,
.cid-uOWLeu0IZr .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOWLeu0IZr .mbr-section-btn .btn span,
.cid-uOWLeu0IZr .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOWLeu0IZr .mbr-section-btn .btn:hover,
.cid-uOWLeu0IZr .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOWLeu0IZr .mbr-section-btn .btn:hover span,
.cid-uOWLeu0IZr .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOWLeu0IZr .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOWLeu0IZr .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOWLeu0IZr .navbar-caption:hover {
  color: #272727;
}
.cid-uOWLeu0IZr .nav-link:hover {
  color: #272727;
}
.cid-uOWLeu0IZr .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOWLeu0IZr .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOWLeu0IZr .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOWLeu0IZr .mbr-section-subtitle,
.cid-uOWLeu0IZr .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOWLeu0IZr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lwA3yzNf {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lwA3yzNf {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lwA3yzNf {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lwA3yzNf {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lwA3yzNf {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lwA3yzNf {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOWLev8GDT {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOWLev8GDT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWLev8GDT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWLev8GDT .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOWLev8GDT .row .card {
  padding: 0 13px;
}
.cid-uOWLev8GDT .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOWLev8GDT .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOWLev8GDT .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOWLev8GDT .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOWLev8GDT .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOWLev8GDT .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOWLev8GDT .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOWLev8GDT .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOWLev8GDT .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOWLev8GDT .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOWLev8GDT .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOWLev8GDT .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOWLev8GDT .card-wrapper {
  overflow: hidden;
}
.cid-uOWLev8GDT .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOWLev8GDT .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOWLev8GDT .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOWLev8GDT .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOWLev8GDT .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOWLev8GDT .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOWLev8GDT .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOWLev8GDT .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOWLev8GDT .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOWLev8GDT .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOWLev8GDT .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOWLev8GDT .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOWLev8GDT .mbr-label,
.cid-uOWLev8GDT .label-wrapper {
  color: #151e11;
}
.cid-uOWLev8GDT .mbr-section-title {
  color: #000000;
}
.cid-uOWLev8GDT .mbr-number {
  color: #fff7ee;
}
.cid-uOWLev8GDT .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOWLev8GDT .card-label,
.cid-uOWLev8GDT .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOWLev8GDT .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOWLev8GDT .card-text {
  color: #fff7ee;
}
.cid-uOWLevqpQk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOWLevqpQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWLevqpQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWLevqpQk .items-wrapper {
  margin: 0 -8px;
}
.cid-uOWLevqpQk .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOWLevqpQk .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOWLevqpQk .item {
    margin-bottom: 12px;
  }
}
.cid-uOWLevqpQk .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOWLevBmYF {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOWLevBmYF .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOWLevBmYF .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOWLevBmYF H2 {
  color: #e7272d;
}
.cid-uOWLevBmYF .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOWLevBmYF .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOWLevBmYF .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWLevBmYF .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWLevBmYF .col-lg-12 {
  overflow: hidden;
}
.cid-uOWLevBmYF H4 {
  color: #fbbe36;
}
.cid-uOWLevBmYF .mbr-text,
.cid-uOWLevBmYF .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOWLevBmYF .logo-wrap:before {
    content: none;
  }
  .cid-uOWLevBmYF .logo-wrap:after {
    content: none;
  }
}
.cid-uOWLevBmYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWLevBmYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWLevBmYF H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lwB3mxZj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lwB3mxZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lwB3mxZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lwB3mxZj .media-container-row {
  justify-content: space-between;
}
.cid-v2lwB3mxZj .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lwB3mxZj .text-content {
    max-width: none;
  }
}
.cid-v2lwB3mxZj .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lwB3mxZj .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lwB3mxZj .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lwB3mxZj .icons {
    justify-content: center !important;
  }
  .cid-v2lwB3mxZj .text-content * {
    text-align: center;
  }
}
.cid-v2lwB3mxZj .mbr-section-title {
  color: #ffffff;
}
.cid-v2lwB3mxZj P {
  color: #ffffff;
}
.cid-v2pLyKsM3T {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pLyKsM3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pLyKsM3T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pLyKsM3T .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pLyKsM3T .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pLyKsM3T .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pLyKsM3T .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pLyKsM3T .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pLyKsM3T .mbr-desc,
.cid-v2pLyKsM3T .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pLyKsM3T .mbr-text,
.cid-v2pLyKsM3T .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOWLg1bu2B {
  z-index: 1000;
  width: 100%;
}
.cid-uOWLg1bu2B .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOWLg1bu2B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOWLg1bu2B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOWLg1bu2B .menu_box .navbar.opened,
  .cid-uOWLg1bu2B .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOWLg1bu2B nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOWLg1bu2B .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOWLg1bu2B .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOWLg1bu2B .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOWLg1bu2B .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOWLg1bu2B .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOWLg1bu2B .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOWLg1bu2B .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOWLg1bu2B .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOWLg1bu2B .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOWLg1bu2B .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOWLg1bu2B .offcanvas-body .mbr-text,
  .cid-uOWLg1bu2B .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOWLg1bu2B .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOWLg1bu2B .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOWLg1bu2B .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOWLg1bu2B .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOWLg1bu2B .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOWLg1bu2B .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOWLg1bu2B .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOWLg1bu2B ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOWLg1bu2B .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWLg1bu2B .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOWLg1bu2B .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOWLg1bu2B li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOWLg1bu2B .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOWLg1bu2B .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOWLg1bu2B .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOWLg1bu2B .nav-item {
    margin: 0 !important;
  }
}
.cid-uOWLg1bu2B .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOWLg1bu2B .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOWLg1bu2B .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOWLg1bu2B .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOWLg1bu2B .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOWLg1bu2B .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOWLg1bu2B .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOWLg1bu2B .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWLg1bu2B .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-uOWLg1bu2B .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOWLg1bu2B .offcanvas_box {
    display: none;
  }
}
.cid-uOWLg1bu2B .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOWLg1bu2B .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOWLg1bu2B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOWLg1bu2B .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOWLg1bu2B .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOWLg1bu2B .container {
  display: flex;
  margin: auto;
}
.cid-uOWLg1bu2B .iconfont-wrapper {
  color: #272727;
  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-uOWLg1bu2B .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOWLg1bu2B .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOWLg1bu2B .navbar-caption {
  color: #000000;
}
.cid-uOWLg1bu2B .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOWLg1bu2B .navbar-nav {
    margin: 0;
  }
}
.cid-uOWLg1bu2B .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOWLg1bu2B .dropdown-menu,
.cid-uOWLg1bu2B .navbar.opened {
  background-color: true !important;
}
.cid-uOWLg1bu2B .nav-item:focus,
.cid-uOWLg1bu2B .nav-link:focus {
  outline: none;
}
.cid-uOWLg1bu2B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOWLg1bu2B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOWLg1bu2B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOWLg1bu2B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOWLg1bu2B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOWLg1bu2B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOWLg1bu2B .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOWLg1bu2B .navbar.opened {
  transition: all 0.3s;
}
.cid-uOWLg1bu2B .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOWLg1bu2B .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOWLg1bu2B .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOWLg1bu2B .navbar.collapsed {
  justify-content: center;
}
.cid-uOWLg1bu2B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOWLg1bu2B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOWLg1bu2B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOWLg1bu2B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOWLg1bu2B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOWLg1bu2B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOWLg1bu2B .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOWLg1bu2B .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOWLg1bu2B .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOWLg1bu2B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOWLg1bu2B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOWLg1bu2B .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOWLg1bu2B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOWLg1bu2B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOWLg1bu2B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOWLg1bu2B .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOWLg1bu2B .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOWLg1bu2B .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOWLg1bu2B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOWLg1bu2B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOWLg1bu2B .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOWLg1bu2B .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOWLg1bu2B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOWLg1bu2B .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOWLg1bu2B .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-uOWLg1bu2B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOWLg1bu2B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOWLg1bu2B .dropdown-item.active,
.cid-uOWLg1bu2B .dropdown-item:active {
  background-color: transparent;
}
.cid-uOWLg1bu2B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOWLg1bu2B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOWLg1bu2B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOWLg1bu2B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOWLg1bu2B ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOWLg1bu2B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOWLg1bu2B button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOWLg1bu2B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOWLg1bu2B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOWLg1bu2B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWLg1bu2B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWLg1bu2B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOWLg1bu2B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWLg1bu2B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOWLg1bu2B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOWLg1bu2B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWLg1bu2B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOWLg1bu2B .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-uOWLg1bu2B .navbar {
    height: 70px;
  }
  .cid-uOWLg1bu2B .navbar.opened {
    height: auto;
  }
  .cid-uOWLg1bu2B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOWLg1bu2B .mbr-section-btn .btn,
.cid-uOWLg1bu2B .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOWLg1bu2B .mbr-section-btn .btn:first-child,
.cid-uOWLg1bu2B .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOWLg1bu2B .mbr-section-btn .btn:focus,
.cid-uOWLg1bu2B .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOWLg1bu2B .mbr-section-btn .btn span,
.cid-uOWLg1bu2B .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOWLg1bu2B .mbr-section-btn .btn:hover,
.cid-uOWLg1bu2B .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOWLg1bu2B .mbr-section-btn .btn:hover span,
.cid-uOWLg1bu2B .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOWLg1bu2B .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOWLg1bu2B .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOWLg1bu2B .navbar-caption:hover {
  color: #272727;
}
.cid-uOWLg1bu2B .nav-link:hover {
  color: #272727;
}
.cid-uOWLg1bu2B .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOWLg1bu2B .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOWLg1bu2B .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOWLg1bu2B .mbr-section-subtitle,
.cid-uOWLg1bu2B .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOWLg1bu2B a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lwMiYmzv {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lwMiYmzv {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lwMiYmzv {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lwMiYmzv {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lwMiYmzv {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lwMiYmzv {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOWLg1Evnd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOWLg1Evnd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWLg1Evnd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWLg1Evnd .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOWLg1Evnd .row .card {
  padding: 0 13px;
}
.cid-uOWLg1Evnd .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOWLg1Evnd .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOWLg1Evnd .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOWLg1Evnd .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOWLg1Evnd .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOWLg1Evnd .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOWLg1Evnd .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOWLg1Evnd .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOWLg1Evnd .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOWLg1Evnd .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOWLg1Evnd .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOWLg1Evnd .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOWLg1Evnd .card-wrapper {
  overflow: hidden;
}
.cid-uOWLg1Evnd .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOWLg1Evnd .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOWLg1Evnd .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOWLg1Evnd .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOWLg1Evnd .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOWLg1Evnd .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOWLg1Evnd .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOWLg1Evnd .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOWLg1Evnd .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOWLg1Evnd .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOWLg1Evnd .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOWLg1Evnd .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOWLg1Evnd .mbr-label,
.cid-uOWLg1Evnd .label-wrapper {
  color: #151e11;
}
.cid-uOWLg1Evnd .mbr-section-title {
  color: #000000;
}
.cid-uOWLg1Evnd .mbr-number {
  color: #fff7ee;
}
.cid-uOWLg1Evnd .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOWLg1Evnd .card-label,
.cid-uOWLg1Evnd .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOWLg1Evnd .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOWLg1Evnd .card-text {
  color: #fff7ee;
}
.cid-uOWLg1VGgH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOWLg1VGgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWLg1VGgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWLg1VGgH .items-wrapper {
  margin: 0 -8px;
}
.cid-uOWLg1VGgH .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOWLg1VGgH .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOWLg1VGgH .item {
    margin-bottom: 12px;
  }
}
.cid-uOWLg1VGgH .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOWLg26dn7 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOWLg26dn7 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOWLg26dn7 .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOWLg26dn7 H2 {
  color: #e7272d;
}
.cid-uOWLg26dn7 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOWLg26dn7 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOWLg26dn7 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWLg26dn7 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWLg26dn7 .col-lg-12 {
  overflow: hidden;
}
.cid-uOWLg26dn7 H4 {
  color: #fbbe36;
}
.cid-uOWLg26dn7 .mbr-text,
.cid-uOWLg26dn7 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOWLg26dn7 .logo-wrap:before {
    content: none;
  }
  .cid-uOWLg26dn7 .logo-wrap:after {
    content: none;
  }
}
.cid-uOWLg26dn7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWLg26dn7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWLg26dn7 H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lwJTHVe2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lwJTHVe2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lwJTHVe2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lwJTHVe2 .media-container-row {
  justify-content: space-between;
}
.cid-v2lwJTHVe2 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lwJTHVe2 .text-content {
    max-width: none;
  }
}
.cid-v2lwJTHVe2 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lwJTHVe2 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lwJTHVe2 .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lwJTHVe2 .icons {
    justify-content: center !important;
  }
  .cid-v2lwJTHVe2 .text-content * {
    text-align: center;
  }
}
.cid-v2lwJTHVe2 .mbr-section-title {
  color: #ffffff;
}
.cid-v2lwJTHVe2 P {
  color: #ffffff;
}
.cid-v2pLAN9lGB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pLAN9lGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pLAN9lGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pLAN9lGB .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pLAN9lGB .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pLAN9lGB .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pLAN9lGB .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pLAN9lGB .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pLAN9lGB .mbr-desc,
.cid-v2pLAN9lGB .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pLAN9lGB .mbr-text,
.cid-v2pLAN9lGB .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOWLhzg6U9 {
  z-index: 1000;
  width: 100%;
}
.cid-uOWLhzg6U9 .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOWLhzg6U9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOWLhzg6U9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOWLhzg6U9 .menu_box .navbar.opened,
  .cid-uOWLhzg6U9 .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOWLhzg6U9 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOWLhzg6U9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOWLhzg6U9 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOWLhzg6U9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOWLhzg6U9 .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOWLhzg6U9 .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOWLhzg6U9 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOWLhzg6U9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOWLhzg6U9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOWLhzg6U9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOWLhzg6U9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOWLhzg6U9 .offcanvas-body .mbr-text,
  .cid-uOWLhzg6U9 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOWLhzg6U9 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOWLhzg6U9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOWLhzg6U9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOWLhzg6U9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOWLhzg6U9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOWLhzg6U9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOWLhzg6U9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOWLhzg6U9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOWLhzg6U9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWLhzg6U9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOWLhzg6U9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOWLhzg6U9 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOWLhzg6U9 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOWLhzg6U9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOWLhzg6U9 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOWLhzg6U9 .nav-item {
    margin: 0 !important;
  }
}
.cid-uOWLhzg6U9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOWLhzg6U9 .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOWLhzg6U9 .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOWLhzg6U9 .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOWLhzg6U9 .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOWLhzg6U9 .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOWLhzg6U9 .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOWLhzg6U9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWLhzg6U9 .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-uOWLhzg6U9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOWLhzg6U9 .offcanvas_box {
    display: none;
  }
}
.cid-uOWLhzg6U9 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOWLhzg6U9 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOWLhzg6U9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOWLhzg6U9 .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOWLhzg6U9 .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOWLhzg6U9 .container {
  display: flex;
  margin: auto;
}
.cid-uOWLhzg6U9 .iconfont-wrapper {
  color: #272727;
  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-uOWLhzg6U9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOWLhzg6U9 .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOWLhzg6U9 .navbar-caption {
  color: #000000;
}
.cid-uOWLhzg6U9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOWLhzg6U9 .navbar-nav {
    margin: 0;
  }
}
.cid-uOWLhzg6U9 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOWLhzg6U9 .dropdown-menu,
.cid-uOWLhzg6U9 .navbar.opened {
  background-color: true !important;
}
.cid-uOWLhzg6U9 .nav-item:focus,
.cid-uOWLhzg6U9 .nav-link:focus {
  outline: none;
}
.cid-uOWLhzg6U9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOWLhzg6U9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOWLhzg6U9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOWLhzg6U9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOWLhzg6U9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOWLhzg6U9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOWLhzg6U9 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOWLhzg6U9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uOWLhzg6U9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOWLhzg6U9 .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOWLhzg6U9 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOWLhzg6U9 .navbar.collapsed {
  justify-content: center;
}
.cid-uOWLhzg6U9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOWLhzg6U9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOWLhzg6U9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOWLhzg6U9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOWLhzg6U9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOWLhzg6U9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOWLhzg6U9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOWLhzg6U9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOWLhzg6U9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOWLhzg6U9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOWLhzg6U9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOWLhzg6U9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOWLhzg6U9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOWLhzg6U9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOWLhzg6U9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOWLhzg6U9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOWLhzg6U9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOWLhzg6U9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOWLhzg6U9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOWLhzg6U9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOWLhzg6U9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOWLhzg6U9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOWLhzg6U9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOWLhzg6U9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOWLhzg6U9 .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-uOWLhzg6U9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOWLhzg6U9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOWLhzg6U9 .dropdown-item.active,
.cid-uOWLhzg6U9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOWLhzg6U9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOWLhzg6U9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOWLhzg6U9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOWLhzg6U9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOWLhzg6U9 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOWLhzg6U9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOWLhzg6U9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOWLhzg6U9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOWLhzg6U9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOWLhzg6U9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWLhzg6U9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWLhzg6U9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOWLhzg6U9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWLhzg6U9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOWLhzg6U9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOWLhzg6U9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWLhzg6U9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOWLhzg6U9 .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-uOWLhzg6U9 .navbar {
    height: 70px;
  }
  .cid-uOWLhzg6U9 .navbar.opened {
    height: auto;
  }
  .cid-uOWLhzg6U9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOWLhzg6U9 .mbr-section-btn .btn,
.cid-uOWLhzg6U9 .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOWLhzg6U9 .mbr-section-btn .btn:first-child,
.cid-uOWLhzg6U9 .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOWLhzg6U9 .mbr-section-btn .btn:focus,
.cid-uOWLhzg6U9 .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOWLhzg6U9 .mbr-section-btn .btn span,
.cid-uOWLhzg6U9 .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOWLhzg6U9 .mbr-section-btn .btn:hover,
.cid-uOWLhzg6U9 .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOWLhzg6U9 .mbr-section-btn .btn:hover span,
.cid-uOWLhzg6U9 .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOWLhzg6U9 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOWLhzg6U9 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOWLhzg6U9 .navbar-caption:hover {
  color: #272727;
}
.cid-uOWLhzg6U9 .nav-link:hover {
  color: #272727;
}
.cid-uOWLhzg6U9 .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOWLhzg6U9 .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOWLhzg6U9 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOWLhzg6U9 .mbr-section-subtitle,
.cid-uOWLhzg6U9 .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOWLhzg6U9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lwS31X13 {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lwS31X13 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lwS31X13 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lwS31X13 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lwS31X13 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lwS31X13 {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOWLhzF9oR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOWLhzF9oR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWLhzF9oR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWLhzF9oR .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOWLhzF9oR .row .card {
  padding: 0 13px;
}
.cid-uOWLhzF9oR .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOWLhzF9oR .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOWLhzF9oR .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOWLhzF9oR .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOWLhzF9oR .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOWLhzF9oR .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOWLhzF9oR .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOWLhzF9oR .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOWLhzF9oR .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOWLhzF9oR .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOWLhzF9oR .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOWLhzF9oR .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOWLhzF9oR .card-wrapper {
  overflow: hidden;
}
.cid-uOWLhzF9oR .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOWLhzF9oR .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOWLhzF9oR .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOWLhzF9oR .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOWLhzF9oR .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOWLhzF9oR .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOWLhzF9oR .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOWLhzF9oR .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOWLhzF9oR .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOWLhzF9oR .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOWLhzF9oR .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOWLhzF9oR .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOWLhzF9oR .mbr-label,
.cid-uOWLhzF9oR .label-wrapper {
  color: #151e11;
}
.cid-uOWLhzF9oR .mbr-section-title {
  color: #000000;
}
.cid-uOWLhzF9oR .mbr-number {
  color: #fff7ee;
}
.cid-uOWLhzF9oR .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOWLhzF9oR .card-label,
.cid-uOWLhzF9oR .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOWLhzF9oR .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOWLhzF9oR .card-text {
  color: #fff7ee;
}
.cid-uOWLhzZn4s {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOWLhzZn4s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWLhzZn4s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWLhzZn4s .items-wrapper {
  margin: 0 -8px;
}
.cid-uOWLhzZn4s .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOWLhzZn4s .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOWLhzZn4s .item {
    margin-bottom: 12px;
  }
}
.cid-uOWLhzZn4s .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOWLhAaOud {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOWLhAaOud .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOWLhAaOud .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOWLhAaOud H2 {
  color: #e7272d;
}
.cid-uOWLhAaOud .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOWLhAaOud .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOWLhAaOud .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWLhAaOud .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWLhAaOud .col-lg-12 {
  overflow: hidden;
}
.cid-uOWLhAaOud H4 {
  color: #fbbe36;
}
.cid-uOWLhAaOud .mbr-text,
.cid-uOWLhAaOud .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOWLhAaOud .logo-wrap:before {
    content: none;
  }
  .cid-uOWLhAaOud .logo-wrap:after {
    content: none;
  }
}
.cid-uOWLhAaOud .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWLhAaOud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWLhAaOud H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lwVQbitr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lwVQbitr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lwVQbitr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lwVQbitr .media-container-row {
  justify-content: space-between;
}
.cid-v2lwVQbitr .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lwVQbitr .text-content {
    max-width: none;
  }
}
.cid-v2lwVQbitr .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lwVQbitr .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lwVQbitr .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lwVQbitr .icons {
    justify-content: center !important;
  }
  .cid-v2lwVQbitr .text-content * {
    text-align: center;
  }
}
.cid-v2lwVQbitr .mbr-section-title {
  color: #ffffff;
}
.cid-v2lwVQbitr P {
  color: #ffffff;
}
.cid-v2pLD2trZm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pLD2trZm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pLD2trZm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pLD2trZm .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pLD2trZm .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pLD2trZm .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pLD2trZm .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pLD2trZm .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pLD2trZm .mbr-desc,
.cid-v2pLD2trZm .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pLD2trZm .mbr-text,
.cid-v2pLD2trZm .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOWLcnULeG {
  z-index: 1000;
  width: 100%;
}
.cid-uOWLcnULeG .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOWLcnULeG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOWLcnULeG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOWLcnULeG .menu_box .navbar.opened,
  .cid-uOWLcnULeG .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOWLcnULeG nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOWLcnULeG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOWLcnULeG .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOWLcnULeG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOWLcnULeG .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOWLcnULeG .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOWLcnULeG .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOWLcnULeG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOWLcnULeG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOWLcnULeG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOWLcnULeG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOWLcnULeG .offcanvas-body .mbr-text,
  .cid-uOWLcnULeG .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOWLcnULeG .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOWLcnULeG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOWLcnULeG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOWLcnULeG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOWLcnULeG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOWLcnULeG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOWLcnULeG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOWLcnULeG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOWLcnULeG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWLcnULeG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOWLcnULeG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOWLcnULeG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOWLcnULeG .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOWLcnULeG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOWLcnULeG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOWLcnULeG .nav-item {
    margin: 0 !important;
  }
}
.cid-uOWLcnULeG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOWLcnULeG .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOWLcnULeG .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOWLcnULeG .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOWLcnULeG .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOWLcnULeG .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOWLcnULeG .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOWLcnULeG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWLcnULeG .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-uOWLcnULeG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOWLcnULeG .offcanvas_box {
    display: none;
  }
}
.cid-uOWLcnULeG .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOWLcnULeG .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOWLcnULeG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOWLcnULeG .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOWLcnULeG .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOWLcnULeG .container {
  display: flex;
  margin: auto;
}
.cid-uOWLcnULeG .iconfont-wrapper {
  color: #272727;
  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-uOWLcnULeG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOWLcnULeG .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOWLcnULeG .navbar-caption {
  color: #000000;
}
.cid-uOWLcnULeG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOWLcnULeG .navbar-nav {
    margin: 0;
  }
}
.cid-uOWLcnULeG .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOWLcnULeG .dropdown-menu,
.cid-uOWLcnULeG .navbar.opened {
  background-color: true !important;
}
.cid-uOWLcnULeG .nav-item:focus,
.cid-uOWLcnULeG .nav-link:focus {
  outline: none;
}
.cid-uOWLcnULeG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOWLcnULeG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOWLcnULeG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOWLcnULeG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOWLcnULeG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOWLcnULeG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOWLcnULeG .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOWLcnULeG .navbar.opened {
  transition: all 0.3s;
}
.cid-uOWLcnULeG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOWLcnULeG .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOWLcnULeG .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOWLcnULeG .navbar.collapsed {
  justify-content: center;
}
.cid-uOWLcnULeG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOWLcnULeG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOWLcnULeG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOWLcnULeG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOWLcnULeG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOWLcnULeG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOWLcnULeG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOWLcnULeG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOWLcnULeG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOWLcnULeG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOWLcnULeG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOWLcnULeG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOWLcnULeG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOWLcnULeG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOWLcnULeG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOWLcnULeG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOWLcnULeG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOWLcnULeG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOWLcnULeG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOWLcnULeG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOWLcnULeG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOWLcnULeG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOWLcnULeG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOWLcnULeG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOWLcnULeG .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-uOWLcnULeG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOWLcnULeG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOWLcnULeG .dropdown-item.active,
.cid-uOWLcnULeG .dropdown-item:active {
  background-color: transparent;
}
.cid-uOWLcnULeG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOWLcnULeG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOWLcnULeG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOWLcnULeG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOWLcnULeG ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOWLcnULeG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOWLcnULeG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOWLcnULeG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOWLcnULeG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOWLcnULeG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWLcnULeG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWLcnULeG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOWLcnULeG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWLcnULeG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOWLcnULeG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOWLcnULeG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWLcnULeG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOWLcnULeG .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-uOWLcnULeG .navbar {
    height: 70px;
  }
  .cid-uOWLcnULeG .navbar.opened {
    height: auto;
  }
  .cid-uOWLcnULeG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOWLcnULeG .mbr-section-btn .btn,
.cid-uOWLcnULeG .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOWLcnULeG .mbr-section-btn .btn:first-child,
.cid-uOWLcnULeG .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOWLcnULeG .mbr-section-btn .btn:focus,
.cid-uOWLcnULeG .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOWLcnULeG .mbr-section-btn .btn span,
.cid-uOWLcnULeG .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOWLcnULeG .mbr-section-btn .btn:hover,
.cid-uOWLcnULeG .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOWLcnULeG .mbr-section-btn .btn:hover span,
.cid-uOWLcnULeG .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOWLcnULeG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOWLcnULeG .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOWLcnULeG .navbar-caption:hover {
  color: #272727;
}
.cid-uOWLcnULeG .nav-link:hover {
  color: #272727;
}
.cid-uOWLcnULeG .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOWLcnULeG .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOWLcnULeG .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOWLcnULeG .mbr-section-subtitle,
.cid-uOWLcnULeG .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOWLcnULeG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lvVkkBRs {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lvVkkBRs {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lvVkkBRs {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lvVkkBRs {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lvVkkBRs {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lvVkkBRs {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOWLcorEIE {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOWLcorEIE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWLcorEIE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWLcorEIE .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOWLcorEIE .row .card {
  padding: 0 13px;
}
.cid-uOWLcorEIE .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOWLcorEIE .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOWLcorEIE .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOWLcorEIE .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOWLcorEIE .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOWLcorEIE .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOWLcorEIE .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOWLcorEIE .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOWLcorEIE .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOWLcorEIE .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOWLcorEIE .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOWLcorEIE .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOWLcorEIE .card-wrapper {
  overflow: hidden;
}
.cid-uOWLcorEIE .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOWLcorEIE .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOWLcorEIE .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOWLcorEIE .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOWLcorEIE .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOWLcorEIE .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOWLcorEIE .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOWLcorEIE .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOWLcorEIE .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOWLcorEIE .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOWLcorEIE .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOWLcorEIE .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOWLcorEIE .mbr-label,
.cid-uOWLcorEIE .label-wrapper {
  color: #151e11;
}
.cid-uOWLcorEIE .mbr-section-title {
  color: #000000;
}
.cid-uOWLcorEIE .mbr-number {
  color: #fff7ee;
}
.cid-uOWLcorEIE .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOWLcorEIE .card-label,
.cid-uOWLcorEIE .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOWLcorEIE .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOWLcorEIE .card-text {
  color: #fff7ee;
}
.cid-uOWLcoHQfz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOWLcoHQfz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWLcoHQfz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWLcoHQfz .items-wrapper {
  margin: 0 -8px;
}
.cid-uOWLcoHQfz .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOWLcoHQfz .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOWLcoHQfz .item {
    margin-bottom: 12px;
  }
}
.cid-uOWLcoHQfz .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOWLcoSl9Q {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOWLcoSl9Q .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOWLcoSl9Q .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOWLcoSl9Q H2 {
  color: #e7272d;
}
.cid-uOWLcoSl9Q .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOWLcoSl9Q .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOWLcoSl9Q .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWLcoSl9Q .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWLcoSl9Q .col-lg-12 {
  overflow: hidden;
}
.cid-uOWLcoSl9Q H4 {
  color: #fbbe36;
}
.cid-uOWLcoSl9Q .mbr-text,
.cid-uOWLcoSl9Q .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOWLcoSl9Q .logo-wrap:before {
    content: none;
  }
  .cid-uOWLcoSl9Q .logo-wrap:after {
    content: none;
  }
}
.cid-uOWLcoSl9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWLcoSl9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWLcoSl9Q H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lw14C39y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lw14C39y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lw14C39y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lw14C39y .media-container-row {
  justify-content: space-between;
}
.cid-v2lw14C39y .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lw14C39y .text-content {
    max-width: none;
  }
}
.cid-v2lw14C39y .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lw14C39y .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lw14C39y .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lw14C39y .icons {
    justify-content: center !important;
  }
  .cid-v2lw14C39y .text-content * {
    text-align: center;
  }
}
.cid-v2lw14C39y .mbr-section-title {
  color: #ffffff;
}
.cid-v2lw14C39y P {
  color: #ffffff;
}
.cid-v2pLu8qWqz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pLu8qWqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pLu8qWqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pLu8qWqz .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pLu8qWqz .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pLu8qWqz .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pLu8qWqz .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pLu8qWqz .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pLu8qWqz .mbr-desc,
.cid-v2pLu8qWqz .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pLu8qWqz .mbr-text,
.cid-v2pLu8qWqz .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOVzbmNveX {
  z-index: 1000;
  width: 100%;
}
.cid-uOVzbmNveX .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOVzbmNveX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOVzbmNveX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOVzbmNveX .menu_box .navbar.opened,
  .cid-uOVzbmNveX .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOVzbmNveX nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOVzbmNveX .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOVzbmNveX .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOVzbmNveX .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOVzbmNveX .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOVzbmNveX .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOVzbmNveX .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOVzbmNveX .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOVzbmNveX .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOVzbmNveX .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOVzbmNveX .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOVzbmNveX .offcanvas-body .mbr-text,
  .cid-uOVzbmNveX .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOVzbmNveX .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOVzbmNveX .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOVzbmNveX .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOVzbmNveX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOVzbmNveX .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOVzbmNveX .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOVzbmNveX .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOVzbmNveX ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOVzbmNveX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVzbmNveX .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOVzbmNveX .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOVzbmNveX li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOVzbmNveX .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOVzbmNveX .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOVzbmNveX .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOVzbmNveX .nav-item {
    margin: 0 !important;
  }
}
.cid-uOVzbmNveX .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOVzbmNveX .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOVzbmNveX .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOVzbmNveX .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOVzbmNveX .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOVzbmNveX .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOVzbmNveX .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOVzbmNveX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVzbmNveX .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-uOVzbmNveX .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOVzbmNveX .offcanvas_box {
    display: none;
  }
}
.cid-uOVzbmNveX .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOVzbmNveX .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOVzbmNveX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOVzbmNveX .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOVzbmNveX .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOVzbmNveX .container {
  display: flex;
  margin: auto;
}
.cid-uOVzbmNveX .iconfont-wrapper {
  color: #272727;
  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-uOVzbmNveX .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOVzbmNveX .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOVzbmNveX .navbar-caption {
  color: #000000;
}
.cid-uOVzbmNveX .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOVzbmNveX .navbar-nav {
    margin: 0;
  }
}
.cid-uOVzbmNveX .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOVzbmNveX .dropdown-menu,
.cid-uOVzbmNveX .navbar.opened {
  background-color: true !important;
}
.cid-uOVzbmNveX .nav-item:focus,
.cid-uOVzbmNveX .nav-link:focus {
  outline: none;
}
.cid-uOVzbmNveX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOVzbmNveX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOVzbmNveX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOVzbmNveX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOVzbmNveX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOVzbmNveX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOVzbmNveX .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOVzbmNveX .navbar.opened {
  transition: all 0.3s;
}
.cid-uOVzbmNveX .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOVzbmNveX .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOVzbmNveX .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOVzbmNveX .navbar.collapsed {
  justify-content: center;
}
.cid-uOVzbmNveX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOVzbmNveX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOVzbmNveX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOVzbmNveX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOVzbmNveX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOVzbmNveX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOVzbmNveX .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOVzbmNveX .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOVzbmNveX .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOVzbmNveX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOVzbmNveX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOVzbmNveX .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOVzbmNveX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOVzbmNveX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOVzbmNveX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOVzbmNveX .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOVzbmNveX .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOVzbmNveX .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOVzbmNveX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOVzbmNveX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOVzbmNveX .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOVzbmNveX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOVzbmNveX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOVzbmNveX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOVzbmNveX .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-uOVzbmNveX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOVzbmNveX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOVzbmNveX .dropdown-item.active,
.cid-uOVzbmNveX .dropdown-item:active {
  background-color: transparent;
}
.cid-uOVzbmNveX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOVzbmNveX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOVzbmNveX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOVzbmNveX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOVzbmNveX ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOVzbmNveX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOVzbmNveX button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOVzbmNveX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOVzbmNveX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOVzbmNveX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVzbmNveX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVzbmNveX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOVzbmNveX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVzbmNveX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOVzbmNveX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOVzbmNveX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVzbmNveX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOVzbmNveX .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-uOVzbmNveX .navbar {
    height: 70px;
  }
  .cid-uOVzbmNveX .navbar.opened {
    height: auto;
  }
  .cid-uOVzbmNveX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOVzbmNveX .mbr-section-btn .btn,
.cid-uOVzbmNveX .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOVzbmNveX .mbr-section-btn .btn:first-child,
.cid-uOVzbmNveX .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOVzbmNveX .mbr-section-btn .btn:focus,
.cid-uOVzbmNveX .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOVzbmNveX .mbr-section-btn .btn span,
.cid-uOVzbmNveX .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOVzbmNveX .mbr-section-btn .btn:hover,
.cid-uOVzbmNveX .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOVzbmNveX .mbr-section-btn .btn:hover span,
.cid-uOVzbmNveX .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOVzbmNveX .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOVzbmNveX .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOVzbmNveX .navbar-caption:hover {
  color: #272727;
}
.cid-uOVzbmNveX .nav-link:hover {
  color: #272727;
}
.cid-uOVzbmNveX .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOVzbmNveX .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOVzbmNveX .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOVzbmNveX .mbr-section-subtitle,
.cid-uOVzbmNveX .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOVzbmNveX a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lt1RM12k {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lt1RM12k {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lt1RM12k {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lt1RM12k {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lt1RM12k {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lt1RM12k {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOVzbnfxqd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOVzbnfxqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVzbnfxqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVzbnfxqd .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOVzbnfxqd .row .card {
  padding: 0 13px;
}
.cid-uOVzbnfxqd .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOVzbnfxqd .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOVzbnfxqd .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOVzbnfxqd .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOVzbnfxqd .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOVzbnfxqd .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOVzbnfxqd .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOVzbnfxqd .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOVzbnfxqd .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOVzbnfxqd .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOVzbnfxqd .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOVzbnfxqd .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOVzbnfxqd .card-wrapper {
  overflow: hidden;
}
.cid-uOVzbnfxqd .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOVzbnfxqd .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOVzbnfxqd .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOVzbnfxqd .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOVzbnfxqd .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOVzbnfxqd .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOVzbnfxqd .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOVzbnfxqd .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOVzbnfxqd .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOVzbnfxqd .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOVzbnfxqd .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOVzbnfxqd .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOVzbnfxqd .mbr-label,
.cid-uOVzbnfxqd .label-wrapper {
  color: #151e11;
}
.cid-uOVzbnfxqd .mbr-section-title {
  color: #000000;
}
.cid-uOVzbnfxqd .mbr-number {
  color: #fff7ee;
}
.cid-uOVzbnfxqd .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOVzbnfxqd .card-label,
.cid-uOVzbnfxqd .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOVzbnfxqd .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOVzbnfxqd .card-text {
  color: #fff7ee;
}
.cid-uOVzbnw4Og {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOVzbnw4Og .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVzbnw4Og .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVzbnw4Og .items-wrapper {
  margin: 0 -8px;
}
.cid-uOVzbnw4Og .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOVzbnw4Og .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOVzbnw4Og .item {
    margin-bottom: 12px;
  }
}
.cid-uOVzbnw4Og .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOVzbnL59Q {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOVzbnL59Q .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOVzbnL59Q .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOVzbnL59Q H2 {
  color: #e7272d;
}
.cid-uOVzbnL59Q .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOVzbnL59Q .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOVzbnL59Q .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVzbnL59Q .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVzbnL59Q .col-lg-12 {
  overflow: hidden;
}
.cid-uOVzbnL59Q H4 {
  color: #fbbe36;
}
.cid-uOVzbnL59Q .mbr-text,
.cid-uOVzbnL59Q .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOVzbnL59Q .logo-wrap:before {
    content: none;
  }
  .cid-uOVzbnL59Q .logo-wrap:after {
    content: none;
  }
}
.cid-uOVzbnL59Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVzbnL59Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVzbnL59Q H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lt2pJ1UM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lt2pJ1UM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lt2pJ1UM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lt2pJ1UM .media-container-row {
  justify-content: space-between;
}
.cid-v2lt2pJ1UM .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lt2pJ1UM .text-content {
    max-width: none;
  }
}
.cid-v2lt2pJ1UM .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lt2pJ1UM .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lt2pJ1UM .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lt2pJ1UM .icons {
    justify-content: center !important;
  }
  .cid-v2lt2pJ1UM .text-content * {
    text-align: center;
  }
}
.cid-v2lt2pJ1UM .mbr-section-title {
  color: #ffffff;
}
.cid-v2lt2pJ1UM P {
  color: #ffffff;
}
.cid-v2pKNvT5as {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pKNvT5as .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pKNvT5as .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pKNvT5as .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pKNvT5as .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pKNvT5as .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pKNvT5as .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pKNvT5as .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pKNvT5as .mbr-desc,
.cid-v2pKNvT5as .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pKNvT5as .mbr-text,
.cid-v2pKNvT5as .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOWZnhv8bm {
  z-index: 1000;
  width: 100%;
}
.cid-uOWZnhv8bm .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOWZnhv8bm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOWZnhv8bm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOWZnhv8bm .menu_box .navbar.opened,
  .cid-uOWZnhv8bm .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOWZnhv8bm nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOWZnhv8bm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOWZnhv8bm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOWZnhv8bm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOWZnhv8bm .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOWZnhv8bm .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOWZnhv8bm .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOWZnhv8bm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOWZnhv8bm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOWZnhv8bm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOWZnhv8bm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOWZnhv8bm .offcanvas-body .mbr-text,
  .cid-uOWZnhv8bm .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOWZnhv8bm .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOWZnhv8bm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOWZnhv8bm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOWZnhv8bm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOWZnhv8bm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOWZnhv8bm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOWZnhv8bm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOWZnhv8bm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOWZnhv8bm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZnhv8bm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOWZnhv8bm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOWZnhv8bm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOWZnhv8bm .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOWZnhv8bm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOWZnhv8bm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOWZnhv8bm .nav-item {
    margin: 0 !important;
  }
}
.cid-uOWZnhv8bm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOWZnhv8bm .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOWZnhv8bm .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOWZnhv8bm .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOWZnhv8bm .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOWZnhv8bm .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOWZnhv8bm .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOWZnhv8bm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZnhv8bm .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-uOWZnhv8bm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOWZnhv8bm .offcanvas_box {
    display: none;
  }
}
.cid-uOWZnhv8bm .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOWZnhv8bm .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOWZnhv8bm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOWZnhv8bm .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOWZnhv8bm .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOWZnhv8bm .container {
  display: flex;
  margin: auto;
}
.cid-uOWZnhv8bm .iconfont-wrapper {
  color: #272727;
  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-uOWZnhv8bm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOWZnhv8bm .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOWZnhv8bm .navbar-caption {
  color: #000000;
}
.cid-uOWZnhv8bm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOWZnhv8bm .navbar-nav {
    margin: 0;
  }
}
.cid-uOWZnhv8bm .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOWZnhv8bm .dropdown-menu,
.cid-uOWZnhv8bm .navbar.opened {
  background-color: true !important;
}
.cid-uOWZnhv8bm .nav-item:focus,
.cid-uOWZnhv8bm .nav-link:focus {
  outline: none;
}
.cid-uOWZnhv8bm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOWZnhv8bm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOWZnhv8bm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOWZnhv8bm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOWZnhv8bm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOWZnhv8bm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOWZnhv8bm .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOWZnhv8bm .navbar.opened {
  transition: all 0.3s;
}
.cid-uOWZnhv8bm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOWZnhv8bm .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOWZnhv8bm .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOWZnhv8bm .navbar.collapsed {
  justify-content: center;
}
.cid-uOWZnhv8bm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOWZnhv8bm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOWZnhv8bm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOWZnhv8bm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOWZnhv8bm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOWZnhv8bm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOWZnhv8bm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOWZnhv8bm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOWZnhv8bm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOWZnhv8bm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOWZnhv8bm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOWZnhv8bm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOWZnhv8bm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOWZnhv8bm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOWZnhv8bm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOWZnhv8bm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOWZnhv8bm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOWZnhv8bm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOWZnhv8bm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOWZnhv8bm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOWZnhv8bm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOWZnhv8bm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOWZnhv8bm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOWZnhv8bm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOWZnhv8bm .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-uOWZnhv8bm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOWZnhv8bm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOWZnhv8bm .dropdown-item.active,
.cid-uOWZnhv8bm .dropdown-item:active {
  background-color: transparent;
}
.cid-uOWZnhv8bm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOWZnhv8bm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOWZnhv8bm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOWZnhv8bm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOWZnhv8bm ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOWZnhv8bm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOWZnhv8bm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOWZnhv8bm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOWZnhv8bm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOWZnhv8bm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZnhv8bm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZnhv8bm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOWZnhv8bm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZnhv8bm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOWZnhv8bm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOWZnhv8bm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZnhv8bm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOWZnhv8bm .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-uOWZnhv8bm .navbar {
    height: 70px;
  }
  .cid-uOWZnhv8bm .navbar.opened {
    height: auto;
  }
  .cid-uOWZnhv8bm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOWZnhv8bm .mbr-section-btn .btn,
.cid-uOWZnhv8bm .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOWZnhv8bm .mbr-section-btn .btn:first-child,
.cid-uOWZnhv8bm .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOWZnhv8bm .mbr-section-btn .btn:focus,
.cid-uOWZnhv8bm .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOWZnhv8bm .mbr-section-btn .btn span,
.cid-uOWZnhv8bm .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOWZnhv8bm .mbr-section-btn .btn:hover,
.cid-uOWZnhv8bm .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOWZnhv8bm .mbr-section-btn .btn:hover span,
.cid-uOWZnhv8bm .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOWZnhv8bm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOWZnhv8bm .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOWZnhv8bm .navbar-caption:hover {
  color: #272727;
}
.cid-uOWZnhv8bm .nav-link:hover {
  color: #272727;
}
.cid-uOWZnhv8bm .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOWZnhv8bm .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOWZnhv8bm .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOWZnhv8bm .mbr-section-subtitle,
.cid-uOWZnhv8bm .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOWZnhv8bm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lthuBYmR {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lthuBYmR {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lthuBYmR {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lthuBYmR {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lthuBYmR {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lthuBYmR {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOWZniZQDs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOWZniZQDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZniZQDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZniZQDs .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOWZniZQDs .row .card {
  padding: 0 13px;
}
.cid-uOWZniZQDs .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOWZniZQDs .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOWZniZQDs .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOWZniZQDs .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOWZniZQDs .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOWZniZQDs .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOWZniZQDs .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZniZQDs .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOWZniZQDs .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOWZniZQDs .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOWZniZQDs .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOWZniZQDs .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOWZniZQDs .card-wrapper {
  overflow: hidden;
}
.cid-uOWZniZQDs .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOWZniZQDs .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOWZniZQDs .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOWZniZQDs .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOWZniZQDs .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOWZniZQDs .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOWZniZQDs .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOWZniZQDs .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOWZniZQDs .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOWZniZQDs .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZniZQDs .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOWZniZQDs .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOWZniZQDs .mbr-label,
.cid-uOWZniZQDs .label-wrapper {
  color: #151e11;
}
.cid-uOWZniZQDs .mbr-section-title {
  color: #000000;
}
.cid-uOWZniZQDs .mbr-number {
  color: #fff7ee;
}
.cid-uOWZniZQDs .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOWZniZQDs .card-label,
.cid-uOWZniZQDs .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOWZniZQDs .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOWZniZQDs .card-text {
  color: #fff7ee;
}
.cid-uOWZnjruSN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOWZnjruSN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZnjruSN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZnjruSN .items-wrapper {
  margin: 0 -8px;
}
.cid-uOWZnjruSN .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOWZnjruSN .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOWZnjruSN .item {
    margin-bottom: 12px;
  }
}
.cid-uOWZnjruSN .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOWZnkTnub {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOWZnkTnub .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOWZnkTnub .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOWZnkTnub H2 {
  color: #e7272d;
}
.cid-uOWZnkTnub .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOWZnkTnub .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOWZnkTnub .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZnkTnub .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZnkTnub .col-lg-12 {
  overflow: hidden;
}
.cid-uOWZnkTnub H4 {
  color: #fbbe36;
}
.cid-uOWZnkTnub .mbr-text,
.cid-uOWZnkTnub .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOWZnkTnub .logo-wrap:before {
    content: none;
  }
  .cid-uOWZnkTnub .logo-wrap:after {
    content: none;
  }
}
.cid-uOWZnkTnub .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZnkTnub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZnkTnub H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2ltizawtr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2ltizawtr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ltizawtr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ltizawtr .media-container-row {
  justify-content: space-between;
}
.cid-v2ltizawtr .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2ltizawtr .text-content {
    max-width: none;
  }
}
.cid-v2ltizawtr .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2ltizawtr .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2ltizawtr .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2ltizawtr .icons {
    justify-content: center !important;
  }
  .cid-v2ltizawtr .text-content * {
    text-align: center;
  }
}
.cid-v2ltizawtr .mbr-section-title {
  color: #ffffff;
}
.cid-v2ltizawtr P {
  color: #ffffff;
}
.cid-v2pKPjHd7T {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pKPjHd7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pKPjHd7T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pKPjHd7T .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pKPjHd7T .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pKPjHd7T .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pKPjHd7T .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pKPjHd7T .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pKPjHd7T .mbr-desc,
.cid-v2pKPjHd7T .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pKPjHd7T .mbr-text,
.cid-v2pKPjHd7T .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOWZoljPgs {
  z-index: 1000;
  width: 100%;
}
.cid-uOWZoljPgs .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOWZoljPgs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOWZoljPgs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOWZoljPgs .menu_box .navbar.opened,
  .cid-uOWZoljPgs .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOWZoljPgs nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOWZoljPgs .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOWZoljPgs .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOWZoljPgs .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOWZoljPgs .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOWZoljPgs .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOWZoljPgs .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOWZoljPgs .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOWZoljPgs .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOWZoljPgs .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOWZoljPgs .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOWZoljPgs .offcanvas-body .mbr-text,
  .cid-uOWZoljPgs .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOWZoljPgs .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOWZoljPgs .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOWZoljPgs .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOWZoljPgs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOWZoljPgs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOWZoljPgs .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOWZoljPgs .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOWZoljPgs ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOWZoljPgs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZoljPgs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOWZoljPgs .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOWZoljPgs li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOWZoljPgs .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOWZoljPgs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOWZoljPgs .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOWZoljPgs .nav-item {
    margin: 0 !important;
  }
}
.cid-uOWZoljPgs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOWZoljPgs .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOWZoljPgs .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOWZoljPgs .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOWZoljPgs .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOWZoljPgs .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOWZoljPgs .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOWZoljPgs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZoljPgs .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-uOWZoljPgs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOWZoljPgs .offcanvas_box {
    display: none;
  }
}
.cid-uOWZoljPgs .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOWZoljPgs .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOWZoljPgs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOWZoljPgs .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOWZoljPgs .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOWZoljPgs .container {
  display: flex;
  margin: auto;
}
.cid-uOWZoljPgs .iconfont-wrapper {
  color: #272727;
  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-uOWZoljPgs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOWZoljPgs .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOWZoljPgs .navbar-caption {
  color: #000000;
}
.cid-uOWZoljPgs .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOWZoljPgs .navbar-nav {
    margin: 0;
  }
}
.cid-uOWZoljPgs .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOWZoljPgs .dropdown-menu,
.cid-uOWZoljPgs .navbar.opened {
  background-color: true !important;
}
.cid-uOWZoljPgs .nav-item:focus,
.cid-uOWZoljPgs .nav-link:focus {
  outline: none;
}
.cid-uOWZoljPgs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOWZoljPgs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOWZoljPgs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOWZoljPgs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOWZoljPgs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOWZoljPgs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOWZoljPgs .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOWZoljPgs .navbar.opened {
  transition: all 0.3s;
}
.cid-uOWZoljPgs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOWZoljPgs .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOWZoljPgs .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOWZoljPgs .navbar.collapsed {
  justify-content: center;
}
.cid-uOWZoljPgs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOWZoljPgs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOWZoljPgs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOWZoljPgs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOWZoljPgs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOWZoljPgs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOWZoljPgs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOWZoljPgs .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOWZoljPgs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOWZoljPgs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOWZoljPgs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOWZoljPgs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOWZoljPgs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOWZoljPgs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOWZoljPgs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOWZoljPgs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOWZoljPgs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOWZoljPgs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOWZoljPgs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOWZoljPgs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOWZoljPgs .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOWZoljPgs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOWZoljPgs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOWZoljPgs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOWZoljPgs .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-uOWZoljPgs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOWZoljPgs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOWZoljPgs .dropdown-item.active,
.cid-uOWZoljPgs .dropdown-item:active {
  background-color: transparent;
}
.cid-uOWZoljPgs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOWZoljPgs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOWZoljPgs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOWZoljPgs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOWZoljPgs ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOWZoljPgs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOWZoljPgs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOWZoljPgs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOWZoljPgs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOWZoljPgs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZoljPgs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZoljPgs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOWZoljPgs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZoljPgs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOWZoljPgs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOWZoljPgs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZoljPgs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOWZoljPgs .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-uOWZoljPgs .navbar {
    height: 70px;
  }
  .cid-uOWZoljPgs .navbar.opened {
    height: auto;
  }
  .cid-uOWZoljPgs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOWZoljPgs .mbr-section-btn .btn,
.cid-uOWZoljPgs .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOWZoljPgs .mbr-section-btn .btn:first-child,
.cid-uOWZoljPgs .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOWZoljPgs .mbr-section-btn .btn:focus,
.cid-uOWZoljPgs .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOWZoljPgs .mbr-section-btn .btn span,
.cid-uOWZoljPgs .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOWZoljPgs .mbr-section-btn .btn:hover,
.cid-uOWZoljPgs .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOWZoljPgs .mbr-section-btn .btn:hover span,
.cid-uOWZoljPgs .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOWZoljPgs .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOWZoljPgs .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOWZoljPgs .navbar-caption:hover {
  color: #272727;
}
.cid-uOWZoljPgs .nav-link:hover {
  color: #272727;
}
.cid-uOWZoljPgs .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOWZoljPgs .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOWZoljPgs .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOWZoljPgs .mbr-section-subtitle,
.cid-uOWZoljPgs .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOWZoljPgs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2ltotaH9Q {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2ltotaH9Q {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2ltotaH9Q {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2ltotaH9Q {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2ltotaH9Q {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2ltotaH9Q {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOWZomlpGS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOWZomlpGS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZomlpGS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZomlpGS .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOWZomlpGS .row .card {
  padding: 0 13px;
}
.cid-uOWZomlpGS .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOWZomlpGS .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOWZomlpGS .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOWZomlpGS .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOWZomlpGS .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOWZomlpGS .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOWZomlpGS .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZomlpGS .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOWZomlpGS .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOWZomlpGS .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOWZomlpGS .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOWZomlpGS .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOWZomlpGS .card-wrapper {
  overflow: hidden;
}
.cid-uOWZomlpGS .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOWZomlpGS .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOWZomlpGS .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOWZomlpGS .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOWZomlpGS .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOWZomlpGS .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOWZomlpGS .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOWZomlpGS .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOWZomlpGS .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOWZomlpGS .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZomlpGS .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOWZomlpGS .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOWZomlpGS .mbr-label,
.cid-uOWZomlpGS .label-wrapper {
  color: #151e11;
}
.cid-uOWZomlpGS .mbr-section-title {
  color: #000000;
}
.cid-uOWZomlpGS .mbr-number {
  color: #fff7ee;
}
.cid-uOWZomlpGS .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOWZomlpGS .card-label,
.cid-uOWZomlpGS .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOWZomlpGS .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOWZomlpGS .card-text {
  color: #fff7ee;
}
.cid-uOWZomCfAJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOWZomCfAJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZomCfAJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZomCfAJ .items-wrapper {
  margin: 0 -8px;
}
.cid-uOWZomCfAJ .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOWZomCfAJ .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOWZomCfAJ .item {
    margin-bottom: 12px;
  }
}
.cid-uOWZomCfAJ .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOWZomNxFc {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOWZomNxFc .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOWZomNxFc .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOWZomNxFc H2 {
  color: #e7272d;
}
.cid-uOWZomNxFc .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOWZomNxFc .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOWZomNxFc .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZomNxFc .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZomNxFc .col-lg-12 {
  overflow: hidden;
}
.cid-uOWZomNxFc H4 {
  color: #fbbe36;
}
.cid-uOWZomNxFc .mbr-text,
.cid-uOWZomNxFc .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOWZomNxFc .logo-wrap:before {
    content: none;
  }
  .cid-uOWZomNxFc .logo-wrap:after {
    content: none;
  }
}
.cid-uOWZomNxFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZomNxFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZomNxFc H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2ltpgESfQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2ltpgESfQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ltpgESfQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ltpgESfQ .media-container-row {
  justify-content: space-between;
}
.cid-v2ltpgESfQ .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2ltpgESfQ .text-content {
    max-width: none;
  }
}
.cid-v2ltpgESfQ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2ltpgESfQ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2ltpgESfQ .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2ltpgESfQ .icons {
    justify-content: center !important;
  }
  .cid-v2ltpgESfQ .text-content * {
    text-align: center;
  }
}
.cid-v2ltpgESfQ .mbr-section-title {
  color: #ffffff;
}
.cid-v2ltpgESfQ P {
  color: #ffffff;
}
.cid-v2pKUtngnJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pKUtngnJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pKUtngnJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pKUtngnJ .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pKUtngnJ .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pKUtngnJ .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pKUtngnJ .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pKUtngnJ .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pKUtngnJ .mbr-desc,
.cid-v2pKUtngnJ .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pKUtngnJ .mbr-text,
.cid-v2pKUtngnJ .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOWZqBFWsj {
  z-index: 1000;
  width: 100%;
}
.cid-uOWZqBFWsj .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOWZqBFWsj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOWZqBFWsj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOWZqBFWsj .menu_box .navbar.opened,
  .cid-uOWZqBFWsj .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOWZqBFWsj nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOWZqBFWsj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOWZqBFWsj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOWZqBFWsj .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOWZqBFWsj .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOWZqBFWsj .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOWZqBFWsj .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOWZqBFWsj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOWZqBFWsj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOWZqBFWsj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOWZqBFWsj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOWZqBFWsj .offcanvas-body .mbr-text,
  .cid-uOWZqBFWsj .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOWZqBFWsj .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOWZqBFWsj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOWZqBFWsj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOWZqBFWsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOWZqBFWsj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOWZqBFWsj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOWZqBFWsj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOWZqBFWsj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOWZqBFWsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZqBFWsj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOWZqBFWsj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOWZqBFWsj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOWZqBFWsj .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOWZqBFWsj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOWZqBFWsj .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOWZqBFWsj .nav-item {
    margin: 0 !important;
  }
}
.cid-uOWZqBFWsj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOWZqBFWsj .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOWZqBFWsj .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOWZqBFWsj .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOWZqBFWsj .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOWZqBFWsj .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOWZqBFWsj .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOWZqBFWsj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZqBFWsj .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-uOWZqBFWsj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOWZqBFWsj .offcanvas_box {
    display: none;
  }
}
.cid-uOWZqBFWsj .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOWZqBFWsj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOWZqBFWsj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOWZqBFWsj .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOWZqBFWsj .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOWZqBFWsj .container {
  display: flex;
  margin: auto;
}
.cid-uOWZqBFWsj .iconfont-wrapper {
  color: #272727;
  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-uOWZqBFWsj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOWZqBFWsj .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOWZqBFWsj .navbar-caption {
  color: #000000;
}
.cid-uOWZqBFWsj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOWZqBFWsj .navbar-nav {
    margin: 0;
  }
}
.cid-uOWZqBFWsj .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOWZqBFWsj .dropdown-menu,
.cid-uOWZqBFWsj .navbar.opened {
  background-color: true !important;
}
.cid-uOWZqBFWsj .nav-item:focus,
.cid-uOWZqBFWsj .nav-link:focus {
  outline: none;
}
.cid-uOWZqBFWsj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOWZqBFWsj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOWZqBFWsj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOWZqBFWsj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOWZqBFWsj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOWZqBFWsj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOWZqBFWsj .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOWZqBFWsj .navbar.opened {
  transition: all 0.3s;
}
.cid-uOWZqBFWsj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOWZqBFWsj .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOWZqBFWsj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOWZqBFWsj .navbar.collapsed {
  justify-content: center;
}
.cid-uOWZqBFWsj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOWZqBFWsj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOWZqBFWsj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOWZqBFWsj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOWZqBFWsj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOWZqBFWsj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOWZqBFWsj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOWZqBFWsj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOWZqBFWsj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOWZqBFWsj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOWZqBFWsj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOWZqBFWsj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOWZqBFWsj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOWZqBFWsj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOWZqBFWsj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOWZqBFWsj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOWZqBFWsj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOWZqBFWsj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOWZqBFWsj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOWZqBFWsj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOWZqBFWsj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOWZqBFWsj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOWZqBFWsj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOWZqBFWsj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOWZqBFWsj .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-uOWZqBFWsj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOWZqBFWsj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOWZqBFWsj .dropdown-item.active,
.cid-uOWZqBFWsj .dropdown-item:active {
  background-color: transparent;
}
.cid-uOWZqBFWsj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOWZqBFWsj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOWZqBFWsj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOWZqBFWsj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOWZqBFWsj ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOWZqBFWsj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOWZqBFWsj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOWZqBFWsj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOWZqBFWsj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOWZqBFWsj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZqBFWsj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZqBFWsj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOWZqBFWsj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZqBFWsj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOWZqBFWsj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOWZqBFWsj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZqBFWsj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOWZqBFWsj .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-uOWZqBFWsj .navbar {
    height: 70px;
  }
  .cid-uOWZqBFWsj .navbar.opened {
    height: auto;
  }
  .cid-uOWZqBFWsj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOWZqBFWsj .mbr-section-btn .btn,
.cid-uOWZqBFWsj .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOWZqBFWsj .mbr-section-btn .btn:first-child,
.cid-uOWZqBFWsj .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOWZqBFWsj .mbr-section-btn .btn:focus,
.cid-uOWZqBFWsj .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOWZqBFWsj .mbr-section-btn .btn span,
.cid-uOWZqBFWsj .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOWZqBFWsj .mbr-section-btn .btn:hover,
.cid-uOWZqBFWsj .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOWZqBFWsj .mbr-section-btn .btn:hover span,
.cid-uOWZqBFWsj .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOWZqBFWsj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOWZqBFWsj .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOWZqBFWsj .navbar-caption:hover {
  color: #272727;
}
.cid-uOWZqBFWsj .nav-link:hover {
  color: #272727;
}
.cid-uOWZqBFWsj .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOWZqBFWsj .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOWZqBFWsj .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOWZqBFWsj .mbr-section-subtitle,
.cid-uOWZqBFWsj .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOWZqBFWsj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2ltBIx6C4 {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2ltBIx6C4 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2ltBIx6C4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2ltBIx6C4 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2ltBIx6C4 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2ltBIx6C4 {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOWZqCYbSf {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOWZqCYbSf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZqCYbSf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZqCYbSf .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOWZqCYbSf .row .card {
  padding: 0 13px;
}
.cid-uOWZqCYbSf .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOWZqCYbSf .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOWZqCYbSf .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOWZqCYbSf .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOWZqCYbSf .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOWZqCYbSf .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOWZqCYbSf .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZqCYbSf .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOWZqCYbSf .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOWZqCYbSf .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOWZqCYbSf .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOWZqCYbSf .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOWZqCYbSf .card-wrapper {
  overflow: hidden;
}
.cid-uOWZqCYbSf .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOWZqCYbSf .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOWZqCYbSf .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOWZqCYbSf .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOWZqCYbSf .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOWZqCYbSf .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOWZqCYbSf .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOWZqCYbSf .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOWZqCYbSf .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOWZqCYbSf .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZqCYbSf .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOWZqCYbSf .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOWZqCYbSf .mbr-label,
.cid-uOWZqCYbSf .label-wrapper {
  color: #151e11;
}
.cid-uOWZqCYbSf .mbr-section-title {
  color: #000000;
}
.cid-uOWZqCYbSf .mbr-number {
  color: #fff7ee;
}
.cid-uOWZqCYbSf .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOWZqCYbSf .card-label,
.cid-uOWZqCYbSf .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOWZqCYbSf .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOWZqCYbSf .card-text {
  color: #fff7ee;
}
.cid-uOWZqDkZeT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOWZqDkZeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZqDkZeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZqDkZeT .items-wrapper {
  margin: 0 -8px;
}
.cid-uOWZqDkZeT .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOWZqDkZeT .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOWZqDkZeT .item {
    margin-bottom: 12px;
  }
}
.cid-uOWZqDkZeT .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOWZqDz0WA {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOWZqDz0WA .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOWZqDz0WA .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOWZqDz0WA H2 {
  color: #e7272d;
}
.cid-uOWZqDz0WA .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOWZqDz0WA .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOWZqDz0WA .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZqDz0WA .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZqDz0WA .col-lg-12 {
  overflow: hidden;
}
.cid-uOWZqDz0WA H4 {
  color: #fbbe36;
}
.cid-uOWZqDz0WA .mbr-text,
.cid-uOWZqDz0WA .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOWZqDz0WA .logo-wrap:before {
    content: none;
  }
  .cid-uOWZqDz0WA .logo-wrap:after {
    content: none;
  }
}
.cid-uOWZqDz0WA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZqDz0WA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZqDz0WA H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2ltCB4QXG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2ltCB4QXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ltCB4QXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ltCB4QXG .media-container-row {
  justify-content: space-between;
}
.cid-v2ltCB4QXG .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2ltCB4QXG .text-content {
    max-width: none;
  }
}
.cid-v2ltCB4QXG .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2ltCB4QXG .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2ltCB4QXG .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2ltCB4QXG .icons {
    justify-content: center !important;
  }
  .cid-v2ltCB4QXG .text-content * {
    text-align: center;
  }
}
.cid-v2ltCB4QXG .mbr-section-title {
  color: #ffffff;
}
.cid-v2ltCB4QXG P {
  color: #ffffff;
}
.cid-v2pKXATNQI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pKXATNQI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pKXATNQI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pKXATNQI .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pKXATNQI .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pKXATNQI .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pKXATNQI .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pKXATNQI .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pKXATNQI .mbr-desc,
.cid-v2pKXATNQI .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pKXATNQI .mbr-text,
.cid-v2pKXATNQI .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOWZs3OkdR {
  z-index: 1000;
  width: 100%;
}
.cid-uOWZs3OkdR .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOWZs3OkdR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOWZs3OkdR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOWZs3OkdR .menu_box .navbar.opened,
  .cid-uOWZs3OkdR .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOWZs3OkdR nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOWZs3OkdR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOWZs3OkdR .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOWZs3OkdR .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOWZs3OkdR .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOWZs3OkdR .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOWZs3OkdR .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOWZs3OkdR .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOWZs3OkdR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOWZs3OkdR .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOWZs3OkdR .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOWZs3OkdR .offcanvas-body .mbr-text,
  .cid-uOWZs3OkdR .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOWZs3OkdR .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOWZs3OkdR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOWZs3OkdR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOWZs3OkdR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOWZs3OkdR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOWZs3OkdR .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOWZs3OkdR .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOWZs3OkdR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOWZs3OkdR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZs3OkdR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOWZs3OkdR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOWZs3OkdR li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOWZs3OkdR .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOWZs3OkdR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOWZs3OkdR .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOWZs3OkdR .nav-item {
    margin: 0 !important;
  }
}
.cid-uOWZs3OkdR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOWZs3OkdR .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOWZs3OkdR .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOWZs3OkdR .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOWZs3OkdR .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOWZs3OkdR .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOWZs3OkdR .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOWZs3OkdR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZs3OkdR .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-uOWZs3OkdR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOWZs3OkdR .offcanvas_box {
    display: none;
  }
}
.cid-uOWZs3OkdR .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOWZs3OkdR .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOWZs3OkdR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOWZs3OkdR .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOWZs3OkdR .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOWZs3OkdR .container {
  display: flex;
  margin: auto;
}
.cid-uOWZs3OkdR .iconfont-wrapper {
  color: #272727;
  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-uOWZs3OkdR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOWZs3OkdR .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOWZs3OkdR .navbar-caption {
  color: #000000;
}
.cid-uOWZs3OkdR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOWZs3OkdR .navbar-nav {
    margin: 0;
  }
}
.cid-uOWZs3OkdR .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOWZs3OkdR .dropdown-menu,
.cid-uOWZs3OkdR .navbar.opened {
  background-color: true !important;
}
.cid-uOWZs3OkdR .nav-item:focus,
.cid-uOWZs3OkdR .nav-link:focus {
  outline: none;
}
.cid-uOWZs3OkdR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOWZs3OkdR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOWZs3OkdR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOWZs3OkdR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOWZs3OkdR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOWZs3OkdR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOWZs3OkdR .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOWZs3OkdR .navbar.opened {
  transition: all 0.3s;
}
.cid-uOWZs3OkdR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOWZs3OkdR .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOWZs3OkdR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOWZs3OkdR .navbar.collapsed {
  justify-content: center;
}
.cid-uOWZs3OkdR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOWZs3OkdR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOWZs3OkdR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOWZs3OkdR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOWZs3OkdR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOWZs3OkdR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOWZs3OkdR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOWZs3OkdR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOWZs3OkdR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOWZs3OkdR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOWZs3OkdR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOWZs3OkdR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOWZs3OkdR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOWZs3OkdR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOWZs3OkdR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOWZs3OkdR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOWZs3OkdR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOWZs3OkdR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOWZs3OkdR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOWZs3OkdR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOWZs3OkdR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOWZs3OkdR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOWZs3OkdR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOWZs3OkdR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOWZs3OkdR .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-uOWZs3OkdR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOWZs3OkdR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOWZs3OkdR .dropdown-item.active,
.cid-uOWZs3OkdR .dropdown-item:active {
  background-color: transparent;
}
.cid-uOWZs3OkdR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOWZs3OkdR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOWZs3OkdR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOWZs3OkdR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOWZs3OkdR ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOWZs3OkdR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOWZs3OkdR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOWZs3OkdR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOWZs3OkdR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOWZs3OkdR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZs3OkdR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZs3OkdR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOWZs3OkdR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZs3OkdR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOWZs3OkdR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOWZs3OkdR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZs3OkdR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOWZs3OkdR .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-uOWZs3OkdR .navbar {
    height: 70px;
  }
  .cid-uOWZs3OkdR .navbar.opened {
    height: auto;
  }
  .cid-uOWZs3OkdR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOWZs3OkdR .mbr-section-btn .btn,
.cid-uOWZs3OkdR .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOWZs3OkdR .mbr-section-btn .btn:first-child,
.cid-uOWZs3OkdR .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOWZs3OkdR .mbr-section-btn .btn:focus,
.cid-uOWZs3OkdR .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOWZs3OkdR .mbr-section-btn .btn span,
.cid-uOWZs3OkdR .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOWZs3OkdR .mbr-section-btn .btn:hover,
.cid-uOWZs3OkdR .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOWZs3OkdR .mbr-section-btn .btn:hover span,
.cid-uOWZs3OkdR .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOWZs3OkdR .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOWZs3OkdR .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOWZs3OkdR .navbar-caption:hover {
  color: #272727;
}
.cid-uOWZs3OkdR .nav-link:hover {
  color: #272727;
}
.cid-uOWZs3OkdR .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOWZs3OkdR .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOWZs3OkdR .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOWZs3OkdR .mbr-section-subtitle,
.cid-uOWZs3OkdR .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOWZs3OkdR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2ltJy6Xzp {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2ltJy6Xzp {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2ltJy6Xzp {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2ltJy6Xzp {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2ltJy6Xzp {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2ltJy6Xzp {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOWZs4mvOG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOWZs4mvOG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZs4mvOG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZs4mvOG .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOWZs4mvOG .row .card {
  padding: 0 13px;
}
.cid-uOWZs4mvOG .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOWZs4mvOG .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOWZs4mvOG .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOWZs4mvOG .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOWZs4mvOG .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOWZs4mvOG .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOWZs4mvOG .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZs4mvOG .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOWZs4mvOG .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOWZs4mvOG .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOWZs4mvOG .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOWZs4mvOG .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOWZs4mvOG .card-wrapper {
  overflow: hidden;
}
.cid-uOWZs4mvOG .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOWZs4mvOG .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOWZs4mvOG .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOWZs4mvOG .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOWZs4mvOG .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOWZs4mvOG .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOWZs4mvOG .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOWZs4mvOG .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOWZs4mvOG .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOWZs4mvOG .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZs4mvOG .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOWZs4mvOG .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOWZs4mvOG .mbr-label,
.cid-uOWZs4mvOG .label-wrapper {
  color: #151e11;
}
.cid-uOWZs4mvOG .mbr-section-title {
  color: #000000;
}
.cid-uOWZs4mvOG .mbr-number {
  color: #fff7ee;
}
.cid-uOWZs4mvOG .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOWZs4mvOG .card-label,
.cid-uOWZs4mvOG .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOWZs4mvOG .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOWZs4mvOG .card-text {
  color: #fff7ee;
}
.cid-uOWZs4GcVB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOWZs4GcVB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZs4GcVB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZs4GcVB .items-wrapper {
  margin: 0 -8px;
}
.cid-uOWZs4GcVB .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOWZs4GcVB .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOWZs4GcVB .item {
    margin-bottom: 12px;
  }
}
.cid-uOWZs4GcVB .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOWZs4TAbC {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOWZs4TAbC .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOWZs4TAbC .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOWZs4TAbC H2 {
  color: #e7272d;
}
.cid-uOWZs4TAbC .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOWZs4TAbC .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOWZs4TAbC .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZs4TAbC .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZs4TAbC .col-lg-12 {
  overflow: hidden;
}
.cid-uOWZs4TAbC H4 {
  color: #fbbe36;
}
.cid-uOWZs4TAbC .mbr-text,
.cid-uOWZs4TAbC .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOWZs4TAbC .logo-wrap:before {
    content: none;
  }
  .cid-uOWZs4TAbC .logo-wrap:after {
    content: none;
  }
}
.cid-uOWZs4TAbC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZs4TAbC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZs4TAbC H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2ltKDiiOZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2ltKDiiOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ltKDiiOZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ltKDiiOZ .media-container-row {
  justify-content: space-between;
}
.cid-v2ltKDiiOZ .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2ltKDiiOZ .text-content {
    max-width: none;
  }
}
.cid-v2ltKDiiOZ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2ltKDiiOZ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2ltKDiiOZ .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2ltKDiiOZ .icons {
    justify-content: center !important;
  }
  .cid-v2ltKDiiOZ .text-content * {
    text-align: center;
  }
}
.cid-v2ltKDiiOZ .mbr-section-title {
  color: #ffffff;
}
.cid-v2ltKDiiOZ P {
  color: #ffffff;
}
.cid-v2pKZKcUaY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pKZKcUaY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pKZKcUaY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pKZKcUaY .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pKZKcUaY .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pKZKcUaY .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pKZKcUaY .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pKZKcUaY .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pKZKcUaY .mbr-desc,
.cid-v2pKZKcUaY .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pKZKcUaY .mbr-text,
.cid-v2pKZKcUaY .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOWZtmeGGm {
  z-index: 1000;
  width: 100%;
}
.cid-uOWZtmeGGm .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOWZtmeGGm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOWZtmeGGm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOWZtmeGGm .menu_box .navbar.opened,
  .cid-uOWZtmeGGm .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOWZtmeGGm nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOWZtmeGGm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOWZtmeGGm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOWZtmeGGm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOWZtmeGGm .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOWZtmeGGm .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOWZtmeGGm .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOWZtmeGGm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOWZtmeGGm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOWZtmeGGm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOWZtmeGGm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOWZtmeGGm .offcanvas-body .mbr-text,
  .cid-uOWZtmeGGm .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOWZtmeGGm .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOWZtmeGGm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOWZtmeGGm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOWZtmeGGm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOWZtmeGGm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOWZtmeGGm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOWZtmeGGm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOWZtmeGGm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOWZtmeGGm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZtmeGGm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOWZtmeGGm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOWZtmeGGm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOWZtmeGGm .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOWZtmeGGm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOWZtmeGGm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOWZtmeGGm .nav-item {
    margin: 0 !important;
  }
}
.cid-uOWZtmeGGm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOWZtmeGGm .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOWZtmeGGm .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOWZtmeGGm .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOWZtmeGGm .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOWZtmeGGm .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOWZtmeGGm .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOWZtmeGGm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZtmeGGm .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-uOWZtmeGGm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOWZtmeGGm .offcanvas_box {
    display: none;
  }
}
.cid-uOWZtmeGGm .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOWZtmeGGm .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOWZtmeGGm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOWZtmeGGm .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOWZtmeGGm .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOWZtmeGGm .container {
  display: flex;
  margin: auto;
}
.cid-uOWZtmeGGm .iconfont-wrapper {
  color: #272727;
  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-uOWZtmeGGm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOWZtmeGGm .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOWZtmeGGm .navbar-caption {
  color: #000000;
}
.cid-uOWZtmeGGm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOWZtmeGGm .navbar-nav {
    margin: 0;
  }
}
.cid-uOWZtmeGGm .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOWZtmeGGm .dropdown-menu,
.cid-uOWZtmeGGm .navbar.opened {
  background-color: true !important;
}
.cid-uOWZtmeGGm .nav-item:focus,
.cid-uOWZtmeGGm .nav-link:focus {
  outline: none;
}
.cid-uOWZtmeGGm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOWZtmeGGm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOWZtmeGGm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOWZtmeGGm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOWZtmeGGm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOWZtmeGGm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOWZtmeGGm .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOWZtmeGGm .navbar.opened {
  transition: all 0.3s;
}
.cid-uOWZtmeGGm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOWZtmeGGm .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOWZtmeGGm .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOWZtmeGGm .navbar.collapsed {
  justify-content: center;
}
.cid-uOWZtmeGGm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOWZtmeGGm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOWZtmeGGm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOWZtmeGGm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOWZtmeGGm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOWZtmeGGm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOWZtmeGGm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOWZtmeGGm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOWZtmeGGm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOWZtmeGGm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOWZtmeGGm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOWZtmeGGm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOWZtmeGGm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOWZtmeGGm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOWZtmeGGm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOWZtmeGGm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOWZtmeGGm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOWZtmeGGm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOWZtmeGGm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOWZtmeGGm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOWZtmeGGm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOWZtmeGGm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOWZtmeGGm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOWZtmeGGm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOWZtmeGGm .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-uOWZtmeGGm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOWZtmeGGm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOWZtmeGGm .dropdown-item.active,
.cid-uOWZtmeGGm .dropdown-item:active {
  background-color: transparent;
}
.cid-uOWZtmeGGm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOWZtmeGGm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOWZtmeGGm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOWZtmeGGm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOWZtmeGGm ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOWZtmeGGm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOWZtmeGGm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOWZtmeGGm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOWZtmeGGm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOWZtmeGGm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZtmeGGm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZtmeGGm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOWZtmeGGm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZtmeGGm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOWZtmeGGm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOWZtmeGGm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZtmeGGm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOWZtmeGGm .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-uOWZtmeGGm .navbar {
    height: 70px;
  }
  .cid-uOWZtmeGGm .navbar.opened {
    height: auto;
  }
  .cid-uOWZtmeGGm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOWZtmeGGm .mbr-section-btn .btn,
.cid-uOWZtmeGGm .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOWZtmeGGm .mbr-section-btn .btn:first-child,
.cid-uOWZtmeGGm .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOWZtmeGGm .mbr-section-btn .btn:focus,
.cid-uOWZtmeGGm .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOWZtmeGGm .mbr-section-btn .btn span,
.cid-uOWZtmeGGm .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOWZtmeGGm .mbr-section-btn .btn:hover,
.cid-uOWZtmeGGm .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOWZtmeGGm .mbr-section-btn .btn:hover span,
.cid-uOWZtmeGGm .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOWZtmeGGm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOWZtmeGGm .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOWZtmeGGm .navbar-caption:hover {
  color: #272727;
}
.cid-uOWZtmeGGm .nav-link:hover {
  color: #272727;
}
.cid-uOWZtmeGGm .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOWZtmeGGm .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOWZtmeGGm .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOWZtmeGGm .mbr-section-subtitle,
.cid-uOWZtmeGGm .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOWZtmeGGm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2ltTOEhbS {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2ltTOEhbS {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2ltTOEhbS {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2ltTOEhbS {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2ltTOEhbS {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2ltTOEhbS {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOWZtnEEVu {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOWZtnEEVu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZtnEEVu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZtnEEVu .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOWZtnEEVu .row .card {
  padding: 0 13px;
}
.cid-uOWZtnEEVu .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOWZtnEEVu .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOWZtnEEVu .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOWZtnEEVu .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOWZtnEEVu .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOWZtnEEVu .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOWZtnEEVu .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZtnEEVu .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOWZtnEEVu .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOWZtnEEVu .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOWZtnEEVu .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOWZtnEEVu .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOWZtnEEVu .card-wrapper {
  overflow: hidden;
}
.cid-uOWZtnEEVu .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOWZtnEEVu .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOWZtnEEVu .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOWZtnEEVu .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOWZtnEEVu .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOWZtnEEVu .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOWZtnEEVu .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOWZtnEEVu .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOWZtnEEVu .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOWZtnEEVu .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZtnEEVu .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOWZtnEEVu .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOWZtnEEVu .mbr-label,
.cid-uOWZtnEEVu .label-wrapper {
  color: #151e11;
}
.cid-uOWZtnEEVu .mbr-section-title {
  color: #000000;
}
.cid-uOWZtnEEVu .mbr-number {
  color: #fff7ee;
}
.cid-uOWZtnEEVu .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOWZtnEEVu .card-label,
.cid-uOWZtnEEVu .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOWZtnEEVu .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOWZtnEEVu .card-text {
  color: #fff7ee;
}
.cid-uOWZto5X8Q {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOWZto5X8Q .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOWZto5X8Q .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOWZto5X8Q H2 {
  color: #e7272d;
}
.cid-uOWZto5X8Q .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOWZto5X8Q .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOWZto5X8Q .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZto5X8Q .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZto5X8Q .col-lg-12 {
  overflow: hidden;
}
.cid-uOWZto5X8Q H4 {
  color: #fbbe36;
}
.cid-uOWZto5X8Q .mbr-text,
.cid-uOWZto5X8Q .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOWZto5X8Q .logo-wrap:before {
    content: none;
  }
  .cid-uOWZto5X8Q .logo-wrap:after {
    content: none;
  }
}
.cid-uOWZto5X8Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZto5X8Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZto5X8Q H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2ltUsbzqv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2ltUsbzqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ltUsbzqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ltUsbzqv .media-container-row {
  justify-content: space-between;
}
.cid-v2ltUsbzqv .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2ltUsbzqv .text-content {
    max-width: none;
  }
}
.cid-v2ltUsbzqv .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2ltUsbzqv .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2ltUsbzqv .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2ltUsbzqv .icons {
    justify-content: center !important;
  }
  .cid-v2ltUsbzqv .text-content * {
    text-align: center;
  }
}
.cid-v2ltUsbzqv .mbr-section-title {
  color: #ffffff;
}
.cid-v2ltUsbzqv P {
  color: #ffffff;
}
.cid-v2pL1Bm04y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pL1Bm04y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pL1Bm04y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pL1Bm04y .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pL1Bm04y .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pL1Bm04y .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pL1Bm04y .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pL1Bm04y .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pL1Bm04y .mbr-desc,
.cid-v2pL1Bm04y .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pL1Bm04y .mbr-text,
.cid-v2pL1Bm04y .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOWZuHiBMu {
  z-index: 1000;
  width: 100%;
}
.cid-uOWZuHiBMu .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOWZuHiBMu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOWZuHiBMu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOWZuHiBMu .menu_box .navbar.opened,
  .cid-uOWZuHiBMu .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOWZuHiBMu nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOWZuHiBMu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOWZuHiBMu .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOWZuHiBMu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOWZuHiBMu .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOWZuHiBMu .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOWZuHiBMu .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOWZuHiBMu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOWZuHiBMu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOWZuHiBMu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOWZuHiBMu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOWZuHiBMu .offcanvas-body .mbr-text,
  .cid-uOWZuHiBMu .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOWZuHiBMu .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOWZuHiBMu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOWZuHiBMu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOWZuHiBMu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOWZuHiBMu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOWZuHiBMu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOWZuHiBMu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOWZuHiBMu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOWZuHiBMu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZuHiBMu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOWZuHiBMu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOWZuHiBMu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOWZuHiBMu .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOWZuHiBMu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOWZuHiBMu .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOWZuHiBMu .nav-item {
    margin: 0 !important;
  }
}
.cid-uOWZuHiBMu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOWZuHiBMu .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOWZuHiBMu .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOWZuHiBMu .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOWZuHiBMu .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOWZuHiBMu .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOWZuHiBMu .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOWZuHiBMu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZuHiBMu .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-uOWZuHiBMu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOWZuHiBMu .offcanvas_box {
    display: none;
  }
}
.cid-uOWZuHiBMu .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOWZuHiBMu .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOWZuHiBMu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOWZuHiBMu .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOWZuHiBMu .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOWZuHiBMu .container {
  display: flex;
  margin: auto;
}
.cid-uOWZuHiBMu .iconfont-wrapper {
  color: #272727;
  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-uOWZuHiBMu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOWZuHiBMu .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOWZuHiBMu .navbar-caption {
  color: #000000;
}
.cid-uOWZuHiBMu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOWZuHiBMu .navbar-nav {
    margin: 0;
  }
}
.cid-uOWZuHiBMu .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOWZuHiBMu .dropdown-menu,
.cid-uOWZuHiBMu .navbar.opened {
  background-color: true !important;
}
.cid-uOWZuHiBMu .nav-item:focus,
.cid-uOWZuHiBMu .nav-link:focus {
  outline: none;
}
.cid-uOWZuHiBMu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOWZuHiBMu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOWZuHiBMu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOWZuHiBMu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOWZuHiBMu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOWZuHiBMu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOWZuHiBMu .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOWZuHiBMu .navbar.opened {
  transition: all 0.3s;
}
.cid-uOWZuHiBMu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOWZuHiBMu .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOWZuHiBMu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOWZuHiBMu .navbar.collapsed {
  justify-content: center;
}
.cid-uOWZuHiBMu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOWZuHiBMu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOWZuHiBMu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOWZuHiBMu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOWZuHiBMu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOWZuHiBMu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOWZuHiBMu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOWZuHiBMu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOWZuHiBMu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOWZuHiBMu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOWZuHiBMu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOWZuHiBMu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOWZuHiBMu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOWZuHiBMu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOWZuHiBMu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOWZuHiBMu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOWZuHiBMu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOWZuHiBMu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOWZuHiBMu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOWZuHiBMu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOWZuHiBMu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOWZuHiBMu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOWZuHiBMu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOWZuHiBMu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOWZuHiBMu .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-uOWZuHiBMu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOWZuHiBMu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOWZuHiBMu .dropdown-item.active,
.cid-uOWZuHiBMu .dropdown-item:active {
  background-color: transparent;
}
.cid-uOWZuHiBMu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOWZuHiBMu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOWZuHiBMu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOWZuHiBMu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOWZuHiBMu ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOWZuHiBMu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOWZuHiBMu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOWZuHiBMu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOWZuHiBMu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOWZuHiBMu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZuHiBMu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZuHiBMu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOWZuHiBMu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZuHiBMu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOWZuHiBMu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOWZuHiBMu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZuHiBMu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOWZuHiBMu .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-uOWZuHiBMu .navbar {
    height: 70px;
  }
  .cid-uOWZuHiBMu .navbar.opened {
    height: auto;
  }
  .cid-uOWZuHiBMu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOWZuHiBMu .mbr-section-btn .btn,
.cid-uOWZuHiBMu .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOWZuHiBMu .mbr-section-btn .btn:first-child,
.cid-uOWZuHiBMu .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOWZuHiBMu .mbr-section-btn .btn:focus,
.cid-uOWZuHiBMu .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOWZuHiBMu .mbr-section-btn .btn span,
.cid-uOWZuHiBMu .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOWZuHiBMu .mbr-section-btn .btn:hover,
.cid-uOWZuHiBMu .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOWZuHiBMu .mbr-section-btn .btn:hover span,
.cid-uOWZuHiBMu .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOWZuHiBMu .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOWZuHiBMu .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOWZuHiBMu .navbar-caption:hover {
  color: #272727;
}
.cid-uOWZuHiBMu .nav-link:hover {
  color: #272727;
}
.cid-uOWZuHiBMu .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOWZuHiBMu .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOWZuHiBMu .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOWZuHiBMu .mbr-section-subtitle,
.cid-uOWZuHiBMu .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOWZuHiBMu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lu7JBU11 {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lu7JBU11 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lu7JBU11 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lu7JBU11 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lu7JBU11 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lu7JBU11 {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOWZuHLChB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOWZuHLChB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZuHLChB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZuHLChB .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOWZuHLChB .row .card {
  padding: 0 13px;
}
.cid-uOWZuHLChB .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOWZuHLChB .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOWZuHLChB .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOWZuHLChB .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOWZuHLChB .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOWZuHLChB .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOWZuHLChB .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZuHLChB .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOWZuHLChB .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOWZuHLChB .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOWZuHLChB .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOWZuHLChB .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOWZuHLChB .card-wrapper {
  overflow: hidden;
}
.cid-uOWZuHLChB .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOWZuHLChB .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOWZuHLChB .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOWZuHLChB .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOWZuHLChB .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOWZuHLChB .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOWZuHLChB .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOWZuHLChB .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOWZuHLChB .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOWZuHLChB .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZuHLChB .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOWZuHLChB .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOWZuHLChB .mbr-label,
.cid-uOWZuHLChB .label-wrapper {
  color: #151e11;
}
.cid-uOWZuHLChB .mbr-section-title {
  color: #000000;
}
.cid-uOWZuHLChB .mbr-number {
  color: #fff7ee;
}
.cid-uOWZuHLChB .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOWZuHLChB .card-label,
.cid-uOWZuHLChB .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOWZuHLChB .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOWZuHLChB .card-text {
  color: #fff7ee;
}
.cid-uOWZuI0F4e {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOWZuI0F4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZuI0F4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZuI0F4e .items-wrapper {
  margin: 0 -8px;
}
.cid-uOWZuI0F4e .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOWZuI0F4e .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOWZuI0F4e .item {
    margin-bottom: 12px;
  }
}
.cid-uOWZuI0F4e .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOWZuIbzaG {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOWZuIbzaG .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOWZuIbzaG .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOWZuIbzaG H2 {
  color: #e7272d;
}
.cid-uOWZuIbzaG .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOWZuIbzaG .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOWZuIbzaG .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZuIbzaG .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZuIbzaG .col-lg-12 {
  overflow: hidden;
}
.cid-uOWZuIbzaG H4 {
  color: #fbbe36;
}
.cid-uOWZuIbzaG .mbr-text,
.cid-uOWZuIbzaG .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOWZuIbzaG .logo-wrap:before {
    content: none;
  }
  .cid-uOWZuIbzaG .logo-wrap:after {
    content: none;
  }
}
.cid-uOWZuIbzaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZuIbzaG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZuIbzaG H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lu5qrVIL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lu5qrVIL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lu5qrVIL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lu5qrVIL .media-container-row {
  justify-content: space-between;
}
.cid-v2lu5qrVIL .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lu5qrVIL .text-content {
    max-width: none;
  }
}
.cid-v2lu5qrVIL .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lu5qrVIL .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lu5qrVIL .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lu5qrVIL .icons {
    justify-content: center !important;
  }
  .cid-v2lu5qrVIL .text-content * {
    text-align: center;
  }
}
.cid-v2lu5qrVIL .mbr-section-title {
  color: #ffffff;
}
.cid-v2lu5qrVIL P {
  color: #ffffff;
}
.cid-v2pL3spjvP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pL3spjvP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pL3spjvP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pL3spjvP .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pL3spjvP .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pL3spjvP .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pL3spjvP .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pL3spjvP .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pL3spjvP .mbr-desc,
.cid-v2pL3spjvP .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pL3spjvP .mbr-text,
.cid-v2pL3spjvP .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOWZwdOPKM {
  z-index: 1000;
  width: 100%;
}
.cid-uOWZwdOPKM .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOWZwdOPKM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOWZwdOPKM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOWZwdOPKM .menu_box .navbar.opened,
  .cid-uOWZwdOPKM .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOWZwdOPKM nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOWZwdOPKM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOWZwdOPKM .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOWZwdOPKM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOWZwdOPKM .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOWZwdOPKM .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOWZwdOPKM .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOWZwdOPKM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOWZwdOPKM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOWZwdOPKM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOWZwdOPKM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOWZwdOPKM .offcanvas-body .mbr-text,
  .cid-uOWZwdOPKM .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOWZwdOPKM .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOWZwdOPKM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOWZwdOPKM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOWZwdOPKM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOWZwdOPKM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOWZwdOPKM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOWZwdOPKM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOWZwdOPKM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOWZwdOPKM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZwdOPKM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOWZwdOPKM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOWZwdOPKM li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOWZwdOPKM .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOWZwdOPKM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOWZwdOPKM .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOWZwdOPKM .nav-item {
    margin: 0 !important;
  }
}
.cid-uOWZwdOPKM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOWZwdOPKM .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOWZwdOPKM .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOWZwdOPKM .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOWZwdOPKM .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOWZwdOPKM .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOWZwdOPKM .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOWZwdOPKM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZwdOPKM .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-uOWZwdOPKM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOWZwdOPKM .offcanvas_box {
    display: none;
  }
}
.cid-uOWZwdOPKM .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOWZwdOPKM .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOWZwdOPKM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOWZwdOPKM .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOWZwdOPKM .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOWZwdOPKM .container {
  display: flex;
  margin: auto;
}
.cid-uOWZwdOPKM .iconfont-wrapper {
  color: #272727;
  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-uOWZwdOPKM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOWZwdOPKM .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOWZwdOPKM .navbar-caption {
  color: #000000;
}
.cid-uOWZwdOPKM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOWZwdOPKM .navbar-nav {
    margin: 0;
  }
}
.cid-uOWZwdOPKM .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOWZwdOPKM .dropdown-menu,
.cid-uOWZwdOPKM .navbar.opened {
  background-color: true !important;
}
.cid-uOWZwdOPKM .nav-item:focus,
.cid-uOWZwdOPKM .nav-link:focus {
  outline: none;
}
.cid-uOWZwdOPKM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOWZwdOPKM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOWZwdOPKM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOWZwdOPKM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOWZwdOPKM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOWZwdOPKM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOWZwdOPKM .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOWZwdOPKM .navbar.opened {
  transition: all 0.3s;
}
.cid-uOWZwdOPKM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOWZwdOPKM .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOWZwdOPKM .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOWZwdOPKM .navbar.collapsed {
  justify-content: center;
}
.cid-uOWZwdOPKM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOWZwdOPKM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOWZwdOPKM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOWZwdOPKM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOWZwdOPKM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOWZwdOPKM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOWZwdOPKM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOWZwdOPKM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOWZwdOPKM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOWZwdOPKM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOWZwdOPKM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOWZwdOPKM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOWZwdOPKM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOWZwdOPKM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOWZwdOPKM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOWZwdOPKM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOWZwdOPKM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOWZwdOPKM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOWZwdOPKM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOWZwdOPKM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOWZwdOPKM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOWZwdOPKM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOWZwdOPKM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOWZwdOPKM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOWZwdOPKM .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-uOWZwdOPKM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOWZwdOPKM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOWZwdOPKM .dropdown-item.active,
.cid-uOWZwdOPKM .dropdown-item:active {
  background-color: transparent;
}
.cid-uOWZwdOPKM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOWZwdOPKM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOWZwdOPKM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOWZwdOPKM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOWZwdOPKM ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOWZwdOPKM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOWZwdOPKM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOWZwdOPKM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOWZwdOPKM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOWZwdOPKM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZwdOPKM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZwdOPKM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOWZwdOPKM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZwdOPKM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOWZwdOPKM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOWZwdOPKM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZwdOPKM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOWZwdOPKM .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-uOWZwdOPKM .navbar {
    height: 70px;
  }
  .cid-uOWZwdOPKM .navbar.opened {
    height: auto;
  }
  .cid-uOWZwdOPKM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOWZwdOPKM .mbr-section-btn .btn,
.cid-uOWZwdOPKM .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOWZwdOPKM .mbr-section-btn .btn:first-child,
.cid-uOWZwdOPKM .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOWZwdOPKM .mbr-section-btn .btn:focus,
.cid-uOWZwdOPKM .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOWZwdOPKM .mbr-section-btn .btn span,
.cid-uOWZwdOPKM .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOWZwdOPKM .mbr-section-btn .btn:hover,
.cid-uOWZwdOPKM .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOWZwdOPKM .mbr-section-btn .btn:hover span,
.cid-uOWZwdOPKM .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOWZwdOPKM .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOWZwdOPKM .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOWZwdOPKM .navbar-caption:hover {
  color: #272727;
}
.cid-uOWZwdOPKM .nav-link:hover {
  color: #272727;
}
.cid-uOWZwdOPKM .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOWZwdOPKM .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOWZwdOPKM .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOWZwdOPKM .mbr-section-subtitle,
.cid-uOWZwdOPKM .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOWZwdOPKM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2luTgAC19 {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2luTgAC19 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2luTgAC19 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2luTgAC19 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2luTgAC19 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2luTgAC19 {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOWZweQGzx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOWZweQGzx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZweQGzx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZweQGzx .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOWZweQGzx .row .card {
  padding: 0 13px;
}
.cid-uOWZweQGzx .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOWZweQGzx .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOWZweQGzx .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOWZweQGzx .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOWZweQGzx .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOWZweQGzx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOWZweQGzx .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZweQGzx .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOWZweQGzx .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOWZweQGzx .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOWZweQGzx .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOWZweQGzx .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOWZweQGzx .card-wrapper {
  overflow: hidden;
}
.cid-uOWZweQGzx .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOWZweQGzx .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOWZweQGzx .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOWZweQGzx .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOWZweQGzx .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOWZweQGzx .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOWZweQGzx .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOWZweQGzx .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOWZweQGzx .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOWZweQGzx .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZweQGzx .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOWZweQGzx .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOWZweQGzx .mbr-label,
.cid-uOWZweQGzx .label-wrapper {
  color: #151e11;
}
.cid-uOWZweQGzx .mbr-section-title {
  color: #000000;
}
.cid-uOWZweQGzx .mbr-number {
  color: #fff7ee;
}
.cid-uOWZweQGzx .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOWZweQGzx .card-label,
.cid-uOWZweQGzx .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOWZweQGzx .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOWZweQGzx .card-text {
  color: #fff7ee;
}
.cid-uOWZwf6xYk {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOWZwf6xYk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZwf6xYk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZwf6xYk .items-wrapper {
  margin: 0 -8px;
}
.cid-uOWZwf6xYk .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOWZwf6xYk .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOWZwf6xYk .item {
    margin-bottom: 12px;
  }
}
.cid-uOWZwf6xYk .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOWZwfgzXG {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOWZwfgzXG .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOWZwfgzXG .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOWZwfgzXG H2 {
  color: #e7272d;
}
.cid-uOWZwfgzXG .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOWZwfgzXG .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOWZwfgzXG .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZwfgzXG .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZwfgzXG .col-lg-12 {
  overflow: hidden;
}
.cid-uOWZwfgzXG H4 {
  color: #fbbe36;
}
.cid-uOWZwfgzXG .mbr-text,
.cid-uOWZwfgzXG .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOWZwfgzXG .logo-wrap:before {
    content: none;
  }
  .cid-uOWZwfgzXG .logo-wrap:after {
    content: none;
  }
}
.cid-uOWZwfgzXG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZwfgzXG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZwfgzXG H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2luUbgOws {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2luUbgOws .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2luUbgOws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2luUbgOws .media-container-row {
  justify-content: space-between;
}
.cid-v2luUbgOws .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2luUbgOws .text-content {
    max-width: none;
  }
}
.cid-v2luUbgOws .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2luUbgOws .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2luUbgOws .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2luUbgOws .icons {
    justify-content: center !important;
  }
  .cid-v2luUbgOws .text-content * {
    text-align: center;
  }
}
.cid-v2luUbgOws .mbr-section-title {
  color: #ffffff;
}
.cid-v2luUbgOws P {
  color: #ffffff;
}
.cid-v2pLbcg2qI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pLbcg2qI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pLbcg2qI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pLbcg2qI .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pLbcg2qI .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pLbcg2qI .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pLbcg2qI .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pLbcg2qI .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pLbcg2qI .mbr-desc,
.cid-v2pLbcg2qI .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pLbcg2qI .mbr-text,
.cid-v2pLbcg2qI .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOWZzDLX3g {
  z-index: 1000;
  width: 100%;
}
.cid-uOWZzDLX3g .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOWZzDLX3g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOWZzDLX3g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOWZzDLX3g .menu_box .navbar.opened,
  .cid-uOWZzDLX3g .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOWZzDLX3g nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOWZzDLX3g .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOWZzDLX3g .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOWZzDLX3g .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOWZzDLX3g .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOWZzDLX3g .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOWZzDLX3g .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOWZzDLX3g .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOWZzDLX3g .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOWZzDLX3g .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOWZzDLX3g .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOWZzDLX3g .offcanvas-body .mbr-text,
  .cid-uOWZzDLX3g .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOWZzDLX3g .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOWZzDLX3g .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOWZzDLX3g .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOWZzDLX3g .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOWZzDLX3g .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOWZzDLX3g .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOWZzDLX3g .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOWZzDLX3g ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOWZzDLX3g .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZzDLX3g .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOWZzDLX3g .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOWZzDLX3g li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOWZzDLX3g .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOWZzDLX3g .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOWZzDLX3g .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOWZzDLX3g .nav-item {
    margin: 0 !important;
  }
}
.cid-uOWZzDLX3g .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOWZzDLX3g .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOWZzDLX3g .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOWZzDLX3g .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOWZzDLX3g .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOWZzDLX3g .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOWZzDLX3g .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOWZzDLX3g .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZzDLX3g .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-uOWZzDLX3g .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOWZzDLX3g .offcanvas_box {
    display: none;
  }
}
.cid-uOWZzDLX3g .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOWZzDLX3g .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOWZzDLX3g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOWZzDLX3g .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOWZzDLX3g .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOWZzDLX3g .container {
  display: flex;
  margin: auto;
}
.cid-uOWZzDLX3g .iconfont-wrapper {
  color: #272727;
  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-uOWZzDLX3g .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOWZzDLX3g .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOWZzDLX3g .navbar-caption {
  color: #000000;
}
.cid-uOWZzDLX3g .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOWZzDLX3g .navbar-nav {
    margin: 0;
  }
}
.cid-uOWZzDLX3g .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOWZzDLX3g .dropdown-menu,
.cid-uOWZzDLX3g .navbar.opened {
  background-color: true !important;
}
.cid-uOWZzDLX3g .nav-item:focus,
.cid-uOWZzDLX3g .nav-link:focus {
  outline: none;
}
.cid-uOWZzDLX3g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOWZzDLX3g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOWZzDLX3g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOWZzDLX3g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOWZzDLX3g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOWZzDLX3g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOWZzDLX3g .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOWZzDLX3g .navbar.opened {
  transition: all 0.3s;
}
.cid-uOWZzDLX3g .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOWZzDLX3g .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOWZzDLX3g .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOWZzDLX3g .navbar.collapsed {
  justify-content: center;
}
.cid-uOWZzDLX3g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOWZzDLX3g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOWZzDLX3g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOWZzDLX3g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOWZzDLX3g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOWZzDLX3g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOWZzDLX3g .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOWZzDLX3g .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOWZzDLX3g .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOWZzDLX3g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOWZzDLX3g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOWZzDLX3g .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOWZzDLX3g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOWZzDLX3g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOWZzDLX3g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOWZzDLX3g .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOWZzDLX3g .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOWZzDLX3g .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOWZzDLX3g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOWZzDLX3g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOWZzDLX3g .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOWZzDLX3g .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOWZzDLX3g .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOWZzDLX3g .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOWZzDLX3g .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-uOWZzDLX3g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOWZzDLX3g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOWZzDLX3g .dropdown-item.active,
.cid-uOWZzDLX3g .dropdown-item:active {
  background-color: transparent;
}
.cid-uOWZzDLX3g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOWZzDLX3g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOWZzDLX3g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOWZzDLX3g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOWZzDLX3g ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOWZzDLX3g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOWZzDLX3g button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOWZzDLX3g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOWZzDLX3g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOWZzDLX3g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZzDLX3g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZzDLX3g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOWZzDLX3g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZzDLX3g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOWZzDLX3g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOWZzDLX3g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZzDLX3g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOWZzDLX3g .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-uOWZzDLX3g .navbar {
    height: 70px;
  }
  .cid-uOWZzDLX3g .navbar.opened {
    height: auto;
  }
  .cid-uOWZzDLX3g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOWZzDLX3g .mbr-section-btn .btn,
.cid-uOWZzDLX3g .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOWZzDLX3g .mbr-section-btn .btn:first-child,
.cid-uOWZzDLX3g .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOWZzDLX3g .mbr-section-btn .btn:focus,
.cid-uOWZzDLX3g .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOWZzDLX3g .mbr-section-btn .btn span,
.cid-uOWZzDLX3g .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOWZzDLX3g .mbr-section-btn .btn:hover,
.cid-uOWZzDLX3g .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOWZzDLX3g .mbr-section-btn .btn:hover span,
.cid-uOWZzDLX3g .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOWZzDLX3g .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOWZzDLX3g .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOWZzDLX3g .navbar-caption:hover {
  color: #272727;
}
.cid-uOWZzDLX3g .nav-link:hover {
  color: #272727;
}
.cid-uOWZzDLX3g .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOWZzDLX3g .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOWZzDLX3g .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOWZzDLX3g .mbr-section-subtitle,
.cid-uOWZzDLX3g .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOWZzDLX3g a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lv1Ga9IL {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lv1Ga9IL {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lv1Ga9IL {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lv1Ga9IL {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lv1Ga9IL {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lv1Ga9IL {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOWZzFrxEy {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOWZzFrxEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZzFrxEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZzFrxEy .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOWZzFrxEy .row .card {
  padding: 0 13px;
}
.cid-uOWZzFrxEy .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOWZzFrxEy .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOWZzFrxEy .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOWZzFrxEy .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOWZzFrxEy .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOWZzFrxEy .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOWZzFrxEy .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZzFrxEy .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOWZzFrxEy .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOWZzFrxEy .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOWZzFrxEy .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOWZzFrxEy .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOWZzFrxEy .card-wrapper {
  overflow: hidden;
}
.cid-uOWZzFrxEy .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOWZzFrxEy .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOWZzFrxEy .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOWZzFrxEy .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOWZzFrxEy .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOWZzFrxEy .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOWZzFrxEy .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOWZzFrxEy .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOWZzFrxEy .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOWZzFrxEy .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZzFrxEy .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOWZzFrxEy .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOWZzFrxEy .mbr-label,
.cid-uOWZzFrxEy .label-wrapper {
  color: #151e11;
}
.cid-uOWZzFrxEy .mbr-section-title {
  color: #000000;
}
.cid-uOWZzFrxEy .mbr-number {
  color: #fff7ee;
}
.cid-uOWZzFrxEy .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOWZzFrxEy .card-label,
.cid-uOWZzFrxEy .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOWZzFrxEy .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOWZzFrxEy .card-text {
  color: #fff7ee;
}
.cid-uOWZzFJMZ7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOWZzFJMZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZzFJMZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZzFJMZ7 .items-wrapper {
  margin: 0 -8px;
}
.cid-uOWZzFJMZ7 .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOWZzFJMZ7 .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOWZzFJMZ7 .item {
    margin-bottom: 12px;
  }
}
.cid-uOWZzFJMZ7 .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOWZzFUkC3 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOWZzFUkC3 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOWZzFUkC3 .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOWZzFUkC3 H2 {
  color: #e7272d;
}
.cid-uOWZzFUkC3 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOWZzFUkC3 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOWZzFUkC3 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZzFUkC3 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZzFUkC3 .col-lg-12 {
  overflow: hidden;
}
.cid-uOWZzFUkC3 H4 {
  color: #fbbe36;
}
.cid-uOWZzFUkC3 .mbr-text,
.cid-uOWZzFUkC3 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOWZzFUkC3 .logo-wrap:before {
    content: none;
  }
  .cid-uOWZzFUkC3 .logo-wrap:after {
    content: none;
  }
}
.cid-uOWZzFUkC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZzFUkC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZzFUkC3 H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lv2c4xD5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lv2c4xD5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lv2c4xD5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lv2c4xD5 .media-container-row {
  justify-content: space-between;
}
.cid-v2lv2c4xD5 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lv2c4xD5 .text-content {
    max-width: none;
  }
}
.cid-v2lv2c4xD5 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lv2c4xD5 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lv2c4xD5 .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lv2c4xD5 .icons {
    justify-content: center !important;
  }
  .cid-v2lv2c4xD5 .text-content * {
    text-align: center;
  }
}
.cid-v2lv2c4xD5 .mbr-section-title {
  color: #ffffff;
}
.cid-v2lv2c4xD5 P {
  color: #ffffff;
}
.cid-v2pLcYD4SL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pLcYD4SL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pLcYD4SL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pLcYD4SL .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pLcYD4SL .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pLcYD4SL .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pLcYD4SL .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pLcYD4SL .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pLcYD4SL .mbr-desc,
.cid-v2pLcYD4SL .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pLcYD4SL .mbr-text,
.cid-v2pLcYD4SL .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOWZC4PUAT {
  z-index: 1000;
  width: 100%;
}
.cid-uOWZC4PUAT .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOWZC4PUAT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOWZC4PUAT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOWZC4PUAT .menu_box .navbar.opened,
  .cid-uOWZC4PUAT .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOWZC4PUAT nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOWZC4PUAT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOWZC4PUAT .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOWZC4PUAT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOWZC4PUAT .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOWZC4PUAT .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOWZC4PUAT .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOWZC4PUAT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOWZC4PUAT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOWZC4PUAT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOWZC4PUAT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOWZC4PUAT .offcanvas-body .mbr-text,
  .cid-uOWZC4PUAT .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOWZC4PUAT .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOWZC4PUAT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOWZC4PUAT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOWZC4PUAT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOWZC4PUAT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOWZC4PUAT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOWZC4PUAT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOWZC4PUAT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOWZC4PUAT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZC4PUAT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOWZC4PUAT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOWZC4PUAT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOWZC4PUAT .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOWZC4PUAT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOWZC4PUAT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOWZC4PUAT .nav-item {
    margin: 0 !important;
  }
}
.cid-uOWZC4PUAT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOWZC4PUAT .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOWZC4PUAT .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOWZC4PUAT .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOWZC4PUAT .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOWZC4PUAT .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOWZC4PUAT .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOWZC4PUAT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZC4PUAT .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-uOWZC4PUAT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOWZC4PUAT .offcanvas_box {
    display: none;
  }
}
.cid-uOWZC4PUAT .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOWZC4PUAT .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOWZC4PUAT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOWZC4PUAT .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOWZC4PUAT .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOWZC4PUAT .container {
  display: flex;
  margin: auto;
}
.cid-uOWZC4PUAT .iconfont-wrapper {
  color: #272727;
  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-uOWZC4PUAT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOWZC4PUAT .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOWZC4PUAT .navbar-caption {
  color: #000000;
}
.cid-uOWZC4PUAT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOWZC4PUAT .navbar-nav {
    margin: 0;
  }
}
.cid-uOWZC4PUAT .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOWZC4PUAT .dropdown-menu,
.cid-uOWZC4PUAT .navbar.opened {
  background-color: true !important;
}
.cid-uOWZC4PUAT .nav-item:focus,
.cid-uOWZC4PUAT .nav-link:focus {
  outline: none;
}
.cid-uOWZC4PUAT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOWZC4PUAT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOWZC4PUAT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOWZC4PUAT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOWZC4PUAT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOWZC4PUAT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOWZC4PUAT .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOWZC4PUAT .navbar.opened {
  transition: all 0.3s;
}
.cid-uOWZC4PUAT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOWZC4PUAT .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOWZC4PUAT .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOWZC4PUAT .navbar.collapsed {
  justify-content: center;
}
.cid-uOWZC4PUAT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOWZC4PUAT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOWZC4PUAT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOWZC4PUAT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOWZC4PUAT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOWZC4PUAT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOWZC4PUAT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOWZC4PUAT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOWZC4PUAT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOWZC4PUAT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOWZC4PUAT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOWZC4PUAT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOWZC4PUAT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOWZC4PUAT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOWZC4PUAT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOWZC4PUAT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOWZC4PUAT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOWZC4PUAT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOWZC4PUAT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOWZC4PUAT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOWZC4PUAT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOWZC4PUAT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOWZC4PUAT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOWZC4PUAT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOWZC4PUAT .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-uOWZC4PUAT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOWZC4PUAT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOWZC4PUAT .dropdown-item.active,
.cid-uOWZC4PUAT .dropdown-item:active {
  background-color: transparent;
}
.cid-uOWZC4PUAT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOWZC4PUAT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOWZC4PUAT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOWZC4PUAT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOWZC4PUAT ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOWZC4PUAT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOWZC4PUAT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOWZC4PUAT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOWZC4PUAT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOWZC4PUAT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZC4PUAT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZC4PUAT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOWZC4PUAT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZC4PUAT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOWZC4PUAT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOWZC4PUAT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZC4PUAT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOWZC4PUAT .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-uOWZC4PUAT .navbar {
    height: 70px;
  }
  .cid-uOWZC4PUAT .navbar.opened {
    height: auto;
  }
  .cid-uOWZC4PUAT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOWZC4PUAT .mbr-section-btn .btn,
.cid-uOWZC4PUAT .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOWZC4PUAT .mbr-section-btn .btn:first-child,
.cid-uOWZC4PUAT .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOWZC4PUAT .mbr-section-btn .btn:focus,
.cid-uOWZC4PUAT .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOWZC4PUAT .mbr-section-btn .btn span,
.cid-uOWZC4PUAT .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOWZC4PUAT .mbr-section-btn .btn:hover,
.cid-uOWZC4PUAT .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOWZC4PUAT .mbr-section-btn .btn:hover span,
.cid-uOWZC4PUAT .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOWZC4PUAT .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOWZC4PUAT .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOWZC4PUAT .navbar-caption:hover {
  color: #272727;
}
.cid-uOWZC4PUAT .nav-link:hover {
  color: #272727;
}
.cid-uOWZC4PUAT .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOWZC4PUAT .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOWZC4PUAT .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOWZC4PUAT .mbr-section-subtitle,
.cid-uOWZC4PUAT .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOWZC4PUAT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lva3KLQe {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lva3KLQe {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lva3KLQe {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lva3KLQe {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lva3KLQe {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lva3KLQe {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOWZC5loXF {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOWZC5loXF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZC5loXF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZC5loXF .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOWZC5loXF .row .card {
  padding: 0 13px;
}
.cid-uOWZC5loXF .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOWZC5loXF .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOWZC5loXF .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOWZC5loXF .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOWZC5loXF .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOWZC5loXF .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOWZC5loXF .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZC5loXF .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOWZC5loXF .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOWZC5loXF .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOWZC5loXF .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOWZC5loXF .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOWZC5loXF .card-wrapper {
  overflow: hidden;
}
.cid-uOWZC5loXF .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOWZC5loXF .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOWZC5loXF .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOWZC5loXF .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOWZC5loXF .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOWZC5loXF .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOWZC5loXF .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOWZC5loXF .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOWZC5loXF .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOWZC5loXF .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZC5loXF .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOWZC5loXF .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOWZC5loXF .mbr-label,
.cid-uOWZC5loXF .label-wrapper {
  color: #151e11;
}
.cid-uOWZC5loXF .mbr-section-title {
  color: #000000;
}
.cid-uOWZC5loXF .mbr-number {
  color: #fff7ee;
}
.cid-uOWZC5loXF .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOWZC5loXF .card-label,
.cid-uOWZC5loXF .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOWZC5loXF .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOWZC5loXF .card-text {
  color: #fff7ee;
}
.cid-uOWZC5CIts {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOWZC5CIts .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZC5CIts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZC5CIts .items-wrapper {
  margin: 0 -8px;
}
.cid-uOWZC5CIts .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOWZC5CIts .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOWZC5CIts .item {
    margin-bottom: 12px;
  }
}
.cid-uOWZC5CIts .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOWZC5NN9E {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOWZC5NN9E .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOWZC5NN9E .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOWZC5NN9E H2 {
  color: #e7272d;
}
.cid-uOWZC5NN9E .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOWZC5NN9E .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOWZC5NN9E .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZC5NN9E .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZC5NN9E .col-lg-12 {
  overflow: hidden;
}
.cid-uOWZC5NN9E H4 {
  color: #fbbe36;
}
.cid-uOWZC5NN9E .mbr-text,
.cid-uOWZC5NN9E .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOWZC5NN9E .logo-wrap:before {
    content: none;
  }
  .cid-uOWZC5NN9E .logo-wrap:after {
    content: none;
  }
}
.cid-uOWZC5NN9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZC5NN9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZC5NN9E H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lvbEihwA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lvbEihwA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lvbEihwA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lvbEihwA .media-container-row {
  justify-content: space-between;
}
.cid-v2lvbEihwA .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lvbEihwA .text-content {
    max-width: none;
  }
}
.cid-v2lvbEihwA .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lvbEihwA .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lvbEihwA .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lvbEihwA .icons {
    justify-content: center !important;
  }
  .cid-v2lvbEihwA .text-content * {
    text-align: center;
  }
}
.cid-v2lvbEihwA .mbr-section-title {
  color: #ffffff;
}
.cid-v2lvbEihwA P {
  color: #ffffff;
}
.cid-v2pLg66dbv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pLg66dbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pLg66dbv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pLg66dbv .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pLg66dbv .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pLg66dbv .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pLg66dbv .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pLg66dbv .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pLg66dbv .mbr-desc,
.cid-v2pLg66dbv .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pLg66dbv .mbr-text,
.cid-v2pLg66dbv .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOWZDxvbYP {
  z-index: 1000;
  width: 100%;
}
.cid-uOWZDxvbYP .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOWZDxvbYP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOWZDxvbYP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOWZDxvbYP .menu_box .navbar.opened,
  .cid-uOWZDxvbYP .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOWZDxvbYP nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOWZDxvbYP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOWZDxvbYP .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOWZDxvbYP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOWZDxvbYP .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOWZDxvbYP .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOWZDxvbYP .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOWZDxvbYP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOWZDxvbYP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOWZDxvbYP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOWZDxvbYP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOWZDxvbYP .offcanvas-body .mbr-text,
  .cid-uOWZDxvbYP .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOWZDxvbYP .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOWZDxvbYP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOWZDxvbYP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOWZDxvbYP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOWZDxvbYP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOWZDxvbYP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOWZDxvbYP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOWZDxvbYP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOWZDxvbYP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZDxvbYP .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOWZDxvbYP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOWZDxvbYP li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOWZDxvbYP .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOWZDxvbYP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOWZDxvbYP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOWZDxvbYP .nav-item {
    margin: 0 !important;
  }
}
.cid-uOWZDxvbYP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOWZDxvbYP .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOWZDxvbYP .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOWZDxvbYP .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOWZDxvbYP .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOWZDxvbYP .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOWZDxvbYP .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOWZDxvbYP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZDxvbYP .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-uOWZDxvbYP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOWZDxvbYP .offcanvas_box {
    display: none;
  }
}
.cid-uOWZDxvbYP .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOWZDxvbYP .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOWZDxvbYP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOWZDxvbYP .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOWZDxvbYP .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOWZDxvbYP .container {
  display: flex;
  margin: auto;
}
.cid-uOWZDxvbYP .iconfont-wrapper {
  color: #272727;
  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-uOWZDxvbYP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOWZDxvbYP .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOWZDxvbYP .navbar-caption {
  color: #000000;
}
.cid-uOWZDxvbYP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOWZDxvbYP .navbar-nav {
    margin: 0;
  }
}
.cid-uOWZDxvbYP .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOWZDxvbYP .dropdown-menu,
.cid-uOWZDxvbYP .navbar.opened {
  background-color: true !important;
}
.cid-uOWZDxvbYP .nav-item:focus,
.cid-uOWZDxvbYP .nav-link:focus {
  outline: none;
}
.cid-uOWZDxvbYP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOWZDxvbYP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOWZDxvbYP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOWZDxvbYP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOWZDxvbYP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOWZDxvbYP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOWZDxvbYP .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOWZDxvbYP .navbar.opened {
  transition: all 0.3s;
}
.cid-uOWZDxvbYP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOWZDxvbYP .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOWZDxvbYP .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOWZDxvbYP .navbar.collapsed {
  justify-content: center;
}
.cid-uOWZDxvbYP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOWZDxvbYP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOWZDxvbYP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOWZDxvbYP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOWZDxvbYP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOWZDxvbYP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOWZDxvbYP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOWZDxvbYP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOWZDxvbYP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOWZDxvbYP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOWZDxvbYP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOWZDxvbYP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOWZDxvbYP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOWZDxvbYP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOWZDxvbYP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOWZDxvbYP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOWZDxvbYP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOWZDxvbYP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOWZDxvbYP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOWZDxvbYP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOWZDxvbYP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOWZDxvbYP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOWZDxvbYP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOWZDxvbYP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOWZDxvbYP .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-uOWZDxvbYP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOWZDxvbYP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOWZDxvbYP .dropdown-item.active,
.cid-uOWZDxvbYP .dropdown-item:active {
  background-color: transparent;
}
.cid-uOWZDxvbYP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOWZDxvbYP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOWZDxvbYP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOWZDxvbYP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOWZDxvbYP ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOWZDxvbYP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOWZDxvbYP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOWZDxvbYP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOWZDxvbYP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOWZDxvbYP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZDxvbYP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZDxvbYP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOWZDxvbYP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZDxvbYP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOWZDxvbYP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOWZDxvbYP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZDxvbYP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOWZDxvbYP .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-uOWZDxvbYP .navbar {
    height: 70px;
  }
  .cid-uOWZDxvbYP .navbar.opened {
    height: auto;
  }
  .cid-uOWZDxvbYP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOWZDxvbYP .mbr-section-btn .btn,
.cid-uOWZDxvbYP .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOWZDxvbYP .mbr-section-btn .btn:first-child,
.cid-uOWZDxvbYP .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOWZDxvbYP .mbr-section-btn .btn:focus,
.cid-uOWZDxvbYP .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOWZDxvbYP .mbr-section-btn .btn span,
.cid-uOWZDxvbYP .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOWZDxvbYP .mbr-section-btn .btn:hover,
.cid-uOWZDxvbYP .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOWZDxvbYP .mbr-section-btn .btn:hover span,
.cid-uOWZDxvbYP .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOWZDxvbYP .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOWZDxvbYP .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOWZDxvbYP .navbar-caption:hover {
  color: #272727;
}
.cid-uOWZDxvbYP .nav-link:hover {
  color: #272727;
}
.cid-uOWZDxvbYP .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOWZDxvbYP .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOWZDxvbYP .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOWZDxvbYP .mbr-section-subtitle,
.cid-uOWZDxvbYP .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOWZDxvbYP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2luqcC4Up {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2luqcC4Up {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2luqcC4Up {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2luqcC4Up {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2luqcC4Up {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2luqcC4Up {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOWZDzjNmR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOWZDzjNmR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZDzjNmR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZDzjNmR .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOWZDzjNmR .row .card {
  padding: 0 13px;
}
.cid-uOWZDzjNmR .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOWZDzjNmR .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOWZDzjNmR .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOWZDzjNmR .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOWZDzjNmR .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOWZDzjNmR .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOWZDzjNmR .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZDzjNmR .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOWZDzjNmR .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOWZDzjNmR .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOWZDzjNmR .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOWZDzjNmR .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOWZDzjNmR .card-wrapper {
  overflow: hidden;
}
.cid-uOWZDzjNmR .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOWZDzjNmR .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOWZDzjNmR .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOWZDzjNmR .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOWZDzjNmR .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOWZDzjNmR .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOWZDzjNmR .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOWZDzjNmR .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOWZDzjNmR .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOWZDzjNmR .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZDzjNmR .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOWZDzjNmR .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOWZDzjNmR .mbr-label,
.cid-uOWZDzjNmR .label-wrapper {
  color: #151e11;
}
.cid-uOWZDzjNmR .mbr-section-title {
  color: #000000;
}
.cid-uOWZDzjNmR .mbr-number {
  color: #fff7ee;
}
.cid-uOWZDzjNmR .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOWZDzjNmR .card-label,
.cid-uOWZDzjNmR .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOWZDzjNmR .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOWZDzjNmR .card-text {
  color: #fff7ee;
}
.cid-uOWZDzDifY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOWZDzDifY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZDzDifY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZDzDifY .items-wrapper {
  margin: 0 -8px;
}
.cid-uOWZDzDifY .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOWZDzDifY .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOWZDzDifY .item {
    margin-bottom: 12px;
  }
}
.cid-uOWZDzDifY .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOWZDAWe2X {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOWZDAWe2X .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOWZDAWe2X .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOWZDAWe2X H2 {
  color: #e7272d;
}
.cid-uOWZDAWe2X .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOWZDAWe2X .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOWZDAWe2X .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZDAWe2X .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZDAWe2X .col-lg-12 {
  overflow: hidden;
}
.cid-uOWZDAWe2X H4 {
  color: #fbbe36;
}
.cid-uOWZDAWe2X .mbr-text,
.cid-uOWZDAWe2X .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOWZDAWe2X .logo-wrap:before {
    content: none;
  }
  .cid-uOWZDAWe2X .logo-wrap:after {
    content: none;
  }
}
.cid-uOWZDAWe2X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZDAWe2X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZDAWe2X H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lurnsbHy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lurnsbHy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lurnsbHy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lurnsbHy .media-container-row {
  justify-content: space-between;
}
.cid-v2lurnsbHy .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lurnsbHy .text-content {
    max-width: none;
  }
}
.cid-v2lurnsbHy .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lurnsbHy .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lurnsbHy .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lurnsbHy .icons {
    justify-content: center !important;
  }
  .cid-v2lurnsbHy .text-content * {
    text-align: center;
  }
}
.cid-v2lurnsbHy .mbr-section-title {
  color: #ffffff;
}
.cid-v2lurnsbHy P {
  color: #ffffff;
}
.cid-v2pL5fvxYx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pL5fvxYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pL5fvxYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pL5fvxYx .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pL5fvxYx .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pL5fvxYx .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pL5fvxYx .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pL5fvxYx .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pL5fvxYx .mbr-desc,
.cid-v2pL5fvxYx .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pL5fvxYx .mbr-text,
.cid-v2pL5fvxYx .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOWZEQ8Gbj {
  z-index: 1000;
  width: 100%;
}
.cid-uOWZEQ8Gbj .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOWZEQ8Gbj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOWZEQ8Gbj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOWZEQ8Gbj .menu_box .navbar.opened,
  .cid-uOWZEQ8Gbj .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOWZEQ8Gbj nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOWZEQ8Gbj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOWZEQ8Gbj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOWZEQ8Gbj .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOWZEQ8Gbj .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOWZEQ8Gbj .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOWZEQ8Gbj .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOWZEQ8Gbj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOWZEQ8Gbj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOWZEQ8Gbj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOWZEQ8Gbj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOWZEQ8Gbj .offcanvas-body .mbr-text,
  .cid-uOWZEQ8Gbj .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOWZEQ8Gbj .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOWZEQ8Gbj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOWZEQ8Gbj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOWZEQ8Gbj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOWZEQ8Gbj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOWZEQ8Gbj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOWZEQ8Gbj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOWZEQ8Gbj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOWZEQ8Gbj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZEQ8Gbj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOWZEQ8Gbj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOWZEQ8Gbj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOWZEQ8Gbj .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOWZEQ8Gbj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOWZEQ8Gbj .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOWZEQ8Gbj .nav-item {
    margin: 0 !important;
  }
}
.cid-uOWZEQ8Gbj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOWZEQ8Gbj .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOWZEQ8Gbj .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOWZEQ8Gbj .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOWZEQ8Gbj .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOWZEQ8Gbj .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOWZEQ8Gbj .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOWZEQ8Gbj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZEQ8Gbj .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-uOWZEQ8Gbj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOWZEQ8Gbj .offcanvas_box {
    display: none;
  }
}
.cid-uOWZEQ8Gbj .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOWZEQ8Gbj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOWZEQ8Gbj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOWZEQ8Gbj .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOWZEQ8Gbj .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOWZEQ8Gbj .container {
  display: flex;
  margin: auto;
}
.cid-uOWZEQ8Gbj .iconfont-wrapper {
  color: #272727;
  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-uOWZEQ8Gbj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOWZEQ8Gbj .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOWZEQ8Gbj .navbar-caption {
  color: #000000;
}
.cid-uOWZEQ8Gbj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOWZEQ8Gbj .navbar-nav {
    margin: 0;
  }
}
.cid-uOWZEQ8Gbj .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOWZEQ8Gbj .dropdown-menu,
.cid-uOWZEQ8Gbj .navbar.opened {
  background-color: true !important;
}
.cid-uOWZEQ8Gbj .nav-item:focus,
.cid-uOWZEQ8Gbj .nav-link:focus {
  outline: none;
}
.cid-uOWZEQ8Gbj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOWZEQ8Gbj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOWZEQ8Gbj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOWZEQ8Gbj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOWZEQ8Gbj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOWZEQ8Gbj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOWZEQ8Gbj .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOWZEQ8Gbj .navbar.opened {
  transition: all 0.3s;
}
.cid-uOWZEQ8Gbj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOWZEQ8Gbj .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOWZEQ8Gbj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOWZEQ8Gbj .navbar.collapsed {
  justify-content: center;
}
.cid-uOWZEQ8Gbj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOWZEQ8Gbj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOWZEQ8Gbj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOWZEQ8Gbj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOWZEQ8Gbj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOWZEQ8Gbj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOWZEQ8Gbj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOWZEQ8Gbj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOWZEQ8Gbj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOWZEQ8Gbj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOWZEQ8Gbj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOWZEQ8Gbj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOWZEQ8Gbj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOWZEQ8Gbj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOWZEQ8Gbj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOWZEQ8Gbj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOWZEQ8Gbj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOWZEQ8Gbj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOWZEQ8Gbj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOWZEQ8Gbj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOWZEQ8Gbj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOWZEQ8Gbj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOWZEQ8Gbj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOWZEQ8Gbj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOWZEQ8Gbj .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-uOWZEQ8Gbj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOWZEQ8Gbj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOWZEQ8Gbj .dropdown-item.active,
.cid-uOWZEQ8Gbj .dropdown-item:active {
  background-color: transparent;
}
.cid-uOWZEQ8Gbj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOWZEQ8Gbj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOWZEQ8Gbj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOWZEQ8Gbj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOWZEQ8Gbj ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOWZEQ8Gbj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOWZEQ8Gbj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOWZEQ8Gbj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOWZEQ8Gbj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOWZEQ8Gbj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZEQ8Gbj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZEQ8Gbj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOWZEQ8Gbj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZEQ8Gbj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOWZEQ8Gbj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOWZEQ8Gbj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZEQ8Gbj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOWZEQ8Gbj .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-uOWZEQ8Gbj .navbar {
    height: 70px;
  }
  .cid-uOWZEQ8Gbj .navbar.opened {
    height: auto;
  }
  .cid-uOWZEQ8Gbj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOWZEQ8Gbj .mbr-section-btn .btn,
.cid-uOWZEQ8Gbj .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOWZEQ8Gbj .mbr-section-btn .btn:first-child,
.cid-uOWZEQ8Gbj .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOWZEQ8Gbj .mbr-section-btn .btn:focus,
.cid-uOWZEQ8Gbj .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOWZEQ8Gbj .mbr-section-btn .btn span,
.cid-uOWZEQ8Gbj .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOWZEQ8Gbj .mbr-section-btn .btn:hover,
.cid-uOWZEQ8Gbj .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOWZEQ8Gbj .mbr-section-btn .btn:hover span,
.cid-uOWZEQ8Gbj .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOWZEQ8Gbj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOWZEQ8Gbj .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOWZEQ8Gbj .navbar-caption:hover {
  color: #272727;
}
.cid-uOWZEQ8Gbj .nav-link:hover {
  color: #272727;
}
.cid-uOWZEQ8Gbj .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOWZEQ8Gbj .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOWZEQ8Gbj .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOWZEQ8Gbj .mbr-section-subtitle,
.cid-uOWZEQ8Gbj .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOWZEQ8Gbj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lux15d3w {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lux15d3w {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lux15d3w {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lux15d3w {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lux15d3w {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lux15d3w {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOWZEQEtiZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOWZEQEtiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZEQEtiZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZEQEtiZ .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOWZEQEtiZ .row .card {
  padding: 0 13px;
}
.cid-uOWZEQEtiZ .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOWZEQEtiZ .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOWZEQEtiZ .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOWZEQEtiZ .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOWZEQEtiZ .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOWZEQEtiZ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOWZEQEtiZ .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZEQEtiZ .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOWZEQEtiZ .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOWZEQEtiZ .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOWZEQEtiZ .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOWZEQEtiZ .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOWZEQEtiZ .card-wrapper {
  overflow: hidden;
}
.cid-uOWZEQEtiZ .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOWZEQEtiZ .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOWZEQEtiZ .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOWZEQEtiZ .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOWZEQEtiZ .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOWZEQEtiZ .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOWZEQEtiZ .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOWZEQEtiZ .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOWZEQEtiZ .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOWZEQEtiZ .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZEQEtiZ .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOWZEQEtiZ .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOWZEQEtiZ .mbr-label,
.cid-uOWZEQEtiZ .label-wrapper {
  color: #151e11;
}
.cid-uOWZEQEtiZ .mbr-section-title {
  color: #000000;
}
.cid-uOWZEQEtiZ .mbr-number {
  color: #fff7ee;
}
.cid-uOWZEQEtiZ .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOWZEQEtiZ .card-label,
.cid-uOWZEQEtiZ .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOWZEQEtiZ .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOWZEQEtiZ .card-text {
  color: #fff7ee;
}
.cid-uOWZEQZ2FB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOWZEQZ2FB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZEQZ2FB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZEQZ2FB .items-wrapper {
  margin: 0 -8px;
}
.cid-uOWZEQZ2FB .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOWZEQZ2FB .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOWZEQZ2FB .item {
    margin-bottom: 12px;
  }
}
.cid-uOWZEQZ2FB .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOWZERcgHX {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOWZERcgHX .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOWZERcgHX .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOWZERcgHX H2 {
  color: #e7272d;
}
.cid-uOWZERcgHX .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOWZERcgHX .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOWZERcgHX .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZERcgHX .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZERcgHX .col-lg-12 {
  overflow: hidden;
}
.cid-uOWZERcgHX H4 {
  color: #fbbe36;
}
.cid-uOWZERcgHX .mbr-text,
.cid-uOWZERcgHX .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOWZERcgHX .logo-wrap:before {
    content: none;
  }
  .cid-uOWZERcgHX .logo-wrap:after {
    content: none;
  }
}
.cid-uOWZERcgHX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZERcgHX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZERcgHX H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2luBlQ8O8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2luBlQ8O8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2luBlQ8O8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2luBlQ8O8 .media-container-row {
  justify-content: space-between;
}
.cid-v2luBlQ8O8 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2luBlQ8O8 .text-content {
    max-width: none;
  }
}
.cid-v2luBlQ8O8 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2luBlQ8O8 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2luBlQ8O8 .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2luBlQ8O8 .icons {
    justify-content: center !important;
  }
  .cid-v2luBlQ8O8 .text-content * {
    text-align: center;
  }
}
.cid-v2luBlQ8O8 .mbr-section-title {
  color: #ffffff;
}
.cid-v2luBlQ8O8 P {
  color: #ffffff;
}
.cid-v2pL6VFxXi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pL6VFxXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pL6VFxXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pL6VFxXi .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pL6VFxXi .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pL6VFxXi .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pL6VFxXi .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pL6VFxXi .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pL6VFxXi .mbr-desc,
.cid-v2pL6VFxXi .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pL6VFxXi .mbr-text,
.cid-v2pL6VFxXi .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOWZHK1SOE {
  z-index: 1000;
  width: 100%;
}
.cid-uOWZHK1SOE .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOWZHK1SOE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOWZHK1SOE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOWZHK1SOE .menu_box .navbar.opened,
  .cid-uOWZHK1SOE .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOWZHK1SOE nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOWZHK1SOE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOWZHK1SOE .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOWZHK1SOE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOWZHK1SOE .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOWZHK1SOE .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOWZHK1SOE .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOWZHK1SOE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOWZHK1SOE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOWZHK1SOE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOWZHK1SOE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOWZHK1SOE .offcanvas-body .mbr-text,
  .cid-uOWZHK1SOE .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOWZHK1SOE .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOWZHK1SOE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOWZHK1SOE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOWZHK1SOE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOWZHK1SOE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOWZHK1SOE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOWZHK1SOE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOWZHK1SOE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOWZHK1SOE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZHK1SOE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOWZHK1SOE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOWZHK1SOE li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOWZHK1SOE .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOWZHK1SOE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOWZHK1SOE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOWZHK1SOE .nav-item {
    margin: 0 !important;
  }
}
.cid-uOWZHK1SOE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOWZHK1SOE .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOWZHK1SOE .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOWZHK1SOE .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOWZHK1SOE .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOWZHK1SOE .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOWZHK1SOE .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOWZHK1SOE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZHK1SOE .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-uOWZHK1SOE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOWZHK1SOE .offcanvas_box {
    display: none;
  }
}
.cid-uOWZHK1SOE .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOWZHK1SOE .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOWZHK1SOE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOWZHK1SOE .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOWZHK1SOE .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOWZHK1SOE .container {
  display: flex;
  margin: auto;
}
.cid-uOWZHK1SOE .iconfont-wrapper {
  color: #272727;
  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-uOWZHK1SOE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOWZHK1SOE .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOWZHK1SOE .navbar-caption {
  color: #000000;
}
.cid-uOWZHK1SOE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOWZHK1SOE .navbar-nav {
    margin: 0;
  }
}
.cid-uOWZHK1SOE .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOWZHK1SOE .dropdown-menu,
.cid-uOWZHK1SOE .navbar.opened {
  background-color: true !important;
}
.cid-uOWZHK1SOE .nav-item:focus,
.cid-uOWZHK1SOE .nav-link:focus {
  outline: none;
}
.cid-uOWZHK1SOE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOWZHK1SOE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOWZHK1SOE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOWZHK1SOE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOWZHK1SOE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOWZHK1SOE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOWZHK1SOE .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOWZHK1SOE .navbar.opened {
  transition: all 0.3s;
}
.cid-uOWZHK1SOE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOWZHK1SOE .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOWZHK1SOE .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOWZHK1SOE .navbar.collapsed {
  justify-content: center;
}
.cid-uOWZHK1SOE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOWZHK1SOE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOWZHK1SOE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOWZHK1SOE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOWZHK1SOE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOWZHK1SOE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOWZHK1SOE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOWZHK1SOE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOWZHK1SOE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOWZHK1SOE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOWZHK1SOE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOWZHK1SOE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOWZHK1SOE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOWZHK1SOE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOWZHK1SOE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOWZHK1SOE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOWZHK1SOE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOWZHK1SOE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOWZHK1SOE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOWZHK1SOE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOWZHK1SOE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOWZHK1SOE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOWZHK1SOE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOWZHK1SOE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOWZHK1SOE .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-uOWZHK1SOE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOWZHK1SOE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOWZHK1SOE .dropdown-item.active,
.cid-uOWZHK1SOE .dropdown-item:active {
  background-color: transparent;
}
.cid-uOWZHK1SOE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOWZHK1SOE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOWZHK1SOE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOWZHK1SOE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOWZHK1SOE ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOWZHK1SOE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOWZHK1SOE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOWZHK1SOE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOWZHK1SOE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOWZHK1SOE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZHK1SOE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZHK1SOE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOWZHK1SOE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZHK1SOE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOWZHK1SOE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOWZHK1SOE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZHK1SOE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOWZHK1SOE .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-uOWZHK1SOE .navbar {
    height: 70px;
  }
  .cid-uOWZHK1SOE .navbar.opened {
    height: auto;
  }
  .cid-uOWZHK1SOE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOWZHK1SOE .mbr-section-btn .btn,
.cid-uOWZHK1SOE .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOWZHK1SOE .mbr-section-btn .btn:first-child,
.cid-uOWZHK1SOE .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOWZHK1SOE .mbr-section-btn .btn:focus,
.cid-uOWZHK1SOE .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOWZHK1SOE .mbr-section-btn .btn span,
.cid-uOWZHK1SOE .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOWZHK1SOE .mbr-section-btn .btn:hover,
.cid-uOWZHK1SOE .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOWZHK1SOE .mbr-section-btn .btn:hover span,
.cid-uOWZHK1SOE .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOWZHK1SOE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOWZHK1SOE .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOWZHK1SOE .navbar-caption:hover {
  color: #272727;
}
.cid-uOWZHK1SOE .nav-link:hover {
  color: #272727;
}
.cid-uOWZHK1SOE .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOWZHK1SOE .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOWZHK1SOE .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOWZHK1SOE .mbr-section-subtitle,
.cid-uOWZHK1SOE .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOWZHK1SOE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2luKEvROM {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2luKEvROM {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2luKEvROM {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2luKEvROM {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2luKEvROM {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2luKEvROM {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOWZHM3voI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOWZHM3voI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZHM3voI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZHM3voI .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOWZHM3voI .row .card {
  padding: 0 13px;
}
.cid-uOWZHM3voI .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOWZHM3voI .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOWZHM3voI .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOWZHM3voI .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOWZHM3voI .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOWZHM3voI .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOWZHM3voI .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZHM3voI .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOWZHM3voI .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOWZHM3voI .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOWZHM3voI .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOWZHM3voI .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOWZHM3voI .card-wrapper {
  overflow: hidden;
}
.cid-uOWZHM3voI .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOWZHM3voI .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOWZHM3voI .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOWZHM3voI .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOWZHM3voI .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOWZHM3voI .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOWZHM3voI .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOWZHM3voI .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOWZHM3voI .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOWZHM3voI .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZHM3voI .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOWZHM3voI .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOWZHM3voI .mbr-label,
.cid-uOWZHM3voI .label-wrapper {
  color: #151e11;
}
.cid-uOWZHM3voI .mbr-section-title {
  color: #000000;
}
.cid-uOWZHM3voI .mbr-number {
  color: #fff7ee;
}
.cid-uOWZHM3voI .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOWZHM3voI .card-label,
.cid-uOWZHM3voI .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOWZHM3voI .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOWZHM3voI .card-text {
  color: #fff7ee;
}
.cid-uOWZHMl8k7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOWZHMl8k7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZHMl8k7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZHMl8k7 .items-wrapper {
  margin: 0 -8px;
}
.cid-uOWZHMl8k7 .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOWZHMl8k7 .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOWZHMl8k7 .item {
    margin-bottom: 12px;
  }
}
.cid-uOWZHMl8k7 .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOWZHMzr9Q {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOWZHMzr9Q .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOWZHMzr9Q .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOWZHMzr9Q H2 {
  color: #e7272d;
}
.cid-uOWZHMzr9Q .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOWZHMzr9Q .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOWZHMzr9Q .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZHMzr9Q .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZHMzr9Q .col-lg-12 {
  overflow: hidden;
}
.cid-uOWZHMzr9Q H4 {
  color: #fbbe36;
}
.cid-uOWZHMzr9Q .mbr-text,
.cid-uOWZHMzr9Q .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOWZHMzr9Q .logo-wrap:before {
    content: none;
  }
  .cid-uOWZHMzr9Q .logo-wrap:after {
    content: none;
  }
}
.cid-uOWZHMzr9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZHMzr9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZHMzr9Q H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2luLjG4kj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2luLjG4kj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2luLjG4kj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2luLjG4kj .media-container-row {
  justify-content: space-between;
}
.cid-v2luLjG4kj .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2luLjG4kj .text-content {
    max-width: none;
  }
}
.cid-v2luLjG4kj .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2luLjG4kj .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2luLjG4kj .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2luLjG4kj .icons {
    justify-content: center !important;
  }
  .cid-v2luLjG4kj .text-content * {
    text-align: center;
  }
}
.cid-v2luLjG4kj .mbr-section-title {
  color: #ffffff;
}
.cid-v2luLjG4kj P {
  color: #ffffff;
}
.cid-v2pL8LTkLy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pL8LTkLy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pL8LTkLy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pL8LTkLy .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pL8LTkLy .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pL8LTkLy .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pL8LTkLy .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pL8LTkLy .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pL8LTkLy .mbr-desc,
.cid-v2pL8LTkLy .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pL8LTkLy .mbr-text,
.cid-v2pL8LTkLy .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOWZJ7uBFR {
  z-index: 1000;
  width: 100%;
}
.cid-uOWZJ7uBFR .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOWZJ7uBFR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOWZJ7uBFR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOWZJ7uBFR .menu_box .navbar.opened,
  .cid-uOWZJ7uBFR .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOWZJ7uBFR nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOWZJ7uBFR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOWZJ7uBFR .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOWZJ7uBFR .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOWZJ7uBFR .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOWZJ7uBFR .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOWZJ7uBFR .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOWZJ7uBFR .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOWZJ7uBFR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOWZJ7uBFR .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOWZJ7uBFR .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOWZJ7uBFR .offcanvas-body .mbr-text,
  .cid-uOWZJ7uBFR .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOWZJ7uBFR .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOWZJ7uBFR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOWZJ7uBFR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOWZJ7uBFR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOWZJ7uBFR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOWZJ7uBFR .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOWZJ7uBFR .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOWZJ7uBFR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOWZJ7uBFR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZJ7uBFR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOWZJ7uBFR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOWZJ7uBFR li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOWZJ7uBFR .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOWZJ7uBFR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOWZJ7uBFR .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOWZJ7uBFR .nav-item {
    margin: 0 !important;
  }
}
.cid-uOWZJ7uBFR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOWZJ7uBFR .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOWZJ7uBFR .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOWZJ7uBFR .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOWZJ7uBFR .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOWZJ7uBFR .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOWZJ7uBFR .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOWZJ7uBFR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOWZJ7uBFR .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-uOWZJ7uBFR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOWZJ7uBFR .offcanvas_box {
    display: none;
  }
}
.cid-uOWZJ7uBFR .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOWZJ7uBFR .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOWZJ7uBFR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOWZJ7uBFR .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOWZJ7uBFR .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOWZJ7uBFR .container {
  display: flex;
  margin: auto;
}
.cid-uOWZJ7uBFR .iconfont-wrapper {
  color: #272727;
  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-uOWZJ7uBFR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOWZJ7uBFR .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOWZJ7uBFR .navbar-caption {
  color: #000000;
}
.cid-uOWZJ7uBFR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOWZJ7uBFR .navbar-nav {
    margin: 0;
  }
}
.cid-uOWZJ7uBFR .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOWZJ7uBFR .dropdown-menu,
.cid-uOWZJ7uBFR .navbar.opened {
  background-color: true !important;
}
.cid-uOWZJ7uBFR .nav-item:focus,
.cid-uOWZJ7uBFR .nav-link:focus {
  outline: none;
}
.cid-uOWZJ7uBFR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOWZJ7uBFR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOWZJ7uBFR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOWZJ7uBFR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOWZJ7uBFR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOWZJ7uBFR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOWZJ7uBFR .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOWZJ7uBFR .navbar.opened {
  transition: all 0.3s;
}
.cid-uOWZJ7uBFR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOWZJ7uBFR .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOWZJ7uBFR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOWZJ7uBFR .navbar.collapsed {
  justify-content: center;
}
.cid-uOWZJ7uBFR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOWZJ7uBFR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOWZJ7uBFR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOWZJ7uBFR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOWZJ7uBFR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOWZJ7uBFR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOWZJ7uBFR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOWZJ7uBFR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOWZJ7uBFR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOWZJ7uBFR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOWZJ7uBFR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOWZJ7uBFR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOWZJ7uBFR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOWZJ7uBFR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOWZJ7uBFR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOWZJ7uBFR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOWZJ7uBFR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOWZJ7uBFR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOWZJ7uBFR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOWZJ7uBFR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOWZJ7uBFR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOWZJ7uBFR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOWZJ7uBFR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOWZJ7uBFR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOWZJ7uBFR .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-uOWZJ7uBFR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOWZJ7uBFR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOWZJ7uBFR .dropdown-item.active,
.cid-uOWZJ7uBFR .dropdown-item:active {
  background-color: transparent;
}
.cid-uOWZJ7uBFR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOWZJ7uBFR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOWZJ7uBFR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOWZJ7uBFR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOWZJ7uBFR ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOWZJ7uBFR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOWZJ7uBFR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOWZJ7uBFR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOWZJ7uBFR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOWZJ7uBFR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZJ7uBFR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOWZJ7uBFR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOWZJ7uBFR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZJ7uBFR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOWZJ7uBFR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOWZJ7uBFR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOWZJ7uBFR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOWZJ7uBFR .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-uOWZJ7uBFR .navbar {
    height: 70px;
  }
  .cid-uOWZJ7uBFR .navbar.opened {
    height: auto;
  }
  .cid-uOWZJ7uBFR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOWZJ7uBFR .mbr-section-btn .btn,
.cid-uOWZJ7uBFR .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOWZJ7uBFR .mbr-section-btn .btn:first-child,
.cid-uOWZJ7uBFR .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOWZJ7uBFR .mbr-section-btn .btn:focus,
.cid-uOWZJ7uBFR .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOWZJ7uBFR .mbr-section-btn .btn span,
.cid-uOWZJ7uBFR .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOWZJ7uBFR .mbr-section-btn .btn:hover,
.cid-uOWZJ7uBFR .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOWZJ7uBFR .mbr-section-btn .btn:hover span,
.cid-uOWZJ7uBFR .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOWZJ7uBFR .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOWZJ7uBFR .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOWZJ7uBFR .navbar-caption:hover {
  color: #272727;
}
.cid-uOWZJ7uBFR .nav-link:hover {
  color: #272727;
}
.cid-uOWZJ7uBFR .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOWZJ7uBFR .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOWZJ7uBFR .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOWZJ7uBFR .mbr-section-subtitle,
.cid-uOWZJ7uBFR .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOWZJ7uBFR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lvkjRLZ6 {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lvkjRLZ6 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lvkjRLZ6 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lvkjRLZ6 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lvkjRLZ6 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lvkjRLZ6 {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOWZJ7YsVA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOWZJ7YsVA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZJ7YsVA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZJ7YsVA .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOWZJ7YsVA .row .card {
  padding: 0 13px;
}
.cid-uOWZJ7YsVA .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOWZJ7YsVA .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOWZJ7YsVA .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOWZJ7YsVA .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOWZJ7YsVA .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOWZJ7YsVA .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOWZJ7YsVA .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZJ7YsVA .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOWZJ7YsVA .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOWZJ7YsVA .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOWZJ7YsVA .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOWZJ7YsVA .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOWZJ7YsVA .card-wrapper {
  overflow: hidden;
}
.cid-uOWZJ7YsVA .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOWZJ7YsVA .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOWZJ7YsVA .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOWZJ7YsVA .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOWZJ7YsVA .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOWZJ7YsVA .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOWZJ7YsVA .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOWZJ7YsVA .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOWZJ7YsVA .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOWZJ7YsVA .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOWZJ7YsVA .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOWZJ7YsVA .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOWZJ7YsVA .mbr-label,
.cid-uOWZJ7YsVA .label-wrapper {
  color: #151e11;
}
.cid-uOWZJ7YsVA .mbr-section-title {
  color: #000000;
}
.cid-uOWZJ7YsVA .mbr-number {
  color: #fff7ee;
}
.cid-uOWZJ7YsVA .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOWZJ7YsVA .card-label,
.cid-uOWZJ7YsVA .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOWZJ7YsVA .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOWZJ7YsVA .card-text {
  color: #fff7ee;
}
.cid-uOWZJ8f9I9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOWZJ8f9I9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZJ8f9I9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZJ8f9I9 .items-wrapper {
  margin: 0 -8px;
}
.cid-uOWZJ8f9I9 .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOWZJ8f9I9 .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOWZJ8f9I9 .item {
    margin-bottom: 12px;
  }
}
.cid-uOWZJ8f9I9 .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOWZJ8rV0Y {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOWZJ8rV0Y .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOWZJ8rV0Y .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOWZJ8rV0Y H2 {
  color: #e7272d;
}
.cid-uOWZJ8rV0Y .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOWZJ8rV0Y .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOWZJ8rV0Y .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZJ8rV0Y .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOWZJ8rV0Y .col-lg-12 {
  overflow: hidden;
}
.cid-uOWZJ8rV0Y H4 {
  color: #fbbe36;
}
.cid-uOWZJ8rV0Y .mbr-text,
.cid-uOWZJ8rV0Y .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOWZJ8rV0Y .logo-wrap:before {
    content: none;
  }
  .cid-uOWZJ8rV0Y .logo-wrap:after {
    content: none;
  }
}
.cid-uOWZJ8rV0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOWZJ8rV0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOWZJ8rV0Y H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lvls1abW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lvls1abW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lvls1abW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lvls1abW .media-container-row {
  justify-content: space-between;
}
.cid-v2lvls1abW .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lvls1abW .text-content {
    max-width: none;
  }
}
.cid-v2lvls1abW .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lvls1abW .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lvls1abW .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lvls1abW .icons {
    justify-content: center !important;
  }
  .cid-v2lvls1abW .text-content * {
    text-align: center;
  }
}
.cid-v2lvls1abW .mbr-section-title {
  color: #ffffff;
}
.cid-v2lvls1abW P {
  color: #ffffff;
}
.cid-v2pLiGi3mS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pLiGi3mS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pLiGi3mS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pLiGi3mS .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pLiGi3mS .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pLiGi3mS .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pLiGi3mS .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pLiGi3mS .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pLiGi3mS .mbr-desc,
.cid-v2pLiGi3mS .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pLiGi3mS .mbr-text,
.cid-v2pLiGi3mS .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOXjQlMine {
  z-index: 1000;
  width: 100%;
}
.cid-uOXjQlMine .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOXjQlMine .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOXjQlMine .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOXjQlMine .menu_box .navbar.opened,
  .cid-uOXjQlMine .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOXjQlMine nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOXjQlMine .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOXjQlMine .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOXjQlMine .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOXjQlMine .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOXjQlMine .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOXjQlMine .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOXjQlMine .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOXjQlMine .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOXjQlMine .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOXjQlMine .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOXjQlMine .offcanvas-body .mbr-text,
  .cid-uOXjQlMine .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOXjQlMine .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOXjQlMine .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOXjQlMine .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOXjQlMine .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOXjQlMine .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOXjQlMine .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOXjQlMine .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOXjQlMine ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOXjQlMine .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOXjQlMine .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOXjQlMine .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOXjQlMine li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOXjQlMine .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOXjQlMine .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOXjQlMine .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOXjQlMine .nav-item {
    margin: 0 !important;
  }
}
.cid-uOXjQlMine .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOXjQlMine .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOXjQlMine .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOXjQlMine .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOXjQlMine .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOXjQlMine .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOXjQlMine .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOXjQlMine .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOXjQlMine .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-uOXjQlMine .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOXjQlMine .offcanvas_box {
    display: none;
  }
}
.cid-uOXjQlMine .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOXjQlMine .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOXjQlMine .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOXjQlMine .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOXjQlMine .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOXjQlMine .container {
  display: flex;
  margin: auto;
}
.cid-uOXjQlMine .iconfont-wrapper {
  color: #272727;
  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-uOXjQlMine .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOXjQlMine .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOXjQlMine .navbar-caption {
  color: #000000;
}
.cid-uOXjQlMine .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOXjQlMine .navbar-nav {
    margin: 0;
  }
}
.cid-uOXjQlMine .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOXjQlMine .dropdown-menu,
.cid-uOXjQlMine .navbar.opened {
  background-color: true !important;
}
.cid-uOXjQlMine .nav-item:focus,
.cid-uOXjQlMine .nav-link:focus {
  outline: none;
}
.cid-uOXjQlMine .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOXjQlMine .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOXjQlMine .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOXjQlMine .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOXjQlMine .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOXjQlMine .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOXjQlMine .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOXjQlMine .navbar.opened {
  transition: all 0.3s;
}
.cid-uOXjQlMine .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOXjQlMine .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOXjQlMine .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOXjQlMine .navbar.collapsed {
  justify-content: center;
}
.cid-uOXjQlMine .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOXjQlMine .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOXjQlMine .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOXjQlMine .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOXjQlMine .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOXjQlMine .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOXjQlMine .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOXjQlMine .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOXjQlMine .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOXjQlMine .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOXjQlMine .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOXjQlMine .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOXjQlMine .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOXjQlMine .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOXjQlMine .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOXjQlMine .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOXjQlMine .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOXjQlMine .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOXjQlMine .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOXjQlMine .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOXjQlMine .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOXjQlMine .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOXjQlMine .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOXjQlMine .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOXjQlMine .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-uOXjQlMine .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOXjQlMine .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOXjQlMine .dropdown-item.active,
.cid-uOXjQlMine .dropdown-item:active {
  background-color: transparent;
}
.cid-uOXjQlMine .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOXjQlMine .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOXjQlMine .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOXjQlMine .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOXjQlMine ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOXjQlMine .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOXjQlMine button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOXjQlMine button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOXjQlMine button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOXjQlMine button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOXjQlMine button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOXjQlMine button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOXjQlMine nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOXjQlMine nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOXjQlMine nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOXjQlMine nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOXjQlMine a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOXjQlMine .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-uOXjQlMine .navbar {
    height: 70px;
  }
  .cid-uOXjQlMine .navbar.opened {
    height: auto;
  }
  .cid-uOXjQlMine .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOXjQlMine .mbr-section-btn .btn,
.cid-uOXjQlMine .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOXjQlMine .mbr-section-btn .btn:first-child,
.cid-uOXjQlMine .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOXjQlMine .mbr-section-btn .btn:focus,
.cid-uOXjQlMine .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOXjQlMine .mbr-section-btn .btn span,
.cid-uOXjQlMine .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOXjQlMine .mbr-section-btn .btn:hover,
.cid-uOXjQlMine .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOXjQlMine .mbr-section-btn .btn:hover span,
.cid-uOXjQlMine .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOXjQlMine .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOXjQlMine .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOXjQlMine .navbar-caption:hover {
  color: #272727;
}
.cid-uOXjQlMine .nav-link:hover {
  color: #272727;
}
.cid-uOXjQlMine .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOXjQlMine .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOXjQlMine .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOXjQlMine .mbr-section-subtitle,
.cid-uOXjQlMine .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOXjQlMine a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lvqWn8FX {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lvqWn8FX {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lvqWn8FX {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lvqWn8FX {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lvqWn8FX {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lvqWn8FX {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOXjQnnXNu {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOXjQnnXNu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXjQnnXNu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXjQnnXNu .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOXjQnnXNu .row .card {
  padding: 0 13px;
}
.cid-uOXjQnnXNu .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOXjQnnXNu .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOXjQnnXNu .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOXjQnnXNu .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOXjQnnXNu .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOXjQnnXNu .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOXjQnnXNu .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOXjQnnXNu .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOXjQnnXNu .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOXjQnnXNu .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOXjQnnXNu .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOXjQnnXNu .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOXjQnnXNu .card-wrapper {
  overflow: hidden;
}
.cid-uOXjQnnXNu .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOXjQnnXNu .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOXjQnnXNu .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOXjQnnXNu .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOXjQnnXNu .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOXjQnnXNu .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOXjQnnXNu .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOXjQnnXNu .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOXjQnnXNu .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOXjQnnXNu .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOXjQnnXNu .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOXjQnnXNu .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOXjQnnXNu .mbr-label,
.cid-uOXjQnnXNu .label-wrapper {
  color: #151e11;
}
.cid-uOXjQnnXNu .mbr-section-title {
  color: #000000;
}
.cid-uOXjQnnXNu .mbr-number {
  color: #fff7ee;
}
.cid-uOXjQnnXNu .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOXjQnnXNu .card-label,
.cid-uOXjQnnXNu .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOXjQnnXNu .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOXjQnnXNu .card-text {
  color: #fff7ee;
}
.cid-uOXjQnG34u {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOXjQnG34u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXjQnG34u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXjQnG34u .items-wrapper {
  margin: 0 -8px;
}
.cid-uOXjQnG34u .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOXjQnG34u .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOXjQnG34u .item {
    margin-bottom: 12px;
  }
}
.cid-uOXjQnG34u .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOXjQnQMxZ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOXjQnQMxZ .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOXjQnQMxZ .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOXjQnQMxZ H2 {
  color: #e7272d;
}
.cid-uOXjQnQMxZ .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOXjQnQMxZ .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOXjQnQMxZ .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOXjQnQMxZ .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOXjQnQMxZ .col-lg-12 {
  overflow: hidden;
}
.cid-uOXjQnQMxZ H4 {
  color: #fbbe36;
}
.cid-uOXjQnQMxZ .mbr-text,
.cid-uOXjQnQMxZ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOXjQnQMxZ .logo-wrap:before {
    content: none;
  }
  .cid-uOXjQnQMxZ .logo-wrap:after {
    content: none;
  }
}
.cid-uOXjQnQMxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXjQnQMxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXjQnQMxZ H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lvrPh4kB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lvrPh4kB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lvrPh4kB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lvrPh4kB .media-container-row {
  justify-content: space-between;
}
.cid-v2lvrPh4kB .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lvrPh4kB .text-content {
    max-width: none;
  }
}
.cid-v2lvrPh4kB .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lvrPh4kB .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lvrPh4kB .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lvrPh4kB .icons {
    justify-content: center !important;
  }
  .cid-v2lvrPh4kB .text-content * {
    text-align: center;
  }
}
.cid-v2lvrPh4kB .mbr-section-title {
  color: #ffffff;
}
.cid-v2lvrPh4kB P {
  color: #ffffff;
}
.cid-v2pLkKUm3B {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pLkKUm3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pLkKUm3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pLkKUm3B .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pLkKUm3B .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pLkKUm3B .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pLkKUm3B .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pLkKUm3B .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pLkKUm3B .mbr-desc,
.cid-v2pLkKUm3B .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pLkKUm3B .mbr-text,
.cid-v2pLkKUm3B .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOXm2EOPVS {
  z-index: 1000;
  width: 100%;
}
.cid-uOXm2EOPVS .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOXm2EOPVS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOXm2EOPVS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOXm2EOPVS .menu_box .navbar.opened,
  .cid-uOXm2EOPVS .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOXm2EOPVS nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOXm2EOPVS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOXm2EOPVS .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOXm2EOPVS .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOXm2EOPVS .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOXm2EOPVS .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOXm2EOPVS .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOXm2EOPVS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOXm2EOPVS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOXm2EOPVS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOXm2EOPVS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOXm2EOPVS .offcanvas-body .mbr-text,
  .cid-uOXm2EOPVS .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOXm2EOPVS .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOXm2EOPVS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOXm2EOPVS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOXm2EOPVS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOXm2EOPVS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOXm2EOPVS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOXm2EOPVS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOXm2EOPVS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOXm2EOPVS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOXm2EOPVS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOXm2EOPVS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOXm2EOPVS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOXm2EOPVS .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOXm2EOPVS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOXm2EOPVS .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOXm2EOPVS .nav-item {
    margin: 0 !important;
  }
}
.cid-uOXm2EOPVS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOXm2EOPVS .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOXm2EOPVS .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOXm2EOPVS .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOXm2EOPVS .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOXm2EOPVS .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOXm2EOPVS .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOXm2EOPVS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOXm2EOPVS .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-uOXm2EOPVS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOXm2EOPVS .offcanvas_box {
    display: none;
  }
}
.cid-uOXm2EOPVS .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOXm2EOPVS .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOXm2EOPVS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOXm2EOPVS .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOXm2EOPVS .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOXm2EOPVS .container {
  display: flex;
  margin: auto;
}
.cid-uOXm2EOPVS .iconfont-wrapper {
  color: #272727;
  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-uOXm2EOPVS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOXm2EOPVS .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOXm2EOPVS .navbar-caption {
  color: #000000;
}
.cid-uOXm2EOPVS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOXm2EOPVS .navbar-nav {
    margin: 0;
  }
}
.cid-uOXm2EOPVS .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOXm2EOPVS .dropdown-menu,
.cid-uOXm2EOPVS .navbar.opened {
  background-color: true !important;
}
.cid-uOXm2EOPVS .nav-item:focus,
.cid-uOXm2EOPVS .nav-link:focus {
  outline: none;
}
.cid-uOXm2EOPVS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOXm2EOPVS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOXm2EOPVS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOXm2EOPVS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOXm2EOPVS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOXm2EOPVS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOXm2EOPVS .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOXm2EOPVS .navbar.opened {
  transition: all 0.3s;
}
.cid-uOXm2EOPVS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOXm2EOPVS .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOXm2EOPVS .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOXm2EOPVS .navbar.collapsed {
  justify-content: center;
}
.cid-uOXm2EOPVS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOXm2EOPVS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOXm2EOPVS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOXm2EOPVS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOXm2EOPVS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOXm2EOPVS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOXm2EOPVS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOXm2EOPVS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOXm2EOPVS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOXm2EOPVS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOXm2EOPVS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOXm2EOPVS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOXm2EOPVS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOXm2EOPVS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOXm2EOPVS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOXm2EOPVS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOXm2EOPVS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOXm2EOPVS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOXm2EOPVS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOXm2EOPVS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOXm2EOPVS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOXm2EOPVS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOXm2EOPVS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOXm2EOPVS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOXm2EOPVS .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-uOXm2EOPVS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOXm2EOPVS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOXm2EOPVS .dropdown-item.active,
.cid-uOXm2EOPVS .dropdown-item:active {
  background-color: transparent;
}
.cid-uOXm2EOPVS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOXm2EOPVS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOXm2EOPVS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOXm2EOPVS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOXm2EOPVS ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOXm2EOPVS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOXm2EOPVS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOXm2EOPVS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOXm2EOPVS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOXm2EOPVS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOXm2EOPVS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOXm2EOPVS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOXm2EOPVS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOXm2EOPVS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOXm2EOPVS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOXm2EOPVS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOXm2EOPVS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOXm2EOPVS .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-uOXm2EOPVS .navbar {
    height: 70px;
  }
  .cid-uOXm2EOPVS .navbar.opened {
    height: auto;
  }
  .cid-uOXm2EOPVS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOXm2EOPVS .mbr-section-btn .btn,
.cid-uOXm2EOPVS .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOXm2EOPVS .mbr-section-btn .btn:first-child,
.cid-uOXm2EOPVS .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOXm2EOPVS .mbr-section-btn .btn:focus,
.cid-uOXm2EOPVS .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOXm2EOPVS .mbr-section-btn .btn span,
.cid-uOXm2EOPVS .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOXm2EOPVS .mbr-section-btn .btn:hover,
.cid-uOXm2EOPVS .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOXm2EOPVS .mbr-section-btn .btn:hover span,
.cid-uOXm2EOPVS .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOXm2EOPVS .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOXm2EOPVS .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOXm2EOPVS .navbar-caption:hover {
  color: #272727;
}
.cid-uOXm2EOPVS .nav-link:hover {
  color: #272727;
}
.cid-uOXm2EOPVS .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOXm2EOPVS .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOXm2EOPVS .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOXm2EOPVS .mbr-section-subtitle,
.cid-uOXm2EOPVS .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOXm2EOPVS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lxjj6Sga {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lxjj6Sga {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lxjj6Sga {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lxjj6Sga {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lxjj6Sga {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lxjj6Sga {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOXm2G8Zbd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOXm2G8Zbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXm2G8Zbd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXm2G8Zbd .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOXm2G8Zbd .row .card {
  padding: 0 13px;
}
.cid-uOXm2G8Zbd .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOXm2G8Zbd .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOXm2G8Zbd .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOXm2G8Zbd .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOXm2G8Zbd .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOXm2G8Zbd .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOXm2G8Zbd .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOXm2G8Zbd .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOXm2G8Zbd .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOXm2G8Zbd .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOXm2G8Zbd .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOXm2G8Zbd .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOXm2G8Zbd .card-wrapper {
  overflow: hidden;
}
.cid-uOXm2G8Zbd .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOXm2G8Zbd .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOXm2G8Zbd .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOXm2G8Zbd .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOXm2G8Zbd .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOXm2G8Zbd .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOXm2G8Zbd .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOXm2G8Zbd .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOXm2G8Zbd .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOXm2G8Zbd .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOXm2G8Zbd .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOXm2G8Zbd .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOXm2G8Zbd .mbr-label,
.cid-uOXm2G8Zbd .label-wrapper {
  color: #151e11;
}
.cid-uOXm2G8Zbd .mbr-section-title {
  color: #000000;
}
.cid-uOXm2G8Zbd .mbr-number {
  color: #fff7ee;
}
.cid-uOXm2G8Zbd .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOXm2G8Zbd .card-label,
.cid-uOXm2G8Zbd .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOXm2G8Zbd .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOXm2G8Zbd .card-text {
  color: #fff7ee;
}
.cid-uOXm2GsIFB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOXm2GsIFB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXm2GsIFB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXm2GsIFB .items-wrapper {
  margin: 0 -8px;
}
.cid-uOXm2GsIFB .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOXm2GsIFB .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOXm2GsIFB .item {
    margin-bottom: 12px;
  }
}
.cid-uOXm2GsIFB .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOXm2GIHoQ {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOXm2GIHoQ .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOXm2GIHoQ .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOXm2GIHoQ H2 {
  color: #e7272d;
}
.cid-uOXm2GIHoQ .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOXm2GIHoQ .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOXm2GIHoQ .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOXm2GIHoQ .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOXm2GIHoQ .col-lg-12 {
  overflow: hidden;
}
.cid-uOXm2GIHoQ H4 {
  color: #fbbe36;
}
.cid-uOXm2GIHoQ .mbr-text,
.cid-uOXm2GIHoQ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOXm2GIHoQ .logo-wrap:before {
    content: none;
  }
  .cid-uOXm2GIHoQ .logo-wrap:after {
    content: none;
  }
}
.cid-uOXm2GIHoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXm2GIHoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXm2GIHoQ H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2l7jX6uDv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2l7jX6uDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2l7jX6uDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2l7jX6uDv .media-container-row {
  justify-content: space-between;
}
.cid-v2l7jX6uDv .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2l7jX6uDv .text-content {
    max-width: none;
  }
}
.cid-v2l7jX6uDv .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2l7jX6uDv .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2l7jX6uDv .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2l7jX6uDv .icons {
    justify-content: center !important;
  }
  .cid-v2l7jX6uDv .text-content * {
    text-align: center;
  }
}
.cid-v2l7jX6uDv .mbr-section-title {
  color: #ffffff;
}
.cid-v2l7jX6uDv P {
  color: #ffffff;
}
.cid-v2pLKGYGR8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pLKGYGR8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pLKGYGR8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pLKGYGR8 .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pLKGYGR8 .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pLKGYGR8 .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pLKGYGR8 .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pLKGYGR8 .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pLKGYGR8 .mbr-desc,
.cid-v2pLKGYGR8 .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pLKGYGR8 .mbr-text,
.cid-v2pLKGYGR8 .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOXlZDFQw4 {
  z-index: 1000;
  width: 100%;
}
.cid-uOXlZDFQw4 .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOXlZDFQw4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOXlZDFQw4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOXlZDFQw4 .menu_box .navbar.opened,
  .cid-uOXlZDFQw4 .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOXlZDFQw4 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOXlZDFQw4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOXlZDFQw4 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOXlZDFQw4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOXlZDFQw4 .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOXlZDFQw4 .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOXlZDFQw4 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOXlZDFQw4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOXlZDFQw4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOXlZDFQw4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOXlZDFQw4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOXlZDFQw4 .offcanvas-body .mbr-text,
  .cid-uOXlZDFQw4 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOXlZDFQw4 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOXlZDFQw4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOXlZDFQw4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOXlZDFQw4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOXlZDFQw4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOXlZDFQw4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOXlZDFQw4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOXlZDFQw4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOXlZDFQw4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOXlZDFQw4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOXlZDFQw4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOXlZDFQw4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOXlZDFQw4 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOXlZDFQw4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOXlZDFQw4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOXlZDFQw4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uOXlZDFQw4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOXlZDFQw4 .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOXlZDFQw4 .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOXlZDFQw4 .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOXlZDFQw4 .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOXlZDFQw4 .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOXlZDFQw4 .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOXlZDFQw4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOXlZDFQw4 .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-uOXlZDFQw4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOXlZDFQw4 .offcanvas_box {
    display: none;
  }
}
.cid-uOXlZDFQw4 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOXlZDFQw4 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOXlZDFQw4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOXlZDFQw4 .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOXlZDFQw4 .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOXlZDFQw4 .container {
  display: flex;
  margin: auto;
}
.cid-uOXlZDFQw4 .iconfont-wrapper {
  color: #272727;
  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-uOXlZDFQw4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOXlZDFQw4 .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOXlZDFQw4 .navbar-caption {
  color: #000000;
}
.cid-uOXlZDFQw4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOXlZDFQw4 .navbar-nav {
    margin: 0;
  }
}
.cid-uOXlZDFQw4 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOXlZDFQw4 .dropdown-menu,
.cid-uOXlZDFQw4 .navbar.opened {
  background-color: true !important;
}
.cid-uOXlZDFQw4 .nav-item:focus,
.cid-uOXlZDFQw4 .nav-link:focus {
  outline: none;
}
.cid-uOXlZDFQw4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOXlZDFQw4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOXlZDFQw4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOXlZDFQw4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOXlZDFQw4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOXlZDFQw4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOXlZDFQw4 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOXlZDFQw4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uOXlZDFQw4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOXlZDFQw4 .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOXlZDFQw4 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOXlZDFQw4 .navbar.collapsed {
  justify-content: center;
}
.cid-uOXlZDFQw4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOXlZDFQw4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOXlZDFQw4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOXlZDFQw4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOXlZDFQw4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOXlZDFQw4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOXlZDFQw4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOXlZDFQw4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOXlZDFQw4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOXlZDFQw4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOXlZDFQw4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOXlZDFQw4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOXlZDFQw4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOXlZDFQw4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOXlZDFQw4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOXlZDFQw4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOXlZDFQw4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOXlZDFQw4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOXlZDFQw4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOXlZDFQw4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOXlZDFQw4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOXlZDFQw4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOXlZDFQw4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOXlZDFQw4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOXlZDFQw4 .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-uOXlZDFQw4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOXlZDFQw4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOXlZDFQw4 .dropdown-item.active,
.cid-uOXlZDFQw4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOXlZDFQw4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOXlZDFQw4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOXlZDFQw4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOXlZDFQw4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOXlZDFQw4 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOXlZDFQw4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOXlZDFQw4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOXlZDFQw4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOXlZDFQw4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOXlZDFQw4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOXlZDFQw4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOXlZDFQw4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOXlZDFQw4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOXlZDFQw4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOXlZDFQw4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOXlZDFQw4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOXlZDFQw4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOXlZDFQw4 .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-uOXlZDFQw4 .navbar {
    height: 70px;
  }
  .cid-uOXlZDFQw4 .navbar.opened {
    height: auto;
  }
  .cid-uOXlZDFQw4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOXlZDFQw4 .mbr-section-btn .btn,
.cid-uOXlZDFQw4 .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOXlZDFQw4 .mbr-section-btn .btn:first-child,
.cid-uOXlZDFQw4 .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOXlZDFQw4 .mbr-section-btn .btn:focus,
.cid-uOXlZDFQw4 .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOXlZDFQw4 .mbr-section-btn .btn span,
.cid-uOXlZDFQw4 .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOXlZDFQw4 .mbr-section-btn .btn:hover,
.cid-uOXlZDFQw4 .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOXlZDFQw4 .mbr-section-btn .btn:hover span,
.cid-uOXlZDFQw4 .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOXlZDFQw4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOXlZDFQw4 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOXlZDFQw4 .navbar-caption:hover {
  color: #272727;
}
.cid-uOXlZDFQw4 .nav-link:hover {
  color: #272727;
}
.cid-uOXlZDFQw4 .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOXlZDFQw4 .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOXlZDFQw4 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOXlZDFQw4 .mbr-section-subtitle,
.cid-uOXlZDFQw4 .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOXlZDFQw4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lxcJ1HHh {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lxcJ1HHh {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lxcJ1HHh {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lxcJ1HHh {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lxcJ1HHh {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lxcJ1HHh {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOXlZFiEPa {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOXlZFiEPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXlZFiEPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXlZFiEPa .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOXlZFiEPa .row .card {
  padding: 0 13px;
}
.cid-uOXlZFiEPa .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOXlZFiEPa .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOXlZFiEPa .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOXlZFiEPa .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOXlZFiEPa .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOXlZFiEPa .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOXlZFiEPa .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOXlZFiEPa .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOXlZFiEPa .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOXlZFiEPa .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOXlZFiEPa .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOXlZFiEPa .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOXlZFiEPa .card-wrapper {
  overflow: hidden;
}
.cid-uOXlZFiEPa .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOXlZFiEPa .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOXlZFiEPa .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOXlZFiEPa .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOXlZFiEPa .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOXlZFiEPa .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOXlZFiEPa .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOXlZFiEPa .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOXlZFiEPa .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOXlZFiEPa .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOXlZFiEPa .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOXlZFiEPa .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOXlZFiEPa .mbr-label,
.cid-uOXlZFiEPa .label-wrapper {
  color: #151e11;
}
.cid-uOXlZFiEPa .mbr-section-title {
  color: #000000;
}
.cid-uOXlZFiEPa .mbr-number {
  color: #fff7ee;
}
.cid-uOXlZFiEPa .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOXlZFiEPa .card-label,
.cid-uOXlZFiEPa .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOXlZFiEPa .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOXlZFiEPa .card-text {
  color: #fff7ee;
}
.cid-uOXlZFUHQ3 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOXlZFUHQ3 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOXlZFUHQ3 .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOXlZFUHQ3 H2 {
  color: #e7272d;
}
.cid-uOXlZFUHQ3 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOXlZFUHQ3 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOXlZFUHQ3 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOXlZFUHQ3 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOXlZFUHQ3 .col-lg-12 {
  overflow: hidden;
}
.cid-uOXlZFUHQ3 H4 {
  color: #fbbe36;
}
.cid-uOXlZFUHQ3 .mbr-text,
.cid-uOXlZFUHQ3 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOXlZFUHQ3 .logo-wrap:before {
    content: none;
  }
  .cid-uOXlZFUHQ3 .logo-wrap:after {
    content: none;
  }
}
.cid-uOXlZFUHQ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXlZFUHQ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXlZFUHQ3 H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2l7f95FAs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2l7f95FAs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2l7f95FAs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2l7f95FAs .media-container-row {
  justify-content: space-between;
}
.cid-v2l7f95FAs .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2l7f95FAs .text-content {
    max-width: none;
  }
}
.cid-v2l7f95FAs .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2l7f95FAs .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2l7f95FAs .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2l7f95FAs .icons {
    justify-content: center !important;
  }
  .cid-v2l7f95FAs .text-content * {
    text-align: center;
  }
}
.cid-v2l7f95FAs .mbr-section-title {
  color: #ffffff;
}
.cid-v2l7f95FAs P {
  color: #ffffff;
}
.cid-v2pLIPzmaB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pLIPzmaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pLIPzmaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pLIPzmaB .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pLIPzmaB .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pLIPzmaB .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pLIPzmaB .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pLIPzmaB .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pLIPzmaB .mbr-desc,
.cid-v2pLIPzmaB .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pLIPzmaB .mbr-text,
.cid-v2pLIPzmaB .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOVzeyqf9W {
  z-index: 1000;
  width: 100%;
}
.cid-uOVzeyqf9W .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOVzeyqf9W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOVzeyqf9W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOVzeyqf9W .menu_box .navbar.opened,
  .cid-uOVzeyqf9W .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOVzeyqf9W nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOVzeyqf9W .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOVzeyqf9W .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOVzeyqf9W .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOVzeyqf9W .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOVzeyqf9W .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOVzeyqf9W .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOVzeyqf9W .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOVzeyqf9W .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOVzeyqf9W .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOVzeyqf9W .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOVzeyqf9W .offcanvas-body .mbr-text,
  .cid-uOVzeyqf9W .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOVzeyqf9W .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOVzeyqf9W .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOVzeyqf9W .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOVzeyqf9W .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOVzeyqf9W .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOVzeyqf9W .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOVzeyqf9W .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOVzeyqf9W ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOVzeyqf9W .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVzeyqf9W .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOVzeyqf9W .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOVzeyqf9W li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOVzeyqf9W .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOVzeyqf9W .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOVzeyqf9W .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOVzeyqf9W .nav-item {
    margin: 0 !important;
  }
}
.cid-uOVzeyqf9W .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOVzeyqf9W .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOVzeyqf9W .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOVzeyqf9W .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOVzeyqf9W .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOVzeyqf9W .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOVzeyqf9W .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOVzeyqf9W .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOVzeyqf9W .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-uOVzeyqf9W .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOVzeyqf9W .offcanvas_box {
    display: none;
  }
}
.cid-uOVzeyqf9W .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOVzeyqf9W .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOVzeyqf9W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOVzeyqf9W .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOVzeyqf9W .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOVzeyqf9W .container {
  display: flex;
  margin: auto;
}
.cid-uOVzeyqf9W .iconfont-wrapper {
  color: #272727;
  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-uOVzeyqf9W .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOVzeyqf9W .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOVzeyqf9W .navbar-caption {
  color: #000000;
}
.cid-uOVzeyqf9W .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOVzeyqf9W .navbar-nav {
    margin: 0;
  }
}
.cid-uOVzeyqf9W .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOVzeyqf9W .dropdown-menu,
.cid-uOVzeyqf9W .navbar.opened {
  background-color: true !important;
}
.cid-uOVzeyqf9W .nav-item:focus,
.cid-uOVzeyqf9W .nav-link:focus {
  outline: none;
}
.cid-uOVzeyqf9W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOVzeyqf9W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOVzeyqf9W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOVzeyqf9W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOVzeyqf9W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOVzeyqf9W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOVzeyqf9W .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOVzeyqf9W .navbar.opened {
  transition: all 0.3s;
}
.cid-uOVzeyqf9W .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOVzeyqf9W .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOVzeyqf9W .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOVzeyqf9W .navbar.collapsed {
  justify-content: center;
}
.cid-uOVzeyqf9W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOVzeyqf9W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOVzeyqf9W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOVzeyqf9W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOVzeyqf9W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOVzeyqf9W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOVzeyqf9W .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOVzeyqf9W .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOVzeyqf9W .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOVzeyqf9W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOVzeyqf9W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOVzeyqf9W .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOVzeyqf9W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOVzeyqf9W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOVzeyqf9W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOVzeyqf9W .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOVzeyqf9W .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOVzeyqf9W .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOVzeyqf9W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOVzeyqf9W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOVzeyqf9W .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOVzeyqf9W .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOVzeyqf9W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOVzeyqf9W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOVzeyqf9W .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-uOVzeyqf9W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOVzeyqf9W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOVzeyqf9W .dropdown-item.active,
.cid-uOVzeyqf9W .dropdown-item:active {
  background-color: transparent;
}
.cid-uOVzeyqf9W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOVzeyqf9W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOVzeyqf9W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOVzeyqf9W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOVzeyqf9W ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOVzeyqf9W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOVzeyqf9W button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOVzeyqf9W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOVzeyqf9W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOVzeyqf9W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVzeyqf9W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOVzeyqf9W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOVzeyqf9W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVzeyqf9W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOVzeyqf9W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOVzeyqf9W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOVzeyqf9W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOVzeyqf9W .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-uOVzeyqf9W .navbar {
    height: 70px;
  }
  .cid-uOVzeyqf9W .navbar.opened {
    height: auto;
  }
  .cid-uOVzeyqf9W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOVzeyqf9W .mbr-section-btn .btn,
.cid-uOVzeyqf9W .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOVzeyqf9W .mbr-section-btn .btn:first-child,
.cid-uOVzeyqf9W .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOVzeyqf9W .mbr-section-btn .btn:focus,
.cid-uOVzeyqf9W .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOVzeyqf9W .mbr-section-btn .btn span,
.cid-uOVzeyqf9W .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOVzeyqf9W .mbr-section-btn .btn:hover,
.cid-uOVzeyqf9W .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOVzeyqf9W .mbr-section-btn .btn:hover span,
.cid-uOVzeyqf9W .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOVzeyqf9W .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOVzeyqf9W .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOVzeyqf9W .navbar-caption:hover {
  color: #272727;
}
.cid-uOVzeyqf9W .nav-link:hover {
  color: #272727;
}
.cid-uOVzeyqf9W .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOVzeyqf9W .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOVzeyqf9W .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOVzeyqf9W .mbr-section-subtitle,
.cid-uOVzeyqf9W .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOVzeyqf9W a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lx88IjjI {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lx88IjjI {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lx88IjjI {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lx88IjjI {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lx88IjjI {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lx88IjjI {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOVzezlvwB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOVzezlvwB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVzezlvwB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVzezlvwB .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOVzezlvwB .row .card {
  padding: 0 13px;
}
.cid-uOVzezlvwB .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOVzezlvwB .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOVzezlvwB .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOVzezlvwB .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOVzezlvwB .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOVzezlvwB .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOVzezlvwB .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOVzezlvwB .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOVzezlvwB .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOVzezlvwB .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOVzezlvwB .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOVzezlvwB .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOVzezlvwB .card-wrapper {
  overflow: hidden;
}
.cid-uOVzezlvwB .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOVzezlvwB .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOVzezlvwB .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOVzezlvwB .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOVzezlvwB .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOVzezlvwB .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOVzezlvwB .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOVzezlvwB .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOVzezlvwB .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOVzezlvwB .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOVzezlvwB .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOVzezlvwB .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOVzezlvwB .mbr-label,
.cid-uOVzezlvwB .label-wrapper {
  color: #151e11;
}
.cid-uOVzezlvwB .mbr-section-title {
  color: #000000;
}
.cid-uOVzezlvwB .mbr-number {
  color: #fff7ee;
}
.cid-uOVzezlvwB .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOVzezlvwB .card-label,
.cid-uOVzezlvwB .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOVzezlvwB .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOVzezlvwB .card-text {
  color: #fff7ee;
}
.cid-uOVzezF6ql {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOVzezF6ql .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVzezF6ql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVzezF6ql .items-wrapper {
  margin: 0 -8px;
}
.cid-uOVzezF6ql .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOVzezF6ql .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOVzezF6ql .item {
    margin-bottom: 12px;
  }
}
.cid-uOVzezF6ql .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOVzezQpvp {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOVzezQpvp .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOVzezQpvp .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOVzezQpvp H2 {
  color: #e7272d;
}
.cid-uOVzezQpvp .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOVzezQpvp .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOVzezQpvp .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVzezQpvp .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOVzezQpvp .col-lg-12 {
  overflow: hidden;
}
.cid-uOVzezQpvp H4 {
  color: #fbbe36;
}
.cid-uOVzezQpvp .mbr-text,
.cid-uOVzezQpvp .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOVzezQpvp .logo-wrap:before {
    content: none;
  }
  .cid-uOVzezQpvp .logo-wrap:after {
    content: none;
  }
}
.cid-uOVzezQpvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOVzezQpvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOVzezQpvp H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2l7bCHJPJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2l7bCHJPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2l7bCHJPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2l7bCHJPJ .media-container-row {
  justify-content: space-between;
}
.cid-v2l7bCHJPJ .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2l7bCHJPJ .text-content {
    max-width: none;
  }
}
.cid-v2l7bCHJPJ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2l7bCHJPJ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2l7bCHJPJ .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2l7bCHJPJ .icons {
    justify-content: center !important;
  }
  .cid-v2l7bCHJPJ .text-content * {
    text-align: center;
  }
}
.cid-v2l7bCHJPJ .mbr-section-title {
  color: #ffffff;
}
.cid-v2l7bCHJPJ P {
  color: #ffffff;
}
.cid-v2pLGKIxgL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pLGKIxgL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pLGKIxgL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pLGKIxgL .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pLGKIxgL .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pLGKIxgL .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pLGKIxgL .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pLGKIxgL .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pLGKIxgL .mbr-desc,
.cid-v2pLGKIxgL .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pLGKIxgL .mbr-text,
.cid-v2pLGKIxgL .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOXBekcbea {
  z-index: 1000;
  width: 100%;
}
.cid-uOXBekcbea .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOXBekcbea .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOXBekcbea .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOXBekcbea .menu_box .navbar.opened,
  .cid-uOXBekcbea .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOXBekcbea nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOXBekcbea .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOXBekcbea .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOXBekcbea .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOXBekcbea .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOXBekcbea .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOXBekcbea .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOXBekcbea .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOXBekcbea .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOXBekcbea .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOXBekcbea .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOXBekcbea .offcanvas-body .mbr-text,
  .cid-uOXBekcbea .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOXBekcbea .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOXBekcbea .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOXBekcbea .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOXBekcbea .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOXBekcbea .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOXBekcbea .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOXBekcbea .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOXBekcbea ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOXBekcbea .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOXBekcbea .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOXBekcbea .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOXBekcbea li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOXBekcbea .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOXBekcbea .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOXBekcbea .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOXBekcbea .nav-item {
    margin: 0 !important;
  }
}
.cid-uOXBekcbea .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOXBekcbea .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOXBekcbea .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOXBekcbea .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOXBekcbea .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOXBekcbea .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOXBekcbea .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOXBekcbea .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOXBekcbea .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-uOXBekcbea .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOXBekcbea .offcanvas_box {
    display: none;
  }
}
.cid-uOXBekcbea .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOXBekcbea .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOXBekcbea .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOXBekcbea .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOXBekcbea .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOXBekcbea .container {
  display: flex;
  margin: auto;
}
.cid-uOXBekcbea .iconfont-wrapper {
  color: #272727;
  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-uOXBekcbea .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOXBekcbea .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOXBekcbea .navbar-caption {
  color: #000000;
}
.cid-uOXBekcbea .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOXBekcbea .navbar-nav {
    margin: 0;
  }
}
.cid-uOXBekcbea .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOXBekcbea .dropdown-menu,
.cid-uOXBekcbea .navbar.opened {
  background-color: true !important;
}
.cid-uOXBekcbea .nav-item:focus,
.cid-uOXBekcbea .nav-link:focus {
  outline: none;
}
.cid-uOXBekcbea .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOXBekcbea .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOXBekcbea .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOXBekcbea .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOXBekcbea .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOXBekcbea .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOXBekcbea .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOXBekcbea .navbar.opened {
  transition: all 0.3s;
}
.cid-uOXBekcbea .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOXBekcbea .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOXBekcbea .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOXBekcbea .navbar.collapsed {
  justify-content: center;
}
.cid-uOXBekcbea .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOXBekcbea .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOXBekcbea .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOXBekcbea .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOXBekcbea .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOXBekcbea .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOXBekcbea .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOXBekcbea .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOXBekcbea .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOXBekcbea .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOXBekcbea .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOXBekcbea .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOXBekcbea .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOXBekcbea .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOXBekcbea .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOXBekcbea .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOXBekcbea .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOXBekcbea .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOXBekcbea .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOXBekcbea .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOXBekcbea .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOXBekcbea .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOXBekcbea .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOXBekcbea .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOXBekcbea .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-uOXBekcbea .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOXBekcbea .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOXBekcbea .dropdown-item.active,
.cid-uOXBekcbea .dropdown-item:active {
  background-color: transparent;
}
.cid-uOXBekcbea .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOXBekcbea .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOXBekcbea .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOXBekcbea .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOXBekcbea ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOXBekcbea .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOXBekcbea button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOXBekcbea button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOXBekcbea button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOXBekcbea button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOXBekcbea button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOXBekcbea button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOXBekcbea nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOXBekcbea nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOXBekcbea nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOXBekcbea nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOXBekcbea a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOXBekcbea .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-uOXBekcbea .navbar {
    height: 70px;
  }
  .cid-uOXBekcbea .navbar.opened {
    height: auto;
  }
  .cid-uOXBekcbea .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOXBekcbea .mbr-section-btn .btn,
.cid-uOXBekcbea .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOXBekcbea .mbr-section-btn .btn:first-child,
.cid-uOXBekcbea .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOXBekcbea .mbr-section-btn .btn:focus,
.cid-uOXBekcbea .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOXBekcbea .mbr-section-btn .btn span,
.cid-uOXBekcbea .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOXBekcbea .mbr-section-btn .btn:hover,
.cid-uOXBekcbea .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOXBekcbea .mbr-section-btn .btn:hover span,
.cid-uOXBekcbea .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOXBekcbea .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOXBekcbea .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOXBekcbea .navbar-caption:hover {
  color: #272727;
}
.cid-uOXBekcbea .nav-link:hover {
  color: #272727;
}
.cid-uOXBekcbea .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOXBekcbea .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOXBekcbea .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOXBekcbea .mbr-section-subtitle,
.cid-uOXBekcbea .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOXBekcbea a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2lstRlkhv {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v2lstRlkhv {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v2lstRlkhv {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v2lstRlkhv {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v2lstRlkhv {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v2lstRlkhv {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uOXBemf9lQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOXBemf9lQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXBemf9lQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXBemf9lQ .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uOXBemf9lQ .row .card {
  padding: 0 13px;
}
.cid-uOXBemf9lQ .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOXBemf9lQ .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uOXBemf9lQ .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-uOXBemf9lQ .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uOXBemf9lQ .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-uOXBemf9lQ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOXBemf9lQ .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uOXBemf9lQ .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-uOXBemf9lQ .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uOXBemf9lQ .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-uOXBemf9lQ .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-uOXBemf9lQ .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-uOXBemf9lQ .card-wrapper {
  overflow: hidden;
}
.cid-uOXBemf9lQ .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOXBemf9lQ .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOXBemf9lQ .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-uOXBemf9lQ .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOXBemf9lQ .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-uOXBemf9lQ .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uOXBemf9lQ .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-uOXBemf9lQ .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uOXBemf9lQ .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uOXBemf9lQ .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-uOXBemf9lQ .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOXBemf9lQ .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-uOXBemf9lQ .mbr-label,
.cid-uOXBemf9lQ .label-wrapper {
  color: #151e11;
}
.cid-uOXBemf9lQ .mbr-section-title {
  color: #000000;
}
.cid-uOXBemf9lQ .mbr-number {
  color: #fff7ee;
}
.cid-uOXBemf9lQ .mbr-number-desc {
  color: #fff7ee;
}
.cid-uOXBemf9lQ .card-label,
.cid-uOXBemf9lQ .card-label-wrapper {
  color: #fff7ee;
}
.cid-uOXBemf9lQ .card-title {
  color: #000000;
  align-items: justify;
}
.cid-uOXBemf9lQ .card-text {
  color: #fff7ee;
}
.cid-uOXBemApI1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uOXBemApI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXBemApI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXBemApI1 .items-wrapper {
  margin: 0 -8px;
}
.cid-uOXBemApI1 .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOXBemApI1 .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOXBemApI1 .item {
    margin-bottom: 12px;
  }
}
.cid-uOXBemApI1 .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uOXBemNljL {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOXBemNljL .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOXBemNljL .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOXBemNljL H2 {
  color: #e7272d;
}
.cid-uOXBemNljL .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOXBemNljL .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOXBemNljL .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOXBemNljL .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOXBemNljL .col-lg-12 {
  overflow: hidden;
}
.cid-uOXBemNljL H4 {
  color: #fbbe36;
}
.cid-uOXBemNljL .mbr-text,
.cid-uOXBemNljL .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOXBemNljL .logo-wrap:before {
    content: none;
  }
  .cid-uOXBemNljL .logo-wrap:after {
    content: none;
  }
}
.cid-uOXBemNljL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXBemNljL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXBemNljL H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2lsuCTzqK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2lsuCTzqK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lsuCTzqK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lsuCTzqK .media-container-row {
  justify-content: space-between;
}
.cid-v2lsuCTzqK .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2lsuCTzqK .text-content {
    max-width: none;
  }
}
.cid-v2lsuCTzqK .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2lsuCTzqK .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2lsuCTzqK .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2lsuCTzqK .icons {
    justify-content: center !important;
  }
  .cid-v2lsuCTzqK .text-content * {
    text-align: center;
  }
}
.cid-v2lsuCTzqK .mbr-section-title {
  color: #ffffff;
}
.cid-v2lsuCTzqK P {
  color: #ffffff;
}
.cid-v2pKzYZpfU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pKzYZpfU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pKzYZpfU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pKzYZpfU .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pKzYZpfU .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pKzYZpfU .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pKzYZpfU .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pKzYZpfU .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pKzYZpfU .mbr-desc,
.cid-v2pKzYZpfU .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pKzYZpfU .mbr-text,
.cid-v2pKzYZpfU .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uOyB3Quqxj {
  z-index: 1000;
  width: 100%;
}
.cid-uOyB3Quqxj .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-uOyB3Quqxj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-uOyB3Quqxj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uOyB3Quqxj .menu_box .navbar.opened,
  .cid-uOyB3Quqxj .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOyB3Quqxj nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOyB3Quqxj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOyB3Quqxj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOyB3Quqxj .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOyB3Quqxj .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOyB3Quqxj .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOyB3Quqxj .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-uOyB3Quqxj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOyB3Quqxj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOyB3Quqxj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOyB3Quqxj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOyB3Quqxj .offcanvas-body .mbr-text,
  .cid-uOyB3Quqxj .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uOyB3Quqxj .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uOyB3Quqxj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOyB3Quqxj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-uOyB3Quqxj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOyB3Quqxj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOyB3Quqxj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOyB3Quqxj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOyB3Quqxj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOyB3Quqxj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOyB3Quqxj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOyB3Quqxj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOyB3Quqxj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-uOyB3Quqxj .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uOyB3Quqxj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOyB3Quqxj .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOyB3Quqxj .nav-item {
    margin: 0 !important;
  }
}
.cid-uOyB3Quqxj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOyB3Quqxj .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-uOyB3Quqxj .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-uOyB3Quqxj .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-uOyB3Quqxj .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-uOyB3Quqxj .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-uOyB3Quqxj .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-uOyB3Quqxj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOyB3Quqxj .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-uOyB3Quqxj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOyB3Quqxj .offcanvas_box {
    display: none;
  }
}
.cid-uOyB3Quqxj .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uOyB3Quqxj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOyB3Quqxj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOyB3Quqxj .nav-link {
  position: relative;
  color: #000000;
}
.cid-uOyB3Quqxj .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-uOyB3Quqxj .container {
  display: flex;
  margin: auto;
}
.cid-uOyB3Quqxj .iconfont-wrapper {
  color: #272727;
  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-uOyB3Quqxj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOyB3Quqxj .iconfont-wrapper:hover {
  color: #272727;
}
.cid-uOyB3Quqxj .navbar-caption {
  color: #000000;
}
.cid-uOyB3Quqxj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOyB3Quqxj .navbar-nav {
    margin: 0;
  }
}
.cid-uOyB3Quqxj .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uOyB3Quqxj .dropdown-menu,
.cid-uOyB3Quqxj .navbar.opened {
  background-color: true !important;
}
.cid-uOyB3Quqxj .nav-item:focus,
.cid-uOyB3Quqxj .nav-link:focus {
  outline: none;
}
.cid-uOyB3Quqxj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOyB3Quqxj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOyB3Quqxj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOyB3Quqxj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOyB3Quqxj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOyB3Quqxj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOyB3Quqxj .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-uOyB3Quqxj .navbar.opened {
  transition: all 0.3s;
}
.cid-uOyB3Quqxj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOyB3Quqxj .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-uOyB3Quqxj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOyB3Quqxj .navbar.collapsed {
  justify-content: center;
}
.cid-uOyB3Quqxj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOyB3Quqxj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOyB3Quqxj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOyB3Quqxj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOyB3Quqxj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOyB3Quqxj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOyB3Quqxj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOyB3Quqxj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOyB3Quqxj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOyB3Quqxj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOyB3Quqxj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOyB3Quqxj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOyB3Quqxj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOyB3Quqxj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOyB3Quqxj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOyB3Quqxj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOyB3Quqxj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOyB3Quqxj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOyB3Quqxj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOyB3Quqxj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOyB3Quqxj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOyB3Quqxj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOyB3Quqxj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOyB3Quqxj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOyB3Quqxj .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-uOyB3Quqxj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOyB3Quqxj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOyB3Quqxj .dropdown-item.active,
.cid-uOyB3Quqxj .dropdown-item:active {
  background-color: transparent;
}
.cid-uOyB3Quqxj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOyB3Quqxj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOyB3Quqxj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOyB3Quqxj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOyB3Quqxj ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uOyB3Quqxj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOyB3Quqxj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-uOyB3Quqxj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-uOyB3Quqxj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOyB3Quqxj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOyB3Quqxj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOyB3Quqxj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOyB3Quqxj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOyB3Quqxj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOyB3Quqxj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOyB3Quqxj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOyB3Quqxj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOyB3Quqxj .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-uOyB3Quqxj .navbar {
    height: 70px;
  }
  .cid-uOyB3Quqxj .navbar.opened {
    height: auto;
  }
  .cid-uOyB3Quqxj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOyB3Quqxj .mbr-section-btn .btn,
.cid-uOyB3Quqxj .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uOyB3Quqxj .mbr-section-btn .btn:first-child,
.cid-uOyB3Quqxj .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-uOyB3Quqxj .mbr-section-btn .btn:focus,
.cid-uOyB3Quqxj .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uOyB3Quqxj .mbr-section-btn .btn span,
.cid-uOyB3Quqxj .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uOyB3Quqxj .mbr-section-btn .btn:hover,
.cid-uOyB3Quqxj .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-uOyB3Quqxj .mbr-section-btn .btn:hover span,
.cid-uOyB3Quqxj .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uOyB3Quqxj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uOyB3Quqxj .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uOyB3Quqxj .navbar-caption:hover {
  color: #272727;
}
.cid-uOyB3Quqxj .nav-link:hover {
  color: #272727;
}
.cid-uOyB3Quqxj .nav-link:hover::before {
  background-color: #272727;
}
.cid-uOyB3Quqxj .mbr-section-subtitle {
  color: #124ad6;
}
.cid-uOyB3Quqxj .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uOyB3Quqxj .mbr-section-subtitle,
.cid-uOyB3Quqxj .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-uOyB3Quqxj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v2k3nL6QNY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/site20photos204-1600x1200.jpg");
}
.cid-v2k3nL6QNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2k3nL6QNY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2k3nL6QNY .mbr-section-btn .btn {
  min-width: 120px;
  height: 21px;
  position: relative;
  overflow: visible;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v2k3nL6QNY .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v2k3nL6QNY .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v2k3nL6QNY .mbr-section-btn .btn span {
  position: absolute;
  right: -6px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v2k3nL6QNY .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #ffbf18 !important;
}
.cid-v2k3nL6QNY .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -16px;
}
.cid-v2k3nL6QNY .mbr-section-title {
  margin: 0;
  color: #ffffff;
}
.cid-uP7RDnPLoC {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/line-header.png-2000x417.png");
}
@media only screen and (max-width: 600px) {
  .cid-uP7RDnPLoC {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-uP7RDnPLoC {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-uP7RDnPLoC {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-uP7RDnPLoC {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-uP7RDnPLoC {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
}
.cid-uORXH2mkIG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uORXH2mkIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uORXH2mkIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uORXH2mkIG .mbr-section-title {
  text-align: left;
}
.cid-uORXH2mkIG .mbr-section-subtitle {
  text-align: left;
}
#custom-html-qf {
  /* Type valid CSS here */
}
#custom-html-qf .horizontal-line {
  /* Set the height and color as before */
  height: 1px;
  background-color: #d3d3d3;
  /* NEW: Set the width to 70% */
  width: 70%;
  /* NEW: Center the block element */
  /* This sets the top and bottom margin to 10px and left/right margin to auto */
  margin: 10px auto;
}
.cid-v2qlGvKH6x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v2qlGvKH6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2qlGvKH6x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2qlGvKH6x .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v2qlGvKH6x .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-v2qlGvKH6x .container {
    padding: 0 25px;
  }
}
.cid-v2qlGvKH6x .row {
  justify-content: center;
}
.cid-v2qlGvKH6x .item {
  margin-bottom: 32px;
}
.cid-v2qlGvKH6x .item .item-wrapper {
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  overflow: hidden;
}
.cid-v2qlGvKH6x .item .item-wrapper:hover,
.cid-v2qlGvKH6x .item .item-wrapper:focus {
  box-shadow: 2px 2px 0 0 #ffffff;
}
.cid-v2qlGvKH6x .item .item-wrapper a {
  display: block;
}
.cid-v2qlGvKH6x .item .item-wrapper a:hover .item-img::after,
.cid-v2qlGvKH6x .item .item-wrapper a:focus .item-img::after {
  opacity: 0;
}
.cid-v2qlGvKH6x .item .item-wrapper a .item-img {
  position: relative;
}
.cid-v2qlGvKH6x .item .item-wrapper a .item-img img {
  background-color: #ffffff;
  padding: 4px;
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-v2k9GZXRKi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/4-n-1024x768.png");
}
.cid-v2k9GZXRKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2k9GZXRKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2k9GZXRKi .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2k9GZXRKi .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2k9GZXRKi .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v2k9GZXRKi .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2k9GZXRKi .panel-group .card {
  position: relative;
  background-color: #e5e5e5;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
  overflow: hidden;
}
.cid-v2k9GZXRKi .panel-group .card:hover {
  background-color: #b8b8b8;
}
.cid-v2k9GZXRKi .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v2k9GZXRKi .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v2k9GZXRKi .panel-group .card .card-header .panel-title {
  padding: 16px 16px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v2k9GZXRKi .panel-group .card .card-header .panel-title {
    padding: 16px;
  }
}
.cid-v2k9GZXRKi .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v2k9GZXRKi .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
}
.cid-v2k9GZXRKi .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v2k9GZXRKi .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #b8b8b8;
  padding-bottom: 8px;
}
.cid-v2k9GZXRKi .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-v2k9GZXRKi .panel-group .card .panel-collapse .panel-body {
  padding: 0 16px 16px 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v2k9GZXRKi .panel-group .card .panel-collapse .panel-body {
    padding: 0 16px 16px 16px;
  }
}
.cid-v2k9GZXRKi .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v2k9GZXRKi .panel-group .card .collapse.show .panel-body {
  background-color: #b8b8b8;
}
.cid-v2k9GZXRKi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v2k9GZXRKi .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-v2k9GZXRKi .panel-title-edit {
  color: #000000;
}
.cid-v2k9GZXRKi .panel-text {
  color: #3c4142;
}
.cid-v2kd24Qots {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2kd24Qots .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2kd24Qots .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2kd24Qots .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2kd24Qots .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v2kd24Qots .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-v2kd24Qots .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2kd24Qots .embla__slide .slide-content {
  width: 100%;
}
.cid-v2kd24Qots .embla__slide .slide-content:hover .item-wrapper,
.cid-v2kd24Qots .embla__slide .slide-content:focus .item-wrapper {
  background-color: #ffffff;
}
.cid-v2kd24Qots .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-v2kd24Qots .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2kd24Qots .embla__button--next,
.cid-v2kd24Qots .embla__button--prev {
  display: flex;
}
.cid-v2kd24Qots .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v2kd24Qots .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-v2kd24Qots .embla__button.embla__button--prev {
  left: 0;
}
.cid-v2kd24Qots .embla__button.embla__button--next {
  right: 0;
}
.cid-v2kd24Qots .embla {
  position: relative;
  width: 100%;
}
.cid-v2kd24Qots .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2kd24Qots .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2kd24Qots .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2kd24Qots .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2kd24Qots .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2kd24Qots .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOyB3TCMHj {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-uOyB3TCMHj .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uOyB3TCMHj .row {
  border-bottom: 1px solid #ffffff;
}
.cid-uOyB3TCMHj H2 {
  color: #e7272d;
}
.cid-uOyB3TCMHj .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uOyB3TCMHj .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uOyB3TCMHj .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOyB3TCMHj .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-uOyB3TCMHj .col-lg-12 {
  overflow: hidden;
}
.cid-uOyB3TCMHj H4 {
  color: #fbbe36;
}
.cid-uOyB3TCMHj .mbr-text,
.cid-uOyB3TCMHj .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOyB3TCMHj .logo-wrap:before {
    content: none;
  }
  .cid-uOyB3TCMHj .logo-wrap:after {
    content: none;
  }
}
.cid-uOyB3TCMHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOyB3TCMHj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOyB3TCMHj H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v2k3eG6Oi9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v2k3eG6Oi9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2k3eG6Oi9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2k3eG6Oi9 .media-container-row {
  justify-content: space-between;
}
.cid-v2k3eG6Oi9 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v2k3eG6Oi9 .text-content {
    max-width: none;
  }
}
.cid-v2k3eG6Oi9 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v2k3eG6Oi9 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v2k3eG6Oi9 .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v2k3eG6Oi9 .icons {
    justify-content: center !important;
  }
  .cid-v2k3eG6Oi9 .text-content * {
    text-align: center;
  }
}
.cid-v2k3eG6Oi9 .mbr-section-title {
  color: #ffffff;
}
.cid-v2k3eG6Oi9 P {
  color: #ffffff;
}
.cid-v2pIvpDmg7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v2pIvpDmg7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2pIvpDmg7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2pIvpDmg7 .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v2pIvpDmg7 .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v2pIvpDmg7 .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v2pIvpDmg7 .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2pIvpDmg7 .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v2pIvpDmg7 .mbr-desc,
.cid-v2pIvpDmg7 .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v2pIvpDmg7 .mbr-text,
.cid-v2pIvpDmg7 .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-v35v9qTQV6 {
  z-index: 1000;
  width: 100%;
}
.cid-v35v9qTQV6 .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-v35v9qTQV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-v35v9qTQV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v35v9qTQV6 .menu_box .navbar.opened,
  .cid-v35v9qTQV6 .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-v35v9qTQV6 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v35v9qTQV6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-v35v9qTQV6 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v35v9qTQV6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v35v9qTQV6 .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-v35v9qTQV6 .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v35v9qTQV6 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-v35v9qTQV6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v35v9qTQV6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v35v9qTQV6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v35v9qTQV6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v35v9qTQV6 .offcanvas-body .mbr-text,
  .cid-v35v9qTQV6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v35v9qTQV6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v35v9qTQV6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v35v9qTQV6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-v35v9qTQV6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v35v9qTQV6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v35v9qTQV6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v35v9qTQV6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v35v9qTQV6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v35v9qTQV6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v35v9qTQV6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v35v9qTQV6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v35v9qTQV6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-v35v9qTQV6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v35v9qTQV6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v35v9qTQV6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v35v9qTQV6 .nav-item {
    margin: 0 !important;
  }
}
.cid-v35v9qTQV6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v35v9qTQV6 .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-v35v9qTQV6 .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-v35v9qTQV6 .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-v35v9qTQV6 .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-v35v9qTQV6 .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-v35v9qTQV6 .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-v35v9qTQV6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v35v9qTQV6 .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-v35v9qTQV6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v35v9qTQV6 .offcanvas_box {
    display: none;
  }
}
.cid-v35v9qTQV6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v35v9qTQV6 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v35v9qTQV6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v35v9qTQV6 .nav-link {
  position: relative;
  color: #000000;
}
.cid-v35v9qTQV6 .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-v35v9qTQV6 .container {
  display: flex;
  margin: auto;
}
.cid-v35v9qTQV6 .iconfont-wrapper {
  color: #272727;
  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-v35v9qTQV6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v35v9qTQV6 .iconfont-wrapper:hover {
  color: #272727;
}
.cid-v35v9qTQV6 .navbar-caption {
  color: #000000;
}
.cid-v35v9qTQV6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v35v9qTQV6 .navbar-nav {
    margin: 0;
  }
}
.cid-v35v9qTQV6 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-v35v9qTQV6 .dropdown-menu,
.cid-v35v9qTQV6 .navbar.opened {
  background-color: true !important;
}
.cid-v35v9qTQV6 .nav-item:focus,
.cid-v35v9qTQV6 .nav-link:focus {
  outline: none;
}
.cid-v35v9qTQV6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v35v9qTQV6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v35v9qTQV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v35v9qTQV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v35v9qTQV6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v35v9qTQV6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v35v9qTQV6 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-v35v9qTQV6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v35v9qTQV6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v35v9qTQV6 .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-v35v9qTQV6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v35v9qTQV6 .navbar.collapsed {
  justify-content: center;
}
.cid-v35v9qTQV6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v35v9qTQV6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v35v9qTQV6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v35v9qTQV6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v35v9qTQV6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v35v9qTQV6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v35v9qTQV6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v35v9qTQV6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v35v9qTQV6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v35v9qTQV6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v35v9qTQV6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v35v9qTQV6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v35v9qTQV6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v35v9qTQV6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v35v9qTQV6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v35v9qTQV6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v35v9qTQV6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v35v9qTQV6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v35v9qTQV6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v35v9qTQV6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v35v9qTQV6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v35v9qTQV6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v35v9qTQV6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v35v9qTQV6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v35v9qTQV6 .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-v35v9qTQV6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v35v9qTQV6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v35v9qTQV6 .dropdown-item.active,
.cid-v35v9qTQV6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v35v9qTQV6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v35v9qTQV6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v35v9qTQV6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v35v9qTQV6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v35v9qTQV6 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v35v9qTQV6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v35v9qTQV6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-v35v9qTQV6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-v35v9qTQV6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v35v9qTQV6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v35v9qTQV6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v35v9qTQV6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v35v9qTQV6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v35v9qTQV6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v35v9qTQV6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v35v9qTQV6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v35v9qTQV6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v35v9qTQV6 .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-v35v9qTQV6 .navbar {
    height: 70px;
  }
  .cid-v35v9qTQV6 .navbar.opened {
    height: auto;
  }
  .cid-v35v9qTQV6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v35v9qTQV6 .mbr-section-btn .btn,
.cid-v35v9qTQV6 .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v35v9qTQV6 .mbr-section-btn .btn:first-child,
.cid-v35v9qTQV6 .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-v35v9qTQV6 .mbr-section-btn .btn:focus,
.cid-v35v9qTQV6 .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-v35v9qTQV6 .mbr-section-btn .btn span,
.cid-v35v9qTQV6 .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v35v9qTQV6 .mbr-section-btn .btn:hover,
.cid-v35v9qTQV6 .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-v35v9qTQV6 .mbr-section-btn .btn:hover span,
.cid-v35v9qTQV6 .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-v35v9qTQV6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v35v9qTQV6 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-v35v9qTQV6 .navbar-caption:hover {
  color: #272727;
}
.cid-v35v9qTQV6 .nav-link:hover {
  color: #272727;
}
.cid-v35v9qTQV6 .nav-link:hover::before {
  background-color: #272727;
}
.cid-v35v9qTQV6 .mbr-section-subtitle {
  color: #124ad6;
}
.cid-v35v9qTQV6 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v35v9qTQV6 .mbr-section-subtitle,
.cid-v35v9qTQV6 .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-v35v9qTQV6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v35v9rXs63 {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v35v9rXs63 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v35v9rXs63 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v35v9rXs63 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v35v9rXs63 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v35v9rXs63 {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-v35v9scxfm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v35v9scxfm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35v9scxfm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35v9scxfm .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-v35v9scxfm .row .card {
  padding: 0 13px;
}
.cid-v35v9scxfm .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v35v9scxfm .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-v35v9scxfm .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-v35v9scxfm .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v35v9scxfm .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-v35v9scxfm .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v35v9scxfm .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v35v9scxfm .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-v35v9scxfm .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-v35v9scxfm .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-v35v9scxfm .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-v35v9scxfm .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-v35v9scxfm .card-wrapper {
  overflow: hidden;
}
.cid-v35v9scxfm .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v35v9scxfm .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v35v9scxfm .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-v35v9scxfm .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v35v9scxfm .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-v35v9scxfm .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-v35v9scxfm .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-v35v9scxfm .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-v35v9scxfm .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v35v9scxfm .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-v35v9scxfm .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v35v9scxfm .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-v35v9scxfm .mbr-label,
.cid-v35v9scxfm .label-wrapper {
  color: #151e11;
}
.cid-v35v9scxfm .mbr-section-title {
  color: #000000;
}
.cid-v35v9scxfm .mbr-number {
  color: #fff7ee;
}
.cid-v35v9scxfm .mbr-number-desc {
  color: #fff7ee;
}
.cid-v35v9scxfm .card-label,
.cid-v35v9scxfm .card-label-wrapper {
  color: #fff7ee;
}
.cid-v35v9scxfm .card-title {
  color: #000000;
  align-items: justify;
}
.cid-v35v9scxfm .card-text {
  color: #fff7ee;
}
.cid-v35v9swnwi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v35v9swnwi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35v9swnwi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35v9swnwi .items-wrapper {
  margin: 0 -8px;
}
.cid-v35v9swnwi .items-wrapper .item {
  padding: 0 8px;
}
.cid-v35v9swnwi .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v35v9swnwi .item {
    margin-bottom: 12px;
  }
}
.cid-v35v9swnwi .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-v35v9sOuSs {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v35v9sOuSs .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-v35v9sOuSs .row {
  border-bottom: 1px solid #ffffff;
}
.cid-v35v9sOuSs H2 {
  color: #e7272d;
}
.cid-v35v9sOuSs .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-v35v9sOuSs .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-v35v9sOuSs .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-v35v9sOuSs .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-v35v9sOuSs .col-lg-12 {
  overflow: hidden;
}
.cid-v35v9sOuSs H4 {
  color: #fbbe36;
}
.cid-v35v9sOuSs .mbr-text,
.cid-v35v9sOuSs .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-v35v9sOuSs .logo-wrap:before {
    content: none;
  }
  .cid-v35v9sOuSs .logo-wrap:after {
    content: none;
  }
}
.cid-v35v9sOuSs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35v9sOuSs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35v9sOuSs H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v35v9t9iIy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v35v9t9iIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35v9t9iIy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35v9t9iIy .media-container-row {
  justify-content: space-between;
}
.cid-v35v9t9iIy .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v35v9t9iIy .text-content {
    max-width: none;
  }
}
.cid-v35v9t9iIy .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v35v9t9iIy .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v35v9t9iIy .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v35v9t9iIy .icons {
    justify-content: center !important;
  }
  .cid-v35v9t9iIy .text-content * {
    text-align: center;
  }
}
.cid-v35v9t9iIy .mbr-section-title {
  color: #ffffff;
}
.cid-v35v9t9iIy P {
  color: #ffffff;
}
.cid-v35v9tHMr2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v35v9tHMr2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35v9tHMr2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35v9tHMr2 .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v35v9tHMr2 .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v35v9tHMr2 .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v35v9tHMr2 .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v35v9tHMr2 .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v35v9tHMr2 .mbr-desc,
.cid-v35v9tHMr2 .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v35v9tHMr2 .mbr-text,
.cid-v35v9tHMr2 .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-v35veEWJZO {
  z-index: 1000;
  width: 100%;
}
.cid-v35veEWJZO .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-v35veEWJZO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-v35veEWJZO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v35veEWJZO .menu_box .navbar.opened,
  .cid-v35veEWJZO .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-v35veEWJZO nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v35veEWJZO .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-v35veEWJZO .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v35veEWJZO .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v35veEWJZO .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-v35veEWJZO .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v35veEWJZO .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-v35veEWJZO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v35veEWJZO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v35veEWJZO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v35veEWJZO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v35veEWJZO .offcanvas-body .mbr-text,
  .cid-v35veEWJZO .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v35veEWJZO .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v35veEWJZO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v35veEWJZO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-v35veEWJZO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v35veEWJZO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v35veEWJZO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v35veEWJZO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v35veEWJZO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v35veEWJZO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v35veEWJZO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v35veEWJZO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v35veEWJZO li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-v35veEWJZO .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v35veEWJZO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v35veEWJZO .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v35veEWJZO .nav-item {
    margin: 0 !important;
  }
}
.cid-v35veEWJZO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v35veEWJZO .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-v35veEWJZO .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-v35veEWJZO .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-v35veEWJZO .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-v35veEWJZO .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-v35veEWJZO .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-v35veEWJZO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v35veEWJZO .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-v35veEWJZO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v35veEWJZO .offcanvas_box {
    display: none;
  }
}
.cid-v35veEWJZO .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v35veEWJZO .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v35veEWJZO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v35veEWJZO .nav-link {
  position: relative;
  color: #000000;
}
.cid-v35veEWJZO .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-v35veEWJZO .container {
  display: flex;
  margin: auto;
}
.cid-v35veEWJZO .iconfont-wrapper {
  color: #272727;
  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-v35veEWJZO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v35veEWJZO .iconfont-wrapper:hover {
  color: #272727;
}
.cid-v35veEWJZO .navbar-caption {
  color: #000000;
}
.cid-v35veEWJZO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v35veEWJZO .navbar-nav {
    margin: 0;
  }
}
.cid-v35veEWJZO .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-v35veEWJZO .dropdown-menu,
.cid-v35veEWJZO .navbar.opened {
  background-color: true !important;
}
.cid-v35veEWJZO .nav-item:focus,
.cid-v35veEWJZO .nav-link:focus {
  outline: none;
}
.cid-v35veEWJZO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v35veEWJZO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v35veEWJZO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v35veEWJZO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v35veEWJZO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v35veEWJZO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v35veEWJZO .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-v35veEWJZO .navbar.opened {
  transition: all 0.3s;
}
.cid-v35veEWJZO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v35veEWJZO .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-v35veEWJZO .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v35veEWJZO .navbar.collapsed {
  justify-content: center;
}
.cid-v35veEWJZO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v35veEWJZO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v35veEWJZO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v35veEWJZO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v35veEWJZO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v35veEWJZO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v35veEWJZO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v35veEWJZO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v35veEWJZO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v35veEWJZO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v35veEWJZO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v35veEWJZO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v35veEWJZO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v35veEWJZO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v35veEWJZO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v35veEWJZO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v35veEWJZO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v35veEWJZO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v35veEWJZO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v35veEWJZO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v35veEWJZO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v35veEWJZO .navbar.navbar-short {
  min-height: 60px;
}
.cid-v35veEWJZO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v35veEWJZO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v35veEWJZO .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-v35veEWJZO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v35veEWJZO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v35veEWJZO .dropdown-item.active,
.cid-v35veEWJZO .dropdown-item:active {
  background-color: transparent;
}
.cid-v35veEWJZO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v35veEWJZO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v35veEWJZO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v35veEWJZO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v35veEWJZO ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v35veEWJZO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v35veEWJZO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-v35veEWJZO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-v35veEWJZO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v35veEWJZO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v35veEWJZO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v35veEWJZO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v35veEWJZO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v35veEWJZO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v35veEWJZO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v35veEWJZO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v35veEWJZO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v35veEWJZO .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-v35veEWJZO .navbar {
    height: 70px;
  }
  .cid-v35veEWJZO .navbar.opened {
    height: auto;
  }
  .cid-v35veEWJZO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v35veEWJZO .mbr-section-btn .btn,
.cid-v35veEWJZO .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v35veEWJZO .mbr-section-btn .btn:first-child,
.cid-v35veEWJZO .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-v35veEWJZO .mbr-section-btn .btn:focus,
.cid-v35veEWJZO .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-v35veEWJZO .mbr-section-btn .btn span,
.cid-v35veEWJZO .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v35veEWJZO .mbr-section-btn .btn:hover,
.cid-v35veEWJZO .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-v35veEWJZO .mbr-section-btn .btn:hover span,
.cid-v35veEWJZO .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-v35veEWJZO .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v35veEWJZO .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-v35veEWJZO .navbar-caption:hover {
  color: #272727;
}
.cid-v35veEWJZO .nav-link:hover {
  color: #272727;
}
.cid-v35veEWJZO .nav-link:hover::before {
  background-color: #272727;
}
.cid-v35veEWJZO .mbr-section-subtitle {
  color: #124ad6;
}
.cid-v35veEWJZO .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v35veEWJZO .mbr-section-subtitle,
.cid-v35veEWJZO .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-v35veEWJZO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v35veG4iJq {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v35veG4iJq {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v35veG4iJq {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v35veG4iJq {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v35veG4iJq {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v35veG4iJq {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-v35veGnx9o {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v35veGnx9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35veGnx9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35veGnx9o .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-v35veGnx9o .row .card {
  padding: 0 13px;
}
.cid-v35veGnx9o .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v35veGnx9o .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-v35veGnx9o .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-v35veGnx9o .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v35veGnx9o .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-v35veGnx9o .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v35veGnx9o .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v35veGnx9o .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-v35veGnx9o .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-v35veGnx9o .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-v35veGnx9o .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-v35veGnx9o .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-v35veGnx9o .card-wrapper {
  overflow: hidden;
}
.cid-v35veGnx9o .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v35veGnx9o .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v35veGnx9o .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-v35veGnx9o .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v35veGnx9o .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-v35veGnx9o .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-v35veGnx9o .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-v35veGnx9o .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-v35veGnx9o .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v35veGnx9o .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-v35veGnx9o .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v35veGnx9o .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-v35veGnx9o .mbr-label,
.cid-v35veGnx9o .label-wrapper {
  color: #151e11;
}
.cid-v35veGnx9o .mbr-section-title {
  color: #000000;
}
.cid-v35veGnx9o .mbr-number {
  color: #fff7ee;
}
.cid-v35veGnx9o .mbr-number-desc {
  color: #fff7ee;
}
.cid-v35veGnx9o .card-label,
.cid-v35veGnx9o .card-label-wrapper {
  color: #fff7ee;
}
.cid-v35veGnx9o .card-title {
  color: #000000;
  align-items: justify;
}
.cid-v35veGnx9o .card-text {
  color: #fff7ee;
}
.cid-v35veGDG5e {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v35veGDG5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35veGDG5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35veGDG5e .items-wrapper {
  margin: 0 -8px;
}
.cid-v35veGDG5e .items-wrapper .item {
  padding: 0 8px;
}
.cid-v35veGDG5e .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v35veGDG5e .item {
    margin-bottom: 12px;
  }
}
.cid-v35veGDG5e .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-v35veGUBvl {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v35veGUBvl .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-v35veGUBvl .row {
  border-bottom: 1px solid #ffffff;
}
.cid-v35veGUBvl H2 {
  color: #e7272d;
}
.cid-v35veGUBvl .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-v35veGUBvl .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-v35veGUBvl .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-v35veGUBvl .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-v35veGUBvl .col-lg-12 {
  overflow: hidden;
}
.cid-v35veGUBvl H4 {
  color: #fbbe36;
}
.cid-v35veGUBvl .mbr-text,
.cid-v35veGUBvl .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-v35veGUBvl .logo-wrap:before {
    content: none;
  }
  .cid-v35veGUBvl .logo-wrap:after {
    content: none;
  }
}
.cid-v35veGUBvl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35veGUBvl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35veGUBvl H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v35veHhK4I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v35veHhK4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35veHhK4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35veHhK4I .media-container-row {
  justify-content: space-between;
}
.cid-v35veHhK4I .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v35veHhK4I .text-content {
    max-width: none;
  }
}
.cid-v35veHhK4I .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v35veHhK4I .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v35veHhK4I .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v35veHhK4I .icons {
    justify-content: center !important;
  }
  .cid-v35veHhK4I .text-content * {
    text-align: center;
  }
}
.cid-v35veHhK4I .mbr-section-title {
  color: #ffffff;
}
.cid-v35veHhK4I P {
  color: #ffffff;
}
.cid-v35veHNcRe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v35veHNcRe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35veHNcRe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35veHNcRe .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v35veHNcRe .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v35veHNcRe .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v35veHNcRe .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v35veHNcRe .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v35veHNcRe .mbr-desc,
.cid-v35veHNcRe .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v35veHNcRe .mbr-text,
.cid-v35veHNcRe .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-v35vnz6KY3 {
  z-index: 1000;
  width: 100%;
}
.cid-v35vnz6KY3 .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-v35vnz6KY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-v35vnz6KY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v35vnz6KY3 .menu_box .navbar.opened,
  .cid-v35vnz6KY3 .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-v35vnz6KY3 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v35vnz6KY3 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-v35vnz6KY3 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v35vnz6KY3 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v35vnz6KY3 .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-v35vnz6KY3 .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v35vnz6KY3 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-v35vnz6KY3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v35vnz6KY3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v35vnz6KY3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v35vnz6KY3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v35vnz6KY3 .offcanvas-body .mbr-text,
  .cid-v35vnz6KY3 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v35vnz6KY3 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v35vnz6KY3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v35vnz6KY3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-v35vnz6KY3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v35vnz6KY3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v35vnz6KY3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v35vnz6KY3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v35vnz6KY3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v35vnz6KY3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v35vnz6KY3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v35vnz6KY3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v35vnz6KY3 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-v35vnz6KY3 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v35vnz6KY3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v35vnz6KY3 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v35vnz6KY3 .nav-item {
    margin: 0 !important;
  }
}
.cid-v35vnz6KY3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v35vnz6KY3 .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-v35vnz6KY3 .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-v35vnz6KY3 .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-v35vnz6KY3 .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-v35vnz6KY3 .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-v35vnz6KY3 .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-v35vnz6KY3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v35vnz6KY3 .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-v35vnz6KY3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v35vnz6KY3 .offcanvas_box {
    display: none;
  }
}
.cid-v35vnz6KY3 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v35vnz6KY3 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v35vnz6KY3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v35vnz6KY3 .nav-link {
  position: relative;
  color: #000000;
}
.cid-v35vnz6KY3 .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-v35vnz6KY3 .container {
  display: flex;
  margin: auto;
}
.cid-v35vnz6KY3 .iconfont-wrapper {
  color: #272727;
  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-v35vnz6KY3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v35vnz6KY3 .iconfont-wrapper:hover {
  color: #272727;
}
.cid-v35vnz6KY3 .navbar-caption {
  color: #000000;
}
.cid-v35vnz6KY3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v35vnz6KY3 .navbar-nav {
    margin: 0;
  }
}
.cid-v35vnz6KY3 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-v35vnz6KY3 .dropdown-menu,
.cid-v35vnz6KY3 .navbar.opened {
  background-color: true !important;
}
.cid-v35vnz6KY3 .nav-item:focus,
.cid-v35vnz6KY3 .nav-link:focus {
  outline: none;
}
.cid-v35vnz6KY3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v35vnz6KY3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v35vnz6KY3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v35vnz6KY3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v35vnz6KY3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v35vnz6KY3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v35vnz6KY3 .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-v35vnz6KY3 .navbar.opened {
  transition: all 0.3s;
}
.cid-v35vnz6KY3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v35vnz6KY3 .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-v35vnz6KY3 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v35vnz6KY3 .navbar.collapsed {
  justify-content: center;
}
.cid-v35vnz6KY3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v35vnz6KY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v35vnz6KY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v35vnz6KY3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v35vnz6KY3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v35vnz6KY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v35vnz6KY3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v35vnz6KY3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v35vnz6KY3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v35vnz6KY3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v35vnz6KY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v35vnz6KY3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v35vnz6KY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v35vnz6KY3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v35vnz6KY3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v35vnz6KY3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v35vnz6KY3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v35vnz6KY3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v35vnz6KY3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v35vnz6KY3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v35vnz6KY3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v35vnz6KY3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v35vnz6KY3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v35vnz6KY3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v35vnz6KY3 .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-v35vnz6KY3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v35vnz6KY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v35vnz6KY3 .dropdown-item.active,
.cid-v35vnz6KY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-v35vnz6KY3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v35vnz6KY3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v35vnz6KY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v35vnz6KY3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v35vnz6KY3 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v35vnz6KY3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v35vnz6KY3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-v35vnz6KY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-v35vnz6KY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v35vnz6KY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v35vnz6KY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v35vnz6KY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v35vnz6KY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v35vnz6KY3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v35vnz6KY3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v35vnz6KY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v35vnz6KY3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v35vnz6KY3 .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-v35vnz6KY3 .navbar {
    height: 70px;
  }
  .cid-v35vnz6KY3 .navbar.opened {
    height: auto;
  }
  .cid-v35vnz6KY3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v35vnz6KY3 .mbr-section-btn .btn,
.cid-v35vnz6KY3 .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v35vnz6KY3 .mbr-section-btn .btn:first-child,
.cid-v35vnz6KY3 .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-v35vnz6KY3 .mbr-section-btn .btn:focus,
.cid-v35vnz6KY3 .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-v35vnz6KY3 .mbr-section-btn .btn span,
.cid-v35vnz6KY3 .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v35vnz6KY3 .mbr-section-btn .btn:hover,
.cid-v35vnz6KY3 .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-v35vnz6KY3 .mbr-section-btn .btn:hover span,
.cid-v35vnz6KY3 .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-v35vnz6KY3 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v35vnz6KY3 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-v35vnz6KY3 .navbar-caption:hover {
  color: #272727;
}
.cid-v35vnz6KY3 .nav-link:hover {
  color: #272727;
}
.cid-v35vnz6KY3 .nav-link:hover::before {
  background-color: #272727;
}
.cid-v35vnz6KY3 .mbr-section-subtitle {
  color: #124ad6;
}
.cid-v35vnz6KY3 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v35vnz6KY3 .mbr-section-subtitle,
.cid-v35vnz6KY3 .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-v35vnz6KY3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v35vnA2YUz {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v35vnA2YUz {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v35vnA2YUz {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v35vnA2YUz {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v35vnA2YUz {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v35vnA2YUz {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-v35vnAg0Bz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v35vnAg0Bz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35vnAg0Bz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35vnAg0Bz .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-v35vnAg0Bz .row .card {
  padding: 0 13px;
}
.cid-v35vnAg0Bz .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v35vnAg0Bz .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-v35vnAg0Bz .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-v35vnAg0Bz .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v35vnAg0Bz .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-v35vnAg0Bz .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v35vnAg0Bz .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v35vnAg0Bz .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-v35vnAg0Bz .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-v35vnAg0Bz .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-v35vnAg0Bz .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-v35vnAg0Bz .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-v35vnAg0Bz .card-wrapper {
  overflow: hidden;
}
.cid-v35vnAg0Bz .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v35vnAg0Bz .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v35vnAg0Bz .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-v35vnAg0Bz .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v35vnAg0Bz .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-v35vnAg0Bz .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-v35vnAg0Bz .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-v35vnAg0Bz .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-v35vnAg0Bz .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v35vnAg0Bz .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-v35vnAg0Bz .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v35vnAg0Bz .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-v35vnAg0Bz .mbr-label,
.cid-v35vnAg0Bz .label-wrapper {
  color: #151e11;
}
.cid-v35vnAg0Bz .mbr-section-title {
  color: #000000;
}
.cid-v35vnAg0Bz .mbr-number {
  color: #fff7ee;
}
.cid-v35vnAg0Bz .mbr-number-desc {
  color: #fff7ee;
}
.cid-v35vnAg0Bz .card-label,
.cid-v35vnAg0Bz .card-label-wrapper {
  color: #fff7ee;
}
.cid-v35vnAg0Bz .card-title {
  color: #000000;
  align-items: justify;
}
.cid-v35vnAg0Bz .card-text {
  color: #fff7ee;
}
.cid-v35vnAvrBr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v35vnAvrBr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35vnAvrBr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35vnAvrBr .items-wrapper {
  margin: 0 -8px;
}
.cid-v35vnAvrBr .items-wrapper .item {
  padding: 0 8px;
}
.cid-v35vnAvrBr .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v35vnAvrBr .item {
    margin-bottom: 12px;
  }
}
.cid-v35vnAvrBr .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-v35vnAHsSV {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v35vnAHsSV .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-v35vnAHsSV .row {
  border-bottom: 1px solid #ffffff;
}
.cid-v35vnAHsSV H2 {
  color: #e7272d;
}
.cid-v35vnAHsSV .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-v35vnAHsSV .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-v35vnAHsSV .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-v35vnAHsSV .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-v35vnAHsSV .col-lg-12 {
  overflow: hidden;
}
.cid-v35vnAHsSV H4 {
  color: #fbbe36;
}
.cid-v35vnAHsSV .mbr-text,
.cid-v35vnAHsSV .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-v35vnAHsSV .logo-wrap:before {
    content: none;
  }
  .cid-v35vnAHsSV .logo-wrap:after {
    content: none;
  }
}
.cid-v35vnAHsSV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35vnAHsSV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35vnAHsSV H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v35vnAY7Xn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v35vnAY7Xn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35vnAY7Xn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35vnAY7Xn .media-container-row {
  justify-content: space-between;
}
.cid-v35vnAY7Xn .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v35vnAY7Xn .text-content {
    max-width: none;
  }
}
.cid-v35vnAY7Xn .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v35vnAY7Xn .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v35vnAY7Xn .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v35vnAY7Xn .icons {
    justify-content: center !important;
  }
  .cid-v35vnAY7Xn .text-content * {
    text-align: center;
  }
}
.cid-v35vnAY7Xn .mbr-section-title {
  color: #ffffff;
}
.cid-v35vnAY7Xn P {
  color: #ffffff;
}
.cid-v35vnBmuFt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v35vnBmuFt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35vnBmuFt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35vnBmuFt .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v35vnBmuFt .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v35vnBmuFt .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v35vnBmuFt .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v35vnBmuFt .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v35vnBmuFt .mbr-desc,
.cid-v35vnBmuFt .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v35vnBmuFt .mbr-text,
.cid-v35vnBmuFt .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-v35vww8CXI {
  z-index: 1000;
  width: 100%;
}
.cid-v35vww8CXI .navbar-dropdown {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 0;
  position: fixed;
}
.cid-v35vww8CXI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.4) !important;
  background: #000000;
}
.cid-v35vww8CXI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v35vww8CXI .menu_box .navbar.opened,
  .cid-v35vww8CXI .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-v35vww8CXI nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v35vww8CXI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-v35vww8CXI .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v35vww8CXI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v35vww8CXI .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-v35vww8CXI .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v35vww8CXI .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #665f6f;
  }
  .cid-v35vww8CXI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v35vww8CXI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v35vww8CXI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v35vww8CXI .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v35vww8CXI .offcanvas-body .mbr-text,
  .cid-v35vww8CXI .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v35vww8CXI .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v35vww8CXI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v35vww8CXI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #272727;
  }
  .cid-v35vww8CXI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v35vww8CXI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v35vww8CXI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v35vww8CXI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v35vww8CXI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v35vww8CXI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v35vww8CXI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 0px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v35vww8CXI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v35vww8CXI li.nav-item {
    position: relative;
    display: inline-block;
    padding: 5px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-v35vww8CXI .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v35vww8CXI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v35vww8CXI .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v35vww8CXI .nav-item {
    margin: 0 !important;
  }
}
.cid-v35vww8CXI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v35vww8CXI .dropdown-menu {
    padding: 12px 4px;
    min-width: 200px;
    left: -40px !important;
  }
  .cid-v35vww8CXI .dropdown-menu.dropdown-submenu {
    left: 105% !important;
    top: -50% !important;
  }
  .cid-v35vww8CXI .dropdown-menu .dropdown-toggle::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 40px;
    height: 100%;
    background: transparent;
    pointer-events: auto;
  }
  .cid-v35vww8CXI .dropdown-menu .dropdown-item {
    padding: 0 12px !important;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .cid-v35vww8CXI .dropdown-menu .dropdown-item:hover {
    color: #272727;
  }
  .cid-v35vww8CXI .dropdown-menu .dropdown-item::after {
    position: static;
    margin: 0;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .cid-v35vww8CXI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v35vww8CXI .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-v35vww8CXI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v35vww8CXI .offcanvas_box {
    display: none;
  }
}
.cid-v35vww8CXI .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v35vww8CXI .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v35vww8CXI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v35vww8CXI .nav-link {
  position: relative;
  color: #000000;
}
.cid-v35vww8CXI .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-v35vww8CXI .container {
  display: flex;
  margin: auto;
}
.cid-v35vww8CXI .iconfont-wrapper {
  color: #272727;
  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-v35vww8CXI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v35vww8CXI .iconfont-wrapper:hover {
  color: #272727;
}
.cid-v35vww8CXI .navbar-caption {
  color: #000000;
}
.cid-v35vww8CXI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v35vww8CXI .navbar-nav {
    margin: 0;
  }
}
.cid-v35vww8CXI .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-v35vww8CXI .dropdown-menu,
.cid-v35vww8CXI .navbar.opened {
  background-color: true !important;
}
.cid-v35vww8CXI .nav-item:focus,
.cid-v35vww8CXI .nav-link:focus {
  outline: none;
}
.cid-v35vww8CXI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v35vww8CXI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v35vww8CXI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v35vww8CXI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v35vww8CXI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v35vww8CXI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v35vww8CXI .navbar {
  min-height: 120px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
  border-bottom-width: 0px;
  border-bottom: 0px solid #ffffff;
}
.cid-v35vww8CXI .navbar.opened {
  transition: all 0.3s;
}
.cid-v35vww8CXI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v35vww8CXI .navbar .navbar-logo img {
  object-fit: cover;
}
.cid-v35vww8CXI .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v35vww8CXI .navbar.collapsed {
  justify-content: center;
}
.cid-v35vww8CXI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v35vww8CXI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v35vww8CXI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v35vww8CXI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v35vww8CXI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v35vww8CXI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v35vww8CXI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v35vww8CXI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v35vww8CXI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v35vww8CXI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v35vww8CXI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v35vww8CXI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v35vww8CXI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v35vww8CXI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v35vww8CXI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v35vww8CXI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v35vww8CXI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v35vww8CXI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v35vww8CXI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v35vww8CXI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v35vww8CXI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v35vww8CXI .navbar.navbar-short {
  min-height: 60px;
}
.cid-v35vww8CXI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v35vww8CXI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v35vww8CXI .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-v35vww8CXI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v35vww8CXI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v35vww8CXI .dropdown-item.active,
.cid-v35vww8CXI .dropdown-item:active {
  background-color: transparent;
}
.cid-v35vww8CXI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v35vww8CXI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v35vww8CXI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v35vww8CXI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v35vww8CXI ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v35vww8CXI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v35vww8CXI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #ffffff;
}
.cid-v35vww8CXI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 1px;
  background-color: #272727;
}
.cid-v35vww8CXI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v35vww8CXI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v35vww8CXI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v35vww8CXI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v35vww8CXI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v35vww8CXI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v35vww8CXI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v35vww8CXI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v35vww8CXI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v35vww8CXI .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-v35vww8CXI .navbar {
    height: 70px;
  }
  .cid-v35vww8CXI .navbar.opened {
    height: auto;
  }
  .cid-v35vww8CXI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v35vww8CXI .mbr-section-btn .btn,
.cid-v35vww8CXI .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v35vww8CXI .mbr-section-btn .btn:first-child,
.cid-v35vww8CXI .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-v35vww8CXI .mbr-section-btn .btn:focus,
.cid-v35vww8CXI .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-v35vww8CXI .mbr-section-btn .btn span,
.cid-v35vww8CXI .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #272727;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v35vww8CXI .mbr-section-btn .btn:hover,
.cid-v35vww8CXI .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #272727 !important;
}
.cid-v35vww8CXI .mbr-section-btn .btn:hover span,
.cid-v35vww8CXI .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-v35vww8CXI .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v35vww8CXI .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-v35vww8CXI .navbar-caption:hover {
  color: #272727;
}
.cid-v35vww8CXI .nav-link:hover {
  color: #272727;
}
.cid-v35vww8CXI .nav-link:hover::before {
  background-color: #272727;
}
.cid-v35vww8CXI .mbr-section-subtitle {
  color: #124ad6;
}
.cid-v35vww8CXI .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-v35vww8CXI .mbr-section-subtitle,
.cid-v35vww8CXI .text_widget {
  text-align: left;
  color: #ffffff;
}
.cid-v35vww8CXI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v35vwxiCG1 {
  background-color: white;
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #3c4142;
}
@media only screen and (max-width: 600px) {
  .cid-v35vwxiCG1 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .cid-v35vwxiCG1 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .cid-v35vwxiCG1 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) {
  .cid-v35vwxiCG1 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cid-v35vwxiCG1 {
    padding-top: 135px !important;
    padding-bottom: 0px !important;
  }
}
.cid-v35vwxBNn6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v35vwxBNn6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35vwxBNn6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35vwxBNn6 .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-v35vwxBNn6 .row .card {
  padding: 0 13px;
}
.cid-v35vwxBNn6 .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v35vwxBNn6 .content-wrapper {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-v35vwxBNn6 .content-wrapper .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #ffbe0d;
}
.cid-v35vwxBNn6 .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v35vwxBNn6 .content-wrapper .content-wrap .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
.cid-v35vwxBNn6 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v35vwxBNn6 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v35vwxBNn6 .content-wrapper .cards-wrap .image-wrapper img {
  height: 270px;
  object-fit: cover;
}
.cid-v35vwxBNn6 .content-wrapper .cards-wrap .number-wrap {
  padding: 60px 40px;
  background-color: #ffbe0d;
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-v35vwxBNn6 .content-wrapper .cards-wrap .number-wrap {
    padding: 30px 16px;
    margin-top: 16px;
  }
}
.cid-v35vwxBNn6 .content-wrapper .cards-wrap .number-wrap .mbr-number {
  margin-bottom: 10px;
}
.cid-v35vwxBNn6 .content-wrapper .cards-wrap .number-wrap .mbr-number-desc {
  margin-bottom: 0;
}
.cid-v35vwxBNn6 .card-wrapper {
  overflow: hidden;
}
.cid-v35vwxBNn6 .card-wrapper .image-wrap img {
  height: 490px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v35vwxBNn6 .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v35vwxBNn6 .card-wrapper .item-content {
  padding: 54px;
  background-color: #fbfbfb;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .cid-v35vwxBNn6 .card-wrapper .item-content {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v35vwxBNn6 .card-wrapper .item-content {
    padding: 30px 16px;
  }
}
.cid-v35vwxBNn6 .card-wrapper .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.cid-v35vwxBNn6 .card-wrapper .item-content .card-label-wrapper .card-label-wrap .card-label {
  margin-bottom: 0;
}
.cid-v35vwxBNn6 .card-wrapper .item-content .card-label-wrapper .card-label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-v35vwxBNn6 .card-wrapper .item-content .card-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v35vwxBNn6 .card-wrapper .item-content .card-title {
    margin-bottom: 30px;
  }
}
.cid-v35vwxBNn6 .card-wrapper .item-content .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v35vwxBNn6 .card-wrapper .item-content .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-v35vwxBNn6 .mbr-label,
.cid-v35vwxBNn6 .label-wrapper {
  color: #151e11;
}
.cid-v35vwxBNn6 .mbr-section-title {
  color: #000000;
}
.cid-v35vwxBNn6 .mbr-number {
  color: #fff7ee;
}
.cid-v35vwxBNn6 .mbr-number-desc {
  color: #fff7ee;
}
.cid-v35vwxBNn6 .card-label,
.cid-v35vwxBNn6 .card-label-wrapper {
  color: #fff7ee;
}
.cid-v35vwxBNn6 .card-title {
  color: #000000;
  align-items: justify;
}
.cid-v35vwxBNn6 .card-text {
  color: #fff7ee;
}
.cid-v35vwxRe5d {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v35vwxRe5d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35vwxRe5d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35vwxRe5d .items-wrapper {
  margin: 0 -8px;
}
.cid-v35vwxRe5d .items-wrapper .item {
  padding: 0 8px;
}
.cid-v35vwxRe5d .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v35vwxRe5d .item {
    margin-bottom: 12px;
  }
}
.cid-v35vwxRe5d .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-v35vwybsAn {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v35vwybsAn .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-v35vwybsAn .row {
  border-bottom: 1px solid #ffffff;
}
.cid-v35vwybsAn H2 {
  color: #e7272d;
}
.cid-v35vwybsAn .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-v35vwybsAn .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-v35vwybsAn .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-v35vwybsAn .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #ffffff;
}
.cid-v35vwybsAn .col-lg-12 {
  overflow: hidden;
}
.cid-v35vwybsAn H4 {
  color: #fbbe36;
}
.cid-v35vwybsAn .mbr-text,
.cid-v35vwybsAn .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-v35vwybsAn .logo-wrap:before {
    content: none;
  }
  .cid-v35vwybsAn .logo-wrap:after {
    content: none;
  }
}
.cid-v35vwybsAn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35vwybsAn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35vwybsAn H3 {
  color: #ffbf18;
  text-align: left;
}
.cid-v35vwyxdsf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4142;
}
.cid-v35vwyxdsf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35vwyxdsf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35vwyxdsf .media-container-row {
  justify-content: space-between;
}
.cid-v35vwyxdsf .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v35vwyxdsf .text-content {
    max-width: none;
  }
}
.cid-v35vwyxdsf .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v35vwyxdsf .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v35vwyxdsf .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v35vwyxdsf .icons {
    justify-content: center !important;
  }
  .cid-v35vwyxdsf .text-content * {
    text-align: center;
  }
}
.cid-v35vwyxdsf .mbr-section-title {
  color: #ffffff;
}
.cid-v35vwyxdsf P {
  color: #ffffff;
}
.cid-v35vwz3G5E {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #3c4142;
}
.cid-v35vwz3G5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v35vwz3G5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v35vwz3G5E .icon-wrapper {
  margin-bottom: 20px;
}
.cid-v35vwz3G5E .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-v35vwz3G5E .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
  font-size: 0.8rem;
}
.cid-v35vwz3G5E .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v35vwz3G5E .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-v35vwz3G5E .mbr-desc,
.cid-v35vwz3G5E .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-v35vwz3G5E .mbr-text,
.cid-v35vwz3G5E .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
