.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.row,
.item-wrapper {
  border-radius: 3rem !important;
}
.video-wrapper {
  overflow: hidden;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem !important;
  }
}
body {
  font-family: Roboto Condensed;
}
.display-1 {
  font-family: 'Medium';
  font-size: 2.4rem;
  line-height: 0.9;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'font';
  font-size: 4.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-4 {
  font-family: 'Roman';
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Medium';
  font-size: 2.7rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.375rem;
}
.display-7 {
  font-family: 'Roman';
  font-size: 1.5rem;
  line-height: 1.3;
}
.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: 1700px) {
  .display-1 {
    font-size: 1.44rem;
  }
}
@media (max-width: 1350px) {
  .display-1 {
    font-size: 1.44rem;
  }
}
@media (max-width: 1100px) {
  .display-1 {
    font-size: 1.2rem;
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.92rem;
  }
}
@media (max-width: 1400px) {
  .display-2 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.595rem + (2.7 - 1.595) * ((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.5rem 4rem;
  border-radius: 4px;
}
.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: #fff600 !important;
}
.bg-success {
  background-color: #fff600 !important;
}
.bg-info {
  background-color: #fff600 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #fff600 !important;
}
.btn-primary {
  background: linear-gradient(to right, #fff600, #fff600);
  border: 0px;
}
.btn-primary,
.btn-primary:active {
  background-color: #fff600 !important;
  border-color: #fff600 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fff833 !important;
  border-color: #fff833 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #fff833 !important;
  border-color: #fff833 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background: linear-gradient(to right, #fff600, #fff600);
}
.btn-secondary {
  background: linear-gradient(to right, #fff600, #fff600);
  border: 0px;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fff600 !important;
  border-color: #fff600 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fff833 !important;
  border-color: #fff833 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #fff833 !important;
  border-color: #fff833 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background: linear-gradient(to right, #fff600, #fff600);
}
.btn-info {
  background: linear-gradient(to right, #fff600, #fff600);
  border: 0px;
}
.btn-info,
.btn-info:active {
  background-color: #fff600 !important;
  border-color: #fff600 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #fff833 !important;
  border-color: #fff833 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #fff833 !important;
  border-color: #fff833 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background: linear-gradient(to right, #fff600, #fff600);
}
.btn-success {
  background: linear-gradient(to right, #fff600, #fff600);
  border: 0px;
}
.btn-success,
.btn-success:active {
  background-color: #fff600 !important;
  border-color: #fff600 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #fff833 !important;
  border-color: #fff833 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #fff833 !important;
  border-color: #fff833 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background: linear-gradient(to right, #fff600, #fff600);
}
.btn-warning {
  background: linear-gradient(to right, #000000, #fff600);
  border: 0px;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background: linear-gradient(to right, #fff600, #fff600);
}
.btn-danger {
  background: linear-gradient(to right, #fff600, #fff600);
  border: 0px;
}
.btn-danger,
.btn-danger:active {
  background-color: #fff600 !important;
  border-color: #fff600 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff833 !important;
  border-color: #fff833 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #fff833 !important;
  border-color: #fff833 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background: linear-gradient(to right, #fff600, #fff600);
}
.btn-white {
  background: linear-gradient(to right, #eff0ec, #fff600);
  border: 0px;
}
.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-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background: linear-gradient(to right, #fff600, #fff600);
}
.btn-black {
  background: linear-gradient(to right, #1e2330, #fff600);
  border: 0px;
}
.btn-black,
.btn-black:active {
  background-color: #1e2330 !important;
  border-color: #1e2330 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #323a4f !important;
  border-color: #323a4f !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #323a4f !important;
  border-color: #323a4f !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: linear-gradient(to right, #fff600, #fff600);
}
.btn-black {
  background: #1b1818 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: white !important;
  color: #1b1818 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #fff600;
  color: #fff600;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a8a200 !important;
  background-color: transparent !important;
  border-color: #a8a200 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #fff600 !important;
  border-color: #fff600 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fff600;
  color: #fff600;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a8a200 !important;
  background-color: transparent !important;
  border-color: #a8a200 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #fff600 !important;
  border-color: #fff600 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fff600;
  color: #fff600;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a8a200 !important;
  background-color: transparent !important;
  border-color: #a8a200 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #fff600 !important;
  border-color: #fff600 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fff600;
  color: #fff600;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a8a200 !important;
  background-color: transparent !important;
  border-color: #a8a200 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #fff600 !important;
  border-color: #fff600 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fff600;
  color: #fff600;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a8a200 !important;
  background-color: transparent !important;
  border-color: #a8a200 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #fff600 !important;
  border-color: #fff600 !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: #fff600 !important;
}
.text-secondary {
  color: #fff600 !important;
}
.text-success {
  color: #fff600 !important;
}
.text-info {
  color: #fff600 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #fff600 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #999400 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #999400 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #999400 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #999400 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #999400 !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: #fff600;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fff600;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #fff600;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fff600;
  border-color: #fff600;
  color: #191900;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fff600;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffdcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffdcc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fffdcc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffdcc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roman';
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #fff600 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roman';
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #fff600;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fff600;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fff600;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fff600;
  border-bottom-color: #fff600;
}
.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: #fff600 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fff600 !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='%23fff600' %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;
}
.cid-ufaBtdzm3j {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ufaBtdzm3j .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ufaBtdzm3j .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ufaBtdzm3j .hamb {
  background: linear-gradient(to right, #fff600, #fff600);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-ufaBtdzm3j .hamb {
    margin-right: 3rem !important;
  }
}
.cid-ufaBtdzm3j .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-ufaBtdzm3j .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufaBtdzm3j .navbar-brand img {
  border-radius: 0px !important;
}
.cid-ufaBtdzm3j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufaBtdzm3j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufaBtdzm3j .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ufaBtdzm3j .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ufaBtdzm3j .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ufaBtdzm3j .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ufaBtdzm3j .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ufaBtdzm3j .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ufaBtdzm3j .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ufaBtdzm3j .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ufaBtdzm3j .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ufaBtdzm3j .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ufaBtdzm3j .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ufaBtdzm3j .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ufaBtdzm3j .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ufaBtdzm3j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ufaBtdzm3j .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-ufaBtdzm3j .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ufaBtdzm3j .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ufaBtdzm3j .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufaBtdzm3j .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-ufaBtdzm3j .nav-item:focus,
.cid-ufaBtdzm3j .nav-link:focus {
  outline: none;
}
.cid-ufaBtdzm3j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufaBtdzm3j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufaBtdzm3j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufaBtdzm3j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufaBtdzm3j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufaBtdzm3j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufaBtdzm3j .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ufaBtdzm3j .navbar.opened {
  transition: all 0.3s;
}
.cid-ufaBtdzm3j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufaBtdzm3j .navbar .navbar-logo img {
  width: auto;
}
.cid-ufaBtdzm3j .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ufaBtdzm3j .navbar.collapsed {
  justify-content: center;
}
.cid-ufaBtdzm3j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufaBtdzm3j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufaBtdzm3j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ufaBtdzm3j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufaBtdzm3j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufaBtdzm3j .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufaBtdzm3j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufaBtdzm3j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufaBtdzm3j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ufaBtdzm3j .navbar {
    min-height: 72px;
  }
  .cid-ufaBtdzm3j .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ufaBtdzm3j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufaBtdzm3j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufaBtdzm3j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufaBtdzm3j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufaBtdzm3j .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufaBtdzm3j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufaBtdzm3j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ufaBtdzm3j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufaBtdzm3j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufaBtdzm3j .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ufaBtdzm3j .dropdown-item.active,
.cid-ufaBtdzm3j .dropdown-item:active {
  background-color: transparent;
}
.cid-ufaBtdzm3j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufaBtdzm3j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufaBtdzm3j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufaBtdzm3j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ufaBtdzm3j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ufaBtdzm3j .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ufaBtdzm3j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufaBtdzm3j .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ufaBtdzm3j .navbar-buttons {
    text-align: center;
  }
}
.cid-ufaBtdzm3j button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufaBtdzm3j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ufaBtdzm3j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufaBtdzm3j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufaBtdzm3j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufaBtdzm3j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufaBtdzm3j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufaBtdzm3j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufaBtdzm3j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufaBtdzm3j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufaBtdzm3j .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ufaBtdzm3j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufaBtdzm3j .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ufaBtdzm3j .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufaBtdzm3j .navbar {
    height: 70px;
  }
  .cid-ufaBtdzm3j .navbar.opened {
    height: auto;
  }
  .cid-ufaBtdzm3j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufaBtdzm3j .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ufaBtdzm3j .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ufaBtdzm3j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ufaBtdzm3j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ufaBtdzm3j .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ufaBtdzm3j .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ufaBtdzm3j .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-ufaBtdzm3j .container-fluid {
  background: transparent !important;
}
.cid-ufaBtdzm3j .navbar-brand {
  margin-right: auto;
}
.cid-ufaBtdzm3j .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #000000;
  border-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 575px) {
  .cid-ufaBtdzm3j .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ufaBtdzm3j .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-ufaBtdzm3j .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ufaBtdzm3j .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-ufaBtdzm3j .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-ufaBtdzm3j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ufaBtdzm3j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(0deg);
}
.cid-ufaBtdzm3j .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-ufaBtdzm3j .navbar .dropdown > .dropdown-menu .dropdown-submenu {
  position: static;
  width: 100%;
  max-width: 100% !important;
  transform: translateX(0) !important;
  top: 0;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-ufaBtdzm3j .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ufaBtdzm3j .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-ufaBtdzm3j .navbar-brand {
    margin-right: auto;
  }
  .cid-ufaBtdzm3j .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ufaBtdzm3j .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ufaBtdzm3j .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ufaBtdzm3j .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ufaBtdzm3j .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ufaBtdzm3j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ufaBtdzm3j .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ufaBtdzm3j .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ufaBtdzm3j .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ufaBtdzm3j .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ufaBtdzm3j .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ufaBtf3mi8 {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-ufaBtf3mi8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufaBtf3mi8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-ufaBtf3mi8 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-ufaBtf3mi8 .mbr-section-btn,
.cid-ufaBtf3mi8 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ufaBtf3mi8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufaBtf3mi8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ufaBtf3mi8 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ufaBtf3mi8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ufaBtf3mi8 .mbr-section-title {
  color: #ffffff;
}
.cid-ufaBtf3mi8 .mbr-text,
.cid-ufaBtf3mi8 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ufaBtf3mi8 .mbr-section-subtitle {
  color: #fff600;
  text-align: center;
}
.cid-ufaBtf3mi8 .arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff600;
  margin: 20px auto;
  display: block;
}
.cid-ufbbpg6XQ9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff600;
}
.cid-ufbbpg6XQ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufbbpg6XQ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-ufbbpg6XQ9 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-ufbbpg6XQ9 P {
  max-width: 1200px;
}
.cid-ufbbpg6XQ9 .mbr-section-btn,
.cid-ufbbpg6XQ9 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ufbbpg6XQ9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufbbpg6XQ9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ufbbpg6XQ9 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ufbbpg6XQ9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ufbbpg6XQ9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ufbbpg6XQ9 .mbr-text,
.cid-ufbbpg6XQ9 .mbr-section-btn {
  color: #ffffff;
}
.cid-ufbbpg6XQ9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ufaC4Yh5FI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ufaC4Yh5FI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufaC4Yh5FI H5 {
  text-align: left;
}
.cid-ufaC4Yh5FI P {
  text-align: left;
}
.cid-ufaC4Yh5FI H4 {
  text-align: left;
}
.cid-ufaC4Yh5FI LABEL {
  text-align: center;
}
.cid-ufaBtkqUd2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-ufaBtkqUd2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufaBtkqUd2 .img-item,
.cid-ufaBtkqUd2 img {
  height: 100%;
  object-fit: cover;
}
.cid-ufaBtkqUd2 .img-col {
  padding: 0;
}
.cid-ufaBtkqUd2 .mbr-section-btn {
  width: 30%;
}
@media (max-width: 767px) {
  .cid-ufaBtkqUd2 .mbr-section-btn {
    width: 100%;
  }
}
.cid-ufaBtkqUd2 .btn-black {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-radius: 100px;
  height: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ufaBtkqUd2 .row {
    flex-direction: column;
  }
}
.cid-ufaBtkqUd2 .col-lg-4 {
  display: flex;
  align-items: self-end;
}
.cid-ufaBtkqUd2 .item-wrapper {
  background: linear-gradient(to bottom, #fff600, #fff600);
  padding: 8rem 0;
  margin: 0;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ufaBtkqUd2 .item-wrapper {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ufaBtkqUd2 .item-wrapper {
    padding: 3rem 0rem;
    margin: 0 0.2rem;
  }
}
.cid-ufaBtkqUd2 .form-control,
.cid-ufaBtkqUd2 .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  height: 80px;
}
.cid-ufaBtkqUd2 input::-webkit-clear-button {
  display: none;
}
.cid-ufaBtkqUd2 input::-webkit-inner-spin-button {
  display: none;
}
.cid-ufaBtkqUd2 input::-webkit-outer-spin-button {
  display: none;
}
.cid-ufaBtkqUd2 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ufaBtkqUd2 H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ufaBtkqUd2 H3 {
  text-align: right;
  color: #000000;
}
.cid-ufaBtkqUd2 .mbr-text,
.cid-ufaBtkqUd2 .mbr-section-btn {
  color: #000000;
}
.cid-ufaBtkqUd2 .mbr-section-title {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-ufaBtkqUd2 .item-wrapper {
    padding: 8rem 3rem;
  }
}
.cid-ufaBtlvKpH {
  background-color: #000000;
}
.cid-ufaBtlvKpH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufaBtlvKpH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufaBtlvKpH img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-ufaBtlvKpH .mbr-list {
  line-height: 2;
  color: #fff600;
  text-align: center;
}
.cid-ufaBtlvKpH .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  margin-bottom: 1rem;
}
.cid-ufaBtlvKpH .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: WHITE;
  margin: 0 0.25rem;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #fff600, #fff600);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-ufaBtlvKpH .mbr-iconfont {
    width: 35px;
    height: 35px;
  }
}
.cid-ufaBtlvKpH a {
  font-weight: bold;
}
.cid-ufaBtlvKpH .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #fff600, #fff600);
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ufaBtlvKpH .card {
    padding: 2rem 1rem;
  }
}
.cid-ufaBtlvKpH .row-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000000;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-ufaBtlvKpH .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ufaBtlvKpH .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-ufaBtlvKpH .container-fluid,
.cid-ufaBtlvKpH .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-ufaBtlvKpH .container-fluid,
  .cid-ufaBtlvKpH .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-ufaBtlvKpH .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-ufaBtlvKpH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufaBtlvKpH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufaBtlvKpH .mbr-text,
.cid-ufaBtlvKpH .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ufaBtlvKpH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufaBtlvKpH .mbr-section-subtitle2 {
  color: #ffffff;
  text-align: center;
}
.cid-ufaBtlvKpH .mbr-cardtext {
  color: #000000;
  text-align: center;
}
.cid-ufaBtlvKpH .mbr-section-cardtitle {
  color: #000000;
  text-align: center;
}
.cid-ufaBtlvKpH .mbr-section-cardsubtitle {
  color: #000000;
  text-align: center;
}
.cid-ufaBtlvKpH .mbr-link {
  color: #ff9945;
}
.cid-ufaBtmQgRE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ufaBtmQgRE .media-container-row .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ufaBtmQgRE .item-wrapper {
  background: #fff600;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-ufapfG2zVl {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ufapfG2zVl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ufapfG2zVl .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ufapfG2zVl .hamb {
  background: linear-gradient(to right, #fff600, #fff600);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-ufapfG2zVl .hamb {
    margin-right: 3rem !important;
  }
}
.cid-ufapfG2zVl .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-ufapfG2zVl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufapfG2zVl .navbar-brand img {
  border-radius: 0px !important;
}
.cid-ufapfG2zVl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufapfG2zVl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufapfG2zVl .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ufapfG2zVl .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ufapfG2zVl .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ufapfG2zVl .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ufapfG2zVl .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ufapfG2zVl .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ufapfG2zVl .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ufapfG2zVl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ufapfG2zVl .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ufapfG2zVl .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ufapfG2zVl .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ufapfG2zVl .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-ufapfG2zVl .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ufapfG2zVl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ufapfG2zVl .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-ufapfG2zVl .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ufapfG2zVl .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-ufapfG2zVl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufapfG2zVl .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-ufapfG2zVl .nav-item:focus,
.cid-ufapfG2zVl .nav-link:focus {
  outline: none;
}
.cid-ufapfG2zVl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufapfG2zVl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufapfG2zVl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufapfG2zVl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufapfG2zVl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufapfG2zVl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufapfG2zVl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ufapfG2zVl .navbar.opened {
  transition: all 0.3s;
}
.cid-ufapfG2zVl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufapfG2zVl .navbar .navbar-logo img {
  width: auto;
}
.cid-ufapfG2zVl .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-ufapfG2zVl .navbar.collapsed {
  justify-content: center;
}
.cid-ufapfG2zVl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufapfG2zVl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufapfG2zVl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ufapfG2zVl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufapfG2zVl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufapfG2zVl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufapfG2zVl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufapfG2zVl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufapfG2zVl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ufapfG2zVl .navbar {
    min-height: 72px;
  }
  .cid-ufapfG2zVl .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ufapfG2zVl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufapfG2zVl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufapfG2zVl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufapfG2zVl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufapfG2zVl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufapfG2zVl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufapfG2zVl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ufapfG2zVl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufapfG2zVl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufapfG2zVl .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ufapfG2zVl .dropdown-item.active,
.cid-ufapfG2zVl .dropdown-item:active {
  background-color: transparent;
}
.cid-ufapfG2zVl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufapfG2zVl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufapfG2zVl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufapfG2zVl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ufapfG2zVl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ufapfG2zVl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ufapfG2zVl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufapfG2zVl .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ufapfG2zVl .navbar-buttons {
    text-align: center;
  }
}
.cid-ufapfG2zVl button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufapfG2zVl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ufapfG2zVl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufapfG2zVl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufapfG2zVl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufapfG2zVl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufapfG2zVl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufapfG2zVl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufapfG2zVl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufapfG2zVl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufapfG2zVl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ufapfG2zVl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufapfG2zVl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ufapfG2zVl .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufapfG2zVl .navbar {
    height: 70px;
  }
  .cid-ufapfG2zVl .navbar.opened {
    height: auto;
  }
  .cid-ufapfG2zVl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufapfG2zVl .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ufapfG2zVl .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ufapfG2zVl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ufapfG2zVl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ufapfG2zVl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ufapfG2zVl .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ufapfG2zVl .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-ufapfG2zVl .container-fluid {
  background: transparent !important;
}
.cid-ufapfG2zVl .navbar-brand {
  margin-right: auto;
}
.cid-ufapfG2zVl .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #000000;
  border-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 575px) {
  .cid-ufapfG2zVl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ufapfG2zVl .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-ufapfG2zVl .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-ufapfG2zVl .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-ufapfG2zVl .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-ufapfG2zVl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ufapfG2zVl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(0deg);
}
.cid-ufapfG2zVl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-ufapfG2zVl .navbar .dropdown > .dropdown-menu .dropdown-submenu {
  position: static;
  width: 100%;
  max-width: 100% !important;
  transform: translateX(0) !important;
  top: 0;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-ufapfG2zVl .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ufapfG2zVl .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-ufapfG2zVl .navbar-brand {
    margin-right: auto;
  }
  .cid-ufapfG2zVl .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-ufapfG2zVl .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ufapfG2zVl .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ufapfG2zVl .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ufapfG2zVl .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ufapfG2zVl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ufapfG2zVl .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ufapfG2zVl .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ufapfG2zVl .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ufapfG2zVl .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ufapfG2zVl .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ufapfIfXKR {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ufapfIfXKR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufapfIfXKR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-ufapfIfXKR .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-ufapfIfXKR .mbr-section-btn,
.cid-ufapfIfXKR .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ufapfIfXKR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufapfIfXKR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ufapfIfXKR .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ufapfIfXKR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ufapfIfXKR .mbr-section-title {
  color: #ffffff;
}
.cid-ufapfIfXKR .mbr-text,
.cid-ufapfIfXKR .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ufapfIfXKR .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufaqjmgNXh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ufaqjmgNXh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufaqjmgNXh form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ufaqjmgNXh form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ufaqjmgNXh form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ufaqjmgNXh .content-head {
  max-width: 800px;
}
.cid-ufaqjmgNXh .form-control {
  border: 1px solid #A6A6A6 !important;
  padding: 0.5rem;
  border-radius: 0.25rem;
}
.cid-ufapfLMKxx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff600;
}
.cid-ufapfLMKxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufapfLMKxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-ufapfLMKxx .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-ufapfLMKxx P {
  max-width: 1200px;
}
.cid-ufapfLMKxx .mbr-section-btn,
.cid-ufapfLMKxx .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ufapfLMKxx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufapfLMKxx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ufapfLMKxx .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ufapfLMKxx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ufapfLMKxx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ufapfLMKxx .mbr-text,
.cid-ufapfLMKxx .mbr-section-btn {
  color: #ffffff;
}
.cid-ufapfLMKxx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ufapfPok1m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ufapfPok1m .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: #fff600 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #000000;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-ufapfPok1m .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-ufapfPok1m .panel-group {
  border: none;
}
.cid-ufapfPok1m .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-ufapfPok1m .card-header {
    padding: 1rem 0rem;
  }
}
.cid-ufapfPok1m .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ufapfPok1m .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-ufapfPok1m .content {
  margin: 5rem auto;
}
.cid-ufapfPok1m .img-col {
  padding: 0;
}
.cid-ufapfPok1m .img-item {
  height: 100%;
}
.cid-ufapfPok1m img {
  height: 100%;
  object-fit: cover;
}
.cid-ufapfPok1m .collapsed span {
  transform: rotate(0deg);
}
.cid-ufapfPok1m .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ufapfPok1m p {
  margin-bottom: 0.3rem;
}
.cid-ufapfPok1m .panel-title-edit {
  color: #1b1818;
}
.cid-ufapfPok1m .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ufapfPok1m .card {
  background: #fff600;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-ufapfPok1m .card {
    padding: 1rem;
  }
}
.cid-ufapfPok1m .panel-text {
  color: #1b1818;
}
.cid-ufapfPok1m H3 {
  text-align: center;
  color: #fff600;
}
.cid-ufapfPok1m H4 {
  text-align: center;
  color: #ffffff;
}
.cid-ufapfQOKM1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ufapfQOKM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufapfQOKM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-ufapfQOKM1 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-ufapfQOKM1 .mbr-section-btn,
.cid-ufapfQOKM1 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ufapfQOKM1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufapfQOKM1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ufapfQOKM1 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ufapfQOKM1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ufapfQOKM1 .mbr-section-title {
  color: #ffffff;
}
.cid-ufapfQOKM1 .mbr-text,
.cid-ufapfQOKM1 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ufapfQOKM1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufapfS0YCS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-ufapfS0YCS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufapfS0YCS .img-item,
.cid-ufapfS0YCS img {
  height: 100%;
  object-fit: cover;
}
.cid-ufapfS0YCS .img-col {
  padding: 0;
}
.cid-ufapfS0YCS .mbr-section-btn {
  width: 30%;
}
@media (max-width: 767px) {
  .cid-ufapfS0YCS .mbr-section-btn {
    width: 100%;
  }
}
.cid-ufapfS0YCS .btn-black {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-radius: 100px;
  height: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ufapfS0YCS .row {
    flex-direction: column;
  }
}
.cid-ufapfS0YCS .col-lg-4 {
  display: flex;
  align-items: self-end;
}
.cid-ufapfS0YCS .item-wrapper {
  background: linear-gradient(to bottom, #fff600, #fff600);
  padding: 8rem 0;
  margin: 0;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ufapfS0YCS .item-wrapper {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ufapfS0YCS .item-wrapper {
    padding: 3rem 0rem;
    margin: 0 0.2rem;
  }
}
.cid-ufapfS0YCS .form-control,
.cid-ufapfS0YCS .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  height: 80px;
}
.cid-ufapfS0YCS input::-webkit-clear-button {
  display: none;
}
.cid-ufapfS0YCS input::-webkit-inner-spin-button {
  display: none;
}
.cid-ufapfS0YCS input::-webkit-outer-spin-button {
  display: none;
}
.cid-ufapfS0YCS input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ufapfS0YCS H4 {
  color: #ffffff;
  text-align: center;
}
.cid-ufapfS0YCS H3 {
  text-align: right;
  color: #000000;
}
.cid-ufapfS0YCS .mbr-text,
.cid-ufapfS0YCS .mbr-section-btn {
  color: #000000;
}
.cid-ufapfS0YCS .mbr-section-title {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-ufapfS0YCS .item-wrapper {
    padding: 8rem 3rem;
  }
}
.cid-ufapfTrvaH {
  background-color: #000000;
}
.cid-ufapfTrvaH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufapfTrvaH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufapfTrvaH img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-ufapfTrvaH .mbr-list {
  line-height: 2;
  color: #fff600;
  text-align: center;
}
.cid-ufapfTrvaH .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  margin-bottom: 1rem;
}
.cid-ufapfTrvaH .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: WHITE;
  margin: 0 0.25rem;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #fff600, #fff600);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-ufapfTrvaH .mbr-iconfont {
    width: 35px;
    height: 35px;
  }
}
.cid-ufapfTrvaH a {
  font-weight: bold;
}
.cid-ufapfTrvaH .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #fff600, #fff600);
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ufapfTrvaH .card {
    padding: 2rem 1rem;
  }
}
.cid-ufapfTrvaH .row-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000000;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-ufapfTrvaH .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ufapfTrvaH .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-ufapfTrvaH .container-fluid,
.cid-ufapfTrvaH .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-ufapfTrvaH .container-fluid,
  .cid-ufapfTrvaH .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-ufapfTrvaH .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-ufapfTrvaH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufapfTrvaH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufapfTrvaH .mbr-text,
