.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 4.8rem;
  line-height: 1.1;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
  letter-spacing: -2px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.375rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #efeb2d !important;
}
.bg-success {
  background-color: #0e594a !important;
}
.bg-info {
  background-color: #f1f1f1 !important;
}
.bg-warning {
  background-color: #a94e85 !important;
}
.bg-danger {
  background-color: #6d1149 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #efeb2d !important;
  border-color: #efeb2d !important;
  color: #1b1a02 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f3f05c !important;
  border-color: #f3f05c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #1b1a02 !important;
  background-color: #f3f05c !important;
  border-color: #f3f05c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #851523 !important;
  border-color: #851523 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #b11c2f !important;
  border-color: #b11c2f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b11c2f !important;
  border-color: #b11c2f !important;
}
.btn-info,
.btn-info:active {
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
  color: #727272 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #727272 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #0e594a !important;
  border-color: #0e594a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #15856f !important;
  border-color: #15856f !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #15856f !important;
  border-color: #15856f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a94e85 !important;
  border-color: #a94e85 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #bc6e9d !important;
  border-color: #bc6e9d !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bc6e9d !important;
  border-color: #bc6e9d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6d1149 !important;
  border-color: #6d1149 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #991867 !important;
  border-color: #991867 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #991867 !important;
  border-color: #991867 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #efeb2d;
  color: #efeb2d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b7b40e !important;
  background-color: transparent !important;
  border-color: #b7b40e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #1b1a02 !important;
  background-color: #efeb2d !important;
  border-color: #efeb2d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #851523;
  color: #851523;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3a090f !important;
  background-color: transparent !important;
  border-color: #3a090f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #851523 !important;
  border-color: #851523 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f1f1f1;
  color: #f1f1f1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c6c6c6 !important;
  background-color: transparent !important;
  border-color: #c6c6c6 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #727272 !important;
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0e594a;
  color: #0e594a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #020e0c !important;
  background-color: transparent !important;
  border-color: #020e0c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0e594a !important;
  border-color: #0e594a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a94e85;
  color: #a94e85;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #6e3356 !important;
  background-color: transparent !important;
  border-color: #6e3356 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a94e85 !important;
  border-color: #a94e85 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #6d1149;
  color: #6d1149;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #220517 !important;
  background-color: transparent !important;
  border-color: #220517 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6d1149 !important;
  border-color: #6d1149 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #efeb2d !important;
}
.text-secondary {
  color: #851523 !important;
}
.text-success {
  color: #0e594a !important;
}
.text-info {
  color: #f1f1f1 !important;
}
.text-warning {
  color: #a94e85 !important;
}
.text-danger {
  color: #6d1149 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a9a60d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2d070c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000101 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bebebe !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #632e4e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #15030e !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: #efeb2d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f1f1f1;
}
.alert-warning {
  background-color: #a94e85;
}
.alert-danger {
  background-color: #6d1149;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #efeb2d;
  border-color: #efeb2d;
  color: #333204;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #efeb2d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdfdeb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #1fc7a6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d4a2c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #db2293;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #efeb2d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #efeb2d;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #efeb2d;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #efeb2d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #efeb2d;
  border-bottom-color: #efeb2d;
}
.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: #000000 !important;
  background-color: #efeb2d !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: #851523 !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='%23efeb2d' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  flex-direction: row-reverse;
  padding: 8px 20px;
  border-radius: 30px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin: 0 10px 0 0;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  border: none;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  margin: 0 16px 0 0;
}
.cid-tTSJdhFDIM {
  background-color: transparent;
}
.cid-tTSJdhFDIM .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-tTSJdhFDIM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-tTSJdhFDIM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTSJdhFDIM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tTSJdhFDIM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tTSJdhFDIM .menu_box .navbar.opened,
  .cid-tTSJdhFDIM .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tTSJdhFDIM .navbar-dropdown {
  position: relative !important;
}
.cid-tTSJdhFDIM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tTSJdhFDIM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-tTSJdhFDIM .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tTSJdhFDIM .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tTSJdhFDIM .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-tTSJdhFDIM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tTSJdhFDIM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tTSJdhFDIM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tTSJdhFDIM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTSJdhFDIM .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);
  }
  .cid-tTSJdhFDIM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tTSJdhFDIM li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tTSJdhFDIM .lg_brand {
    margin: 0 1rem;
  }
  .cid-tTSJdhFDIM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tTSJdhFDIM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tTSJdhFDIM .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tTSJdhFDIM .nav-item {
    margin: 0 !important;
  }
}
.cid-tTSJdhFDIM .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-tTSJdhFDIM .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-tTSJdhFDIM .nav-item .nav-link:hover:before,
.cid-tTSJdhFDIM .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-tTSJdhFDIM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tTSJdhFDIM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tTSJdhFDIM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tTSJdhFDIM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tTSJdhFDIM .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-tTSJdhFDIM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-tTSJdhFDIM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tTSJdhFDIM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tTSJdhFDIM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tTSJdhFDIM .container {
  display: flex;
  margin: auto;
}
.cid-tTSJdhFDIM .iconfont-wrapper {
  color: #01004c;
  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-tTSJdhFDIM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tTSJdhFDIM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tTSJdhFDIM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tTSJdhFDIM .navbar-nav {
    margin: 0;
  }
}
.cid-tTSJdhFDIM .dropdown-menu,
.cid-tTSJdhFDIM .navbar.opened {
  background-color: false !important;
}
.cid-tTSJdhFDIM .nav-item:focus,
.cid-tTSJdhFDIM .nav-link:focus {
  outline: none;
}
.cid-tTSJdhFDIM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTSJdhFDIM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTSJdhFDIM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTSJdhFDIM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTSJdhFDIM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTSJdhFDIM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTSJdhFDIM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tTSJdhFDIM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tTSJdhFDIM .navbar.opened {
  transition: all 0.3s;
}
.cid-tTSJdhFDIM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tTSJdhFDIM .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tTSJdhFDIM .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.cid-tTSJdhFDIM .navbar.collapsed {
  justify-content: center;
}
.cid-tTSJdhFDIM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTSJdhFDIM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tTSJdhFDIM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTSJdhFDIM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTSJdhFDIM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTSJdhFDIM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tTSJdhFDIM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tTSJdhFDIM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tTSJdhFDIM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tTSJdhFDIM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTSJdhFDIM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTSJdhFDIM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tTSJdhFDIM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTSJdhFDIM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tTSJdhFDIM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTSJdhFDIM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tTSJdhFDIM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tTSJdhFDIM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tTSJdhFDIM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tTSJdhFDIM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTSJdhFDIM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tTSJdhFDIM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tTSJdhFDIM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tTSJdhFDIM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTSJdhFDIM .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-tTSJdhFDIM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tTSJdhFDIM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTSJdhFDIM .dropdown-item.active,
.cid-tTSJdhFDIM .dropdown-item:active {
  background-color: transparent;
}
.cid-tTSJdhFDIM .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-tTSJdhFDIM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTSJdhFDIM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTSJdhFDIM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTSJdhFDIM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tTSJdhFDIM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTSJdhFDIM 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: #f1f1f1;
}
.cid-tTSJdhFDIM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-tTSJdhFDIM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTSJdhFDIM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTSJdhFDIM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTSJdhFDIM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTSJdhFDIM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTSJdhFDIM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTSJdhFDIM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTSJdhFDIM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTSJdhFDIM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tTSJdhFDIM .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-tTSJdhFDIM .navbar {
    height: 70px;
  }
  .cid-tTSJdhFDIM .navbar.opened {
    height: auto;
  }
  .cid-tTSJdhFDIM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTSJdhFDIM .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tTSJdhFDIM .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tTSJdhFDIM .navbar-caption:hover {
  color: #efeb2d;
}
@media (min-width: 992px) {
  .cid-tTSJdhFDIM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tTSJdhFDIM .text_widget {
  margin-bottom: 32px;
}
.cid-tTSJdhFDIM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tTSJdhFDIM .text_widget a:hover,
.cid-tTSJdhFDIM .text_widget a:focus {
  opacity: .8;
}
.cid-tTSJdhFDIM .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-tTSJdhFDIM .contacts-wrapper {
    display: none;
  }
}
.cid-tTSJdhFDIM .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-tTSJdhFDIM .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-tTSJdhFDIM .contacts-wrapper a .mbr-contact:hover:before,
.cid-tTSJdhFDIM .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-tTSJdhFDIM .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-tTSJdhFDIM .navbar-caption {
  color: #01004c;
}
.cid-tTSJdhFDIM .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-tTSJdhFDIM .mbr-section-subtitle,
.cid-tTSJdhFDIM .text_widget,
.cid-tTSJdhFDIM .mbr-section-btn {
  text-align: center;
}
.cid-tTSJdhFDIM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGHVpbdCDs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #efeb2d;
  background-color: #000000;
}
.cid-uGHVpbdCDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHVpbdCDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHVpbdCDs .card {
  justify-content: center;
}
.cid-uGHVpbdCDs .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uGHVpbdCDs .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uGHVpbdCDs .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uGHVpbdCDs .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uGHVpbdCDs .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uGHVpbdCDs .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uGHVpbdCDs .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #c2c728;
}
.cid-uGHVpbdCDs .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGHVpbdCDs .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGHVpbdCDs .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGHVpbdCDs .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uGHVpbdCDs .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uGHVpbdCDs .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uGHVpbdCDs .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGHVpbdCDs .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #efeb2d;
  box-shadow: -10px 10px 0 0 #efeb2d;
}
@media (max-width: 992px) {
  .cid-uGHVpbdCDs .image-wrapper img {
    box-shadow: -5px 5px 0 0 #efeb2d;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uGHVpbdCDs .image-wrapper img {
    box-shadow: -5px 5px 0 0 #efeb2d;
  }
}
.cid-uGHVpbdCDs .mbr-section-title {
  color: #ffffff;
}
.cid-uGHVpbdCDs .mbr-tag {
  color: #ffffff;
}
.cid-uGHVpbdCDs .mbr-text {
  color: #ffffff;
}
.cid-uGI0DM1Uv3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #efeb2d;
}
.cid-uGI0DM1Uv3 .mbr-text {
  color: #838383;
}
.cid-uGI0DM1Uv3 .mbr-section-subtitle {
  color: #838383;
}
.cid-uGI0DM1Uv3 .mbr-section-title {
  color: #000000;
}
.cid-uGI0DM1Uv3 .mbr-card-title {
  color: #ffffff;
}
.cid-uGI0DM1Uv3 .mbr-card-title,
.cid-uGI0DM1Uv3 .line {
  color: #000000;
}
.cid-uGI0DM1Uv3 .mbr-text1 {
  color: #000000;
}
.cid-uGI0DM1Uv3 h4 {
  line-height: 1.2;
}
.cid-uGI1jXSBKQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #efeb2d;
  background-color: #000000;
}
.cid-uGI1jXSBKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGI1jXSBKQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGI1jXSBKQ .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uGI1jXSBKQ .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uGI1jXSBKQ .content-wrapper {
    padding: 0;
  }
}
.cid-uGI1jXSBKQ .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-uGI1jXSBKQ .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #000000;
  border: 2px solid #efeb2d;
  box-shadow: -10px 10px 0 #efeb2d;
}
@media (max-width: 992px) {
  .cid-uGI1jXSBKQ .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #efeb2d;
  }
}
@media (max-width: 1440px) {
  .cid-uGI1jXSBKQ .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uGI1jXSBKQ .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-uGI1jXSBKQ .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-uGI1jXSBKQ .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uGI1jXSBKQ .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #efeb2d;
}
.cid-uGI1jXSBKQ .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-uGI1jXSBKQ .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-uGI1jXSBKQ .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #efeb2d;
}
@media (max-width: 992px) {
  .cid-uGI1jXSBKQ .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uGI1jXSBKQ .mbr-section-title {
  color: #2C2625;
}
.cid-uGI1jXSBKQ .mbr-date {
  color: #2C2625;
}
.cid-uGI1jXSBKQ .mbr-tag {
  color: #ffffff;
}
.cid-uGI1jXSBKQ .mbr-section-title,
.cid-uGI1jXSBKQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uGI1VTRuye {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uGI1VTRuye .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGI1VTRuye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGI1VTRuye .row {
  justify-content: center;
}
.cid-uGI1VTRuye .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uGI1VTRuye .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uGI1VTRuye .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uGI1VTRuye .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #efeb2d;
}
@media (max-width: 992px) {
  .cid-uGI1VTRuye .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uGI1VTRuye .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGI1VTRuye .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGI1VTRuye .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGI1VTRuye .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uGI1VTRuye .mbr-section-title {
  color: #ffffff;
}
.cid-uGI1VTRuye .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-uGI1VTRuye .mbr-text,
.cid-uGI1VTRuye .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uGI1VTRuye .mbr-section-title,
.cid-uGI1VTRuye .mbr-section-btn {
  text-align: center;
}
.cid-uGI2pg0jHF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGI2pg0jHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGI2pg0jHF .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-uGI2pg0jHF .container {
    padding: 0 15px;
  }
}
.cid-uGI2pg0jHF .content-wrapper {
  position: relative;
}
.cid-uGI2pg0jHF .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGI2pg0jHF .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uGI2pg0jHF .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGI2pg0jHF .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uGI2pg0jHF .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uGI2pg0jHF .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uGI2pg0jHF .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uGI2pg0jHF .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.cid-uGI2pg0jHF .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGI2pg0jHF .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uGI2pg0jHF .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-uGI2pg0jHF .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #efeb2d;
  transform: skewX(-20deg);
}
.cid-uGI2pg0jHF .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGI2pg0jHF .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uGI2pg0jHF .mbr-text {
  color: #f7f5f6;
}
.cid-uGI2pg0jHF .mbr-section-title {
  color: #ffffff;
}
.cid-uGI1Aplecq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGI1Aplecq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGI1Aplecq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGI1Aplecq .row {
  justify-content: center;
}
.cid-uGI1Aplecq .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uGI1Aplecq .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uGI1Aplecq .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGI1Aplecq .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-uGI1Aplecq .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uGI1Aplecq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGI1Aplecq .mbr-section-title,
.cid-uGI1Aplecq .mbr-iconfont {
  color: #FFBE0D;
}
.cid-uGI1Aplecq .mbr-desc {
  color: #fff7ee;
}
.cid-uGI1Aplecq .mbr-text {
  color: #ffffff;
}
.cid-uGI1Aplecq .mbr-section-title,
.cid-uGI1Aplecq .title-wrapper,
.cid-uGI1Aplecq .mbr-iconfont {
  color: #ffffff;
}
.cid-uGHVPmQ4cV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGHVPmQ4cV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHVPmQ4cV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHVPmQ4cV .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #000000 -30%, #000000 20%, #efeb2d 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGHVPmQ4cV .card-wrapper {
    padding: 16px;
  }
}
.cid-uGHVPmQ4cV .card-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGHVPmQ4cV .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGHVPmQ4cV .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uGHVPmQ4cV .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGHVPmQ4cV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGHVPmQ4cV .list {
  color: #ffffff;
  text-align: center;
}
.cid-uGF36tltgi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uGF36tltgi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGF36tltgi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGF36tltgi .copyright {
  color: #ffffff;
}
.cid-uGF36tltgi .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uGF36tltgi .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uGF36tltgi .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uGF36tltgi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGF36tltgi .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uGF36tltgi .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGF36tltgi .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uGF36tltgi .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uGF36tltgi .row-links-soc,
.cid-uGF36tltgi .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uGF36tltgi .copyright,
.cid-uGF36tltgi .line {
  color: #ffffff;
}
.cid-uGHYX2iinp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #efeb2d;
  background-color: #2c2625;
}
.cid-uGHYX2iinp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHYX2iinp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHYX2iinp .card {
  justify-content: center;
}
.cid-uGHYX2iinp .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uGHYX2iinp .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uGHYX2iinp .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uGHYX2iinp .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uGHYX2iinp .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uGHYX2iinp .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uGHYX2iinp .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uGHYX2iinp .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGHYX2iinp .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGHYX2iinp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGHYX2iinp .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uGHYX2iinp .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uGHYX2iinp .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uGHYX2iinp .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGHYX2iinp .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #efeb2d;
  box-shadow: -10px 10px 0 0 #efeb2d;
}
@media (max-width: 992px) {
  .cid-uGHYX2iinp .image-wrapper img {
    box-shadow: -5px 5px 0 0 #efeb2d;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uGHYX2iinp .image-wrapper img {
    box-shadow: -5px 5px 0 0 #efeb2d;
  }
}
.cid-uGHYX2iinp .mbr-section-title {
  color: #ffffff;
}
.cid-uGHYX2iinp .mbr-tag {
  color: #ffffff;
}
.cid-uGHYX2iinp .mbr-text {
  color: #ffffff;
}
.cid-uGF8tT8sKn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGF8tT8sKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGF8tT8sKn .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-uGF8tT8sKn .container {
    padding: 0 30px;
  }
}
.cid-uGF8tT8sKn .row {
  justify-content: center;
}
.cid-uGF8tT8sKn .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uGF8tT8sKn .text-wrapper {
    padding-left: 30px;
  }
}
.cid-uGF8tT8sKn .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #ffffff;
}
.cid-uGF8tT8sKn .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-uGF8tT8sKn .mbr-text {
  color: #000000;
}
.cid-uGF8tTqF1z {
  background-color: transparent;
}
.cid-uGF8tTqF1z .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uGF8tTqF1z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uGF8tTqF1z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGF8tTqF1z .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uGF8tTqF1z .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uGF8tTqF1z .menu_box .navbar.opened,
  .cid-uGF8tTqF1z .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGF8tTqF1z .navbar-dropdown {
  position: relative !important;
}
.cid-uGF8tTqF1z .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uGF8tTqF1z .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uGF8tTqF1z .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uGF8tTqF1z .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uGF8tTqF1z .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uGF8tTqF1z .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGF8tTqF1z .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGF8tTqF1z ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGF8tTqF1z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGF8tTqF1z .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);
  }
  .cid-uGF8tTqF1z .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGF8tTqF1z li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGF8tTqF1z .lg_brand {
    margin: 0 1rem;
  }
  .cid-uGF8tTqF1z .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uGF8tTqF1z .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGF8tTqF1z .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGF8tTqF1z .nav-item {
    margin: 0 !important;
  }
}
.cid-uGF8tTqF1z .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uGF8tTqF1z .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uGF8tTqF1z .nav-item .nav-link:hover:before,
.cid-uGF8tTqF1z .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uGF8tTqF1z .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGF8tTqF1z .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGF8tTqF1z .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGF8tTqF1z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGF8tTqF1z .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-uGF8tTqF1z .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uGF8tTqF1z .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGF8tTqF1z .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGF8tTqF1z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGF8tTqF1z .container {
  display: flex;
  margin: auto;
}
.cid-uGF8tTqF1z .iconfont-wrapper {
  color: #01004c;
  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-uGF8tTqF1z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGF8tTqF1z .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGF8tTqF1z .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGF8tTqF1z .navbar-nav {
    margin: 0;
  }
}
.cid-uGF8tTqF1z .dropdown-menu,
.cid-uGF8tTqF1z .navbar.opened {
  background-color: false !important;
}
.cid-uGF8tTqF1z .nav-item:focus,
.cid-uGF8tTqF1z .nav-link:focus {
  outline: none;
}
.cid-uGF8tTqF1z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGF8tTqF1z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGF8tTqF1z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGF8tTqF1z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGF8tTqF1z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGF8tTqF1z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGF8tTqF1z .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGF8tTqF1z .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGF8tTqF1z .navbar.opened {
  transition: all 0.3s;
}
.cid-uGF8tTqF1z .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGF8tTqF1z .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uGF8tTqF1z .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.cid-uGF8tTqF1z .navbar.collapsed {
  justify-content: center;
}
.cid-uGF8tTqF1z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGF8tTqF1z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGF8tTqF1z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGF8tTqF1z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGF8tTqF1z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGF8tTqF1z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGF8tTqF1z .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGF8tTqF1z .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGF8tTqF1z .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uGF8tTqF1z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGF8tTqF1z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGF8tTqF1z .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGF8tTqF1z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGF8tTqF1z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGF8tTqF1z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGF8tTqF1z .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGF8tTqF1z .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGF8tTqF1z .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGF8tTqF1z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uGF8tTqF1z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGF8tTqF1z .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGF8tTqF1z .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGF8tTqF1z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGF8tTqF1z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGF8tTqF1z .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-uGF8tTqF1z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGF8tTqF1z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGF8tTqF1z .dropdown-item.active,
.cid-uGF8tTqF1z .dropdown-item:active {
  background-color: transparent;
}
.cid-uGF8tTqF1z .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uGF8tTqF1z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGF8tTqF1z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGF8tTqF1z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGF8tTqF1z ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGF8tTqF1z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGF8tTqF1z 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: #f1f1f1;
}
.cid-uGF8tTqF1z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-uGF8tTqF1z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGF8tTqF1z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGF8tTqF1z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGF8tTqF1z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGF8tTqF1z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGF8tTqF1z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGF8tTqF1z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGF8tTqF1z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGF8tTqF1z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGF8tTqF1z .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-uGF8tTqF1z .navbar {
    height: 70px;
  }
  .cid-uGF8tTqF1z .navbar.opened {
    height: auto;
  }
  .cid-uGF8tTqF1z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGF8tTqF1z .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGF8tTqF1z .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uGF8tTqF1z .navbar-caption:hover {
  color: #efeb2d;
}
@media (min-width: 992px) {
  .cid-uGF8tTqF1z .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGF8tTqF1z .text_widget {
  margin-bottom: 32px;
}
.cid-uGF8tTqF1z .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uGF8tTqF1z .text_widget a:hover,
.cid-uGF8tTqF1z .text_widget a:focus {
  opacity: .8;
}
.cid-uGF8tTqF1z .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uGF8tTqF1z .contacts-wrapper {
    display: none;
  }
}
.cid-uGF8tTqF1z .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uGF8tTqF1z .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uGF8tTqF1z .contacts-wrapper a .mbr-contact:hover:before,
.cid-uGF8tTqF1z .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uGF8tTqF1z .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uGF8tTqF1z .navbar-caption {
  color: #01004c;
}
.cid-uGF8tTqF1z .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uGF8tTqF1z .mbr-section-subtitle,
.cid-uGF8tTqF1z .text_widget,
.cid-uGF8tTqF1z .mbr-section-btn {
  text-align: center;
}
.cid-uGF8tTqF1z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGHYQzKcfx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGHYQzKcfx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHYQzKcfx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHYQzKcfx .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #353535 -30%, #000000 20%, #efeb2d 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGHYQzKcfx .card-wrapper {
    padding: 16px;
  }
}
.cid-uGHYQzKcfx .card-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGHYQzKcfx .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGHYQzKcfx .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uGHYQzKcfx .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGHYQzKcfx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGHYQzKcfx .list {
  color: #ffffff;
  text-align: center;
}
.cid-uGF8tUri0z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uGF8tUri0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGF8tUri0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGF8tUri0z .copyright {
  color: #ffffff;
}
.cid-uGF8tUri0z .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uGF8tUri0z .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uGF8tUri0z .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uGF8tUri0z .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGF8tUri0z .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uGF8tUri0z .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGF8tUri0z .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uGF8tUri0z .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uGF8tUri0z .row-links-soc,
.cid-uGF8tUri0z .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uGF8tUri0z .copyright,
.cid-uGF8tUri0z .line {
  color: #ffffff;
}
.cid-uGHZ19eJms {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #efeb2d;
  background-color: #000000;
}
.cid-uGHZ19eJms .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHZ19eJms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHZ19eJms .card {
  justify-content: center;
}
.cid-uGHZ19eJms .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uGHZ19eJms .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uGHZ19eJms .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uGHZ19eJms .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uGHZ19eJms .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uGHZ19eJms .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uGHZ19eJms .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #ffffff;
}
.cid-uGHZ19eJms .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGHZ19eJms .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGHZ19eJms .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGHZ19eJms .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uGHZ19eJms .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uGHZ19eJms .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uGHZ19eJms .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGHZ19eJms .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #efeb2d;
  box-shadow: -10px 10px 0 0 #efeb2d;
}
@media (max-width: 992px) {
  .cid-uGHZ19eJms .image-wrapper img {
    box-shadow: -5px 5px 0 0 #efeb2d;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uGHZ19eJms .image-wrapper img {
    box-shadow: -5px 5px 0 0 #efeb2d;
  }
}
.cid-uGHZ19eJms .mbr-section-title {
  color: #ffffff;
}
.cid-uGHZ19eJms .mbr-tag {
  color: #ffffff;
}
.cid-uGHZ19eJms .mbr-text {
  color: #ffffff;
}
.cid-uGF93kCJ9N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGF93kCJ9N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGF93kCJ9N .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-uGF93kCJ9N .container {
    padding: 0 30px;
  }
}
.cid-uGF93kCJ9N .row {
  justify-content: center;
}
.cid-uGF93kCJ9N .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uGF93kCJ9N .text-wrapper {
    padding-left: 30px;
  }
}
.cid-uGF93kCJ9N .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #ffffff;
}
.cid-uGF93kCJ9N .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-uGF93kCJ9N .mbr-text {
  color: #000000;
}
.cid-uGHZ41jbTH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGHZ41jbTH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHZ41jbTH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHZ41jbTH .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #353535 -30%, #000000 20%, #efeb2d 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGHZ41jbTH .card-wrapper {
    padding: 16px;
  }
}
.cid-uGHZ41jbTH .card-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGHZ41jbTH .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGHZ41jbTH .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uGHZ41jbTH .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGHZ41jbTH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGHZ41jbTH .list {
  color: #ffffff;
  text-align: center;
}
.cid-uGF93kSFvc {
  background-color: transparent;
}
.cid-uGF93kSFvc .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uGF93kSFvc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uGF93kSFvc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGF93kSFvc .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uGF93kSFvc .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uGF93kSFvc .menu_box .navbar.opened,
  .cid-uGF93kSFvc .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGF93kSFvc .navbar-dropdown {
  position: relative !important;
}
.cid-uGF93kSFvc .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uGF93kSFvc .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uGF93kSFvc .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uGF93kSFvc .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uGF93kSFvc .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uGF93kSFvc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGF93kSFvc .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGF93kSFvc ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGF93kSFvc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGF93kSFvc .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);
  }
  .cid-uGF93kSFvc .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGF93kSFvc li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGF93kSFvc .lg_brand {
    margin: 0 1rem;
  }
  .cid-uGF93kSFvc .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uGF93kSFvc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGF93kSFvc .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGF93kSFvc .nav-item {
    margin: 0 !important;
  }
}
.cid-uGF93kSFvc .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uGF93kSFvc .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uGF93kSFvc .nav-item .nav-link:hover:before,
.cid-uGF93kSFvc .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uGF93kSFvc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGF93kSFvc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGF93kSFvc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGF93kSFvc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGF93kSFvc .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-uGF93kSFvc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uGF93kSFvc .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGF93kSFvc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGF93kSFvc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGF93kSFvc .container {
  display: flex;
  margin: auto;
}
.cid-uGF93kSFvc .iconfont-wrapper {
  color: #01004c;
  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-uGF93kSFvc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGF93kSFvc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGF93kSFvc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGF93kSFvc .navbar-nav {
    margin: 0;
  }
}
.cid-uGF93kSFvc .dropdown-menu,
.cid-uGF93kSFvc .navbar.opened {
  background-color: false !important;
}
.cid-uGF93kSFvc .nav-item:focus,
.cid-uGF93kSFvc .nav-link:focus {
  outline: none;
}
.cid-uGF93kSFvc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGF93kSFvc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGF93kSFvc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGF93kSFvc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGF93kSFvc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGF93kSFvc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGF93kSFvc .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGF93kSFvc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGF93kSFvc .navbar.opened {
  transition: all 0.3s;
}
.cid-uGF93kSFvc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGF93kSFvc .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uGF93kSFvc .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.cid-uGF93kSFvc .navbar.collapsed {
  justify-content: center;
}
.cid-uGF93kSFvc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGF93kSFvc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGF93kSFvc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGF93kSFvc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGF93kSFvc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGF93kSFvc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGF93kSFvc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGF93kSFvc .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGF93kSFvc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uGF93kSFvc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGF93kSFvc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGF93kSFvc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGF93kSFvc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGF93kSFvc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGF93kSFvc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGF93kSFvc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGF93kSFvc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGF93kSFvc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGF93kSFvc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uGF93kSFvc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGF93kSFvc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGF93kSFvc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGF93kSFvc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGF93kSFvc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGF93kSFvc .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-uGF93kSFvc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGF93kSFvc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGF93kSFvc .dropdown-item.active,
.cid-uGF93kSFvc .dropdown-item:active {
  background-color: transparent;
}
.cid-uGF93kSFvc .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uGF93kSFvc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGF93kSFvc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGF93kSFvc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGF93kSFvc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGF93kSFvc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGF93kSFvc 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: #f1f1f1;
}
.cid-uGF93kSFvc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-uGF93kSFvc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGF93kSFvc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGF93kSFvc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGF93kSFvc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGF93kSFvc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGF93kSFvc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGF93kSFvc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGF93kSFvc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGF93kSFvc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGF93kSFvc .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-uGF93kSFvc .navbar {
    height: 70px;
  }
  .cid-uGF93kSFvc .navbar.opened {
    height: auto;
  }
  .cid-uGF93kSFvc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGF93kSFvc .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGF93kSFvc .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uGF93kSFvc .navbar-caption:hover {
  color: #efeb2d;
}
@media (min-width: 992px) {
  .cid-uGF93kSFvc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGF93kSFvc .text_widget {
  margin-bottom: 32px;
}
.cid-uGF93kSFvc .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uGF93kSFvc .text_widget a:hover,
.cid-uGF93kSFvc .text_widget a:focus {
  opacity: .8;
}
.cid-uGF93kSFvc .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uGF93kSFvc .contacts-wrapper {
    display: none;
  }
}
.cid-uGF93kSFvc .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uGF93kSFvc .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uGF93kSFvc .contacts-wrapper a .mbr-contact:hover:before,
.cid-uGF93kSFvc .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uGF93kSFvc .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uGF93kSFvc .navbar-caption {
  color: #01004c;
}
.cid-uGF93kSFvc .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uGF93kSFvc .mbr-section-subtitle,
.cid-uGF93kSFvc .text_widget,
.cid-uGF93kSFvc .mbr-section-btn {
  text-align: center;
}
.cid-uGF93kSFvc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGF93lFpaI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uGF93lFpaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGF93lFpaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGF93lFpaI .copyright {
  color: #ffffff;
}
.cid-uGF93lFpaI .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uGF93lFpaI .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uGF93lFpaI .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uGF93lFpaI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGF93lFpaI .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uGF93lFpaI .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGF93lFpaI .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uGF93lFpaI .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uGF93lFpaI .row-links-soc,
.cid-uGF93lFpaI .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uGF93lFpaI .copyright,
.cid-uGF93lFpaI .line {
  color: #ffffff;
}
.cid-uGI6Mtg6DP {
  background-color: transparent;
}
.cid-uGI6Mtg6DP .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uGI6Mtg6DP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uGI6Mtg6DP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGI6Mtg6DP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uGI6Mtg6DP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uGI6Mtg6DP .menu_box .navbar.opened,
  .cid-uGI6Mtg6DP .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGI6Mtg6DP .navbar-dropdown {
  position: relative !important;
}
.cid-uGI6Mtg6DP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uGI6Mtg6DP .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uGI6Mtg6DP .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uGI6Mtg6DP .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uGI6Mtg6DP .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uGI6Mtg6DP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGI6Mtg6DP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGI6Mtg6DP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGI6Mtg6DP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGI6Mtg6DP .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);
  }
  .cid-uGI6Mtg6DP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGI6Mtg6DP li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGI6Mtg6DP .lg_brand {
    margin: 0 1rem;
  }
  .cid-uGI6Mtg6DP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uGI6Mtg6DP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGI6Mtg6DP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGI6Mtg6DP .nav-item {
    margin: 0 !important;
  }
}
.cid-uGI6Mtg6DP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uGI6Mtg6DP .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uGI6Mtg6DP .nav-item .nav-link:hover:before,
.cid-uGI6Mtg6DP .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uGI6Mtg6DP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGI6Mtg6DP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGI6Mtg6DP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGI6Mtg6DP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGI6Mtg6DP .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-uGI6Mtg6DP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uGI6Mtg6DP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGI6Mtg6DP .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGI6Mtg6DP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGI6Mtg6DP .container {
  display: flex;
  margin: auto;
}
.cid-uGI6Mtg6DP .iconfont-wrapper {
  color: #01004c;
  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-uGI6Mtg6DP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGI6Mtg6DP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGI6Mtg6DP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGI6Mtg6DP .navbar-nav {
    margin: 0;
  }
}
.cid-uGI6Mtg6DP .dropdown-menu,
.cid-uGI6Mtg6DP .navbar.opened {
  background-color: false !important;
}
.cid-uGI6Mtg6DP .nav-item:focus,
.cid-uGI6Mtg6DP .nav-link:focus {
  outline: none;
}
.cid-uGI6Mtg6DP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGI6Mtg6DP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGI6Mtg6DP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGI6Mtg6DP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGI6Mtg6DP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGI6Mtg6DP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGI6Mtg6DP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGI6Mtg6DP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGI6Mtg6DP .navbar.opened {
  transition: all 0.3s;
}
.cid-uGI6Mtg6DP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGI6Mtg6DP .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uGI6Mtg6DP .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.cid-uGI6Mtg6DP .navbar.collapsed {
  justify-content: center;
}
.cid-uGI6Mtg6DP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGI6Mtg6DP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGI6Mtg6DP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGI6Mtg6DP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGI6Mtg6DP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGI6Mtg6DP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGI6Mtg6DP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGI6Mtg6DP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGI6Mtg6DP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uGI6Mtg6DP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGI6Mtg6DP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGI6Mtg6DP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGI6Mtg6DP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGI6Mtg6DP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGI6Mtg6DP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGI6Mtg6DP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGI6Mtg6DP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGI6Mtg6DP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGI6Mtg6DP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uGI6Mtg6DP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGI6Mtg6DP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGI6Mtg6DP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGI6Mtg6DP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGI6Mtg6DP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGI6Mtg6DP .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-uGI6Mtg6DP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGI6Mtg6DP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGI6Mtg6DP .dropdown-item.active,
.cid-uGI6Mtg6DP .dropdown-item:active {
  background-color: transparent;
}
.cid-uGI6Mtg6DP .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uGI6Mtg6DP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGI6Mtg6DP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGI6Mtg6DP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGI6Mtg6DP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGI6Mtg6DP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGI6Mtg6DP 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: #f1f1f1;
}
.cid-uGI6Mtg6DP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-uGI6Mtg6DP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGI6Mtg6DP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGI6Mtg6DP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGI6Mtg6DP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGI6Mtg6DP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGI6Mtg6DP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGI6Mtg6DP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGI6Mtg6DP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGI6Mtg6DP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGI6Mtg6DP .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-uGI6Mtg6DP .navbar {
    height: 70px;
  }
  .cid-uGI6Mtg6DP .navbar.opened {
    height: auto;
  }
  .cid-uGI6Mtg6DP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGI6Mtg6DP .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGI6Mtg6DP .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uGI6Mtg6DP .navbar-caption:hover {
  color: #efeb2d;
}
@media (min-width: 992px) {
  .cid-uGI6Mtg6DP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGI6Mtg6DP .text_widget {
  margin-bottom: 32px;
}
.cid-uGI6Mtg6DP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uGI6Mtg6DP .text_widget a:hover,
.cid-uGI6Mtg6DP .text_widget a:focus {
  opacity: .8;
}
.cid-uGI6Mtg6DP .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uGI6Mtg6DP .contacts-wrapper {
    display: none;
  }
}
.cid-uGI6Mtg6DP .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uGI6Mtg6DP .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uGI6Mtg6DP .contacts-wrapper a .mbr-contact:hover:before,
.cid-uGI6Mtg6DP .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uGI6Mtg6DP .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uGI6Mtg6DP .navbar-caption {
  color: #01004c;
}
.cid-uGI6Mtg6DP .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uGI6Mtg6DP .mbr-section-subtitle,
.cid-uGI6Mtg6DP .text_widget,
.cid-uGI6Mtg6DP .mbr-section-btn {
  text-align: center;
}
.cid-uGI6Mtg6DP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGI6MuR1pu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #efeb2d;
  background-color: #000000;
}
.cid-uGI6MuR1pu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGI6MuR1pu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGI6MuR1pu .card {
  justify-content: center;
}
.cid-uGI6MuR1pu .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uGI6MuR1pu .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uGI6MuR1pu .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uGI6MuR1pu .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uGI6MuR1pu .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uGI6MuR1pu .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uGI6MuR1pu .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #c2c728;
}
.cid-uGI6MuR1pu .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGI6MuR1pu .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGI6MuR1pu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGI6MuR1pu .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uGI6MuR1pu .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uGI6MuR1pu .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uGI6MuR1pu .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGI6MuR1pu .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #efeb2d;
  box-shadow: -10px 10px 0 0 #efeb2d;
}
@media (max-width: 992px) {
  .cid-uGI6MuR1pu .image-wrapper img {
    box-shadow: -5px 5px 0 0 #efeb2d;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uGI6MuR1pu .image-wrapper img {
    box-shadow: -5px 5px 0 0 #efeb2d;
  }
}
.cid-uGI6MuR1pu .mbr-section-title {
  color: #ffffff;
}
.cid-uGI6MuR1pu .mbr-tag {
  color: #ffffff;
}
.cid-uGI6MuR1pu .mbr-text {
  color: #ffffff;
}
.cid-uGI6Mw4tjH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efeb2d;
}
.cid-uGI6Mw4tjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGI6Mw4tjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGI6Mw4tjH .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uGI6Mw4tjH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uGI6Mw4tjH .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uGI6Mw4tjH .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uGI6Mw4tjH .container {
    padding: 0 14px;
  }
}
.cid-uGI6Mw4tjH .row {
  justify-content: center;
}
.cid-uGI6Mw4tjH .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGI6Mw4tjH .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGI6Mw4tjH .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uGI6Mw4tjH .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uGI6Mw4tjH .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uGI6Mw4tjH .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uGI6Mw4tjH .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uGI6Mw4tjH .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-uGI6Mw4tjH .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uGI6Mw4tjH .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uGI6Mw4tjH .mbr-text_1 {
  color: #000000;
}
.cid-uGI6Mw4tjH .list {
  color: #01004c;
}
.cid-uGI6Mw4tjH .mbr-text_2 {
  color: #01004c;
}
.cid-uGI6Mx9gYN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGI6Mx9gYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGI6Mx9gYN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGI6Mx9gYN .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #353535 -30%, #000000 20%, #efeb2d 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGI6Mx9gYN .card-wrapper {
    padding: 16px;
  }
}
.cid-uGI6Mx9gYN .card-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGI6Mx9gYN .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGI6Mx9gYN .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uGI6Mx9gYN .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGI6Mx9gYN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGI6Mx9gYN .list {
  color: #ffffff;
  text-align: center;
}
.cid-uGI6MxUbCm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uGI6MxUbCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGI6MxUbCm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGI6MxUbCm .copyright {
  color: #ffffff;
}
.cid-uGI6MxUbCm .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uGI6MxUbCm .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uGI6MxUbCm .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uGI6MxUbCm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGI6MxUbCm .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uGI6MxUbCm .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGI6MxUbCm .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uGI6MxUbCm .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uGI6MxUbCm .row-links-soc,
.cid-uGI6MxUbCm .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uGI6MxUbCm .copyright,
.cid-uGI6MxUbCm .line {
  color: #ffffff;
}
.cid-uGI6nYMz0l {
  background-color: transparent;
}
.cid-uGI6nYMz0l .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uGI6nYMz0l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uGI6nYMz0l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGI6nYMz0l .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uGI6nYMz0l .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uGI6nYMz0l .menu_box .navbar.opened,
  .cid-uGI6nYMz0l .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGI6nYMz0l .navbar-dropdown {
  position: relative !important;
}
.cid-uGI6nYMz0l .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uGI6nYMz0l .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uGI6nYMz0l .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uGI6nYMz0l .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uGI6nYMz0l .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uGI6nYMz0l .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGI6nYMz0l .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGI6nYMz0l ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGI6nYMz0l .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGI6nYMz0l .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);
  }
  .cid-uGI6nYMz0l .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGI6nYMz0l li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGI6nYMz0l .lg_brand {
    margin: 0 1rem;
  }
  .cid-uGI6nYMz0l .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uGI6nYMz0l .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGI6nYMz0l .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGI6nYMz0l .nav-item {
    margin: 0 !important;
  }
}
.cid-uGI6nYMz0l .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uGI6nYMz0l .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uGI6nYMz0l .nav-item .nav-link:hover:before,
.cid-uGI6nYMz0l .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uGI6nYMz0l .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGI6nYMz0l .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGI6nYMz0l .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGI6nYMz0l .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGI6nYMz0l .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-uGI6nYMz0l .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uGI6nYMz0l .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGI6nYMz0l .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGI6nYMz0l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGI6nYMz0l .container {
  display: flex;
  margin: auto;
}
.cid-uGI6nYMz0l .iconfont-wrapper {
  color: #01004c;
  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-uGI6nYMz0l .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGI6nYMz0l .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGI6nYMz0l .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGI6nYMz0l .navbar-nav {
    margin: 0;
  }
}
.cid-uGI6nYMz0l .dropdown-menu,
.cid-uGI6nYMz0l .navbar.opened {
  background-color: false !important;
}
.cid-uGI6nYMz0l .nav-item:focus,
.cid-uGI6nYMz0l .nav-link:focus {
  outline: none;
}
.cid-uGI6nYMz0l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGI6nYMz0l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGI6nYMz0l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGI6nYMz0l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGI6nYMz0l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGI6nYMz0l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGI6nYMz0l .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGI6nYMz0l .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGI6nYMz0l .navbar.opened {
  transition: all 0.3s;
}
.cid-uGI6nYMz0l .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGI6nYMz0l .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uGI6nYMz0l .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.cid-uGI6nYMz0l .navbar.collapsed {
  justify-content: center;
}
.cid-uGI6nYMz0l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGI6nYMz0l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGI6nYMz0l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGI6nYMz0l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGI6nYMz0l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGI6nYMz0l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGI6nYMz0l .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGI6nYMz0l .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGI6nYMz0l .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uGI6nYMz0l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGI6nYMz0l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGI6nYMz0l .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGI6nYMz0l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGI6nYMz0l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGI6nYMz0l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGI6nYMz0l .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGI6nYMz0l .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGI6nYMz0l .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGI6nYMz0l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uGI6nYMz0l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGI6nYMz0l .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGI6nYMz0l .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGI6nYMz0l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGI6nYMz0l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGI6nYMz0l .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-uGI6nYMz0l .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGI6nYMz0l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGI6nYMz0l .dropdown-item.active,
.cid-uGI6nYMz0l .dropdown-item:active {
  background-color: transparent;
}
.cid-uGI6nYMz0l .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uGI6nYMz0l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGI6nYMz0l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGI6nYMz0l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGI6nYMz0l ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGI6nYMz0l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGI6nYMz0l 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: #f1f1f1;
}
.cid-uGI6nYMz0l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-uGI6nYMz0l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGI6nYMz0l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGI6nYMz0l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGI6nYMz0l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGI6nYMz0l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGI6nYMz0l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGI6nYMz0l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGI6nYMz0l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGI6nYMz0l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGI6nYMz0l .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-uGI6nYMz0l .navbar {
    height: 70px;
  }
  .cid-uGI6nYMz0l .navbar.opened {
    height: auto;
  }
  .cid-uGI6nYMz0l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGI6nYMz0l .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGI6nYMz0l .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uGI6nYMz0l .navbar-caption:hover {
  color: #efeb2d;
}
@media (min-width: 992px) {
  .cid-uGI6nYMz0l .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGI6nYMz0l .text_widget {
  margin-bottom: 32px;
}
.cid-uGI6nYMz0l .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uGI6nYMz0l .text_widget a:hover,
.cid-uGI6nYMz0l .text_widget a:focus {
  opacity: .8;
}
.cid-uGI6nYMz0l .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uGI6nYMz0l .contacts-wrapper {
    display: none;
  }
}
.cid-uGI6nYMz0l .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uGI6nYMz0l .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uGI6nYMz0l .contacts-wrapper a .mbr-contact:hover:before,
.cid-uGI6nYMz0l .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uGI6nYMz0l .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uGI6nYMz0l .navbar-caption {
  color: #01004c;
}
.cid-uGI6nYMz0l .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uGI6nYMz0l .mbr-section-subtitle,
.cid-uGI6nYMz0l .text_widget,
.cid-uGI6nYMz0l .mbr-section-btn {
  text-align: center;
}
.cid-uGI6nYMz0l a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGI6o0eprb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #efeb2d;
  background-color: #000000;
}
.cid-uGI6o0eprb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGI6o0eprb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGI6o0eprb .card {
  justify-content: center;
}
.cid-uGI6o0eprb .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uGI6o0eprb .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uGI6o0eprb .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uGI6o0eprb .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uGI6o0eprb .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uGI6o0eprb .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uGI6o0eprb .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #c2c728;
}
.cid-uGI6o0eprb .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGI6o0eprb .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGI6o0eprb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGI6o0eprb .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uGI6o0eprb .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uGI6o0eprb .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uGI6o0eprb .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGI6o0eprb .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #efeb2d;
  box-shadow: -10px 10px 0 0 #efeb2d;
}
@media (max-width: 992px) {
  .cid-uGI6o0eprb .image-wrapper img {
    box-shadow: -5px 5px 0 0 #efeb2d;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uGI6o0eprb .image-wrapper img {
    box-shadow: -5px 5px 0 0 #efeb2d;
  }
}
.cid-uGI6o0eprb .mbr-section-title {
  color: #ffffff;
}
.cid-uGI6o0eprb .mbr-tag {
  color: #ffffff;
}
.cid-uGI6o0eprb .mbr-text {
  color: #ffffff;
}
.cid-uGI6o1cBnN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efeb2d;
}
.cid-uGI6o1cBnN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGI6o1cBnN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGI6o1cBnN .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uGI6o1cBnN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uGI6o1cBnN .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uGI6o1cBnN .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uGI6o1cBnN .container {
    padding: 0 14px;
  }
}
.cid-uGI6o1cBnN .row {
  justify-content: center;
}
.cid-uGI6o1cBnN .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGI6o1cBnN .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGI6o1cBnN .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uGI6o1cBnN .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uGI6o1cBnN .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uGI6o1cBnN .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uGI6o1cBnN .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uGI6o1cBnN .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-uGI6o1cBnN .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uGI6o1cBnN .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uGI6o1cBnN .mbr-text_1 {
  color: #000000;
}
.cid-uGI6o1cBnN .list {
  color: #01004c;
}
.cid-uGI6o1cBnN .mbr-text_2 {
  color: #01004c;
}
.cid-uGI6o2iypo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGI6o2iypo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGI6o2iypo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGI6o2iypo .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #353535 -30%, #000000 20%, #efeb2d 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGI6o2iypo .card-wrapper {
    padding: 16px;
  }
}
.cid-uGI6o2iypo .card-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGI6o2iypo .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGI6o2iypo .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uGI6o2iypo .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGI6o2iypo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGI6o2iypo .list {
  color: #ffffff;
  text-align: center;
}
.cid-uGI6o38CsJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uGI6o38CsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGI6o38CsJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGI6o38CsJ .copyright {
  color: #ffffff;
}
.cid-uGI6o38CsJ .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uGI6o38CsJ .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uGI6o38CsJ .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uGI6o38CsJ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGI6o38CsJ .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uGI6o38CsJ .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGI6o38CsJ .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uGI6o38CsJ .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uGI6o38CsJ .row-links-soc,
.cid-uGI6o38CsJ .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uGI6o38CsJ .copyright,
.cid-uGI6o38CsJ .line {
  color: #ffffff;
}
.cid-uGI5mzxXHs {
  background-color: transparent;
}
.cid-uGI5mzxXHs .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-uGI5mzxXHs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-uGI5mzxXHs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGI5mzxXHs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uGI5mzxXHs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uGI5mzxXHs .menu_box .navbar.opened,
  .cid-uGI5mzxXHs .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGI5mzxXHs .navbar-dropdown {
  position: relative !important;
}
.cid-uGI5mzxXHs .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uGI5mzxXHs .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
.cid-uGI5mzxXHs .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uGI5mzxXHs .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uGI5mzxXHs .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-uGI5mzxXHs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGI5mzxXHs .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGI5mzxXHs ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGI5mzxXHs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGI5mzxXHs .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);
  }
  .cid-uGI5mzxXHs .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGI5mzxXHs li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGI5mzxXHs .lg_brand {
    margin: 0 1rem;
  }
  .cid-uGI5mzxXHs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uGI5mzxXHs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGI5mzxXHs .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGI5mzxXHs .nav-item {
    margin: 0 !important;
  }
}
.cid-uGI5mzxXHs .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uGI5mzxXHs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uGI5mzxXHs .nav-item .nav-link:hover:before,
.cid-uGI5mzxXHs .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-uGI5mzxXHs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGI5mzxXHs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGI5mzxXHs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGI5mzxXHs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGI5mzxXHs .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-uGI5mzxXHs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
}
.cid-uGI5mzxXHs .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGI5mzxXHs .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGI5mzxXHs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGI5mzxXHs .container {
  display: flex;
  margin: auto;
}
.cid-uGI5mzxXHs .iconfont-wrapper {
  color: #01004c;
  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-uGI5mzxXHs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGI5mzxXHs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGI5mzxXHs .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGI5mzxXHs .navbar-nav {
    margin: 0;
  }
}
.cid-uGI5mzxXHs .dropdown-menu,
.cid-uGI5mzxXHs .navbar.opened {
  background-color: false !important;
}
.cid-uGI5mzxXHs .nav-item:focus,
.cid-uGI5mzxXHs .nav-link:focus {
  outline: none;
}
.cid-uGI5mzxXHs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGI5mzxXHs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGI5mzxXHs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGI5mzxXHs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGI5mzxXHs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGI5mzxXHs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGI5mzxXHs .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGI5mzxXHs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGI5mzxXHs .navbar.opened {
  transition: all 0.3s;
}
.cid-uGI5mzxXHs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGI5mzxXHs .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uGI5mzxXHs .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
.cid-uGI5mzxXHs .navbar.collapsed {
  justify-content: center;
}
.cid-uGI5mzxXHs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGI5mzxXHs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGI5mzxXHs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGI5mzxXHs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGI5mzxXHs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGI5mzxXHs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGI5mzxXHs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGI5mzxXHs .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGI5mzxXHs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uGI5mzxXHs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGI5mzxXHs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGI5mzxXHs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGI5mzxXHs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGI5mzxXHs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGI5mzxXHs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGI5mzxXHs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGI5mzxXHs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGI5mzxXHs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGI5mzxXHs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uGI5mzxXHs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGI5mzxXHs .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGI5mzxXHs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGI5mzxXHs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGI5mzxXHs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGI5mzxXHs .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-uGI5mzxXHs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGI5mzxXHs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGI5mzxXHs .dropdown-item.active,
.cid-uGI5mzxXHs .dropdown-item:active {
  background-color: transparent;
}
.cid-uGI5mzxXHs .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-uGI5mzxXHs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGI5mzxXHs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGI5mzxXHs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGI5mzxXHs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGI5mzxXHs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGI5mzxXHs 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: #f1f1f1;
}
.cid-uGI5mzxXHs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #01004c;
}
.cid-uGI5mzxXHs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGI5mzxXHs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGI5mzxXHs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGI5mzxXHs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGI5mzxXHs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGI5mzxXHs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGI5mzxXHs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGI5mzxXHs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGI5mzxXHs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGI5mzxXHs .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-uGI5mzxXHs .navbar {
    height: 70px;
  }
  .cid-uGI5mzxXHs .navbar.opened {
    height: auto;
  }
  .cid-uGI5mzxXHs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGI5mzxXHs .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uGI5mzxXHs .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uGI5mzxXHs .navbar-caption:hover {
  color: #efeb2d;
}
@media (min-width: 992px) {
  .cid-uGI5mzxXHs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGI5mzxXHs .text_widget {
  margin-bottom: 32px;
}
.cid-uGI5mzxXHs .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uGI5mzxXHs .text_widget a:hover,
.cid-uGI5mzxXHs .text_widget a:focus {
  opacity: .8;
}
.cid-uGI5mzxXHs .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uGI5mzxXHs .contacts-wrapper {
    display: none;
  }
}
.cid-uGI5mzxXHs .contacts-wrapper a .mbr-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-uGI5mzxXHs .contacts-wrapper a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.cid-uGI5mzxXHs .contacts-wrapper a .mbr-contact:hover:before,
.cid-uGI5mzxXHs .contacts-wrapper a .mbr-contact:focus:before {
  width: 100%;
}
.cid-uGI5mzxXHs .mbr-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-uGI5mzxXHs .navbar-caption {
  color: #01004c;
}
.cid-uGI5mzxXHs .mbr-text {
  color: #01004c;
  text-align: center;
}
.cid-uGI5mzxXHs .mbr-section-subtitle,
.cid-uGI5mzxXHs .text_widget,
.cid-uGI5mzxXHs .mbr-section-btn {
  text-align: center;
}
.cid-uGI5mzxXHs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGI5mC28fW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #efeb2d;
  background-color: #000000;
}
.cid-uGI5mC28fW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGI5mC28fW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGI5mC28fW .card {
  justify-content: center;
}
.cid-uGI5mC28fW .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uGI5mC28fW .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uGI5mC28fW .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uGI5mC28fW .content-wrapper .mbr-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uGI5mC28fW .content-wrapper .mbr-section-btn {
    margin-bottom: 22px;
  }
}
.cid-uGI5mC28fW .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.cid-uGI5mC28fW .content-wrapper .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #c2c728;
}
.cid-uGI5mC28fW .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGI5mC28fW .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGI5mC28fW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGI5mC28fW .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uGI5mC28fW .image-wrapper {
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uGI5mC28fW .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uGI5mC28fW .image-wrapper {
    padding-right: 0;
  }
}
.cid-uGI5mC28fW .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #efeb2d;
  box-shadow: -10px 10px 0 0 #efeb2d;
}
@media (max-width: 992px) {
  .cid-uGI5mC28fW .image-wrapper img {
    box-shadow: -5px 5px 0 0 #efeb2d;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uGI5mC28fW .image-wrapper img {
    box-shadow: -5px 5px 0 0 #efeb2d;
  }
}
.cid-uGI5mC28fW .mbr-section-title {
  color: #ffffff;
}
.cid-uGI5mC28fW .mbr-tag {
  color: #ffffff;
}
.cid-uGI5mC28fW .mbr-text {
  color: #ffffff;
}
.cid-uGI64zBFq4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efeb2d;
}
.cid-uGI64zBFq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGI64zBFq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGI64zBFq4 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uGI64zBFq4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uGI64zBFq4 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uGI64zBFq4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uGI64zBFq4 .container {
    padding: 0 14px;
  }
}
.cid-uGI64zBFq4 .row {
  justify-content: center;
}
.cid-uGI64zBFq4 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uGI64zBFq4 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGI64zBFq4 .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-uGI64zBFq4 .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-uGI64zBFq4 .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uGI64zBFq4 .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uGI64zBFq4 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uGI64zBFq4 .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-uGI64zBFq4 .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uGI64zBFq4 .mbr-section-title {
  color: #01004c;
  text-align: center;
}
.cid-uGI64zBFq4 .mbr-text_1 {
  color: #000000;
}
.cid-uGI64zBFq4 .list {
  color: #01004c;
}
.cid-uGI64zBFq4 .mbr-text_2 {
  color: #01004c;
}
.cid-uGI5mKIUXo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGI5mKIUXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGI5mKIUXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGI5mKIUXo .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #353535 -30%, #000000 20%, #efeb2d 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uGI5mKIUXo .card-wrapper {
    padding: 16px;
  }
}
.cid-uGI5mKIUXo .card-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGI5mKIUXo .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uGI5mKIUXo .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uGI5mKIUXo .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uGI5mKIUXo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uGI5mKIUXo .list {
  color: #ffffff;
  text-align: center;
}
.cid-uGI5mMQT4h {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uGI5mMQT4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGI5mMQT4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGI5mMQT4h .copyright {
  color: #ffffff;
}
.cid-uGI5mMQT4h .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uGI5mMQT4h .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uGI5mMQT4h .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uGI5mMQT4h .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGI5mMQT4h .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uGI5mMQT4h .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGI5mMQT4h .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uGI5mMQT4h .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uGI5mMQT4h .row-links-soc,
.cid-uGI5mMQT4h .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uGI5mMQT4h .copyright,
.cid-uGI5mMQT4h .line {
  color: #ffffff;
}
