.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 {
  background-color: #fffae6;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 5.625rem;
  line-height: 110%;
}
.display-1 > .mbr-iconfont {
  font-size: 7.03125rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 3.75rem;
  line-height: 110%;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.125rem;
  line-height: 170%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.5rem;
  line-height: 110%;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.9375rem;
    font-size: calc( 2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffee32 !important;
}
.bg-success {
  background-color: #28d685 !important;
}
.bg-info {
  background-color: #0dcbf1 !important;
}
.bg-warning {
  background-color: #febf00 !important;
}
.bg-danger {
  background-color: #d82637 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffee32 !important;
  border-color: #ffee32 !important;
  color: #322e00 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fff265 !important;
  border-color: #fff265 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #322e00 !important;
  background-color: #fff265 !important;
  border-color: #fff265 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #474747 !important;
  border-color: #474747 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #616161 !important;
  border-color: #616161 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #616161 !important;
  border-color: #616161 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0dcbf1 !important;
  border-color: #0dcbf1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3cd6f5 !important;
  border-color: #3cd6f5 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3cd6f5 !important;
  border-color: #3cd6f5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #28d685 !important;
  border-color: #28d685 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #52df9d !important;
  border-color: #52df9d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #52df9d !important;
  border-color: #52df9d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #febf00 !important;
  border-color: #febf00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffcc32 !important;
  border-color: #ffcc32 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffcc32 !important;
  border-color: #ffcc32 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d82637 !important;
  border-color: #d82637 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e0515e !important;
  border-color: #e0515e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e0515e !important;
  border-color: #e0515e !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: #ffee32;
  color: #ffee32;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #dac800 !important;
  background-color: transparent !important;
  border-color: #dac800 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #322e00 !important;
  background-color: #ffee32 !important;
  border-color: #ffee32 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #474747;
  color: #474747;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1c1c1c !important;
  background-color: transparent !important;
  border-color: #1c1c1c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #474747 !important;
  border-color: #474747 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0dcbf1;
  color: #0dcbf1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #09869f !important;
  background-color: transparent !important;
  border-color: #09869f !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0dcbf1 !important;
  border-color: #0dcbf1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #28d685;
  color: #28d685;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1a8d58 !important;
  background-color: transparent !important;
  border-color: #1a8d58 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #28d685 !important;
  border-color: #28d685 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #febf00;
  color: #febf00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a77e00 !important;
  background-color: transparent !important;
  border-color: #a77e00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #febf00 !important;
  border-color: #febf00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d82637;
  color: #d82637;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8e1924 !important;
  background-color: transparent !important;
  border-color: #8e1924 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d82637 !important;
  border-color: #d82637 !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: #ffee32 !important;
}
.text-secondary {
  color: #474747 !important;
}
.text-success {
  color: #28d685 !important;
}
.text-info {
  color: #0dcbf1 !important;
}
.text-warning {
  color: #febf00 !important;
}
.text-danger {
  color: #d82637 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cbba00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #141414 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #188050 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #087990 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #987200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #811721 !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: #ffee32;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0dcbf1;
}
.alert-warning {
  background-color: #febf00;
}
.alert-danger {
  background-color: #d82637;
}
.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: #ffee32;
  border-color: #ffee32;
  color: #4b4500;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffee32;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffffe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d3f7e6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cef5fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff2cb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f7d3d6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #ffee32 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #ffee32;
}
/* 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: #ffee32;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffee32;
}
.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: #ffee32;
  border-bottom-color: #ffee32;
}
.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: #ffee32 !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: #474747 !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='%23ffee32' %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 {
  padding: 9px 30px;
  border-radius: 25px !important;
  border-width: 1px !important;
  font-weight: 400;
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 20px;
  margin: 0 0 0 8px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: transparent !important;
  color: #ffee32 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: transparent !important;
  color: #474747 !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: transparent !important;
  color: #28d685 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: transparent !important;
  color: #0dcbf1 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: transparent !important;
  color: #febf00 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: transparent !important;
  color: #d82637 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  background-color: #ffee32 !important;
  color: #0dcbf1 !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  background-color: #474747 !important;
  color: #0dcbf1 !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  background-color: #28d685 !important;
  color: #474747 !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #0dcbf1 !important;
  color: #474747 !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  background-color: #febf00 !important;
  color: #0dcbf1 !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  background-color: #d82637 !important;
  color: #0dcbf1 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 14px !important;
}
.cid-ur6V6SU0mH {
  background-color: transparent;
}
.cid-ur6V6SU0mH .navbar-dropdown {
  background-color: #fffc83 !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-ur6V6SU0mH .navbar.navbar-expand-lg .dropdown {
  background-color: transparent !important;
}
.cid-ur6V6SU0mH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffc83 !important;
  background: #fffc83;
}
.cid-ur6V6SU0mH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ur6V6SU0mH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ur6V6SU0mH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ur6V6SU0mH .menu_box .navbar.opened,
  .cid-ur6V6SU0mH .menu_box .navbar-collapse {
    background-color: #fffc83 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ur6V6SU0mH .navbar-dropdown {
  position: relative !important;
}
.cid-ur6V6SU0mH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ur6V6SU0mH .btn:hover {
  box-shadow: none;
}
.cid-ur6V6SU0mH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ur6V6SU0mH .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-ur6V6SU0mH .nav-item {
    margin: 0 !important;
  }
}
.cid-ur6V6SU0mH .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-ur6V6SU0mH .nav-item .nav-link:hover,
.cid-ur6V6SU0mH .nav-item .nav-link:focus {
  color: #ffee32 !important;
}
.cid-ur6V6SU0mH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ur6V6SU0mH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ur6V6SU0mH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ur6V6SU0mH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ur6V6SU0mH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-ur6V6SU0mH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ur6V6SU0mH .offcanvas_box {
    display: none;
  }
}
.cid-ur6V6SU0mH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ur6V6SU0mH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ur6V6SU0mH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ur6V6SU0mH .container {
  display: flex;
  margin: auto;
}
.cid-ur6V6SU0mH .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ur6V6SU0mH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ur6V6SU0mH .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-ur6V6SU0mH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ur6V6SU0mH .navbar-nav {
    margin: 0;
  }
}
.cid-ur6V6SU0mH .dropdown-menu,
.cid-ur6V6SU0mH .navbar.opened {
  background-color: false !important;
}
.cid-ur6V6SU0mH .nav-item:focus,
.cid-ur6V6SU0mH .nav-link:focus {
  outline: none;
}
.cid-ur6V6SU0mH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ur6V6SU0mH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur6V6SU0mH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ur6V6SU0mH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ur6V6SU0mH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ur6V6SU0mH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ur6V6SU0mH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ur6V6SU0mH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ur6V6SU0mH .navbar.opened {
  transition: all 0.3s;
}
.cid-ur6V6SU0mH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ur6V6SU0mH .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ur6V6SU0mH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ur6V6SU0mH .navbar.collapsed {
  justify-content: center;
}
.cid-ur6V6SU0mH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ur6V6SU0mH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ur6V6SU0mH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ur6V6SU0mH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ur6V6SU0mH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ur6V6SU0mH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ur6V6SU0mH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ur6V6SU0mH .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-ur6V6SU0mH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ur6V6SU0mH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ur6V6SU0mH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ur6V6SU0mH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ur6V6SU0mH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ur6V6SU0mH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ur6V6SU0mH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ur6V6SU0mH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ur6V6SU0mH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ur6V6SU0mH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ur6V6SU0mH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ur6V6SU0mH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ur6V6SU0mH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ur6V6SU0mH .navbar.navbar-short {
  min-height: 60px;
}
.cid-ur6V6SU0mH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ur6V6SU0mH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ur6V6SU0mH .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-ur6V6SU0mH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ur6V6SU0mH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ur6V6SU0mH .dropdown-item.active,
.cid-ur6V6SU0mH .dropdown-item:active {
  background-color: transparent;
}
.cid-ur6V6SU0mH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-ur6V6SU0mH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ur6V6SU0mH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ur6V6SU0mH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur6V6SU0mH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ur6V6SU0mH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ur6V6SU0mH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffc83;
  background: #fafafa;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur6V6SU0mH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur6V6SU0mH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur6V6SU0mH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur6V6SU0mH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur6V6SU0mH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ur6V6SU0mH .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-ur6V6SU0mH .navbar {
    height: 70px;
  }
  .cid-ur6V6SU0mH .navbar.opened {
    height: auto;
  }
  .cid-ur6V6SU0mH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur6V6SU0mH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ur6V6SU0mH .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ur6V6SU0mH .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-ur6V6SU0mH .navbar-caption:hover {
  color: #ffd100;
}
@media (min-width: 992px) {
  .cid-ur6V6SU0mH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ur6V6SU0mH .text_widget {
  margin-bottom: 32px;
}
.cid-ur6V6SU0mH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ur6V6SU0mH .text_widget a:hover,
.cid-ur6V6SU0mH .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-ur6V6SU0mH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-ur6V6SU0mH .icons-menu-main {
  display: flex;
}
.cid-ur6V6SU0mH .mbr-section-subtitle {
  color: #F1634F;
}
.cid-ur6V6SU0mH .navbar-caption {
  color: #000000;
}
.cid-ur6V6SU0mH .mbr-text {
  color: #6f6f6f;
}
.cid-ur6V6SU0mH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ur6V6SU0mH .nav-link,
.cid-ur6V6SU0mH .dropdown-item {
  color: #000000;
}
.cid-ur6V6UTXiu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ur6V6UTXiu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur6V6UTXiu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ur6V6UTXiu .container {
    padding: 0 16px;
  }
}
.cid-ur6V6UTXiu .content-wrapper {
  position: relative;
  min-height: 700px;
  padding: 50px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-ur6V6UTXiu .content-wrapper {
    min-height: 550px;
    padding: 32px;
  }
}
.cid-ur6V6UTXiu .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ur6V6UTXiu .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px !important;
  background-color: #fffae6;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
}
.cid-ur6V6UTXiu .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
}
.cid-ur6V6UTXiu .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ur6V6UTXiu .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-ur6V6UTXiu .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ur6V6UTXiu .mbr-section-title {
  color: #ffffff;
}
.cid-ur6V6UTXiu .mbr-text {
  color: #ffffff;
}
.cid-ur6V6UTXiu .mbr-section-title,
.cid-ur6V6UTXiu .mbr-section-btn {
  color: #000000;
}
.cid-ur6V6UTXiu .mbr-text,
.cid-ur6V6UTXiu .text-wrapper {
  color: #000000;
}
.cid-ur6V6WHtnj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-ur6V6WHtnj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur6V6WHtnj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ur6V6WHtnj .container {
    padding: 0 16px;
  }
}
.cid-ur6V6WHtnj .card-wrapper {
  display: flex;
  border-radius: 14px !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ur6V6WHtnj .card-wrapper {
    display: block;
  }
}
.cid-ur6V6WHtnj .card-wrapper .content-wrapper {
  width: 45%;
  background-color: #ffffff;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-ur6V6WHtnj .card-wrapper .content-wrapper {
    padding: 32px;
    width: 100%;
  }
}
.cid-ur6V6WHtnj .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ur6V6WHtnj .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-ur6V6WHtnj .card-wrapper .content-wrapper .list-wrapper {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-ur6V6WHtnj .card-wrapper .content-wrapper .list-wrapper {
    margin-top: 50px;
  }
}
.cid-ur6V6WHtnj .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #000000;
}
.cid-ur6V6WHtnj .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
  margin-right: 16px;
}
.cid-ur6V6WHtnj .card-wrapper .content-wrapper .list-wrapper .item .item-wrapper .card-box .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-ur6V6WHtnj .card-wrapper .image-wrapper {
  width: 55%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ur6V6WHtnj .card-wrapper .image-wrapper {
    height: 350px;
    width: 100%;
  }
}
.cid-ur6V6WHtnj .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-ur6V6WHtnj .mbr-section-title {
  color: #000000;
}
.cid-ur6V6WHtnj .mbr-text {
  color: #000000;
}
.cid-ur6V6WHtnj .item-title {
  color: #000000;
}
.cid-ur6V6WHtnj .item-desc {
  color: #000000;
  text-align: right;
}
.cid-ur6V6V0p12 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1272.webp");
}
.cid-ur6V6V0p12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur6V6V0p12 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ur6V6V0p12 .container {
    padding: 0 16px;
  }
}
.cid-ur6V6V0p12 .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-ur6V6V0p12 .row {
    height: 200px;
  }
}
.cid-ur6V6VazVZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ededed;
}
@media (max-width: 768px) {
  .cid-ur6V6VazVZ .container {
    padding: 0 16px;
  }
}
.cid-ur6V6VazVZ .row {
  position: relative;
  z-index: 1;
}
.cid-ur6V6VazVZ .title-wrapper {
  margin-bottom: 80px;
}
.cid-ur6V6VazVZ .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-ur6V6VazVZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ur6V6VazVZ .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-ur6V6VazVZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 980px;
  max-width: 980px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .cid-ur6V6VazVZ .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .cid-ur6V6VazVZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-ur6V6VazVZ .embla__slide .slide-content {
  width: 100%;
}
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper {
  background-color: #ffffff;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #000000;
}
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 14px;
}
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus {
  color: #ffee32 !important;
}
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus {
  color: #474747 !important;
}
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus {
  color: #28d685 !important;
}
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus {
  color: #0dcbf1 !important;
}
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus {
  color: #febf00 !important;
}
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus {
  color: #d82637 !important;
}
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-ur6V6VazVZ .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-ur6V6VazVZ .embla__button--next,
.cid-ur6V6VazVZ .embla__button--prev {
  display: flex;
}
.cid-ur6V6VazVZ .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #ffee32 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-ur6V6VazVZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ur6V6VazVZ .embla__button:hover {
  opacity: 0.7 !important;
}
.cid-ur6V6VazVZ .embla__button.embla__button--prev {
  left: 0;
}
.cid-ur6V6VazVZ .embla__button.embla__button--next {
  right: 0;
}
.cid-ur6V6VazVZ .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-ur6V6VazVZ .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-ur6V6VazVZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ur6V6VazVZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ur6V6VazVZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ur6V6VazVZ .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-ur6V6VazVZ .mbr-section-title {
  color: #000000;
}
.cid-ur6V6VazVZ .mbr-desc {
  color: #000000;
}
.cid-ur6V6VazVZ .item-title {
  color: #000000;
}
.cid-ur6V6VazVZ .item-text {
  color: #6f6f6f;
}
.cid-ur6V6VazVZ .item-text,
.cid-ur6V6VazVZ .mbr-section-btn {
  color: #000000;
}
.cid-ur6V6X3IQa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ur6V6X3IQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur6V6X3IQa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ur6V6X3IQa .container {
    padding: 0 16px;
  }
}
.cid-ur6V6X3IQa .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-ur6V6X3IQa .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-ur6V6X3IQa .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-ur6V6X3IQa .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ur6V6X3IQa .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-ur6V6X3IQa .mbr-section-btn-main {
  margin-bottom: 14px;
  text-align: right;
}
.cid-ur6V6X3IQa .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-ur6V6X3IQa .item .item-wrapper:hover .item-img img,
.cid-ur6V6X3IQa .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-ur6V6X3IQa .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-ur6V6X3IQa .item .item-wrapper .item-img img {
  height: 310px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ur6V6X3IQa .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus {
  color: #ffee32 !important;
}
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus {
  color: #474747 !important;
}
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus {
  color: #28d685 !important;
}
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus {
  color: #0dcbf1 !important;
}
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus {
  color: #febf00 !important;
}
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus {
  color: #d82637 !important;
}
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-ur6V6X3IQa .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-ur6V6X3IQa .mbr-section-title {
  color: #000000;
}
.cid-ur6V6X3IQa .mbr-desc {
  color: #000000;
}
.cid-ur6V6X3IQa .item-text {
  color: #000000;
}
.cid-ur6V6X3IQa .mbr-section-title,
.cid-ur6V6X3IQa .mbr-section-btn-main {
  color: #000000;
}
.cid-ur6V6X3IQa .item-text,
.cid-ur6V6X3IQa .mbr-section-btn {
  color: #000000;
}
.cid-ur6V6XiQX0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
  position: relative;
}
.cid-ur6V6XiQX0::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffd100 -10%, transparent 80%);
}
.cid-ur6V6XiQX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur6V6XiQX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ur6V6XiQX0 .container {
    padding: 0 16px;
  }
}
.cid-ur6V6XiQX0 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ur6V6XiQX0 .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-ur6V6XiQX0 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ur6V6XiQX0 .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-ur6V6XiQX0 .content-wrapper .nav.nav-tabs {
  display: block;
  border: none;
  padding: 50px;
  border-radius: 14px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ur6V6XiQX0 .content-wrapper .nav.nav-tabs {
    padding: 32px;
  }
}
.cid-ur6V6XiQX0 .content-wrapper .nav.nav-tabs .nav-item {
  padding: 24px 0;
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-ur6V6XiQX0 .content-wrapper .nav.nav-tabs .nav-item:first-child {
  padding-top: 0;
}
.cid-ur6V6XiQX0 .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  margin-bottom: 0;
  border: none;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-ur6V6XiQX0 .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  text-decoration: underline;
  background-color: transparent;
}
.cid-ur6V6XiQX0 .tab-content .tab-pane .content-wrap .mbr-title {
  margin-bottom: 50px;
}
.cid-ur6V6XiQX0 .tab-content .tab-pane .content-wrap .mbr-text {
  margin-bottom: 50px;
}
.cid-ur6V6XiQX0 .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ur6V6XiQX0 .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 300px;
  }
}
.cid-ur6V6XiQX0 .mbr-section-title {
  color: #000000;
}
.cid-ur6V6XiQX0 .mbr-text {
  color: #000000;
}
.cid-ur6V6XiQX0 .mbr-section-title,
.cid-ur6V6XiQX0 .nav-link {
  color: #000000;
}
.cid-ur6V6XiQX0 .mbr-title {
  color: #000000;
}
.cid-ur6V6Y4e1W {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-ur6V6Y4e1W::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #ffd100 -10%, transparent 80%);
}
.cid-ur6V6Y4e1W::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffee32 -10%, transparent 80%);
}
.cid-ur6V6Y4e1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur6V6Y4e1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ur6V6Y4e1W .container {
    padding: 0 16px;
  }
}
.cid-ur6V6Y4e1W .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-ur6V6Y4e1W .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-ur6V6Y4e1W .content-wrapper {
  margin-bottom: 80px;
}
.cid-ur6V6Y4e1W .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ur6V6Y4e1W .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-ur6V6Y4e1W .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ur6V6Y4e1W .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ur6V6Y4e1W .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-ur6V6Y4e1W .item .item-wrapper {
  background-color: #ffffff;
  height: 100%;
  padding: 50px 50px 80px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-ur6V6Y4e1W .item .item-wrapper {
    padding: 32px;
  }
}
.cid-ur6V6Y4e1W .item .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-ur6V6Y4e1W .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-ur6V6Y4e1W .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ur6V6Y4e1W .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-ur6V6Y4e1W .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ur6V6Y4e1W .mbr-text,
.cid-ur6V6Y4e1W .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ur6V6Y4e1W .item-number {
  color: #000000;
  text-align: center;
}
.cid-ur6V6Y4e1W .item-title {
  color: #000000;
  text-align: center;
}
.cid-ur6V6Y4e1W .item-text,
.cid-ur6V6Y4e1W .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-ur6V6XYhup {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ur6V6XYhup .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur6V6XYhup .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ur6V6XYhup .container {
    padding: 0 16px;
  }
}
.cid-ur6V6XYhup .row {
  position: relative;
  justify-content: space-between;
}
.cid-ur6V6XYhup .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-ur6V6XYhup .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-ur6V6XYhup .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ur6V6XYhup .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-ur6V6XYhup .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-ur6V6XYhup .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-ur6V6XYhup .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #ffd100 -10%, transparent 80%);
}
.cid-ur6V6XYhup .panel-group .card {
  border-radius: 20px !important;
  background-color: #ffffff;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-ur6V6XYhup .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ur6V6XYhup .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ur6V6XYhup .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ur6V6XYhup .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-ur6V6XYhup .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ur6V6XYhup .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-ur6V6XYhup .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-ur6V6XYhup .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-ur6V6XYhup .mbr-section-title {
  color: #000000;
}
.cid-ur6V6XYhup .mbr-text {
  color: #6f6f6f;
}
.cid-ur6V6XYhup .panel-title-edit {
  color: #000000;
}
.cid-ur6V6XYhup .panel-text {
  color: #000000;
}
.cid-ur6V6XYhup .mbr-section-title,
.cid-ur6V6XYhup .mbr-section-btn,
.cid-ur6V6XYhup .decor-wrapper {
  color: #000000;
}
.cid-ur6V6XYhup .mbr-text,
.cid-ur6V6XYhup .text-wrap {
  color: #000000;
}
.cid-ur6V6YyO4e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-ur6V6YyO4e .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-ur6V6YyO4e .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ur6V6YyO4e .container {
    padding: 0 16px;
  }
}
.cid-ur6V6YyO4e .row {
  position: relative;
  z-index: 1;
}
.cid-ur6V6YyO4e .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 610px;
  max-width: 610px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-ur6V6YyO4e .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-ur6V6YyO4e .embla__slide .slide-content {
  width: 100%;
}
.cid-ur6V6YyO4e .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  background-color: #ffffff;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-ur6V6YyO4e .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-ur6V6YyO4e .embla__slide .slide-content .item-wrapper .content-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-ur6V6YyO4e .embla__slide .slide-content .item-wrapper .content-wrapper .item-text span {
  color: #f1634f;
}
.cid-ur6V6YyO4e .embla__slide .slide-content .item-wrapper .item-img .name-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ur6V6YyO4e .embla__slide .slide-content .item-wrapper .item-img .name-wrap img {
  width: 60px;
  height: 60px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-ur6V6YyO4e .embla__slide .slide-content .item-wrapper .item-img .name-wrap .item-name {
  margin-left: 16px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.cid-ur6V6YyO4e .embla__button--next,
.cid-ur6V6YyO4e .embla__button--prev {
  display: flex;
}
.cid-ur6V6YyO4e .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #ffee32 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ur6V6YyO4e .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ur6V6YyO4e .embla__button:hover {
  opacity: 0.7 !important;
}
.cid-ur6V6YyO4e .embla__button.embla__button--prev {
  left: 0;
}
.cid-ur6V6YyO4e .embla__button.embla__button--next {
  right: 0;
}
.cid-ur6V6YyO4e .embla {
  position: relative;
  width: 100%;
}
.cid-ur6V6YyO4e .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-ur6V6YyO4e .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ur6V6YyO4e .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ur6V6YyO4e .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ur6V6YyO4e .item-text {
  color: #000000;
}
.cid-ur6V6YyO4e .item-name {
  color: #000000;
}
.cid-ur6V6YyO4e .item-name,
.cid-ur6V6YyO4e .item-img {
  color: #000000;
}
.cid-ur8lFMrUQh {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/project-management-2061635-1920-1920x1440.webp");
}
.cid-ur8lFMrUQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur8lFMrUQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ur8lFMrUQh .container {
    padding: 0 16px;
  }
}
.cid-ur8lFMrUQh .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-ur8lFMrUQh .row {
    height: 200px;
  }
}
.cid-ur6V6YaqUN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ur6V6YaqUN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur6V6YaqUN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ur6V6YaqUN .container {
    padding: 0 16px;
  }
}
.cid-ur6V6YaqUN .row {
  position: relative;
}
.cid-ur6V6YaqUN .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-ur6V6YaqUN .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-ur6V6YaqUN .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ur6V6YaqUN .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-ur6V6YaqUN .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-ur6V6YaqUN .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #ffee32 !important;
}
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #474747 !important;
}
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #28d685 !important;
}
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #0dcbf1 !important;
}
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #febf00 !important;
}
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #d82637 !important;
}
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-ur6V6YaqUN .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-ur6V6YaqUN .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-ur6V6YaqUN .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #ffee32 -10%, transparent 80%);
}
.cid-ur6V6YaqUN .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-ur6V6YaqUN .items-wrapper {
    margin-left: 0;
  }
}
.cid-ur6V6YaqUN .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-ur6V6YaqUN .item .item-wrapper {
  background-color: #ffffff;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-ur6V6YaqUN .item .item-wrapper {
    padding: 32px;
  }
}
.cid-ur6V6YaqUN .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-ur6V6YaqUN .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ur6V6YaqUN .mbr-section-title {
  color: #000000;
}
.cid-ur6V6YaqUN .mbr-text {
  color: #6f6f6f;
}
.cid-ur6V6YaqUN .item-title {
  color: #000000;
}
.cid-ur6V6YaqUN .item-text {
  color: #000000;
}
.cid-ur6V6YaqUN .mbr-section-title,
.cid-ur6V6YaqUN .mbr-section-btn,
.cid-ur6V6YaqUN .decor-wrapper {
  color: #000000;
}
.cid-ur6V6YaqUN .mbr-text,
.cid-ur6V6YaqUN .text-wrap {
  color: #000000;
}
.cid-ur6V6YJ0b9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-ur6V6YJ0b9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur6V6YJ0b9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ur6V6YJ0b9 .container {
    padding: 0 16px;
  }
}
.cid-ur6V6YJ0b9 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-ur6V6YJ0b9 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-ur6V6YJ0b9 .item .item-wrapper .item-img img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ur6V6YJ0b9 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ur6V6YQwOO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-ur6V6YQwOO::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #ffd100 -10%, transparent 80%);
}
.cid-ur6V6YQwOO::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #ffee32 -10%, transparent 80%);
}
.cid-ur6V6YQwOO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ur6V6YQwOO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ur6V6YQwOO .container {
    padding: 0 16px;
  }
}
.cid-ur6V6YQwOO .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-ur6V6YQwOO .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-ur6V6YQwOO .content-wrapper {
  margin-bottom: 80px;
}
.cid-ur6V6YQwOO .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ur6V6YQwOO .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-ur6V6YQwOO .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-ur6V6YQwOO .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-ur6V6YQwOO .mbr-section-btn-main {
  margin-bottom: 14px;
}
.cid-ur6V6YQwOO .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-ur6V6YQwOO .item .item-wrapper {
  background-color: #ffffff;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-ur6V6YQwOO .item .item-wrapper {
    padding: 32px;
  }
}
.cid-ur6V6YQwOO .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ur6V6YQwOO .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-ur6V6YQwOO .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-ur6V6YQwOO .item .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #ffffff;
}
.cid-ur6V6YQwOO .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ur6V6YQwOO .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-ur6V6YQwOO .mbr-section-title {
  color: #000000;
}
.cid-ur6V6YQwOO .mbr-text,
.cid-ur6V6YQwOO .text-wrap {
  color: #000000;
  text-align: center;
}
.cid-ur6V6YQwOO .item-title {
  color: #000000;
}
.cid-ur6V6YQwOO .item-text {
  color: #000000;
}
.cid-ur6V6YQwOO .mbr-section-title,
.cid-ur6V6YQwOO .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ur78fo6NVY {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ur78fo6NVY .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ur78fo6NVY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ur78fo6NVY .container {
    padding: 0 16px;
  }
}
.cid-ur78fo6NVY .row {
  justify-content: center;
}
.cid-ur78fo6NVY .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-ur78fo6NVY .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-ur78fo6NVY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-ur78fo6NVY .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 .5rem !important;
    transform: none;
  }
}
.cid-ur78fo6NVY .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  background-color: #b0a0ff;
}
.cid-ur78fo6NVY .embla__slide:nth-child(3n) .slide-content .item-wrapper {
  background-color: #f0a2fd;
}
.cid-ur78fo6NVY .embla__slide:nth-child(4n) .slide-content .item-wrapper {
  background-color: #feb591;
}
.cid-ur78fo6NVY .embla__slide .slide-content {
  width: 100%;
}
.cid-ur78fo6NVY .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #c6f15c;
}
@media (max-width: 768px) {
  .cid-ur78fo6NVY .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-ur78fo6NVY .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-ur78fo6NVY .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-ur78fo6NVY .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ur78fo6NVY .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-ur78fo6NVY .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-ur78fo6NVY .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-ur78fo6NVY .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-ur78fo6NVY .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-ur78fo6NVY .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-ur78fo6NVY .embla__button--next,
.cid-ur78fo6NVY .embla__button--prev {
  display: flex;
}
.cid-ur78fo6NVY .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #ffee32 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-ur78fo6NVY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ur78fo6NVY .embla__button:hover {
  opacity: .5;
}
.cid-ur78fo6NVY .embla__button.embla__button--prev {
  left: 16px;
}
.cid-ur78fo6NVY .embla__button.embla__button--next {
  right: 16px;
}
.cid-ur78fo6NVY .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-ur78fo6NVY .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-ur78fo6NVY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ur78fo6NVY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ur78fo6NVY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ur78fo6NVY .item-text {
  color: #000000;
}
.cid-ur78fo6NVY .item-name {
  color: #000000;
}
.cid-ur78fo6NVY .item-role {
  color: #000000;
}
.cid-ur77yjLTNT {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #1a449a;
}
.cid-ur77yjLTNT .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-ur77yjLTNT .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ffee32;
}
.cid-ur77yjLTNT .svg-top .st0 {
  fill: #1a449a;
}
@media (max-width: 992px) {
  .cid-ur77yjLTNT .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-ur77yjLTNT .text-content {
    max-width: none;
  }
}
.cid-ur77yjLTNT .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ur77yjLTNT .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ur77yjLTNT .mbr-iconfont-social:hover {
  background-color: #ffffff;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-ur77yjLTNT .icons {
    justify-content: center !important;
  }
  .cid-ur77yjLTNT .text-content * {
    text-align: center;
  }
}
.cid-ur77yjLTNT P {
  color: #ffffff;
}
.cid-ur77yjLTNT .mbr-section-title {
  color: #ffffff;
}
.cid-urbJNepBtN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #221b35;
}
.cid-urbJNepBtN .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbJNepBtN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbJNepBtN .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urbJNepBtN .card {
    margin-bottom: 40px;
  }
}
.cid-urbJNepBtN .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urbJNepBtN .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-urbJNepBtN .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-urbJNepBtN .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-urbJNepBtN .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-urbJNepBtN .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-urbJNepBtN .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-urbJNepBtN .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-urbJNepBtN img {
  border-radius: 0 !important;
}
.cid-urbJNepBtN .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-urbJNepBtN .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-urbJNepBtN .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urbJNepBtN .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-urbJNepBtN .mbr-section-title {
  color: #ffffff;
}
.cid-urbJNepBtN .copyright {
  color: #ffffff;
}
.cid-urbJNepBtN .mbr-card-title {
  color: #ffffff;
}
.cid-urbJNepBtN .list {
  color: #ffffff;
}
.cid-ur6V6SU0mH {
  background-color: transparent;
}
.cid-ur6V6SU0mH .navbar-dropdown {
  background-color: #fffc83 !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-ur6V6SU0mH .navbar.navbar-expand-lg .dropdown {
  background-color: transparent !important;
}
.cid-ur6V6SU0mH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffc83 !important;
  background: #fffc83;
}
.cid-ur6V6SU0mH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ur6V6SU0mH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ur6V6SU0mH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ur6V6SU0mH .menu_box .navbar.opened,
  .cid-ur6V6SU0mH .menu_box .navbar-collapse {
    background-color: #fffc83 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ur6V6SU0mH .navbar-dropdown {
  position: relative !important;
}
.cid-ur6V6SU0mH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ur6V6SU0mH .btn:hover {
  box-shadow: none;
}
.cid-ur6V6SU0mH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ur6V6SU0mH .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-ur6V6SU0mH .nav-item {
    margin: 0 !important;
  }
}
.cid-ur6V6SU0mH .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-ur6V6SU0mH .nav-item .nav-link:hover,
.cid-ur6V6SU0mH .nav-item .nav-link:focus {
  color: #ffee32 !important;
}
.cid-ur6V6SU0mH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ur6V6SU0mH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ur6V6SU0mH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ur6V6SU0mH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ur6V6SU0mH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-ur6V6SU0mH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ur6V6SU0mH .offcanvas_box {
    display: none;
  }
}
.cid-ur6V6SU0mH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ur6V6SU0mH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ur6V6SU0mH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ur6V6SU0mH .container {
  display: flex;
  margin: auto;
}
.cid-ur6V6SU0mH .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ur6V6SU0mH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ur6V6SU0mH .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-ur6V6SU0mH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ur6V6SU0mH .navbar-nav {
    margin: 0;
  }
}
.cid-ur6V6SU0mH .dropdown-menu,
.cid-ur6V6SU0mH .navbar.opened {
  background-color: false !important;
}
.cid-ur6V6SU0mH .nav-item:focus,
.cid-ur6V6SU0mH .nav-link:focus {
  outline: none;
}
.cid-ur6V6SU0mH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ur6V6SU0mH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur6V6SU0mH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ur6V6SU0mH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ur6V6SU0mH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ur6V6SU0mH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ur6V6SU0mH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ur6V6SU0mH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ur6V6SU0mH .navbar.opened {
  transition: all 0.3s;
}
.cid-ur6V6SU0mH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ur6V6SU0mH .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ur6V6SU0mH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ur6V6SU0mH .navbar.collapsed {
  justify-content: center;
}
.cid-ur6V6SU0mH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ur6V6SU0mH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ur6V6SU0mH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ur6V6SU0mH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ur6V6SU0mH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ur6V6SU0mH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ur6V6SU0mH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ur6V6SU0mH .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-ur6V6SU0mH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ur6V6SU0mH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ur6V6SU0mH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ur6V6SU0mH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ur6V6SU0mH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ur6V6SU0mH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ur6V6SU0mH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ur6V6SU0mH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ur6V6SU0mH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ur6V6SU0mH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ur6V6SU0mH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ur6V6SU0mH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ur6V6SU0mH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ur6V6SU0mH .navbar.navbar-short {
  min-height: 60px;
}
.cid-ur6V6SU0mH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ur6V6SU0mH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ur6V6SU0mH .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-ur6V6SU0mH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ur6V6SU0mH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ur6V6SU0mH .dropdown-item.active,
.cid-ur6V6SU0mH .dropdown-item:active {
  background-color: transparent;
}
.cid-ur6V6SU0mH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-ur6V6SU0mH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ur6V6SU0mH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ur6V6SU0mH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur6V6SU0mH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ur6V6SU0mH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ur6V6SU0mH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffc83;
  background: #fafafa;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur6V6SU0mH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur6V6SU0mH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur6V6SU0mH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur6V6SU0mH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur6V6SU0mH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ur6V6SU0mH .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-ur6V6SU0mH .navbar {
    height: 70px;
  }
  .cid-ur6V6SU0mH .navbar.opened {
    height: auto;
  }
  .cid-ur6V6SU0mH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur6V6SU0mH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ur6V6SU0mH .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ur6V6SU0mH .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-ur6V6SU0mH .navbar-caption:hover {
  color: #ffd100;
}
@media (min-width: 992px) {
  .cid-ur6V6SU0mH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ur6V6SU0mH .text_widget {
  margin-bottom: 32px;
}
.cid-ur6V6SU0mH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ur6V6SU0mH .text_widget a:hover,
.cid-ur6V6SU0mH .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-ur6V6SU0mH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-ur6V6SU0mH .icons-menu-main {
  display: flex;
}
.cid-ur6V6SU0mH .mbr-section-subtitle {
  color: #F1634F;
}
.cid-ur6V6SU0mH .navbar-caption {
  color: #000000;
}
.cid-ur6V6SU0mH .mbr-text {
  color: #6f6f6f;
}
.cid-ur6V6SU0mH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ur6V6SU0mH .nav-link,
.cid-ur6V6SU0mH .dropdown-item {
  color: #000000;
}
.cid-urbyMc7gYV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8ffad;
}
.cid-urbyMc7gYV .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbyMc7gYV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbyMc7gYV .items-wrap {
  justify-content: space-between;
}
.cid-urbyMc7gYV .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-urbyMc7gYV .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-urbyMc7gYV .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urbyMc7gYV .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-urbyMc7gYV .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 992px) {
  .cid-urbyMc7gYV .box .mbr-media {
    height: 350px;
  }
}
.cid-urbyMc7gYV .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.cid-urbyMc7gYV .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-urbyMc7gYV .box .mbr-media .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
  z-index: 1;
}
.cid-urbyMc7gYV .mbr-media {
  position: relative;
}
.cid-urbyMc7gYV .mbr-media img {
  object-fit: cover;
}
.cid-urbyMc7gYV a:hover {
  background-image: none !important;
}
.cid-urbyMc7gYV .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-urbyMc7gYV .icon-wrapper {
    height: 80px !important;
    width: 80px !important;
  }
}
.cid-urbyMc7gYV .icon-wrapper:hover,
.cid-urbyMc7gYV .icon-wrapper:focus {
  background-color: #ffffff;
}
.cid-urbyMc7gYV .icon-wrapper:hover .mbr-iconfont,
.cid-urbyMc7gYV .icon-wrapper:focus .mbr-iconfont {
  color: #000000;
}
.cid-urbyMc7gYV .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-urbyMc7gYV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-urbyMc7gYV .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-urbyMc7gYV .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-urbyMc7gYV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-urbyMc7gYV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-urbyMc7gYV .mbr-section-title {
  color: #000000;
}
.cid-urbyMc7gYV .mbr-text {
  color: #000000;
}
.cid-urbzyPHRx1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-urbzyPHRx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbzyPHRx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-urbzyPHRx1 .container {
    padding: 0 16px;
  }
}
.cid-urbzyPHRx1 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-urbzyPHRx1 .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-urbzyPHRx1 .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-urbzyPHRx1 .title-wrapper {
  margin-bottom: 80px;
}
.cid-urbzyPHRx1 .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-urbzyPHRx1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-urbzyPHRx1 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-urbzyPHRx1 .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-urbzyPHRx1 .item .item-wrapper:hover .item-img img,
.cid-urbzyPHRx1 .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-urbzyPHRx1 .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-urbzyPHRx1 .item .item-wrapper .item-img img {
  height: 310px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-urbzyPHRx1 .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-urbzyPHRx1 .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-urbzyPHRx1 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 14px;
}
.cid-urbzyPHRx1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-urbzyPHRx1 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-urbzyPHRx1 .item-name {
  color: #000000;
}
.cid-urbzyPHRx1 .item-role {
  color: #000000;
  text-align: center;
}
.cid-urbzyPHRx1 .item-name,
.cid-urbzyPHRx1 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-urbO6AYsIA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-urbO6AYsIA::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffd100 -10%, transparent 70%);
}
.cid-urbO6AYsIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbO6AYsIA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-urbO6AYsIA .container {
    padding: 0 16px;
  }
}
.cid-urbO6AYsIA .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-urbO6AYsIA .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-urbO6AYsIA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urbO6AYsIA .mbr-section-title {
  color: #000000;
}
.cid-urbO6AYsIA .mbr-text {
  color: #000000;
}
.cid-urbO6AYsIA .mbr-text,
.cid-urbO6AYsIA .icon-wrapper {
  color: #000000;
}
.cid-urcg3Gjxl6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
}
.cid-urcg3Gjxl6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urcg3Gjxl6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-urcg3Gjxl6 .container {
    padding: 0 16px;
  }
}
.cid-urcg3Gjxl6 .row {
  justify-content: center;
}
.cid-urcg3Gjxl6 .content-wrapper {
  position: relative;
}
.cid-urcg3Gjxl6 .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-urcg3Gjxl6 .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urcg3Gjxl6 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #f1634f;
  display: inline-flex;
}
.cid-urcg3Gjxl6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urcg3Gjxl6 .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-urcg3Gjxl6 .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 70%);
}
.cid-urcg3Gjxl6 .mbr-text {
  color: #000000;
}
.cid-urcg3Gjxl6 .mbr-text,
.cid-urcg3Gjxl6 .icon-wrapper {
  text-align: center;
}
.cid-urbAOzq49z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-urbAOzq49z .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbAOzq49z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-urbAOzq49z .container {
    padding: 0 16px;
  }
}
.cid-urbAOzq49z .row {
  justify-content: center;
}
.cid-urbAOzq49z .content-wrapper {
  position: relative;
  padding: 300px 0;
}
@media (max-width: 992px) {
  .cid-urbAOzq49z .content-wrapper {
    padding: 80px 0;
  }
}
.cid-urbAOzq49z .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding: 0 100px;
}
@media (max-width: 992px) {
  .cid-urbAOzq49z .content-wrapper .mbr-text {
    width: 100%;
    padding: 0;
  }
}
.cid-urbAOzq49z .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-urbAOzq49z .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-urbAOzq49z .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px !important;
  background-color: #fffae6;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-urbAOzq49z .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-urbAOzq49z .mbr-text {
  color: #000000;
}
.cid-urbJNepBtN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #221b35;
}
.cid-urbJNepBtN .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbJNepBtN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbJNepBtN .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urbJNepBtN .card {
    margin-bottom: 40px;
  }
}
.cid-urbJNepBtN .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urbJNepBtN .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-urbJNepBtN .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-urbJNepBtN .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-urbJNepBtN .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-urbJNepBtN .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-urbJNepBtN .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-urbJNepBtN .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-urbJNepBtN img {
  border-radius: 0 !important;
}
.cid-urbJNepBtN .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-urbJNepBtN .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-urbJNepBtN .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urbJNepBtN .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-urbJNepBtN .mbr-section-title {
  color: #ffffff;
}
.cid-urbJNepBtN .copyright {
  color: #ffffff;
}
.cid-urbJNepBtN .mbr-card-title {
  color: #ffffff;
}
.cid-urbJNepBtN .list {
  color: #ffffff;
}
.cid-ur6V6SU0mH {
  background-color: transparent;
}
.cid-ur6V6SU0mH .navbar-dropdown {
  background-color: #fffc83 !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-ur6V6SU0mH .navbar.navbar-expand-lg .dropdown {
  background-color: transparent !important;
}
.cid-ur6V6SU0mH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffc83 !important;
  background: #fffc83;
}
.cid-ur6V6SU0mH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ur6V6SU0mH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ur6V6SU0mH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ur6V6SU0mH .menu_box .navbar.opened,
  .cid-ur6V6SU0mH .menu_box .navbar-collapse {
    background-color: #fffc83 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ur6V6SU0mH .navbar-dropdown {
  position: relative !important;
}
.cid-ur6V6SU0mH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ur6V6SU0mH .btn:hover {
  box-shadow: none;
}
.cid-ur6V6SU0mH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ur6V6SU0mH .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-ur6V6SU0mH .nav-item {
    margin: 0 !important;
  }
}
.cid-ur6V6SU0mH .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-ur6V6SU0mH .nav-item .nav-link:hover,
.cid-ur6V6SU0mH .nav-item .nav-link:focus {
  color: #ffee32 !important;
}
.cid-ur6V6SU0mH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ur6V6SU0mH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ur6V6SU0mH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ur6V6SU0mH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ur6V6SU0mH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-ur6V6SU0mH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ur6V6SU0mH .offcanvas_box {
    display: none;
  }
}
.cid-ur6V6SU0mH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ur6V6SU0mH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ur6V6SU0mH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ur6V6SU0mH .container {
  display: flex;
  margin: auto;
}
.cid-ur6V6SU0mH .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ur6V6SU0mH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ur6V6SU0mH .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-ur6V6SU0mH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ur6V6SU0mH .navbar-nav {
    margin: 0;
  }
}
.cid-ur6V6SU0mH .dropdown-menu,
.cid-ur6V6SU0mH .navbar.opened {
  background-color: false !important;
}
.cid-ur6V6SU0mH .nav-item:focus,
.cid-ur6V6SU0mH .nav-link:focus {
  outline: none;
}
.cid-ur6V6SU0mH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ur6V6SU0mH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur6V6SU0mH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ur6V6SU0mH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ur6V6SU0mH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ur6V6SU0mH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ur6V6SU0mH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ur6V6SU0mH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ur6V6SU0mH .navbar.opened {
  transition: all 0.3s;
}
.cid-ur6V6SU0mH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ur6V6SU0mH .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ur6V6SU0mH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ur6V6SU0mH .navbar.collapsed {
  justify-content: center;
}
.cid-ur6V6SU0mH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ur6V6SU0mH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ur6V6SU0mH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ur6V6SU0mH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ur6V6SU0mH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ur6V6SU0mH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ur6V6SU0mH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ur6V6SU0mH .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-ur6V6SU0mH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ur6V6SU0mH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ur6V6SU0mH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ur6V6SU0mH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ur6V6SU0mH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ur6V6SU0mH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ur6V6SU0mH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ur6V6SU0mH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ur6V6SU0mH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ur6V6SU0mH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ur6V6SU0mH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ur6V6SU0mH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ur6V6SU0mH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ur6V6SU0mH .navbar.navbar-short {
  min-height: 60px;
}
.cid-ur6V6SU0mH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ur6V6SU0mH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ur6V6SU0mH .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-ur6V6SU0mH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ur6V6SU0mH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ur6V6SU0mH .dropdown-item.active,
.cid-ur6V6SU0mH .dropdown-item:active {
  background-color: transparent;
}
.cid-ur6V6SU0mH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-ur6V6SU0mH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ur6V6SU0mH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ur6V6SU0mH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur6V6SU0mH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ur6V6SU0mH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ur6V6SU0mH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffc83;
  background: #fafafa;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur6V6SU0mH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur6V6SU0mH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur6V6SU0mH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur6V6SU0mH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur6V6SU0mH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ur6V6SU0mH .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-ur6V6SU0mH .navbar {
    height: 70px;
  }
  .cid-ur6V6SU0mH .navbar.opened {
    height: auto;
  }
  .cid-ur6V6SU0mH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur6V6SU0mH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ur6V6SU0mH .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ur6V6SU0mH .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-ur6V6SU0mH .navbar-caption:hover {
  color: #ffd100;
}
@media (min-width: 992px) {
  .cid-ur6V6SU0mH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ur6V6SU0mH .text_widget {
  margin-bottom: 32px;
}
.cid-ur6V6SU0mH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ur6V6SU0mH .text_widget a:hover,
.cid-ur6V6SU0mH .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-ur6V6SU0mH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-ur6V6SU0mH .icons-menu-main {
  display: flex;
}
.cid-ur6V6SU0mH .mbr-section-subtitle {
  color: #F1634F;
}
.cid-ur6V6SU0mH .navbar-caption {
  color: #000000;
}
.cid-ur6V6SU0mH .mbr-text {
  color: #6f6f6f;
}
.cid-ur6V6SU0mH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ur6V6SU0mH .nav-link,
.cid-ur6V6SU0mH .dropdown-item {
  color: #000000;
}
.cid-urbyZIcvRh {
  background-color: transparent;
  position: relative;
  overflow: hidden;
}
.cid-urbyZIcvRh::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #ffd100 -10%, transparent 80%);
}
.cid-urbyZIcvRh::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #ffee32 -10%, transparent 80%);
}
.cid-urbyZIcvRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbyZIcvRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbyZIcvRh .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-urbyZIcvRh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-urbyZIcvRh .container {
    padding: 0 16px;
  }
}
.cid-urbyZIcvRh .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-urbyZIcvRh .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-urbyZIcvRh .content-wrapper {
  margin-bottom: 80px;
}
.cid-urbyZIcvRh .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-urbyZIcvRh .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-urbyZIcvRh .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urbyZIcvRh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-urbyZIcvRh .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-urbyZIcvRh .item .item-wrapper {
  background-color: #ffffff;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-urbyZIcvRh .item .item-wrapper {
    padding: 32px;
  }
}
.cid-urbyZIcvRh .item .item-wrapper .card-box .item-desc {
  margin-bottom: 16px;
}
.cid-urbyZIcvRh .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-urbyZIcvRh .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-urbyZIcvRh .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
}
.cid-urbyZIcvRh .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-urbyZIcvRh .item .item-wrapper .card-box .list-wrapper {
  margin-top: 40px;
}
.cid-urbyZIcvRh .item .item-wrapper .card-box .list-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-urbyZIcvRh .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-urbyZIcvRh .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  position: relative;
  padding-left: 28px;
}
.cid-urbyZIcvRh .item .item-wrapper .card-box .list-wrapper .list .item-wrap:before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #000000;
}
.cid-urbyZIcvRh .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-urbyZIcvRh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-urbyZIcvRh .mbr-text,
.cid-urbyZIcvRh .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-urbyZIcvRh .item-desc {
  color: #000000;
}
.cid-urbyZIcvRh .item-title {
  color: #000000;
}
.cid-urbyZIcvRh .item-price {
  color: #000000;
}
.cid-urbyZIcvRh .mbr-list-title {
  color: #000000;
}
.cid-urbyZIcvRh .list {
  color: #000000;
}
.cid-urbyZIcvRh .list,
.cid-urbyZIcvRh .item-wrap {
  color: #000000;
}
.cid-urbOmC8glM {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-urbOmC8glM .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbOmC8glM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-urbOmC8glM .container {
    padding: 0 16px;
  }
}
.cid-urbOmC8glM .row {
  justify-content: center;
}
.cid-urbOmC8glM .content-wrapper {
  position: relative;
}
.cid-urbOmC8glM .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-urbOmC8glM .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-urbOmC8glM .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ffd100;
  display: inline-flex;
}
.cid-urbOmC8glM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urbOmC8glM .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-urbOmC8glM .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #ffd100 -10%, transparent 70%);
}
.cid-urbOmC8glM .mbr-text {
  color: #000000;
}
.cid-urbOmC8glM .mbr-text,
.cid-urbOmC8glM .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-urbz9vLKcL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  overflow: hidden;
  position: relative;
}
.cid-urbz9vLKcL::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #e59e4d -10%, transparent 80%);
}
.cid-urbz9vLKcL .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbz9vLKcL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-urbz9vLKcL .container {
    padding: 0 16px;
  }
}
.cid-urbz9vLKcL .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urbz9vLKcL .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-urbz9vLKcL .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-urbz9vLKcL .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-urbz9vLKcL .content-wrapper .nav.nav-tabs {
  display: block;
  border: none;
  padding: 50px;
  border-radius: 14px !important;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-urbz9vLKcL .content-wrapper .nav.nav-tabs {
    padding: 32px;
  }
}
.cid-urbz9vLKcL .content-wrapper .nav.nav-tabs .nav-item {
  padding: 24px 0;
  border-bottom: 1px solid #ededed;
  border-radius: 0;
}
.cid-urbz9vLKcL .content-wrapper .nav.nav-tabs .nav-item:first-child {
  padding-top: 0;
}
.cid-urbz9vLKcL .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  margin-bottom: 0;
  border: none;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-urbz9vLKcL .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #f1634f;
  background-color: transparent;
}
.cid-urbz9vLKcL .tab-content .tab-pane .content-wrap .mbr-text {
  margin-bottom: 50px;
}
.cid-urbz9vLKcL .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urbz9vLKcL .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 300px;
  }
}
.cid-urbz9vLKcL .mbr-section-title {
  color: #000000;
}
.cid-urbz9vLKcL .mbr-text {
  color: #6f6f6f;
}
.cid-urbJNepBtN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #221b35;
}
.cid-urbJNepBtN .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbJNepBtN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbJNepBtN .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urbJNepBtN .card {
    margin-bottom: 40px;
  }
}
.cid-urbJNepBtN .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urbJNepBtN .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-urbJNepBtN .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-urbJNepBtN .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-urbJNepBtN .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-urbJNepBtN .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-urbJNepBtN .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-urbJNepBtN .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-urbJNepBtN img {
  border-radius: 0 !important;
}
.cid-urbJNepBtN .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-urbJNepBtN .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-urbJNepBtN .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urbJNepBtN .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-urbJNepBtN .mbr-section-title {
  color: #ffffff;
}
.cid-urbJNepBtN .copyright {
  color: #ffffff;
}
.cid-urbJNepBtN .mbr-card-title {
  color: #ffffff;
}
.cid-urbJNepBtN .list {
  color: #ffffff;
}
.cid-ur6V6SU0mH {
  background-color: transparent;
}
.cid-ur6V6SU0mH .navbar-dropdown {
  background-color: #fffc83 !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-ur6V6SU0mH .navbar.navbar-expand-lg .dropdown {
  background-color: transparent !important;
}
.cid-ur6V6SU0mH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffc83 !important;
  background: #fffc83;
}
.cid-ur6V6SU0mH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ur6V6SU0mH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ur6V6SU0mH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ur6V6SU0mH .menu_box .navbar.opened,
  .cid-ur6V6SU0mH .menu_box .navbar-collapse {
    background-color: #fffc83 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ur6V6SU0mH .navbar-dropdown {
  position: relative !important;
}
.cid-ur6V6SU0mH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ur6V6SU0mH .btn:hover {
  box-shadow: none;
}
.cid-ur6V6SU0mH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ur6V6SU0mH .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-ur6V6SU0mH .nav-item {
    margin: 0 !important;
  }
}
.cid-ur6V6SU0mH .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-ur6V6SU0mH .nav-item .nav-link:hover,
.cid-ur6V6SU0mH .nav-item .nav-link:focus {
  color: #ffee32 !important;
}
.cid-ur6V6SU0mH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ur6V6SU0mH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ur6V6SU0mH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ur6V6SU0mH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ur6V6SU0mH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-ur6V6SU0mH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ur6V6SU0mH .offcanvas_box {
    display: none;
  }
}
.cid-ur6V6SU0mH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ur6V6SU0mH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ur6V6SU0mH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ur6V6SU0mH .container {
  display: flex;
  margin: auto;
}
.cid-ur6V6SU0mH .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ur6V6SU0mH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ur6V6SU0mH .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-ur6V6SU0mH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ur6V6SU0mH .navbar-nav {
    margin: 0;
  }
}
.cid-ur6V6SU0mH .dropdown-menu,
.cid-ur6V6SU0mH .navbar.opened {
  background-color: false !important;
}
.cid-ur6V6SU0mH .nav-item:focus,
.cid-ur6V6SU0mH .nav-link:focus {
  outline: none;
}
.cid-ur6V6SU0mH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ur6V6SU0mH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur6V6SU0mH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ur6V6SU0mH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ur6V6SU0mH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ur6V6SU0mH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ur6V6SU0mH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ur6V6SU0mH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ur6V6SU0mH .navbar.opened {
  transition: all 0.3s;
}
.cid-ur6V6SU0mH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ur6V6SU0mH .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ur6V6SU0mH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ur6V6SU0mH .navbar.collapsed {
  justify-content: center;
}
.cid-ur6V6SU0mH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ur6V6SU0mH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ur6V6SU0mH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ur6V6SU0mH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ur6V6SU0mH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ur6V6SU0mH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ur6V6SU0mH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ur6V6SU0mH .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-ur6V6SU0mH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ur6V6SU0mH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ur6V6SU0mH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ur6V6SU0mH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ur6V6SU0mH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ur6V6SU0mH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ur6V6SU0mH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ur6V6SU0mH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ur6V6SU0mH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ur6V6SU0mH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ur6V6SU0mH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ur6V6SU0mH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ur6V6SU0mH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ur6V6SU0mH .navbar.navbar-short {
  min-height: 60px;
}
.cid-ur6V6SU0mH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ur6V6SU0mH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ur6V6SU0mH .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-ur6V6SU0mH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ur6V6SU0mH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ur6V6SU0mH .dropdown-item.active,
.cid-ur6V6SU0mH .dropdown-item:active {
  background-color: transparent;
}
.cid-ur6V6SU0mH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-ur6V6SU0mH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ur6V6SU0mH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ur6V6SU0mH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur6V6SU0mH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ur6V6SU0mH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ur6V6SU0mH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffc83;
  background: #fafafa;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur6V6SU0mH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur6V6SU0mH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur6V6SU0mH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur6V6SU0mH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur6V6SU0mH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ur6V6SU0mH .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-ur6V6SU0mH .navbar {
    height: 70px;
  }
  .cid-ur6V6SU0mH .navbar.opened {
    height: auto;
  }
  .cid-ur6V6SU0mH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur6V6SU0mH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ur6V6SU0mH .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ur6V6SU0mH .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-ur6V6SU0mH .navbar-caption:hover {
  color: #ffd100;
}
@media (min-width: 992px) {
  .cid-ur6V6SU0mH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ur6V6SU0mH .text_widget {
  margin-bottom: 32px;
}
.cid-ur6V6SU0mH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ur6V6SU0mH .text_widget a:hover,
.cid-ur6V6SU0mH .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-ur6V6SU0mH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-ur6V6SU0mH .icons-menu-main {
  display: flex;
}
.cid-ur6V6SU0mH .mbr-section-subtitle {
  color: #F1634F;
}
.cid-ur6V6SU0mH .navbar-caption {
  color: #000000;
}
.cid-ur6V6SU0mH .mbr-text {
  color: #6f6f6f;
}
.cid-ur6V6SU0mH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ur6V6SU0mH .nav-link,
.cid-ur6V6SU0mH .dropdown-item {
  color: #000000;
}
.cid-urbKKN2jgb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-urbKKN2jgb::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 80%);
  z-index: 1;
}
.cid-urbKKN2jgb .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbKKN2jgb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-urbKKN2jgb .container {
    padding: 0 16px;
  }
}
.cid-urbKKN2jgb .row {
  position: relative;
  justify-content: space-between;
}
.cid-urbKKN2jgb .row .card {
  justify-content: space-between;
}
.cid-urbKKN2jgb .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-urbKKN2jgb .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-urbKKN2jgb .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-urbKKN2jgb .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urbKKN2jgb .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-urbKKN2jgb .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-urbKKN2jgb .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-urbKKN2jgb .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-urbKKN2jgb .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-urbKKN2jgb .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-urbKKN2jgb .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-urbKKN2jgb .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-urbKKN2jgb .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-urbKKN2jgb .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-urbKKN2jgb .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-urbKKN2jgb .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-urbKKN2jgb .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-urbKKN2jgb .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.cid-urbKKN2jgb .dragArea.row .form-group .form-control:hover,
.cid-urbKKN2jgb .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-urbKKN2jgb .dragArea.row .form-group .form-control::placeholder {
  color: #474747;
}
.cid-urbKKN2jgb .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-urbKKN2jgb .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-urbKKN2jgb .dragArea.row .form-group .form-check .form-check-input {
  background-color: #474747;
  border-color: #474747;
  border-radius: 0;
}
.cid-urbKKN2jgb .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-urbKKN2jgb .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-urbKKN2jgb .mbr-section-title {
  color: #000000;
}
.cid-urbKKN2jgb .mbr-text {
  color: #6f6f6f;
}
.cid-urbKKN2jgb .mbr-contact {
  color: #000000;
}
.cid-urbKKN2jgb label {
  color: #000000;
}
#custom-html-y {
  /* Type valid CSS here */
}
#custom-html-y div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-y p {
  font-size: 60px;
  color: #777;
}
.cid-urbJNepBtN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #221b35;
}
.cid-urbJNepBtN .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbJNepBtN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbJNepBtN .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urbJNepBtN .card {
    margin-bottom: 40px;
  }
}
.cid-urbJNepBtN .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urbJNepBtN .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-urbJNepBtN .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-urbJNepBtN .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-urbJNepBtN .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-urbJNepBtN .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-urbJNepBtN .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-urbJNepBtN .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-urbJNepBtN img {
  border-radius: 0 !important;
}
.cid-urbJNepBtN .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-urbJNepBtN .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-urbJNepBtN .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urbJNepBtN .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-urbJNepBtN .mbr-section-title {
  color: #ffffff;
}
.cid-urbJNepBtN .copyright {
  color: #ffffff;
}
.cid-urbJNepBtN .mbr-card-title {
  color: #ffffff;
}
.cid-urbJNepBtN .list {
  color: #ffffff;
}
.cid-ur6V6SU0mH {
  background-color: transparent;
}
.cid-ur6V6SU0mH .navbar-dropdown {
  background-color: #fffc83 !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-ur6V6SU0mH .navbar.navbar-expand-lg .dropdown {
  background-color: transparent !important;
}
.cid-ur6V6SU0mH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffc83 !important;
  background: #fffc83;
}
.cid-ur6V6SU0mH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ur6V6SU0mH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ur6V6SU0mH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ur6V6SU0mH .menu_box .navbar.opened,
  .cid-ur6V6SU0mH .menu_box .navbar-collapse {
    background-color: #fffc83 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ur6V6SU0mH .navbar-dropdown {
  position: relative !important;
}
.cid-ur6V6SU0mH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ur6V6SU0mH .btn:hover {
  box-shadow: none;
}
.cid-ur6V6SU0mH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ur6V6SU0mH .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-ur6V6SU0mH .nav-item {
    margin: 0 !important;
  }
}
.cid-ur6V6SU0mH .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-ur6V6SU0mH .nav-item .nav-link:hover,
.cid-ur6V6SU0mH .nav-item .nav-link:focus {
  color: #ffee32 !important;
}
.cid-ur6V6SU0mH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ur6V6SU0mH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ur6V6SU0mH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ur6V6SU0mH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ur6V6SU0mH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-ur6V6SU0mH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ur6V6SU0mH .offcanvas_box {
    display: none;
  }
}
.cid-ur6V6SU0mH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ur6V6SU0mH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ur6V6SU0mH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ur6V6SU0mH .container {
  display: flex;
  margin: auto;
}
.cid-ur6V6SU0mH .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ur6V6SU0mH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ur6V6SU0mH .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-ur6V6SU0mH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ur6V6SU0mH .navbar-nav {
    margin: 0;
  }
}
.cid-ur6V6SU0mH .dropdown-menu,
.cid-ur6V6SU0mH .navbar.opened {
  background-color: false !important;
}
.cid-ur6V6SU0mH .nav-item:focus,
.cid-ur6V6SU0mH .nav-link:focus {
  outline: none;
}
.cid-ur6V6SU0mH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ur6V6SU0mH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur6V6SU0mH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ur6V6SU0mH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ur6V6SU0mH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ur6V6SU0mH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ur6V6SU0mH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ur6V6SU0mH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ur6V6SU0mH .navbar.opened {
  transition: all 0.3s;
}
.cid-ur6V6SU0mH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ur6V6SU0mH .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ur6V6SU0mH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ur6V6SU0mH .navbar.collapsed {
  justify-content: center;
}
.cid-ur6V6SU0mH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ur6V6SU0mH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ur6V6SU0mH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ur6V6SU0mH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ur6V6SU0mH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ur6V6SU0mH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ur6V6SU0mH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ur6V6SU0mH .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-ur6V6SU0mH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ur6V6SU0mH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ur6V6SU0mH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ur6V6SU0mH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ur6V6SU0mH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ur6V6SU0mH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ur6V6SU0mH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ur6V6SU0mH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ur6V6SU0mH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ur6V6SU0mH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ur6V6SU0mH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ur6V6SU0mH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ur6V6SU0mH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ur6V6SU0mH .navbar.navbar-short {
  min-height: 60px;
}
.cid-ur6V6SU0mH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ur6V6SU0mH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ur6V6SU0mH .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-ur6V6SU0mH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ur6V6SU0mH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ur6V6SU0mH .dropdown-item.active,
.cid-ur6V6SU0mH .dropdown-item:active {
  background-color: transparent;
}
.cid-ur6V6SU0mH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-ur6V6SU0mH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ur6V6SU0mH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ur6V6SU0mH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur6V6SU0mH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ur6V6SU0mH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ur6V6SU0mH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffc83;
  background: #fafafa;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur6V6SU0mH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur6V6SU0mH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur6V6SU0mH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur6V6SU0mH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur6V6SU0mH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ur6V6SU0mH .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-ur6V6SU0mH .navbar {
    height: 70px;
  }
  .cid-ur6V6SU0mH .navbar.opened {
    height: auto;
  }
  .cid-ur6V6SU0mH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur6V6SU0mH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ur6V6SU0mH .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ur6V6SU0mH .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-ur6V6SU0mH .navbar-caption:hover {
  color: #ffd100;
}
@media (min-width: 992px) {
  .cid-ur6V6SU0mH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ur6V6SU0mH .text_widget {
  margin-bottom: 32px;
}
.cid-ur6V6SU0mH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ur6V6SU0mH .text_widget a:hover,
.cid-ur6V6SU0mH .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-ur6V6SU0mH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-ur6V6SU0mH .icons-menu-main {
  display: flex;
}
.cid-ur6V6SU0mH .mbr-section-subtitle {
  color: #F1634F;
}
.cid-ur6V6SU0mH .navbar-caption {
  color: #000000;
}
.cid-ur6V6SU0mH .mbr-text {
  color: #6f6f6f;
}
.cid-ur6V6SU0mH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ur6V6SU0mH .nav-link,
.cid-ur6V6SU0mH .dropdown-item {
  color: #000000;
}
.cid-urbzkhGyWD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-urbzkhGyWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbzkhGyWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-urbzkhGyWD .container {
    padding: 0 16px;
  }
}
.cid-urbzkhGyWD .row {
  position: relative;
  justify-content: space-between;
}
.cid-urbzkhGyWD .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-urbzkhGyWD .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-urbzkhGyWD .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-urbzkhGyWD .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-urbzkhGyWD .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-urbzkhGyWD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urbzkhGyWD .image-wrapper img {
  height: 560px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urbzkhGyWD .image-wrapper img {
    height: 350px;
  }
}
.cid-urbzkhGyWD .image-wrapper .image-wrap {
  margin-bottom: 24px;
}
.cid-urbzkhGyWD .image-wrapper .image-wrap:last-child {
  margin-bottom: 0;
}
.cid-urbzkhGyWD .mbr-section-title {
  color: #000000;
}
.cid-urbzkhGyWD .mbr-text {
  color: #000000;
}
.cid-urbzL1KCsr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-urbzL1KCsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbzL1KCsr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-urbzL1KCsr .container {
    padding: 0 16px;
  }
}
.cid-urbzL1KCsr .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-urbzL1KCsr .row .card {
  justify-content: flex-end;
}
.cid-urbzL1KCsr .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-urbzL1KCsr .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-urbzL1KCsr .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-urbzL1KCsr .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-urbzL1KCsr .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-urbzL1KCsr .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urbzL1KCsr .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #ffee32 !important;
}
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #474747 !important;
}
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #28d685 !important;
}
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #0dcbf1 !important;
}
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #febf00 !important;
}
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #d82637 !important;
}
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-urbzL1KCsr .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-urbzL1KCsr .mbr-section-title {
  color: #000000;
}
.cid-urbzL1KCsr .mbr-text {
  color: #000000;
}
.cid-urbzL1KCsr .mbr-section-title,
.cid-urbzL1KCsr .mbr-section-btn-main {
  color: #000000;
}
.cid-urbzL1KCsr .mbr-text,
.cid-urbzL1KCsr .mbr-section-btn {
  color: #000000;
}
.cid-urbJNepBtN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #221b35;
}
.cid-urbJNepBtN .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbJNepBtN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbJNepBtN .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urbJNepBtN .card {
    margin-bottom: 40px;
  }
}
.cid-urbJNepBtN .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urbJNepBtN .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-urbJNepBtN .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-urbJNepBtN .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-urbJNepBtN .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-urbJNepBtN .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-urbJNepBtN .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-urbJNepBtN .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-urbJNepBtN img {
  border-radius: 0 !important;
}
.cid-urbJNepBtN .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-urbJNepBtN .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-urbJNepBtN .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urbJNepBtN .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-urbJNepBtN .mbr-section-title {
  color: #ffffff;
}
.cid-urbJNepBtN .copyright {
  color: #ffffff;
}
.cid-urbJNepBtN .mbr-card-title {
  color: #ffffff;
}
.cid-urbJNepBtN .list {
  color: #ffffff;
}
.cid-ur6V6SU0mH {
  background-color: transparent;
}
.cid-ur6V6SU0mH .navbar-dropdown {
  background-color: #fffc83 !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-ur6V6SU0mH .navbar.navbar-expand-lg .dropdown {
  background-color: transparent !important;
}
.cid-ur6V6SU0mH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fffc83 !important;
  background: #fffc83;
}
.cid-ur6V6SU0mH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ur6V6SU0mH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ur6V6SU0mH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-ur6V6SU0mH .menu_box .navbar.opened,
  .cid-ur6V6SU0mH .menu_box .navbar-collapse {
    background-color: #fffc83 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ur6V6SU0mH .navbar-dropdown {
  position: relative !important;
}
.cid-ur6V6SU0mH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ur6V6SU0mH .btn:hover {
  box-shadow: none;
}
.cid-ur6V6SU0mH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ur6V6SU0mH .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-ur6V6SU0mH .nav-item {
    margin: 0 !important;
  }
}
.cid-ur6V6SU0mH .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-ur6V6SU0mH .nav-item .nav-link:hover,
.cid-ur6V6SU0mH .nav-item .nav-link:focus {
  color: #ffee32 !important;
}
.cid-ur6V6SU0mH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ur6V6SU0mH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ur6V6SU0mH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ur6V6SU0mH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ur6V6SU0mH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-ur6V6SU0mH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ur6V6SU0mH .offcanvas_box {
    display: none;
  }
}
.cid-ur6V6SU0mH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ur6V6SU0mH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ur6V6SU0mH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ur6V6SU0mH .container {
  display: flex;
  margin: auto;
}
.cid-ur6V6SU0mH .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ur6V6SU0mH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ur6V6SU0mH .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-ur6V6SU0mH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ur6V6SU0mH .navbar-nav {
    margin: 0;
  }
}
.cid-ur6V6SU0mH .dropdown-menu,
.cid-ur6V6SU0mH .navbar.opened {
  background-color: false !important;
}
.cid-ur6V6SU0mH .nav-item:focus,
.cid-ur6V6SU0mH .nav-link:focus {
  outline: none;
}
.cid-ur6V6SU0mH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ur6V6SU0mH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ur6V6SU0mH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ur6V6SU0mH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ur6V6SU0mH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ur6V6SU0mH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ur6V6SU0mH .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ur6V6SU0mH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ur6V6SU0mH .navbar.opened {
  transition: all 0.3s;
}
.cid-ur6V6SU0mH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ur6V6SU0mH .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-ur6V6SU0mH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ur6V6SU0mH .navbar.collapsed {
  justify-content: center;
}
.cid-ur6V6SU0mH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ur6V6SU0mH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ur6V6SU0mH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ur6V6SU0mH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ur6V6SU0mH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ur6V6SU0mH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ur6V6SU0mH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ur6V6SU0mH .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-ur6V6SU0mH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-ur6V6SU0mH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ur6V6SU0mH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ur6V6SU0mH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ur6V6SU0mH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ur6V6SU0mH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ur6V6SU0mH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ur6V6SU0mH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ur6V6SU0mH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ur6V6SU0mH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ur6V6SU0mH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-ur6V6SU0mH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ur6V6SU0mH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ur6V6SU0mH .navbar.navbar-short {
  min-height: 60px;
}
.cid-ur6V6SU0mH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ur6V6SU0mH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ur6V6SU0mH .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-ur6V6SU0mH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-ur6V6SU0mH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ur6V6SU0mH .dropdown-item.active,
.cid-ur6V6SU0mH .dropdown-item:active {
  background-color: transparent;
}
.cid-ur6V6SU0mH .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-ur6V6SU0mH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ur6V6SU0mH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ur6V6SU0mH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ur6V6SU0mH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ur6V6SU0mH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ur6V6SU0mH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fffc83;
  background: #fafafa;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ur6V6SU0mH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ur6V6SU0mH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur6V6SU0mH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ur6V6SU0mH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ur6V6SU0mH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ur6V6SU0mH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ur6V6SU0mH .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-ur6V6SU0mH .navbar {
    height: 70px;
  }
  .cid-ur6V6SU0mH .navbar.opened {
    height: auto;
  }
  .cid-ur6V6SU0mH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ur6V6SU0mH .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-ur6V6SU0mH .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ur6V6SU0mH .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-ur6V6SU0mH .navbar-caption:hover {
  color: #ffd100;
}
@media (min-width: 992px) {
  .cid-ur6V6SU0mH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ur6V6SU0mH .text_widget {
  margin-bottom: 32px;
}
.cid-ur6V6SU0mH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ur6V6SU0mH .text_widget a:hover,
.cid-ur6V6SU0mH .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-ur6V6SU0mH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-ur6V6SU0mH .icons-menu-main {
  display: flex;
}
.cid-ur6V6SU0mH .mbr-section-subtitle {
  color: #F1634F;
}
.cid-ur6V6SU0mH .navbar-caption {
  color: #000000;
}
.cid-ur6V6SU0mH .mbr-text {
  color: #6f6f6f;
}
.cid-ur6V6SU0mH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ur6V6SU0mH .nav-link,
.cid-ur6V6SU0mH .dropdown-item {
  color: #000000;
}
.cid-urbBtL1Lvm {
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-urbBtL1Lvm::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e59e4d -10%, transparent 70%);
}
.cid-urbBtL1Lvm .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbBtL1Lvm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbBtL1Lvm .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-urbBtL1Lvm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-urbBtL1Lvm .container {
    padding: 0 16px;
  }
}
.cid-urbBtL1Lvm .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-urbBtL1Lvm .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-urbBtL1Lvm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urbBtL1Lvm .mbr-section-title {
  color: #f1634f;
}
.cid-urbBtL1Lvm .mbr-text {
  color: #000000;
}
.cid-urbJNepBtN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #221b35;
}
.cid-urbJNepBtN .mbr-fallback-image.disabled {
  display: none;
}
.cid-urbJNepBtN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urbJNepBtN .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-urbJNepBtN .card {
    margin-bottom: 40px;
  }
}
.cid-urbJNepBtN .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urbJNepBtN .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-urbJNepBtN .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-urbJNepBtN .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-urbJNepBtN .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-urbJNepBtN .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-urbJNepBtN .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-urbJNepBtN .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-urbJNepBtN img {
  border-radius: 0 !important;
}
.cid-urbJNepBtN .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-urbJNepBtN .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-urbJNepBtN .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-urbJNepBtN .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-urbJNepBtN .mbr-section-title {
  color: #ffffff;
}
.cid-urbJNepBtN .copyright {
  color: #ffffff;
}
.cid-urbJNepBtN .mbr-card-title {
  color: #ffffff;
}
.cid-urbJNepBtN .list {
  color: #ffffff;
}