.cid-ufapfTrvaH .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ufapfTrvaH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufapfTrvaH .mbr-section-subtitle2 {
  color: #ffffff;
  text-align: center;
}
.cid-ufapfTrvaH .mbr-cardtext {
  color: #000000;
  text-align: center;
}
.cid-ufapfTrvaH .mbr-section-cardtitle {
  color: #000000;
  text-align: center;
}
.cid-ufapfTrvaH .mbr-section-cardsubtitle {
  color: #000000;
  text-align: center;
}
.cid-ufapfTrvaH .mbr-link {
  color: #ff9945;
}
.cid-ufapfUY8hg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ufapfUY8hg .media-container-row .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ufapfUY8hg .item-wrapper {
  background: #fff600;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-uf9b1OR7gV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uf9b1OR7gV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uf9b1OR7gV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uf9b1OR7gV .hamb {
  background: linear-gradient(to right, #fff600, #fff600);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uf9b1OR7gV .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uf9b1OR7gV .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uf9b1OR7gV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uf9b1OR7gV .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uf9b1OR7gV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uf9b1OR7gV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uf9b1OR7gV .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uf9b1OR7gV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uf9b1OR7gV .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uf9b1OR7gV .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uf9b1OR7gV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uf9b1OR7gV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uf9b1OR7gV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uf9b1OR7gV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uf9b1OR7gV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uf9b1OR7gV .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uf9b1OR7gV .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uf9b1OR7gV .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uf9b1OR7gV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uf9b1OR7gV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uf9b1OR7gV .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uf9b1OR7gV .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uf9b1OR7gV .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uf9b1OR7gV .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uf9b1OR7gV .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-uf9b1OR7gV .nav-item:focus,
.cid-uf9b1OR7gV .nav-link:focus {
  outline: none;
}
.cid-uf9b1OR7gV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uf9b1OR7gV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf9b1OR7gV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uf9b1OR7gV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uf9b1OR7gV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uf9b1OR7gV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uf9b1OR7gV .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uf9b1OR7gV .navbar.opened {
  transition: all 0.3s;
}
.cid-uf9b1OR7gV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uf9b1OR7gV .navbar .navbar-logo img {
  width: auto;
}
.cid-uf9b1OR7gV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uf9b1OR7gV .navbar.collapsed {
  justify-content: center;
}
.cid-uf9b1OR7gV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uf9b1OR7gV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uf9b1OR7gV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uf9b1OR7gV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uf9b1OR7gV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uf9b1OR7gV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uf9b1OR7gV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uf9b1OR7gV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uf9b1OR7gV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uf9b1OR7gV .navbar {
    min-height: 72px;
  }
  .cid-uf9b1OR7gV .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uf9b1OR7gV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uf9b1OR7gV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uf9b1OR7gV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uf9b1OR7gV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uf9b1OR7gV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uf9b1OR7gV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uf9b1OR7gV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uf9b1OR7gV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uf9b1OR7gV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uf9b1OR7gV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uf9b1OR7gV .dropdown-item.active,
.cid-uf9b1OR7gV .dropdown-item:active {
  background-color: transparent;
}
.cid-uf9b1OR7gV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uf9b1OR7gV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uf9b1OR7gV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uf9b1OR7gV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uf9b1OR7gV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uf9b1OR7gV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uf9b1OR7gV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uf9b1OR7gV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uf9b1OR7gV .navbar-buttons {
    text-align: center;
  }
}
.cid-uf9b1OR7gV button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uf9b1OR7gV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uf9b1OR7gV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uf9b1OR7gV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf9b1OR7gV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf9b1OR7gV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uf9b1OR7gV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf9b1OR7gV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uf9b1OR7gV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uf9b1OR7gV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf9b1OR7gV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uf9b1OR7gV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uf9b1OR7gV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf9b1OR7gV .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uf9b1OR7gV .navbar {
    height: 70px;
  }
  .cid-uf9b1OR7gV .navbar.opened {
    height: auto;
  }
  .cid-uf9b1OR7gV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uf9b1OR7gV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uf9b1OR7gV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uf9b1OR7gV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uf9b1OR7gV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uf9b1OR7gV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uf9b1OR7gV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uf9b1OR7gV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-uf9b1OR7gV .container-fluid {
  background: transparent !important;
}
.cid-uf9b1OR7gV .navbar-brand {
  margin-right: auto;
}
.cid-uf9b1OR7gV .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #000000;
  border-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 575px) {
  .cid-uf9b1OR7gV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uf9b1OR7gV .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-uf9b1OR7gV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uf9b1OR7gV .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uf9b1OR7gV .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-uf9b1OR7gV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uf9b1OR7gV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(0deg);
}
.cid-uf9b1OR7gV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-uf9b1OR7gV .navbar .dropdown > .dropdown-menu .dropdown-submenu {
  position: static;
  width: 100%;
  max-width: 100% !important;
  transform: translateX(0) !important;
  top: 0;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uf9b1OR7gV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uf9b1OR7gV .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uf9b1OR7gV .navbar-brand {
    margin-right: auto;
  }
  .cid-uf9b1OR7gV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uf9b1OR7gV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uf9b1OR7gV .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uf9b1OR7gV .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uf9b1OR7gV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uf9b1OR7gV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uf9b1OR7gV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uf9b1OR7gV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uf9b1OR7gV .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uf9b1OR7gV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uf9b1OR7gV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uf9b1Sw689 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uf9b1Sw689 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf9b1Sw689 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uf9b1Sw689 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uf9b1Sw689 .mbr-section-btn,
.cid-uf9b1Sw689 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uf9b1Sw689 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf9b1Sw689 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uf9b1Sw689 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uf9b1Sw689 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uf9b1Sw689 .mbr-section-title {
  color: #ffffff;
}
.cid-uf9b1Sw689 .mbr-text,
.cid-uf9b1Sw689 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uf9b1Sw689 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uf9dJAXkcN {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uf9dJAXkcN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf9dJAXkcN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uf9dJAXkcN .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uf9dJAXkcN P {
  max-width: 1200px;
}
.cid-uf9dJAXkcN .mbr-section-btn,
.cid-uf9dJAXkcN .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uf9dJAXkcN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf9dJAXkcN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uf9dJAXkcN .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uf9dJAXkcN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uf9dJAXkcN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uf9dJAXkcN .mbr-text,
.cid-uf9dJAXkcN .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uf9dJAXkcN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uf9dJAXkcN .logo {
  display: block;
  max-width: 200px;
  margin: 0 auto 1rem auto;
}
.cid-uf9b1W5FZ0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uf9b1W5FZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf9b1W5FZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uf9b1W5FZ0 .container {
    max-width: 1400px;
  }
}
.cid-uf9b1W5FZ0 .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 2rem;
  width: 120px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #fff600, #fff600);
  height: 120px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uf9b1W5FZ0 .card {
    margin-bottom: 3rem;
  }
}
.cid-uf9b1W5FZ0 .row {
  justify-content: center;
}
.cid-uf9b1W5FZ0 .card-title,
.cid-uf9b1W5FZ0 .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uf9b1W5FZ0 .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uf9b1W5FZ0 .mbr-section-title {
  color: #ffffff;
}
.cid-uf9b1W5FZ0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ufalHNNKao {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff600;
}
.cid-ufalHNNKao .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufalHNNKao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-ufalHNNKao .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-ufalHNNKao P {
  max-width: 1200px;
}
.cid-ufalHNNKao .mbr-section-btn,
.cid-ufalHNNKao .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ufalHNNKao .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufalHNNKao .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ufalHNNKao .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-ufalHNNKao .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ufalHNNKao .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ufalHNNKao .mbr-text,
.cid-ufalHNNKao .mbr-section-btn {
  color: #ffffff;
}
.cid-ufalHNNKao .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uf9b2hBNDG {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uf9b2hBNDG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf9b2hBNDG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uf9b2hBNDG .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uf9b2hBNDG P {
  max-width: 1200px;
}
.cid-uf9b2hBNDG .mbr-section-btn,
.cid-uf9b2hBNDG .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uf9b2hBNDG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf9b2hBNDG .row {
  align-items: center;
}
.cid-uf9b2hBNDG .image-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-uf9b2hBNDG .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uf9b2hBNDG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uf9b2hBNDG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uf9b2hBNDG .mbr-text,
.cid-uf9b2hBNDG .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uf9b2hBNDG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uf9b2hBNDG .logo {
  display: block;
  max-width: 200px;
  margin: 0 auto 1rem auto;
}
.cid-uf9b2hBNDG .image-wrapper img {
  width: 100%;
  height: auto;
  max-width: 150px;
}
@media (max-width: 767px) {
  .cid-uf9b2hBNDG .image-wrapper img {
    max-width: 100px;
  }
}
.cid-uf9b2hBNDG .mbr-description {
  color: #ffffff;
}
.cid-ufamt7V74g {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ufamt7V74g .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.cid-ufamt7V74g .modal-body .close {
  background: #1b1b1b;
}
.cid-ufamt7V74g .modal-body .close span {
  font-style: normal;
}
.cid-ufamt7V74g .carousel-inner > .active,
.cid-ufamt7V74g .carousel-inner > .next,
.cid-ufamt7V74g .carousel-inner > .prev {
  display: flex;
}
.cid-ufamt7V74g .carousel-control .icon-next,
.cid-ufamt7V74g .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-ufamt7V74g .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ufamt7V74g .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ufamt7V74g .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-ufamt7V74g .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-ufamt7V74g .boxed-slider > div {
  position: relative;
}
.cid-ufamt7V74g .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-ufamt7V74g .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-ufamt7V74g .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ufamt7V74g .mbr-table-cell {
  padding: 0;
}
.cid-ufamt7V74g .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ufamt7V74g .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ufamt7V74g .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-ufamt7V74g .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-ufamt7V74g .carousel-item .container {
    width: 100%;
  }
}
.cid-ufamt7V74g .carousel-item-next.carousel-item-left,
.cid-ufamt7V74g .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-ufamt7V74g .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-ufamt7V74g .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufamt7V74g .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ufamt7V74g .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-ufamt7V74g .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ufamt7V74g .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ufamt7V74g .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-ufamt7V74g .mbr-slider .carousel-indicators li.active,
.cid-ufamt7V74g .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-ufamt7V74g .mbr-slider .carousel-indicators li::after,
.cid-ufamt7V74g .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-ufamt7V74g .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-ufamt7V74g .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-ufamt7V74g .mbr-slider > .container img {
  width: 100%;
}
.cid-ufamt7V74g .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ufamt7V74g .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-ufamt7V74g .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ufamt7V74g .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ufamt7V74g .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-ufamt7V74g .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-ufamt7V74g .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-ufamt7V74g .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-ufamt7V74g .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-ufamt7V74g .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ufamt7V74g .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-ufamt7V74g .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-ufamt7V74g .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-ufamt7V74g .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-ufamt7V74g .carousel-inner {
  height: 100%;
}
.cid-ufamt7V74g .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-ufamt7V74g .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-ufamt7V74g .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-ufamt7V74g .content-slider-wrap {
  width: 100%;
}
.cid-uf9b26zO29 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uf9b26zO29 .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: #fff600 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #000000;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uf9b26zO29 .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-uf9b26zO29 .panel-group {
  border: none;
}
.cid-uf9b26zO29 .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uf9b26zO29 .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uf9b26zO29 .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uf9b26zO29 .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uf9b26zO29 .content {
  margin: 5rem auto;
}
.cid-uf9b26zO29 .img-col {
  padding: 0;
}
.cid-uf9b26zO29 .img-item {
  height: 100%;
}
.cid-uf9b26zO29 img {
  height: 100%;
  object-fit: cover;
}
.cid-uf9b26zO29 .collapsed span {
  transform: rotate(0deg);
}
.cid-uf9b26zO29 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uf9b26zO29 p {
  margin-bottom: 0.3rem;
}
.cid-uf9b26zO29 .panel-title-edit {
  color: #1b1818;
}
.cid-uf9b26zO29 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uf9b26zO29 .card {
  background: #fff600;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uf9b26zO29 .card {
    padding: 1rem;
  }
}
.cid-uf9b26zO29 .panel-text {
  color: #1b1818;
}
.cid-uf9b26zO29 H3 {
  text-align: center;
  color: #fff600;
}
.cid-uf9b26zO29 H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uf9b28YJbI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uf9b28YJbI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf9b28YJbI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uf9b28YJbI .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uf9b28YJbI .mbr-section-btn,
.cid-uf9b28YJbI .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uf9b28YJbI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf9b28YJbI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uf9b28YJbI .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uf9b28YJbI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uf9b28YJbI .mbr-section-title {
  color: #ffffff;
}
.cid-uf9b28YJbI .mbr-text,
.cid-uf9b28YJbI .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uf9b28YJbI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uf9b2bC4Cj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-uf9b2bC4Cj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uf9b2bC4Cj .img-item,
.cid-uf9b2bC4Cj img {
  height: 100%;
  object-fit: cover;
}
.cid-uf9b2bC4Cj .img-col {
  padding: 0;
}
.cid-uf9b2bC4Cj .mbr-section-btn {
  width: 30%;
}
@media (max-width: 767px) {
  .cid-uf9b2bC4Cj .mbr-section-btn {
    width: 100%;
  }
}
.cid-uf9b2bC4Cj .btn-black {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-radius: 100px;
  height: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uf9b2bC4Cj .row {
    flex-direction: column;
  }
}
.cid-uf9b2bC4Cj .col-lg-4 {
  display: flex;
  align-items: self-end;
}
.cid-uf9b2bC4Cj .item-wrapper {
  background: linear-gradient(to bottom, #fff600, #fff600);
  padding: 8rem 0;
  margin: 0;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf9b2bC4Cj .item-wrapper {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uf9b2bC4Cj .item-wrapper {
    padding: 3rem 0rem;
    margin: 0 0.2rem;
  }
}
.cid-uf9b2bC4Cj .form-control,
.cid-uf9b2bC4Cj .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  height: 80px;
}
.cid-uf9b2bC4Cj input::-webkit-clear-button {
  display: none;
}
.cid-uf9b2bC4Cj input::-webkit-inner-spin-button {
  display: none;
}
.cid-uf9b2bC4Cj input::-webkit-outer-spin-button {
  display: none;
}
.cid-uf9b2bC4Cj input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uf9b2bC4Cj H4 {
  color: #ffffff;
  text-align: center;
}
.cid-uf9b2bC4Cj H3 {
  text-align: right;
  color: #000000;
}
.cid-uf9b2bC4Cj .mbr-text,
.cid-uf9b2bC4Cj .mbr-section-btn {
  color: #000000;
}
.cid-uf9b2bC4Cj .mbr-section-title {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-uf9b2bC4Cj .item-wrapper {
    padding: 8rem 3rem;
  }
}
.cid-ufaAqegEe0 {
  background-color: #000000;
}
.cid-ufaAqegEe0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufaAqegEe0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufaAqegEe0 img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-ufaAqegEe0 .mbr-list {
  line-height: 2;
  color: #fff600;
  text-align: center;
}
.cid-ufaAqegEe0 .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  margin-bottom: 1rem;
}
.cid-ufaAqegEe0 .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: WHITE;
  margin: 0 0.25rem;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #fff600, #fff600);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-ufaAqegEe0 .mbr-iconfont {
    width: 35px;
    height: 35px;
  }
}
.cid-ufaAqegEe0 a {
  font-weight: bold;
}
.cid-ufaAqegEe0 .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #fff600, #fff600);
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ufaAqegEe0 .card {
    padding: 2rem 1rem;
  }
}
.cid-ufaAqegEe0 .row-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000000;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-ufaAqegEe0 .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ufaAqegEe0 .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-ufaAqegEe0 .container-fluid,
.cid-ufaAqegEe0 .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-ufaAqegEe0 .container-fluid,
  .cid-ufaAqegEe0 .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-ufaAqegEe0 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-ufaAqegEe0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufaAqegEe0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufaAqegEe0 .mbr-text,
.cid-ufaAqegEe0 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ufaAqegEe0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufaAqegEe0 .mbr-section-subtitle2 {
  color: #ffffff;
  text-align: center;
}
.cid-ufaAqegEe0 .mbr-cardtext {
  color: #000000;
  text-align: center;
}
.cid-ufaAqegEe0 .mbr-section-cardtitle {
  color: #000000;
  text-align: center;
}
.cid-ufaAqegEe0 .mbr-section-cardsubtitle {
  color: #000000;
  text-align: center;
}
.cid-ufaAqegEe0 .mbr-link {
  color: #ff9945;
}
.cid-uf9b2g1f8C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uf9b2g1f8C .media-container-row .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uf9b2g1f8C .item-wrapper {
  background: #fff600;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-uf6xVazESW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uf6xVazESW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uf6xVazESW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uf6xVazESW .hamb {
  background: linear-gradient(to right, #fff600, #fff600);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uf6xVazESW .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uf6xVazESW .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uf6xVazESW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uf6xVazESW .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uf6xVazESW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uf6xVazESW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uf6xVazESW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uf6xVazESW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uf6xVazESW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uf6xVazESW .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uf6xVazESW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uf6xVazESW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uf6xVazESW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uf6xVazESW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uf6xVazESW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uf6xVazESW .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uf6xVazESW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uf6xVazESW .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uf6xVazESW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uf6xVazESW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uf6xVazESW .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uf6xVazESW .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uf6xVazESW .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uf6xVazESW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uf6xVazESW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-uf6xVazESW .nav-item:focus,
.cid-uf6xVazESW .nav-link:focus {
  outline: none;
}
.cid-uf6xVazESW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uf6xVazESW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf6xVazESW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uf6xVazESW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uf6xVazESW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uf6xVazESW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uf6xVazESW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uf6xVazESW .navbar.opened {
  transition: all 0.3s;
}
.cid-uf6xVazESW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uf6xVazESW .navbar .navbar-logo img {
  width: auto;
}
.cid-uf6xVazESW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uf6xVazESW .navbar.collapsed {
  justify-content: center;
}
.cid-uf6xVazESW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uf6xVazESW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uf6xVazESW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uf6xVazESW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uf6xVazESW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uf6xVazESW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uf6xVazESW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uf6xVazESW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uf6xVazESW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uf6xVazESW .navbar {
    min-height: 72px;
  }
  .cid-uf6xVazESW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uf6xVazESW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uf6xVazESW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uf6xVazESW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uf6xVazESW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uf6xVazESW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uf6xVazESW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uf6xVazESW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uf6xVazESW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uf6xVazESW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uf6xVazESW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uf6xVazESW .dropdown-item.active,
.cid-uf6xVazESW .dropdown-item:active {
  background-color: transparent;
}
.cid-uf6xVazESW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uf6xVazESW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uf6xVazESW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uf6xVazESW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uf6xVazESW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uf6xVazESW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uf6xVazESW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uf6xVazESW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uf6xVazESW .navbar-buttons {
    text-align: center;
  }
}
.cid-uf6xVazESW button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uf6xVazESW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uf6xVazESW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uf6xVazESW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf6xVazESW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf6xVazESW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uf6xVazESW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf6xVazESW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uf6xVazESW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uf6xVazESW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf6xVazESW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uf6xVazESW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uf6xVazESW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf6xVazESW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uf6xVazESW .navbar {
    height: 70px;
  }
  .cid-uf6xVazESW .navbar.opened {
    height: auto;
  }
  .cid-uf6xVazESW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uf6xVazESW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uf6xVazESW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uf6xVazESW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uf6xVazESW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uf6xVazESW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uf6xVazESW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uf6xVazESW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-uf6xVazESW .container-fluid {
  background: transparent !important;
}
.cid-uf6xVazESW .navbar-brand {
  margin-right: auto;
}
.cid-uf6xVazESW .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #000000;
  border-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 575px) {
  .cid-uf6xVazESW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uf6xVazESW .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-uf6xVazESW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uf6xVazESW .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uf6xVazESW .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-uf6xVazESW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uf6xVazESW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(0deg);
}
.cid-uf6xVazESW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-uf6xVazESW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
  position: static;
  width: 100%;
  max-width: 100% !important;
  transform: translateX(0) !important;
  top: 0;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uf6xVazESW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uf6xVazESW .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uf6xVazESW .navbar-brand {
    margin-right: auto;
  }
  .cid-uf6xVazESW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uf6xVazESW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uf6xVazESW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uf6xVazESW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uf6xVazESW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uf6xVazESW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uf6xVazESW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uf6xVazESW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uf6xVazESW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uf6xVazESW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uf6xVazESW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uf6xVcxDfA {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uf6xVcxDfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf6xVcxDfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uf6xVcxDfA .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uf6xVcxDfA .mbr-section-btn,
.cid-uf6xVcxDfA .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uf6xVcxDfA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf6xVcxDfA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uf6xVcxDfA .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uf6xVcxDfA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uf6xVcxDfA .mbr-section-title {
  color: #ffffff;
}
.cid-uf6xVcxDfA .mbr-text,
.cid-uf6xVcxDfA .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uf6xVcxDfA .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uf6y9aTG0M {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uf6y9aTG0M .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.cid-uf6y9aTG0M .modal-body .close {
  background: #1b1b1b;
}
.cid-uf6y9aTG0M .modal-body .close span {
  font-style: normal;
}
.cid-uf6y9aTG0M .carousel-inner > .active,
.cid-uf6y9aTG0M .carousel-inner > .next,
.cid-uf6y9aTG0M .carousel-inner > .prev {
  display: flex;
}
.cid-uf6y9aTG0M .carousel-control {
  display: none;
}
@media (max-width: 767px) {
  .cid-uf6y9aTG0M .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uf6y9aTG0M .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-uf6y9aTG0M .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uf6y9aTG0M .boxed-slider > div {
  position: relative;
}
.cid-uf6y9aTG0M .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-uf6y9aTG0M .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uf6y9aTG0M .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uf6y9aTG0M .mbr-table-cell {
  padding: 0;
}
.cid-uf6y9aTG0M .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uf6y9aTG0M .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uf6y9aTG0M .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-uf6y9aTG0M .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uf6y9aTG0M .carousel-item .container {
    width: 100%;
  }
}
.cid-uf6y9aTG0M .carousel-item-next.carousel-item-left,
.cid-uf6y9aTG0M .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uf6y9aTG0M .mbr-slider .carousel-control {
  display: none;
}
.cid-uf6y9aTG0M .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uf6y9aTG0M .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uf6y9aTG0M .mbr-slider .carousel-indicators li.active,
.cid-uf6y9aTG0M .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uf6y9aTG0M .mbr-slider .carousel-indicators li::after,
.cid-uf6y9aTG0M .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uf6y9aTG0M .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uf6y9aTG0M .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uf6y9aTG0M .mbr-slider > .container img {
  width: 100%;
}
.cid-uf6y9aTG0M .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uf6y9aTG0M .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uf6y9aTG0M .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uf6y9aTG0M .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uf6y9aTG0M .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uf6y9aTG0M .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uf6y9aTG0M .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uf6y9aTG0M .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uf6y9aTG0M .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uf6y9aTG0M .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uf6y9aTG0M .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uf6y9aTG0M .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uf6y9aTG0M .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uf6y9aTG0M .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uf6y9aTG0M .carousel-inner {
  height: 100%;
}
.cid-uf6y9aTG0M .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uf6y9aTG0M .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-uf6y9aTG0M .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-uf6y9aTG0M .content-slider-wrap {
  width: 100%;
}
.cid-uf6xVeTkjj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff600;
}
.cid-uf6xVeTkjj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf6xVeTkjj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uf6xVeTkjj .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uf6xVeTkjj P {
  max-width: 1200px;
}
.cid-uf6xVeTkjj .mbr-section-btn,
.cid-uf6xVeTkjj .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uf6xVeTkjj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf6xVeTkjj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uf6xVeTkjj .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uf6xVeTkjj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uf6xVeTkjj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uf6xVeTkjj .mbr-text,
.cid-uf6xVeTkjj .mbr-section-btn {
  color: #ffffff;
}
.cid-uf6xVeTkjj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uf6DJrEmaN {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uf6DJrEmaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf6DJrEmaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf6DJrEmaN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uf6DJrEmaN .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uf6DJrEmaN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uf6DJrEmaN .container {
    padding: 0 16px;
  }
}
.cid-uf6DJrEmaN .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf6DJrEmaN .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf6DJrEmaN .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #535353;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #535353;
  box-shadow: 25px 32px 60px #535353;
  overflow: hidden;
}
.cid-uf6DJrEmaN .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0px;
  width: 98px;
  height: 24.5px;
  border-radius: 0.6rem;
  background-color: #000000;
}
@media (max-width: 1200px) {
  .cid-uf6DJrEmaN .image-wrapper .image-wrap::before {
    top: 0px;
    width: 68px;
    height: 18px;
  }
}
@media (max-width: 1200px) {
  .cid-uf6DJrEmaN .image-wrapper .image-wrap {
    width: 232px;
    height: 465px;
  }
}
@media (max-width: 992px) {
  .cid-uf6DJrEmaN .image-wrapper .image-wrap {
    width: 232px;
    height: 475px;
    border-radius: 2rem !important;
  }
}
.cid-uf6DJrEmaN .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #000000;
  background-color: #000000;
  border-radius: 3rem !important;
}
@media (max-width: 1200px) {
  .cid-uf6DJrEmaN .image-wrapper .image-wrap img {
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-uf6DJrEmaN .image-wrapper .image-wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 2rem !important;
  }
}
.cid-uf6DJrEmaN .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uf6DJrEmaN .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uf6DJrEmaN .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uf6DJrEmaN .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uf6DJrEmaN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uf6DJrEmaN .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uf6DJrEmaN .mbr-section-title {
  color: #000000;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-uf6DJrEmaN .mbr-desc {
  color: #1c1c1c;
  text-align: center;
}
.cid-uf6DJrEmaN .mbr-text {
  color: #1c1c1c;
  text-align: center;
}
.cid-uf6xVi7lwr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff600;
}
.cid-uf6xVi7lwr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf6xVi7lwr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uf6xVi7lwr .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uf6xVi7lwr P {
  max-width: 1200px;
}
.cid-uf6xVi7lwr .mbr-section-btn,
.cid-uf6xVi7lwr .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uf6xVi7lwr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf6xVi7lwr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uf6xVi7lwr .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uf6xVi7lwr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uf6xVi7lwr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uf6xVi7lwr .mbr-text,
.cid-uf6xVi7lwr .mbr-section-btn {
  color: #ffffff;
}
.cid-uf6xVi7lwr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uf6xVjOdPN {
  background-color: #000000;
}
.cid-uf6xVjOdPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf6xVjOdPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uf6xVjOdPN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf6xVjOdPN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uf6xVjOdPN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uf6xVjOdPN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uf6xVjOdPN .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uf6xVjOdPN .mbr-text,
.cid-uf6xVjOdPN .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uf6xVluL76 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uf6xVluL76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf6xVluL76 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uf6xVluL76 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uf6xVluL76 .mbr-section-btn,
.cid-uf6xVluL76 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uf6xVluL76 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf6xVluL76 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uf6xVluL76 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uf6xVluL76 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uf6xVluL76 .mbr-section-title {
  color: #ffffff;
}
.cid-uf6xVluL76 .mbr-text,
.cid-uf6xVluL76 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uf6xVluL76 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uf6xVn9JWl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uf6xVn9JWl .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.cid-uf6xVn9JWl .modal-body .close {
  background: #1b1b1b;
}
.cid-uf6xVn9JWl .modal-body .close span {
  font-style: normal;
}
.cid-uf6xVn9JWl .carousel-inner > .active,
.cid-uf6xVn9JWl .carousel-inner > .next,
.cid-uf6xVn9JWl .carousel-inner > .prev {
  display: flex;
}
.cid-uf6xVn9JWl .carousel-control .icon-next,
.cid-uf6xVn9JWl .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uf6xVn9JWl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uf6xVn9JWl .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uf6xVn9JWl .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-uf6xVn9JWl .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uf6xVn9JWl .boxed-slider > div {
  position: relative;
}
.cid-uf6xVn9JWl .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-uf6xVn9JWl .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uf6xVn9JWl .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uf6xVn9JWl .mbr-table-cell {
  padding: 0;
}
.cid-uf6xVn9JWl .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uf6xVn9JWl .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uf6xVn9JWl .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-uf6xVn9JWl .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uf6xVn9JWl .carousel-item .container {
    width: 100%;
  }
}
.cid-uf6xVn9JWl .carousel-item-next.carousel-item-left,
.cid-uf6xVn9JWl .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uf6xVn9JWl .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-uf6xVn9JWl .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uf6xVn9JWl .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uf6xVn9JWl .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-uf6xVn9JWl .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uf6xVn9JWl .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uf6xVn9JWl .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uf6xVn9JWl .mbr-slider .carousel-indicators li.active,
.cid-uf6xVn9JWl .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uf6xVn9JWl .mbr-slider .carousel-indicators li::after,
.cid-uf6xVn9JWl .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uf6xVn9JWl .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uf6xVn9JWl .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uf6xVn9JWl .mbr-slider > .container img {
  width: 100%;
}
.cid-uf6xVn9JWl .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uf6xVn9JWl .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uf6xVn9JWl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uf6xVn9JWl .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uf6xVn9JWl .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uf6xVn9JWl .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uf6xVn9JWl .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uf6xVn9JWl .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uf6xVn9JWl .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uf6xVn9JWl .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uf6xVn9JWl .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uf6xVn9JWl .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uf6xVn9JWl .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uf6xVn9JWl .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uf6xVn9JWl .carousel-inner {
  height: 100%;
}
.cid-uf6xVn9JWl .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uf6xVn9JWl .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-uf6xVn9JWl .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-uf6xVn9JWl .content-slider-wrap {
  width: 100%;
}
.cid-uf6xVprO5t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uf6xVprO5t .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: #fff600 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #000000;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uf6xVprO5t .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-uf6xVprO5t .panel-group {
  border: none;
}
.cid-uf6xVprO5t .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uf6xVprO5t .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uf6xVprO5t .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uf6xVprO5t .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uf6xVprO5t .content {
  margin: 5rem auto;
}
.cid-uf6xVprO5t .img-col {
  padding: 0;
}
.cid-uf6xVprO5t .img-item {
  height: 100%;
}
.cid-uf6xVprO5t img {
  height: 100%;
  object-fit: cover;
}
.cid-uf6xVprO5t .collapsed span {
  transform: rotate(0deg);
}
.cid-uf6xVprO5t .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uf6xVprO5t p {
  margin-bottom: 0.3rem;
}
.cid-uf6xVprO5t .panel-title-edit {
  color: #1b1818;
}
.cid-uf6xVprO5t .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uf6xVprO5t .card {
  background: #fff600;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uf6xVprO5t .card {
    padding: 1rem;
  }
}
.cid-uf6xVprO5t .panel-text {
  color: #1b1818;
}
.cid-uf6xVprO5t H3 {
  text-align: center;
  color: #fff600;
}
.cid-uf6xVprO5t H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uf6xVrhIHU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uf6xVrhIHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf6xVrhIHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uf6xVrhIHU .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uf6xVrhIHU .mbr-section-btn,
.cid-uf6xVrhIHU .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uf6xVrhIHU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf6xVrhIHU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uf6xVrhIHU .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uf6xVrhIHU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uf6xVrhIHU .mbr-section-title {
  color: #ffffff;
}
.cid-uf6xVrhIHU .mbr-text,
.cid-uf6xVrhIHU .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uf6xVrhIHU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uf6xVsHovx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-uf6xVsHovx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uf6xVsHovx .img-item,
.cid-uf6xVsHovx img {
  height: 100%;
  object-fit: cover;
}
.cid-uf6xVsHovx .img-col {
  padding: 0;
}
.cid-uf6xVsHovx .mbr-section-btn {
  width: 30%;
}
@media (max-width: 767px) {
  .cid-uf6xVsHovx .mbr-section-btn {
    width: 100%;
  }
}
.cid-uf6xVsHovx .btn-black {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-radius: 100px;
  height: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uf6xVsHovx .row {
    flex-direction: column;
  }
}
.cid-uf6xVsHovx .col-lg-4 {
  display: flex;
  align-items: self-end;
}
.cid-uf6xVsHovx .item-wrapper {
  background: linear-gradient(to bottom, #fff600, #fff600);
  padding: 8rem 0;
  margin: 0;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf6xVsHovx .item-wrapper {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uf6xVsHovx .item-wrapper {
    padding: 3rem 0rem;
    margin: 0 0.2rem;
  }
}
.cid-uf6xVsHovx .form-control,
.cid-uf6xVsHovx .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  height: 80px;
}
.cid-uf6xVsHovx input::-webkit-clear-button {
  display: none;
}
.cid-uf6xVsHovx input::-webkit-inner-spin-button {
  display: none;
}
.cid-uf6xVsHovx input::-webkit-outer-spin-button {
  display: none;
}
.cid-uf6xVsHovx input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uf6xVsHovx H4 {
  color: #ffffff;
  text-align: center;
}
.cid-uf6xVsHovx H3 {
  text-align: right;
  color: #000000;
}
.cid-uf6xVsHovx .mbr-text,
.cid-uf6xVsHovx .mbr-section-btn {
  color: #000000;
}
.cid-uf6xVsHovx .mbr-section-title {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-uf6xVsHovx .item-wrapper {
    padding: 8rem 3rem;
  }
}
.cid-ufaAwQarnL {
  background-color: #000000;
}
.cid-ufaAwQarnL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufaAwQarnL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufaAwQarnL img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-ufaAwQarnL .mbr-list {
  line-height: 2;
  color: #fff600;
  text-align: center;
}
.cid-ufaAwQarnL .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  margin-bottom: 1rem;
}
.cid-ufaAwQarnL .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: WHITE;
  margin: 0 0.25rem;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #fff600, #fff600);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-ufaAwQarnL .mbr-iconfont {
    width: 35px;
    height: 35px;
  }
}
.cid-ufaAwQarnL a {
  font-weight: bold;
}
.cid-ufaAwQarnL .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #fff600, #fff600);
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ufaAwQarnL .card {
    padding: 2rem 1rem;
  }
}
.cid-ufaAwQarnL .row-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000000;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-ufaAwQarnL .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ufaAwQarnL .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-ufaAwQarnL .container-fluid,
.cid-ufaAwQarnL .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-ufaAwQarnL .container-fluid,
  .cid-ufaAwQarnL .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-ufaAwQarnL .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-ufaAwQarnL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufaAwQarnL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufaAwQarnL .mbr-text,
.cid-ufaAwQarnL .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ufaAwQarnL .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufaAwQarnL .mbr-section-subtitle2 {
  color: #ffffff;
  text-align: center;
}
.cid-ufaAwQarnL .mbr-cardtext {
  color: #000000;
  text-align: center;
}
.cid-ufaAwQarnL .mbr-section-cardtitle {
  color: #000000;
  text-align: center;
}
.cid-ufaAwQarnL .mbr-section-cardsubtitle {
  color: #000000;
  text-align: center;
}
.cid-ufaAwQarnL .mbr-link {
  color: #ff9945;
}
.cid-uf6xVvYKWo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uf6xVvYKWo .media-container-row .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uf6xVvYKWo .item-wrapper {
  background: #fff600;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-uf63DxpaWs {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uf63DxpaWs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uf63DxpaWs .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uf63DxpaWs .hamb {
  background: linear-gradient(to right, #fff600, #fff600);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uf63DxpaWs .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uf63DxpaWs .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uf63DxpaWs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uf63DxpaWs .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uf63DxpaWs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uf63DxpaWs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uf63DxpaWs .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uf63DxpaWs .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uf63DxpaWs .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uf63DxpaWs .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uf63DxpaWs .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uf63DxpaWs .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uf63DxpaWs .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uf63DxpaWs .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uf63DxpaWs .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uf63DxpaWs .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uf63DxpaWs .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uf63DxpaWs .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uf63DxpaWs .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uf63DxpaWs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uf63DxpaWs .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uf63DxpaWs .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uf63DxpaWs .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uf63DxpaWs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uf63DxpaWs .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-uf63DxpaWs .nav-item:focus,
.cid-uf63DxpaWs .nav-link:focus {
  outline: none;
}
.cid-uf63DxpaWs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uf63DxpaWs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf63DxpaWs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uf63DxpaWs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uf63DxpaWs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uf63DxpaWs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uf63DxpaWs .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uf63DxpaWs .navbar.opened {
  transition: all 0.3s;
}
.cid-uf63DxpaWs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uf63DxpaWs .navbar .navbar-logo img {
  width: auto;
}
.cid-uf63DxpaWs .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uf63DxpaWs .navbar.collapsed {
  justify-content: center;
}
.cid-uf63DxpaWs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uf63DxpaWs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uf63DxpaWs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uf63DxpaWs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uf63DxpaWs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uf63DxpaWs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uf63DxpaWs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uf63DxpaWs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uf63DxpaWs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uf63DxpaWs .navbar {
    min-height: 72px;
  }
  .cid-uf63DxpaWs .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uf63DxpaWs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uf63DxpaWs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uf63DxpaWs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uf63DxpaWs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uf63DxpaWs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uf63DxpaWs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uf63DxpaWs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uf63DxpaWs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uf63DxpaWs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uf63DxpaWs .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uf63DxpaWs .dropdown-item.active,
.cid-uf63DxpaWs .dropdown-item:active {
  background-color: transparent;
}
.cid-uf63DxpaWs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uf63DxpaWs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uf63DxpaWs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uf63DxpaWs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uf63DxpaWs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uf63DxpaWs .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uf63DxpaWs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uf63DxpaWs .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uf63DxpaWs .navbar-buttons {
    text-align: center;
  }
}
.cid-uf63DxpaWs button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uf63DxpaWs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uf63DxpaWs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uf63DxpaWs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf63DxpaWs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf63DxpaWs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uf63DxpaWs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf63DxpaWs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uf63DxpaWs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uf63DxpaWs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf63DxpaWs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uf63DxpaWs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uf63DxpaWs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf63DxpaWs .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uf63DxpaWs .navbar {
    height: 70px;
  }
  .cid-uf63DxpaWs .navbar.opened {
    height: auto;
  }
  .cid-uf63DxpaWs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uf63DxpaWs .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uf63DxpaWs .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uf63DxpaWs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uf63DxpaWs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uf63DxpaWs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uf63DxpaWs .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uf63DxpaWs .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-uf63DxpaWs .container-fluid {
  background: transparent !important;
}
.cid-uf63DxpaWs .navbar-brand {
  margin-right: auto;
}
.cid-uf63DxpaWs .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #000000;
  border-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 575px) {
  .cid-uf63DxpaWs .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uf63DxpaWs .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-uf63DxpaWs .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uf63DxpaWs .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uf63DxpaWs .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-uf63DxpaWs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uf63DxpaWs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(0deg);
}
.cid-uf63DxpaWs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-uf63DxpaWs .navbar .dropdown > .dropdown-menu .dropdown-submenu {
  position: static;
  width: 100%;
  max-width: 100% !important;
  transform: translateX(0) !important;
  top: 0;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uf63DxpaWs .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uf63DxpaWs .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uf63DxpaWs .navbar-brand {
    margin-right: auto;
  }
  .cid-uf63DxpaWs .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uf63DxpaWs .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uf63DxpaWs .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uf63DxpaWs .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uf63DxpaWs .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uf63DxpaWs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uf63DxpaWs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uf63DxpaWs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uf63DxpaWs .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uf63DxpaWs .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uf63DxpaWs .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uf63DzIMEM {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uf63DzIMEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf63DzIMEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uf63DzIMEM .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uf63DzIMEM .mbr-section-btn,
.cid-uf63DzIMEM .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uf63DzIMEM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf63DzIMEM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uf63DzIMEM .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uf63DzIMEM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uf63DzIMEM .mbr-section-title {
  color: #ffffff;
}
.cid-uf63DzIMEM .mbr-text,
.cid-uf63DzIMEM .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uf63DzIMEM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uf64yd7okM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uf64yd7okM .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.cid-uf64yd7okM .modal-body .close {
  background: #1b1b1b;
}
.cid-uf64yd7okM .modal-body .close span {
  font-style: normal;
}
.cid-uf64yd7okM .carousel-inner > .active,
.cid-uf64yd7okM .carousel-inner > .next,
.cid-uf64yd7okM .carousel-inner > .prev {
  display: flex;
}
.cid-uf64yd7okM .carousel-control {
  display: none;
}
@media (max-width: 767px) {
  .cid-uf64yd7okM .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uf64yd7okM .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-uf64yd7okM .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uf64yd7okM .boxed-slider > div {
  position: relative;
}
.cid-uf64yd7okM .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-uf64yd7okM .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uf64yd7okM .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uf64yd7okM .mbr-table-cell {
  padding: 0;
}
.cid-uf64yd7okM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uf64yd7okM .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uf64yd7okM .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-uf64yd7okM .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uf64yd7okM .carousel-item .container {
    width: 100%;
  }
}
.cid-uf64yd7okM .carousel-item-next.carousel-item-left,
.cid-uf64yd7okM .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uf64yd7okM .mbr-slider .carousel-control {
  display: none;
}
.cid-uf64yd7okM .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uf64yd7okM .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uf64yd7okM .mbr-slider .carousel-indicators li.active,
.cid-uf64yd7okM .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uf64yd7okM .mbr-slider .carousel-indicators li::after,
.cid-uf64yd7okM .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uf64yd7okM .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uf64yd7okM .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uf64yd7okM .mbr-slider > .container img {
  width: 100%;
}
.cid-uf64yd7okM .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uf64yd7okM .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uf64yd7okM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uf64yd7okM .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uf64yd7okM .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uf64yd7okM .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uf64yd7okM .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uf64yd7okM .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uf64yd7okM .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uf64yd7okM .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uf64yd7okM .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uf64yd7okM .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uf64yd7okM .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uf64yd7okM .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uf64yd7okM .carousel-inner {
  height: 100%;
}
.cid-uf64yd7okM .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uf64yd7okM .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-uf64yd7okM .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-uf64yd7okM .content-slider-wrap {
  width: 100%;
}
.cid-uf63DCTPo3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff600;
}
.cid-uf63DCTPo3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf63DCTPo3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uf63DCTPo3 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uf63DCTPo3 P {
  max-width: 1200px;
}
.cid-uf63DCTPo3 .mbr-section-btn,
.cid-uf63DCTPo3 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uf63DCTPo3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf63DCTPo3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uf63DCTPo3 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uf63DCTPo3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uf63DCTPo3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uf63DCTPo3 .mbr-text,
.cid-uf63DCTPo3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uf63DCTPo3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uf63DEq7wr {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uf63DEq7wr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf63DEq7wr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf63DEq7wr .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uf63DEq7wr .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uf63DEq7wr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uf63DEq7wr .container {
    padding: 0 16px;
  }
}
.cid-uf63DEq7wr .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf63DEq7wr .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf63DEq7wr .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #535353;
  border-radius: 3rem !important;
  width: 332px;
  height: 500px;
  display: flex;
  justify-content: center;
  background-color: #535353;
  box-shadow: 25px 32px 60px #535353;
  overflow: hidden;
}
.cid-uf63DEq7wr .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0px;
  width: 0px;
  height: 0px;
  border-radius: 0rem;
  background-color: #000000;
}
@media (max-width: 1200px) {
  .cid-uf63DEq7wr .image-wrapper .image-wrap::before {
    top: 0px;
    width: 0px;
    height: 0px;
  }
}
@media (max-width: 1200px) {
  .cid-uf63DEq7wr .image-wrapper .image-wrap {
    width: 232px;
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uf63DEq7wr .image-wrapper .image-wrap {
    width: 232px;
    height: 350px;
    border-radius: 2rem !important;
  }
}
.cid-uf63DEq7wr .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #000000;
  background-color: #000000;
  border-radius: 3rem !important;
}
@media (max-width: 1200px) {
  .cid-uf63DEq7wr .image-wrapper .image-wrap img {
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-uf63DEq7wr .image-wrapper .image-wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 2rem !important;
  }
}
.cid-uf63DEq7wr .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uf63DEq7wr .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uf63DEq7wr .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uf63DEq7wr .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uf63DEq7wr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uf63DEq7wr .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uf63DEq7wr .mbr-section-title {
  color: #000000;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-uf63DEq7wr .mbr-desc {
  color: #1c1c1c;
  text-align: center;
}
.cid-uf63DEq7wr .mbr-text {
  color: #1c1c1c;
  text-align: center;
}
.cid-uf63DFWQ79 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff600;
}
.cid-uf63DFWQ79 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf63DFWQ79 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uf63DFWQ79 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uf63DFWQ79 P {
  max-width: 1200px;
}
.cid-uf63DFWQ79 .mbr-section-btn,
.cid-uf63DFWQ79 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uf63DFWQ79 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf63DFWQ79 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uf63DFWQ79 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uf63DFWQ79 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uf63DFWQ79 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uf63DFWQ79 .mbr-text,
.cid-uf63DFWQ79 .mbr-section-btn {
  color: #ffffff;
}
.cid-uf63DFWQ79 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uf63DHtZa1 {
  background-color: #000000;
}
.cid-uf63DHtZa1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf63DHtZa1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uf63DHtZa1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf63DHtZa1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uf63DHtZa1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uf63DHtZa1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uf63DHtZa1 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uf63DHtZa1 .mbr-text,
.cid-uf63DHtZa1 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uf63DJ8ZyN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uf63DJ8ZyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf63DJ8ZyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uf63DJ8ZyN .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uf63DJ8ZyN .mbr-section-btn,
.cid-uf63DJ8ZyN .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uf63DJ8ZyN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf63DJ8ZyN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uf63DJ8ZyN .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uf63DJ8ZyN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uf63DJ8ZyN .mbr-section-title {
  color: #ffffff;
}
.cid-uf63DJ8ZyN .mbr-text,
.cid-uf63DJ8ZyN .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uf63DJ8ZyN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uf63DKMCc7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uf63DKMCc7 .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.cid-uf63DKMCc7 .modal-body .close {
  background: #1b1b1b;
}
.cid-uf63DKMCc7 .modal-body .close span {
  font-style: normal;
}
.cid-uf63DKMCc7 .carousel-inner > .active,
.cid-uf63DKMCc7 .carousel-inner > .next,
.cid-uf63DKMCc7 .carousel-inner > .prev {
  display: flex;
}
.cid-uf63DKMCc7 .carousel-control .icon-next,
.cid-uf63DKMCc7 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uf63DKMCc7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uf63DKMCc7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uf63DKMCc7 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-uf63DKMCc7 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uf63DKMCc7 .boxed-slider > div {
  position: relative;
}
.cid-uf63DKMCc7 .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-uf63DKMCc7 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uf63DKMCc7 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uf63DKMCc7 .mbr-table-cell {
  padding: 0;
}
.cid-uf63DKMCc7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uf63DKMCc7 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uf63DKMCc7 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-uf63DKMCc7 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uf63DKMCc7 .carousel-item .container {
    width: 100%;
  }
}
.cid-uf63DKMCc7 .carousel-item-next.carousel-item-left,
.cid-uf63DKMCc7 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uf63DKMCc7 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-uf63DKMCc7 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uf63DKMCc7 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uf63DKMCc7 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-uf63DKMCc7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uf63DKMCc7 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uf63DKMCc7 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uf63DKMCc7 .mbr-slider .carousel-indicators li.active,
.cid-uf63DKMCc7 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uf63DKMCc7 .mbr-slider .carousel-indicators li::after,
.cid-uf63DKMCc7 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uf63DKMCc7 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uf63DKMCc7 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uf63DKMCc7 .mbr-slider > .container img {
  width: 100%;
}
.cid-uf63DKMCc7 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uf63DKMCc7 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uf63DKMCc7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uf63DKMCc7 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uf63DKMCc7 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uf63DKMCc7 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uf63DKMCc7 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uf63DKMCc7 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uf63DKMCc7 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uf63DKMCc7 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uf63DKMCc7 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uf63DKMCc7 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uf63DKMCc7 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uf63DKMCc7 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uf63DKMCc7 .carousel-inner {
  height: 100%;
}
.cid-uf63DKMCc7 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uf63DKMCc7 .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-uf63DKMCc7 .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-uf63DKMCc7 .content-slider-wrap {
  width: 100%;
}
.cid-uf63DMTXkc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uf63DMTXkc .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: #fff600 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #000000;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uf63DMTXkc .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-uf63DMTXkc .panel-group {
  border: none;
}
.cid-uf63DMTXkc .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uf63DMTXkc .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uf63DMTXkc .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uf63DMTXkc .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uf63DMTXkc .content {
  margin: 5rem auto;
}
.cid-uf63DMTXkc .img-col {
  padding: 0;
}
.cid-uf63DMTXkc .img-item {
  height: 100%;
}
.cid-uf63DMTXkc img {
  height: 100%;
  object-fit: cover;
}
.cid-uf63DMTXkc .collapsed span {
  transform: rotate(0deg);
}
.cid-uf63DMTXkc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uf63DMTXkc p {
  margin-bottom: 0.3rem;
}
.cid-uf63DMTXkc .panel-title-edit {
  color: #1b1818;
}
.cid-uf63DMTXkc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uf63DMTXkc .card {
  background: #fff600;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uf63DMTXkc .card {
    padding: 1rem;
  }
}
.cid-uf63DMTXkc .panel-text {
  color: #1b1818;
}
.cid-uf63DMTXkc H3 {
  text-align: center;
  color: #fff600;
}
.cid-uf63DMTXkc H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uf63DP0MvB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uf63DP0MvB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf63DP0MvB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uf63DP0MvB .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uf63DP0MvB .mbr-section-btn,
.cid-uf63DP0MvB .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uf63DP0MvB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf63DP0MvB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uf63DP0MvB .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uf63DP0MvB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uf63DP0MvB .mbr-section-title {
  color: #ffffff;
}
.cid-uf63DP0MvB .mbr-text,
.cid-uf63DP0MvB .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uf63DP0MvB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uf63DQRljt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-uf63DQRljt .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uf63DQRljt .img-item,
.cid-uf63DQRljt img {
  height: 100%;
  object-fit: cover;
}
.cid-uf63DQRljt .img-col {
  padding: 0;
}
.cid-uf63DQRljt .mbr-section-btn {
  width: 30%;
}
@media (max-width: 767px) {
  .cid-uf63DQRljt .mbr-section-btn {
    width: 100%;
  }
}
.cid-uf63DQRljt .btn-black {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-radius: 100px;
  height: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uf63DQRljt .row {
    flex-direction: column;
  }
}
.cid-uf63DQRljt .col-lg-4 {
  display: flex;
  align-items: self-end;
}
.cid-uf63DQRljt .item-wrapper {
  background: linear-gradient(to bottom, #fff600, #fff600);
  padding: 8rem 0;
  margin: 0;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf63DQRljt .item-wrapper {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uf63DQRljt .item-wrapper {
    padding: 3rem 0rem;
    margin: 0 0.2rem;
  }
}
.cid-uf63DQRljt .form-control,
.cid-uf63DQRljt .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  height: 80px;
}
.cid-uf63DQRljt input::-webkit-clear-button {
  display: none;
}
.cid-uf63DQRljt input::-webkit-inner-spin-button {
  display: none;
}
.cid-uf63DQRljt input::-webkit-outer-spin-button {
  display: none;
}
.cid-uf63DQRljt input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uf63DQRljt H4 {
  color: #ffffff;
  text-align: center;
}
.cid-uf63DQRljt H3 {
  text-align: right;
  color: #000000;
}
.cid-uf63DQRljt .mbr-text,
.cid-uf63DQRljt .mbr-section-btn {
  color: #000000;
}
.cid-uf63DQRljt .mbr-section-title {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-uf63DQRljt .item-wrapper {
    padding: 8rem 3rem;
  }
}
.cid-ufaAJ9gt2B {
  background-color: #000000;
}
.cid-ufaAJ9gt2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufaAJ9gt2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufaAJ9gt2B img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-ufaAJ9gt2B .mbr-list {
  line-height: 2;
  color: #fff600;
  text-align: center;
}
.cid-ufaAJ9gt2B .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  margin-bottom: 1rem;
}
.cid-ufaAJ9gt2B .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: WHITE;
  margin: 0 0.25rem;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #fff600, #fff600);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-ufaAJ9gt2B .mbr-iconfont {
    width: 35px;
    height: 35px;
  }
}
.cid-ufaAJ9gt2B a {
  font-weight: bold;
}
.cid-ufaAJ9gt2B .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #fff600, #fff600);
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ufaAJ9gt2B .card {
    padding: 2rem 1rem;
  }
}
.cid-ufaAJ9gt2B .row-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000000;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-ufaAJ9gt2B .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ufaAJ9gt2B .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-ufaAJ9gt2B .container-fluid,
.cid-ufaAJ9gt2B .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-ufaAJ9gt2B .container-fluid,
  .cid-ufaAJ9gt2B .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-ufaAJ9gt2B .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-ufaAJ9gt2B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufaAJ9gt2B .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufaAJ9gt2B .mbr-text,
.cid-ufaAJ9gt2B .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ufaAJ9gt2B .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufaAJ9gt2B .mbr-section-subtitle2 {
  color: #ffffff;
  text-align: center;
}
.cid-ufaAJ9gt2B .mbr-cardtext {
  color: #000000;
  text-align: center;
}
.cid-ufaAJ9gt2B .mbr-section-cardtitle {
  color: #000000;
  text-align: center;
}
.cid-ufaAJ9gt2B .mbr-section-cardsubtitle {
  color: #000000;
  text-align: center;
}
.cid-ufaAJ9gt2B .mbr-link {
  color: #ff9945;
}
.cid-uf63DVgpNi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uf63DVgpNi .media-container-row .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uf63DVgpNi .item-wrapper {
  background: #fff600;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-uf1CmV0CTW {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uf1CmV0CTW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uf1CmV0CTW .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uf1CmV0CTW .hamb {
  background: linear-gradient(to right, #fff600, #fff600);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uf1CmV0CTW .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uf1CmV0CTW .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uf1CmV0CTW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uf1CmV0CTW .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uf1CmV0CTW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uf1CmV0CTW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uf1CmV0CTW .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uf1CmV0CTW .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uf1CmV0CTW .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uf1CmV0CTW .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uf1CmV0CTW .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uf1CmV0CTW .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uf1CmV0CTW .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uf1CmV0CTW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uf1CmV0CTW .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uf1CmV0CTW .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uf1CmV0CTW .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uf1CmV0CTW .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uf1CmV0CTW .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uf1CmV0CTW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uf1CmV0CTW .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uf1CmV0CTW .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uf1CmV0CTW .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uf1CmV0CTW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uf1CmV0CTW .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-uf1CmV0CTW .nav-item:focus,
.cid-uf1CmV0CTW .nav-link:focus {
  outline: none;
}
.cid-uf1CmV0CTW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uf1CmV0CTW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uf1CmV0CTW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uf1CmV0CTW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uf1CmV0CTW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uf1CmV0CTW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uf1CmV0CTW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uf1CmV0CTW .navbar.opened {
  transition: all 0.3s;
}
.cid-uf1CmV0CTW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uf1CmV0CTW .navbar .navbar-logo img {
  width: auto;
}
.cid-uf1CmV0CTW .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uf1CmV0CTW .navbar.collapsed {
  justify-content: center;
}
.cid-uf1CmV0CTW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uf1CmV0CTW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uf1CmV0CTW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uf1CmV0CTW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uf1CmV0CTW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uf1CmV0CTW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uf1CmV0CTW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uf1CmV0CTW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uf1CmV0CTW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uf1CmV0CTW .navbar {
    min-height: 72px;
  }
  .cid-uf1CmV0CTW .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uf1CmV0CTW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uf1CmV0CTW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uf1CmV0CTW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uf1CmV0CTW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uf1CmV0CTW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uf1CmV0CTW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uf1CmV0CTW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uf1CmV0CTW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uf1CmV0CTW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uf1CmV0CTW .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uf1CmV0CTW .dropdown-item.active,
.cid-uf1CmV0CTW .dropdown-item:active {
  background-color: transparent;
}
.cid-uf1CmV0CTW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uf1CmV0CTW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uf1CmV0CTW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uf1CmV0CTW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uf1CmV0CTW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uf1CmV0CTW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uf1CmV0CTW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uf1CmV0CTW .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uf1CmV0CTW .navbar-buttons {
    text-align: center;
  }
}
.cid-uf1CmV0CTW button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uf1CmV0CTW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uf1CmV0CTW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uf1CmV0CTW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf1CmV0CTW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uf1CmV0CTW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uf1CmV0CTW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf1CmV0CTW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uf1CmV0CTW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uf1CmV0CTW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uf1CmV0CTW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uf1CmV0CTW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uf1CmV0CTW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf1CmV0CTW .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uf1CmV0CTW .navbar {
    height: 70px;
  }
  .cid-uf1CmV0CTW .navbar.opened {
    height: auto;
  }
  .cid-uf1CmV0CTW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uf1CmV0CTW .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uf1CmV0CTW .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uf1CmV0CTW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uf1CmV0CTW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uf1CmV0CTW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uf1CmV0CTW .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uf1CmV0CTW .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-uf1CmV0CTW .container-fluid {
  background: transparent !important;
}
.cid-uf1CmV0CTW .navbar-brand {
  margin-right: auto;
}
.cid-uf1CmV0CTW .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #000000;
  border-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 575px) {
  .cid-uf1CmV0CTW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uf1CmV0CTW .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-uf1CmV0CTW .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uf1CmV0CTW .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uf1CmV0CTW .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-uf1CmV0CTW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uf1CmV0CTW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(0deg);
}
.cid-uf1CmV0CTW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-uf1CmV0CTW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
  position: static;
  width: 100%;
  max-width: 100% !important;
  transform: translateX(0) !important;
  top: 0;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uf1CmV0CTW .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uf1CmV0CTW .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uf1CmV0CTW .navbar-brand {
    margin-right: auto;
  }
  .cid-uf1CmV0CTW .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uf1CmV0CTW .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uf1CmV0CTW .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uf1CmV0CTW .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uf1CmV0CTW .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uf1CmV0CTW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uf1CmV0CTW .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uf1CmV0CTW .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uf1CmV0CTW .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uf1CmV0CTW .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uf1CmV0CTW .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uf1CmZxS5R {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uf1CmZxS5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf1CmZxS5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uf1CmZxS5R .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uf1CmZxS5R .mbr-section-btn,
.cid-uf1CmZxS5R .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uf1CmZxS5R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf1CmZxS5R .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uf1CmZxS5R .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uf1CmZxS5R .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uf1CmZxS5R .mbr-section-title {
  color: #ffffff;
}
.cid-uf1CmZxS5R .mbr-text,
.cid-uf1CmZxS5R .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uf1CmZxS5R .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uf1Fet6XLg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uf1Fet6XLg .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.cid-uf1Fet6XLg .modal-body .close {
  background: #1b1b1b;
}
.cid-uf1Fet6XLg .modal-body .close span {
  font-style: normal;
}
.cid-uf1Fet6XLg .carousel-inner > .active,
.cid-uf1Fet6XLg .carousel-inner > .next,
.cid-uf1Fet6XLg .carousel-inner > .prev {
  display: flex;
}
.cid-uf1Fet6XLg .carousel-control {
  display: none;
}
@media (max-width: 767px) {
  .cid-uf1Fet6XLg .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uf1Fet6XLg .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-uf1Fet6XLg .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uf1Fet6XLg .boxed-slider > div {
  position: relative;
}
.cid-uf1Fet6XLg .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-uf1Fet6XLg .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uf1Fet6XLg .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uf1Fet6XLg .mbr-table-cell {
  padding: 0;
}
.cid-uf1Fet6XLg .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uf1Fet6XLg .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uf1Fet6XLg .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-uf1Fet6XLg .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uf1Fet6XLg .carousel-item .container {
    width: 100%;
  }
}
.cid-uf1Fet6XLg .carousel-item-next.carousel-item-left,
.cid-uf1Fet6XLg .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uf1Fet6XLg .mbr-slider .carousel-control {
  display: none;
}
.cid-uf1Fet6XLg .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uf1Fet6XLg .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uf1Fet6XLg .mbr-slider .carousel-indicators li.active,
.cid-uf1Fet6XLg .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uf1Fet6XLg .mbr-slider .carousel-indicators li::after,
.cid-uf1Fet6XLg .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uf1Fet6XLg .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uf1Fet6XLg .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uf1Fet6XLg .mbr-slider > .container img {
  width: 100%;
}
.cid-uf1Fet6XLg .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uf1Fet6XLg .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uf1Fet6XLg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uf1Fet6XLg .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uf1Fet6XLg .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uf1Fet6XLg .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uf1Fet6XLg .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uf1Fet6XLg .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uf1Fet6XLg .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uf1Fet6XLg .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uf1Fet6XLg .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uf1Fet6XLg .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uf1Fet6XLg .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uf1Fet6XLg .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uf1Fet6XLg .carousel-inner {
  height: 100%;
}
.cid-uf1Fet6XLg .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uf1Fet6XLg .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-uf1Fet6XLg .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-uf1Fet6XLg .content-slider-wrap {
  width: 100%;
}
.cid-uf4T9GWLns {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff600;
}
.cid-uf4T9GWLns .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf4T9GWLns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uf4T9GWLns .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uf4T9GWLns P {
  max-width: 1200px;
}
.cid-uf4T9GWLns .mbr-section-btn,
.cid-uf4T9GWLns .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uf4T9GWLns .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf4T9GWLns .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uf4T9GWLns .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uf4T9GWLns .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uf4T9GWLns .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uf4T9GWLns .mbr-text,
.cid-uf4T9GWLns .mbr-section-btn {
  color: #ffffff;
}
.cid-uf4T9GWLns .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uf1MBLzF74 {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uf1MBLzF74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf1MBLzF74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf1MBLzF74 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uf1MBLzF74 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uf1MBLzF74 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uf1MBLzF74 .container {
    padding: 0 16px;
  }
}
.cid-uf1MBLzF74 .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uf1MBLzF74 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uf1MBLzF74 .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #535353;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #535353;
  box-shadow: 25px 32px 60px #535353;
  overflow: hidden;
}
.cid-uf1MBLzF74 .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0px;
  width: 98px;
  height: 24.5px;
  border-radius: 0.6rem;
  background-color: #000000;
}
@media (max-width: 1200px) {
  .cid-uf1MBLzF74 .image-wrapper .image-wrap::before {
    top: 0px;
    width: 68px;
    height: 18px;
  }
}
@media (max-width: 1200px) {
  .cid-uf1MBLzF74 .image-wrapper .image-wrap {
    width: 232px;
    height: 465px;
  }
}
@media (max-width: 992px) {
  .cid-uf1MBLzF74 .image-wrapper .image-wrap {
    width: 232px;
    height: 475px;
    border-radius: 2rem !important;
  }
}
.cid-uf1MBLzF74 .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #000000;
  background-color: #000000;
  border-radius: 3rem !important;
}
@media (max-width: 1200px) {
  .cid-uf1MBLzF74 .image-wrapper .image-wrap img {
    object-fit: contain;
  }
}
@media (max-width: 992px) {
  .cid-uf1MBLzF74 .image-wrapper .image-wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 2rem !important;
  }
}
.cid-uf1MBLzF74 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uf1MBLzF74 .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uf1MBLzF74 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uf1MBLzF74 .content-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uf1MBLzF74 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uf1MBLzF74 .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uf1MBLzF74 .mbr-section-title {
  color: #000000;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-uf1MBLzF74 .mbr-desc {
  color: #1c1c1c;
  text-align: center;
}
.cid-uf1MBLzF74 .mbr-text {
  color: #1c1c1c;
  text-align: center;
}
.cid-uf4S6GAcr0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff600;
}
.cid-uf4S6GAcr0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf4S6GAcr0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uf4S6GAcr0 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uf4S6GAcr0 P {
  max-width: 1200px;
}
.cid-uf4S6GAcr0 .mbr-section-btn,
.cid-uf4S6GAcr0 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uf4S6GAcr0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf4S6GAcr0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uf4S6GAcr0 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uf4S6GAcr0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uf4S6GAcr0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uf4S6GAcr0 .mbr-text,
.cid-uf4S6GAcr0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uf4S6GAcr0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uf1CndZ9ii {
  background-color: #000000;
}
.cid-uf1CndZ9ii .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf1CndZ9ii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uf1CndZ9ii .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf1CndZ9ii .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uf1CndZ9ii .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uf1CndZ9ii .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uf1CndZ9ii .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uf1CndZ9ii .mbr-text,
.cid-uf1CndZ9ii .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uf51i2QOBP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uf51i2QOBP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf51i2QOBP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uf51i2QOBP .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uf51i2QOBP .mbr-section-btn,
.cid-uf51i2QOBP .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uf51i2QOBP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf51i2QOBP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uf51i2QOBP .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uf51i2QOBP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uf51i2QOBP .mbr-section-title {
  color: #ffffff;
}
.cid-uf51i2QOBP .mbr-text,
.cid-uf51i2QOBP .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uf51i2QOBP .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uf5LDVCraS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uf5LDVCraS .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.cid-uf5LDVCraS .modal-body .close {
  background: #1b1b1b;
}
.cid-uf5LDVCraS .modal-body .close span {
  font-style: normal;
}
.cid-uf5LDVCraS .carousel-inner > .active,
.cid-uf5LDVCraS .carousel-inner > .next,
.cid-uf5LDVCraS .carousel-inner > .prev {
  display: flex;
}
.cid-uf5LDVCraS .carousel-control .icon-next,
.cid-uf5LDVCraS .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uf5LDVCraS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uf5LDVCraS .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uf5LDVCraS .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-uf5LDVCraS .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uf5LDVCraS .boxed-slider > div {
  position: relative;
}
.cid-uf5LDVCraS .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-uf5LDVCraS .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uf5LDVCraS .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uf5LDVCraS .mbr-table-cell {
  padding: 0;
}
.cid-uf5LDVCraS .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uf5LDVCraS .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uf5LDVCraS .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-uf5LDVCraS .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uf5LDVCraS .carousel-item .container {
    width: 100%;
  }
}
.cid-uf5LDVCraS .carousel-item-next.carousel-item-left,
.cid-uf5LDVCraS .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uf5LDVCraS .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-uf5LDVCraS .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uf5LDVCraS .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uf5LDVCraS .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-uf5LDVCraS .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uf5LDVCraS .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uf5LDVCraS .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uf5LDVCraS .mbr-slider .carousel-indicators li.active,
.cid-uf5LDVCraS .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uf5LDVCraS .mbr-slider .carousel-indicators li::after,
.cid-uf5LDVCraS .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uf5LDVCraS .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uf5LDVCraS .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uf5LDVCraS .mbr-slider > .container img {
  width: 100%;
}
.cid-uf5LDVCraS .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uf5LDVCraS .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uf5LDVCraS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uf5LDVCraS .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uf5LDVCraS .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uf5LDVCraS .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uf5LDVCraS .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uf5LDVCraS .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uf5LDVCraS .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uf5LDVCraS .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uf5LDVCraS .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uf5LDVCraS .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uf5LDVCraS .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uf5LDVCraS .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uf5LDVCraS .carousel-inner {
  height: 100%;
}
.cid-uf5LDVCraS .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uf5LDVCraS .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-uf5LDVCraS .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-uf5LDVCraS .content-slider-wrap {
  width: 100%;
}
.cid-uf1Cnt6Ohd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uf1Cnt6Ohd .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: #fff600 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #000000;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uf1Cnt6Ohd .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-uf1Cnt6Ohd .panel-group {
  border: none;
}
.cid-uf1Cnt6Ohd .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uf1Cnt6Ohd .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uf1Cnt6Ohd .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uf1Cnt6Ohd .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uf1Cnt6Ohd .content {
  margin: 5rem auto;
}
.cid-uf1Cnt6Ohd .img-col {
  padding: 0;
}
.cid-uf1Cnt6Ohd .img-item {
  height: 100%;
}
.cid-uf1Cnt6Ohd img {
  height: 100%;
  object-fit: cover;
}
.cid-uf1Cnt6Ohd .collapsed span {
  transform: rotate(0deg);
}
.cid-uf1Cnt6Ohd .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uf1Cnt6Ohd p {
  margin-bottom: 0.3rem;
}
.cid-uf1Cnt6Ohd .panel-title-edit {
  color: #1b1818;
}
.cid-uf1Cnt6Ohd .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uf1Cnt6Ohd .card {
  background: #fff600;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uf1Cnt6Ohd .card {
    padding: 1rem;
  }
}
.cid-uf1Cnt6Ohd .panel-text {
  color: #1b1818;
}
.cid-uf1Cnt6Ohd H3 {
  text-align: center;
  color: #fff600;
}
.cid-uf1Cnt6Ohd H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uf1Cnw651P {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uf1Cnw651P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf1Cnw651P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uf1Cnw651P .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uf1Cnw651P .mbr-section-btn,
.cid-uf1Cnw651P .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uf1Cnw651P .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf1Cnw651P .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uf1Cnw651P .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uf1Cnw651P .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uf1Cnw651P .mbr-section-title {
  color: #ffffff;
}
.cid-uf1Cnw651P .mbr-text,
.cid-uf1Cnw651P .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uf1Cnw651P .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uf1CnymXDn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-uf1CnymXDn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uf1CnymXDn .img-item,
.cid-uf1CnymXDn img {
  height: 100%;
  object-fit: cover;
}
.cid-uf1CnymXDn .img-col {
  padding: 0;
}
.cid-uf1CnymXDn .mbr-section-btn {
  width: 30%;
}
@media (max-width: 767px) {
  .cid-uf1CnymXDn .mbr-section-btn {
    width: 100%;
  }
}
.cid-uf1CnymXDn .btn-black {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-radius: 100px;
  height: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uf1CnymXDn .row {
    flex-direction: column;
  }
}
.cid-uf1CnymXDn .col-lg-4 {
  display: flex;
  align-items: self-end;
}
.cid-uf1CnymXDn .item-wrapper {
  background: linear-gradient(to bottom, #fff600, #fff600);
  padding: 8rem 0;
  margin: 0;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf1CnymXDn .item-wrapper {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uf1CnymXDn .item-wrapper {
    padding: 3rem 0rem;
    margin: 0 0.2rem;
  }
}
.cid-uf1CnymXDn .form-control,
.cid-uf1CnymXDn .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  height: 80px;
}
.cid-uf1CnymXDn input::-webkit-clear-button {
  display: none;
}
.cid-uf1CnymXDn input::-webkit-inner-spin-button {
  display: none;
}
.cid-uf1CnymXDn input::-webkit-outer-spin-button {
  display: none;
}
.cid-uf1CnymXDn input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uf1CnymXDn H4 {
  color: #ffffff;
  text-align: center;
}
.cid-uf1CnymXDn H3 {
  text-align: right;
  color: #000000;
}
.cid-uf1CnymXDn .mbr-text,
.cid-uf1CnymXDn .mbr-section-btn {
  color: #000000;
}
.cid-uf1CnymXDn .mbr-section-title {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-uf1CnymXDn .item-wrapper {
    padding: 8rem 3rem;
  }
}
.cid-ufaAQdHyrU {
  background-color: #000000;
}
.cid-ufaAQdHyrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufaAQdHyrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufaAQdHyrU img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-ufaAQdHyrU .mbr-list {
  line-height: 2;
  color: #fff600;
  text-align: center;
}
.cid-ufaAQdHyrU .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  margin-bottom: 1rem;
}
.cid-ufaAQdHyrU .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: WHITE;
  margin: 0 0.25rem;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #fff600, #fff600);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-ufaAQdHyrU .mbr-iconfont {
    width: 35px;
    height: 35px;
  }
}
.cid-ufaAQdHyrU a {
  font-weight: bold;
}
.cid-ufaAQdHyrU .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #fff600, #fff600);
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ufaAQdHyrU .card {
    padding: 2rem 1rem;
  }
}
.cid-ufaAQdHyrU .row-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000000;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-ufaAQdHyrU .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ufaAQdHyrU .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-ufaAQdHyrU .container-fluid,
.cid-ufaAQdHyrU .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-ufaAQdHyrU .container-fluid,
  .cid-ufaAQdHyrU .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-ufaAQdHyrU .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-ufaAQdHyrU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufaAQdHyrU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufaAQdHyrU .mbr-text,
.cid-ufaAQdHyrU .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ufaAQdHyrU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufaAQdHyrU .mbr-section-subtitle2 {
  color: #ffffff;
  text-align: center;
}
.cid-ufaAQdHyrU .mbr-cardtext {
  color: #000000;
  text-align: center;
}
.cid-ufaAQdHyrU .mbr-section-cardtitle {
  color: #000000;
  text-align: center;
}
.cid-ufaAQdHyrU .mbr-section-cardsubtitle {
  color: #000000;
  text-align: center;
}
.cid-ufaAQdHyrU .mbr-link {
  color: #ff9945;
}
.cid-uf1CnDY0At {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uf1CnDY0At .media-container-row .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uf1CnDY0At .item-wrapper {
  background: #fff600;
  border-radius: 2rem;
  padding: 1.5rem;
}
.cid-tJ2HY8Ph1h {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tJ2HY8Ph1h .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tJ2HY8Ph1h .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJ2HY8Ph1h .hamb {
  background: linear-gradient(to right, #fff600, #fff600);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-tJ2HY8Ph1h .hamb {
    margin-right: 3rem !important;
  }
}
.cid-tJ2HY8Ph1h .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-tJ2HY8Ph1h .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJ2HY8Ph1h .navbar-brand img {
  border-radius: 0px !important;
}
.cid-tJ2HY8Ph1h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJ2HY8Ph1h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJ2HY8Ph1h .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJ2HY8Ph1h .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJ2HY8Ph1h .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tJ2HY8Ph1h .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJ2HY8Ph1h .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJ2HY8Ph1h .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJ2HY8Ph1h .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tJ2HY8Ph1h .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJ2HY8Ph1h .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJ2HY8Ph1h .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJ2HY8Ph1h .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJ2HY8Ph1h .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJ2HY8Ph1h .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJ2HY8Ph1h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tJ2HY8Ph1h .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-tJ2HY8Ph1h .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJ2HY8Ph1h .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJ2HY8Ph1h .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJ2HY8Ph1h .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-tJ2HY8Ph1h .nav-item:focus,
.cid-tJ2HY8Ph1h .nav-link:focus {
  outline: none;
}
.cid-tJ2HY8Ph1h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJ2HY8Ph1h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJ2HY8Ph1h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJ2HY8Ph1h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJ2HY8Ph1h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ2HY8Ph1h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ2HY8Ph1h .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJ2HY8Ph1h .navbar.opened {
  transition: all 0.3s;
}
.cid-tJ2HY8Ph1h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJ2HY8Ph1h .navbar .navbar-logo img {
  width: auto;
}
.cid-tJ2HY8Ph1h .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJ2HY8Ph1h .navbar.collapsed {
  justify-content: center;
}
.cid-tJ2HY8Ph1h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJ2HY8Ph1h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJ2HY8Ph1h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-tJ2HY8Ph1h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJ2HY8Ph1h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJ2HY8Ph1h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJ2HY8Ph1h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJ2HY8Ph1h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJ2HY8Ph1h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJ2HY8Ph1h .navbar {
    min-height: 72px;
  }
  .cid-tJ2HY8Ph1h .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJ2HY8Ph1h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJ2HY8Ph1h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJ2HY8Ph1h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJ2HY8Ph1h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJ2HY8Ph1h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJ2HY8Ph1h .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJ2HY8Ph1h .dropdown-item.active,
.cid-tJ2HY8Ph1h .dropdown-item:active {
  background-color: transparent;
}
.cid-tJ2HY8Ph1h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJ2HY8Ph1h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJ2HY8Ph1h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJ2HY8Ph1h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tJ2HY8Ph1h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tJ2HY8Ph1h .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJ2HY8Ph1h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJ2HY8Ph1h .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJ2HY8Ph1h .navbar-buttons {
    text-align: center;
  }
}
.cid-tJ2HY8Ph1h button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJ2HY8Ph1h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJ2HY8Ph1h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ2HY8Ph1h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ2HY8Ph1h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ2HY8Ph1h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ2HY8Ph1h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ2HY8Ph1h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ2HY8Ph1h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ2HY8Ph1h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ2HY8Ph1h .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJ2HY8Ph1h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJ2HY8Ph1h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJ2HY8Ph1h .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJ2HY8Ph1h .navbar {
    height: 70px;
  }
  .cid-tJ2HY8Ph1h .navbar.opened {
    height: auto;
  }
  .cid-tJ2HY8Ph1h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJ2HY8Ph1h .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJ2HY8Ph1h .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-tJ2HY8Ph1h .container-fluid {
  background: transparent !important;
}
.cid-tJ2HY8Ph1h .navbar-brand {
  margin-right: auto;
}
.cid-tJ2HY8Ph1h .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #000000;
  border-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(8px);
}
@media (max-width: 575px) {
  .cid-tJ2HY8Ph1h .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tJ2HY8Ph1h .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-tJ2HY8Ph1h .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(0deg);
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown-submenu {
  position: static;
  width: 100%;
  max-width: 100% !important;
  transform: translateX(0) !important;
  top: 0;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-tJ2HY8Ph1h .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-tJ2HY8Ph1h .navbar-brand {
    margin-right: auto;
  }
  .cid-tJ2HY8Ph1h .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-tJ2HY8Ph1h .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJ2HY8Ph1h .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJ2HY8Ph1h .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tJ2HU9MPKC {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tJ2HU9MPKC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ2HU9MPKC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-tJ2HU9MPKC .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-tJ2HU9MPKC .mbr-section-btn,
.cid-tJ2HU9MPKC .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tJ2HU9MPKC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJ2HU9MPKC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tJ2HU9MPKC .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tJ2HU9MPKC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tJ2HU9MPKC .mbr-section-title {
  color: #ffffff;
}
.cid-tJ2HU9MPKC .mbr-text,
.cid-tJ2HU9MPKC .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tJ2HU9MPKC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uf01hZsAHi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uf01hZsAHi .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.cid-uf01hZsAHi .modal-body .close {
  background: #1b1b1b;
}
.cid-uf01hZsAHi .modal-body .close span {
  font-style: normal;
}
.cid-uf01hZsAHi .carousel-inner > .active,
.cid-uf01hZsAHi .carousel-inner > .next,
.cid-uf01hZsAHi .carousel-inner > .prev {
  display: flex;
}
.cid-uf01hZsAHi .carousel-control .icon-next,
.cid-uf01hZsAHi .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uf01hZsAHi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uf01hZsAHi .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uf01hZsAHi .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-uf01hZsAHi .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uf01hZsAHi .boxed-slider > div {
  position: relative;
}
.cid-uf01hZsAHi .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-uf01hZsAHi .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uf01hZsAHi .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uf01hZsAHi .mbr-table-cell {
  padding: 0;
}
.cid-uf01hZsAHi .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uf01hZsAHi .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uf01hZsAHi .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-uf01hZsAHi .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uf01hZsAHi .carousel-item .container {
    width: 100%;
  }
}
.cid-uf01hZsAHi .carousel-item-next.carousel-item-left,
.cid-uf01hZsAHi .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uf01hZsAHi .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-uf01hZsAHi .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uf01hZsAHi .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uf01hZsAHi .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-uf01hZsAHi .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uf01hZsAHi .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uf01hZsAHi .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uf01hZsAHi .mbr-slider .carousel-indicators li.active,
.cid-uf01hZsAHi .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uf01hZsAHi .mbr-slider .carousel-indicators li::after,
.cid-uf01hZsAHi .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uf01hZsAHi .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uf01hZsAHi .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uf01hZsAHi .mbr-slider > .container img {
  width: 100%;
}
.cid-uf01hZsAHi .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uf01hZsAHi .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uf01hZsAHi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uf01hZsAHi .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uf01hZsAHi .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uf01hZsAHi .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uf01hZsAHi .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uf01hZsAHi .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uf01hZsAHi .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uf01hZsAHi .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uf01hZsAHi .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uf01hZsAHi .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uf01hZsAHi .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uf01hZsAHi .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uf01hZsAHi .carousel-inner {
  height: 100%;
}
.cid-uf01hZsAHi .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uf01hZsAHi .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 600px;
  overflow: hidden;
}
.cid-uf01hZsAHi .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-uf01hZsAHi .content-slider-wrap {
  width: 100%;
}
.cid-ueZ2FEEsqr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ueZ2FEEsqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueZ2FEEsqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-ueZ2FEEsqr .container {
    max-width: 1400px;
  }
}
.cid-ueZ2FEEsqr .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 2rem;
  width: 120px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #fff600, #fff600);
  height: 120px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-ueZ2FEEsqr .card {
    margin-bottom: 3rem;
  }
}
.cid-ueZ2FEEsqr .row {
  justify-content: center;
}
.cid-ueZ2FEEsqr .card-title,
.cid-ueZ2FEEsqr .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ueZ2FEEsqr .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-ueZ2FEEsqr .mbr-section-title {
  color: #ffffff;
}
.cid-ueZ2FEEsqr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tJ2HYuyOIb {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-tJ2HYuyOIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ2HYuyOIb .container-fluid,
.cid-tJ2HYuyOIb .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-tJ2HYuyOIb .container-fluid,
  .cid-tJ2HYuyOIb .container {
    padding: 0 1.5rem;
  }
}
.cid-tJ2HYuyOIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ2HYuyOIb a {
  font-weight: bold;
}
.cid-tJ2HYuyOIb .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-tJ2HYuyOIb .image-wrapper img {
  border-radius: 4rem !important;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tJ2HYuyOIb .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-tJ2HYuyOIb .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-tJ2HYuyOIb .row {
  justify-content: space-between;
  background: linear-gradient(to top, #fff600, #fff600);
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-tJ2HYuyOIb .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tJ2HYuyOIb .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-tJ2HYuyOIb .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-tJ2HYuyOIb .mbr-section-btn,
.cid-tJ2HYuyOIb .btn {
  width: 100%;
}
.cid-tJ2HYuyOIb .btn-black {
  background-color: #000000 !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-tJ2HYuyOIb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJ2HYuyOIb .mbr-section-title {
  color: #000000;
}
.cid-tJ2HYuyOIb .mbr-text,
.cid-tJ2HYuyOIb .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tJ2HYuyOIb .mbr-section-subtitle {
  color: #000000;
}
.cid-tJ2HYuyOIb .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-tJ2HYuyOIb .mbr-section-price {
  color: #000000;
}
.cid-uf048dUeBa {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uf048dUeBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf048dUeBa .container-fluid,
.cid-uf048dUeBa .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uf048dUeBa .container-fluid,
  .cid-uf048dUeBa .container {
    padding: 0 1.5rem;
  }
}
.cid-uf048dUeBa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf048dUeBa a {
  font-weight: bold;
}
.cid-uf048dUeBa .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-uf048dUeBa .image-wrapper img {
  border-radius: 4rem !important;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uf048dUeBa .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-uf048dUeBa .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-uf048dUeBa .row {
  justify-content: space-between;
  background: linear-gradient(to top, #fff600, #fff600);
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-uf048dUeBa .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uf048dUeBa .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-uf048dUeBa .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uf048dUeBa .mbr-section-btn,
.cid-uf048dUeBa .btn {
  width: 100%;
}
.cid-uf048dUeBa .btn-black {
  background-color: #000000 !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uf048dUeBa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf048dUeBa .mbr-section-title {
  color: #000000;
}
.cid-uf048dUeBa .mbr-text,
.cid-uf048dUeBa .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uf048dUeBa .mbr-section-subtitle {
  color: #000000;
}
.cid-uf048dUeBa .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uf048dUeBa .mbr-section-price {
  color: #000000;
}
.cid-uf0dqW5Faj {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uf0dqW5Faj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf0dqW5Faj .container-fluid,
.cid-uf0dqW5Faj .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-uf0dqW5Faj .container-fluid,
  .cid-uf0dqW5Faj .container {
    padding: 0 1.5rem;
  }
}
.cid-uf0dqW5Faj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf0dqW5Faj a {
  font-weight: bold;
}
.cid-uf0dqW5Faj .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-uf0dqW5Faj .image-wrapper img {
  border-radius: 4rem !important;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uf0dqW5Faj .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-uf0dqW5Faj .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-uf0dqW5Faj .row {
  justify-content: space-between;
  background: linear-gradient(to top, #fff600, #fff600);
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-uf0dqW5Faj .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uf0dqW5Faj .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-uf0dqW5Faj .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uf0dqW5Faj .mbr-section-btn,
.cid-uf0dqW5Faj .btn {
  width: 100%;
}
.cid-uf0dqW5Faj .btn-black {
  background-color: #000000 !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uf0dqW5Faj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf0dqW5Faj .mbr-section-title {
  color: #000000;
}
.cid-uf0dqW5Faj .mbr-text,
.cid-uf0dqW5Faj .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uf0dqW5Faj .mbr-section-subtitle {
  color: #000000;
}
.cid-uf0dqW5Faj .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-uf0dqW5Faj .mbr-section-price {
  color: #000000;
}
.cid-tJ2OFZeBab {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tJ2OFZeBab .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: #fff600 !important;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #000000;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tJ2OFZeBab .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-tJ2OFZeBab .panel-group {
  border: none;
}
.cid-tJ2OFZeBab .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJ2OFZeBab .card-header {
    padding: 1rem 0rem;
  }
}
.cid-tJ2OFZeBab .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tJ2OFZeBab .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tJ2OFZeBab .content {
  margin: 5rem auto;
}
.cid-tJ2OFZeBab .img-col {
  padding: 0;
}
.cid-tJ2OFZeBab .img-item {
  height: 100%;
}
.cid-tJ2OFZeBab img {
  height: 100%;
  object-fit: cover;
}
.cid-tJ2OFZeBab .collapsed span {
  transform: rotate(0deg);
}
.cid-tJ2OFZeBab .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tJ2OFZeBab p {
  margin-bottom: 0.3rem;
}
.cid-tJ2OFZeBab .panel-title-edit {
  color: #1b1818;
}
.cid-tJ2OFZeBab .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-tJ2OFZeBab .card {
  background: #fff600;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tJ2OFZeBab .card {
    padding: 1rem;
  }
}
.cid-tJ2OFZeBab .panel-text {
  color: #1b1818;
}
.cid-tJ2OFZeBab H3 {
  text-align: center;
  color: #fff600;
}
.cid-tJ2OFZeBab H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uf1tExr2S2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uf1tExr2S2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf1tExr2S2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .cid-uf1tExr2S2 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-uf1tExr2S2 .mbr-section-btn,
.cid-uf1tExr2S2 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uf1tExr2S2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uf1tExr2S2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uf1tExr2S2 .image-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-uf1tExr2S2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uf1tExr2S2 .mbr-section-title {
  color: #ffffff;
}
.cid-uf1tExr2S2 .mbr-text,
.cid-uf1tExr2S2 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uf1tExr2S2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uf0CXoffM8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-uf0CXoffM8 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uf0CXoffM8 .img-item,
.cid-uf0CXoffM8 img {
  height: 100%;
  object-fit: cover;
}
.cid-uf0CXoffM8 .img-col {
  padding: 0;
}
.cid-uf0CXoffM8 .mbr-section-btn {
  width: 30%;
}
@media (max-width: 767px) {
  .cid-uf0CXoffM8 .mbr-section-btn {
    width: 100%;
  }
}
.cid-uf0CXoffM8 .btn-black {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-radius: 100px;
  height: 80px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uf0CXoffM8 .row {
    flex-direction: column;
  }
}
.cid-uf0CXoffM8 .col-lg-4 {
  display: flex;
  align-items: self-end;
}
.cid-uf0CXoffM8 .item-wrapper {
  background: linear-gradient(to bottom, #fff600, #fff600);
  padding: 8rem 0;
  margin: 0;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uf0CXoffM8 .item-wrapper {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uf0CXoffM8 .item-wrapper {
    padding: 3rem 0rem;
    margin: 0 0.2rem;
  }
}
.cid-uf0CXoffM8 .form-control,
.cid-uf0CXoffM8 .field-input {
  padding: 1rem 1.5rem;
  border-radius: 2.5rem;
  height: 80px;
}
.cid-uf0CXoffM8 input::-webkit-clear-button {
  display: none;
}
.cid-uf0CXoffM8 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uf0CXoffM8 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uf0CXoffM8 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uf0CXoffM8 H4 {
  color: #ffffff;
  text-align: center;
}
.cid-uf0CXoffM8 H3 {
  text-align: right;
  color: #000000;
}
.cid-uf0CXoffM8 .mbr-text,
.cid-uf0CXoffM8 .mbr-section-btn {
  color: #000000;
}
.cid-uf0CXoffM8 .mbr-section-title {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .cid-uf0CXoffM8 .item-wrapper {
    padding: 8rem 3rem;
  }
}
.cid-ufaB0oCYGx {
  background-color: #000000;
}
.cid-ufaB0oCYGx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufaB0oCYGx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufaB0oCYGx img {
  width: 180px;
  border-radius: 0 !important;
  margin-bottom: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-ufaB0oCYGx .mbr-list {
  line-height: 2;
  color: #fff600;
  text-align: center;
}
.cid-ufaB0oCYGx .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  margin-bottom: 1rem;
}
.cid-ufaB0oCYGx .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: WHITE;
  margin: 0 0.25rem;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top, #fff600, #fff600);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-ufaB0oCYGx .mbr-iconfont {
    width: 35px;
    height: 35px;
  }
}
.cid-ufaB0oCYGx a {
  font-weight: bold;
}
.cid-ufaB0oCYGx .card {
  padding: 3rem;
  background: linear-gradient(to bottom, #fff600, #fff600);
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ufaB0oCYGx .card {
    padding: 2rem 1rem;
  }
}
.cid-ufaB0oCYGx .row-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000000;
  border-radius: 4rem;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-ufaB0oCYGx .row-bg {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ufaB0oCYGx .row-bg {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-ufaB0oCYGx .container-fluid,
.cid-ufaB0oCYGx .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-ufaB0oCYGx .container-fluid,
  .cid-ufaB0oCYGx .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-ufaB0oCYGx .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-ufaB0oCYGx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufaB0oCYGx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufaB0oCYGx .mbr-text,
.cid-ufaB0oCYGx .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ufaB0oCYGx .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufaB0oCYGx .mbr-section-subtitle2 {
  color: #ffffff;
  text-align: center;
}
.cid-ufaB0oCYGx .mbr-cardtext {
  color: #000000;
  text-align: center;
}
.cid-ufaB0oCYGx .mbr-section-cardtitle {
  color: #000000;
  text-align: center;
}
.cid-ufaB0oCYGx .mbr-section-cardsubtitle {
  color: #000000;
  text-align: center;
}
.cid-ufaB0oCYGx .mbr-link {
  color: #ff9945;
}
.cid-uf1sUJ3rbP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-uf1sUJ3rbP .media-container-row .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uf1sUJ3rbP .item-wrapper {
  background: #fff600;
  border-radius: 2rem;
  padding: 1.5rem;
}
