.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffd000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffd000 !important;
  border-color: #ffd000 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffd933 !important;
  border-color: #ffd933 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #ffd933 !important;
  border-color: #ffd933 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffd000;
  color: #ffd000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a88900 !important;
  background-color: transparent !important;
  border-color: #a88900 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #ffd000 !important;
  border-color: #ffd000 !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: #000000 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffd000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #997d00 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffd000;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff6cc;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !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: #ffd7ef !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='%23000000' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uKDFHZH6mv {
  z-index: 1000;
  width: 100%;
}
.cid-uKDFHZH6mv .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-uKDFHZH6mv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uKDFHZH6mv .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uKDFHZH6mv .navbar-nav {
    max-width: 45%;
  }
}
.cid-uKDFHZH6mv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uKDFHZH6mv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uKDFHZH6mv .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uKDFHZH6mv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uKDFHZH6mv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uKDFHZH6mv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uKDFHZH6mv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uKDFHZH6mv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uKDFHZH6mv .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uKDFHZH6mv .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uKDFHZH6mv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uKDFHZH6mv .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-uKDFHZH6mv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uKDFHZH6mv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKDFHZH6mv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKDFHZH6mv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uKDFHZH6mv .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uKDFHZH6mv .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uKDFHZH6mv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uKDFHZH6mv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uKDFHZH6mv .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  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: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uKDFHZH6mv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKDFHZH6mv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uKDFHZH6mv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKDFHZH6mv .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: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-uKDFHZH6mv .nav-item:focus,
.cid-uKDFHZH6mv .nav-link:focus {
  outline: none;
}
.cid-uKDFHZH6mv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKDFHZH6mv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKDFHZH6mv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKDFHZH6mv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKDFHZH6mv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKDFHZH6mv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKDFHZH6mv .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-uKDFHZH6mv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKDFHZH6mv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKDFHZH6mv .navbar .navbar-logo img {
  width: auto;
}
.cid-uKDFHZH6mv .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uKDFHZH6mv .navbar.collapsed {
  justify-content: center;
}
.cid-uKDFHZH6mv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKDFHZH6mv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKDFHZH6mv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uKDFHZH6mv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKDFHZH6mv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKDFHZH6mv .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-uKDFHZH6mv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKDFHZH6mv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKDFHZH6mv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uKDFHZH6mv .navbar {
    min-height: 72px;
  }
  .cid-uKDFHZH6mv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uKDFHZH6mv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKDFHZH6mv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKDFHZH6mv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKDFHZH6mv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKDFHZH6mv .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-uKDFHZH6mv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKDFHZH6mv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uKDFHZH6mv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKDFHZH6mv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKDFHZH6mv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uKDFHZH6mv .dropdown-item.active,
.cid-uKDFHZH6mv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKDFHZH6mv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKDFHZH6mv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKDFHZH6mv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKDFHZH6mv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uKDFHZH6mv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uKDFHZH6mv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uKDFHZH6mv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKDFHZH6mv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKDFHZH6mv .navbar-buttons {
    text-align: left;
  }
}
.cid-uKDFHZH6mv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKDFHZH6mv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uKDFHZH6mv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKDFHZH6mv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKDFHZH6mv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKDFHZH6mv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKDFHZH6mv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKDFHZH6mv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKDFHZH6mv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKDFHZH6mv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKDFHZH6mv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uKDFHZH6mv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKDFHZH6mv .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-uKDFHZH6mv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKDFHZH6mv .navbar {
    height: 70px;
  }
  .cid-uKDFHZH6mv .navbar.opened {
    height: auto;
  }
  .cid-uKDFHZH6mv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKDFHZH6mv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uKDFHZH6mv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uKDFHZH6mv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uKDFHZH6mv .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-uKDFHZH6mv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uKDFHZH6mv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uKDFHZH6mv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uKDFHZH6mv .navbar-brand {
    margin-right: auto;
  }
  .cid-uKDFHZH6mv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uKDFHZH6mv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uKDFHZH6mv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uKDFHZH6mv .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-uKDFHZH6mv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uKDFHZH6mv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uKDFHZH6mv .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-uKDFHZH6mv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uKDFHZH6mv .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-uKDFHZH6mv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uKDFHZH6mv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uKDIqAyRnB {
  background-color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uKDIqAyRnB img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uKDKZLp3US {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uKDKZLp3US .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKDKZLp3US .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKDKZLp3US .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uKDKZLp3US .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKDKZLp3US .content-head {
  max-width: 800px;
}
.cid-uKDKZLp3US .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uKDKZLp3US .img-wrapper img {
  width: 6rem;
}
.cid-uKDKZLp3US .card-text {
  color: #232323;
}
.cid-uKDKZLp3US .card-title {
  color: #ffd000;
}
.cid-uKDKZLp3US .mbr-section-title {
  color: #000000;
}
.cid-uM1SxfnbQ0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uM1SxfnbQ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM1SxfnbQ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM1SxfnbQ0 .container {
  max-width: 1200px;
  padding: 0 10px;
}
.cid-uM1SxfnbQ0 .mbr-section-head {
  margin-bottom: 10px;
  width: 100%;
}
.cid-uM1SxfnbQ0 .mbr-section-title {
  color: #FF014E;
}
.cid-uM1SxfnbQ0 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uM1SxfnbQ0 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uM1SxfnbQ0 .card-row {
  align-items: stretch;
}
.cid-uM1SxfnbQ0 .card {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-uM1SxfnbQ0 .card {
    flex-basis: 80% !important;
  }
}
.cid-uM1SxfnbQ0 .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #474747, #000000);
  box-shadow: 10px 10px 19px #ffbd00, -10px -10px 19px #232323;
}
.cid-uM1SxfnbQ0 .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uM1SxfnbQ0 .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #ffa600, #000000);
  opacity: 0;
  transition: .5s all;
}
.cid-uM1SxfnbQ0 .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-uM1SxfnbQ0 .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-uM1SxfnbQ0 .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-uM1SxfnbQ0 .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #ffbd00;
}
.cid-uM1SxfnbQ0 .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uM1SxfnbQ0 .card-title a {
  transition: 0.4s all;
}
.cid-uM1SxfnbQ0 .card-title a:hover {
  color: #000000 !important;
}
.cid-uLcbrOth2J {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uLcbrOth2J .container {
    padding: 0 16px;
  }
}
.cid-uLcbrOth2J .row {
  position: relative;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLcbrOth2J .row {
    margin: 0 10px;
  }
}
.cid-uLcbrOth2J .row .card {
  position: relative;
  padding: 0;
}
.cid-uLcbrOth2J .item:focus,
.cid-uLcbrOth2J span:focus {
  outline: none;
}
.cid-uLcbrOth2J .item-wrapper {
  position: relative;
}
.cid-uLcbrOth2J .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 610px;
  max-width: 610px;
}
@media (max-width: 767px) {
  .cid-uLcbrOth2J .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLcbrOth2J .embla__slide .slide-content {
  display: flex;
  width: 100%;
  border-radius: 20px !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uLcbrOth2J .embla__slide .slide-content {
    margin-right: 0;
    display: block;
  }
}
.cid-uLcbrOth2J .embla__slide .slide-content .item-wrapper .item-img {
  padding: 30px;
  margin-right: 5px;
  background-color: #f7f7f7;
  border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLcbrOth2J .embla__slide .slide-content .item-wrapper .item-img {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uLcbrOth2J .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 0 5px 0;
  }
}
.cid-uLcbrOth2J .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  width: 145px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 5rem !important;
}
.cid-uLcbrOth2J .embla__slide .slide-content .item-content {
  padding: 30px;
  background-color: #f7f7f7;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLcbrOth2J .embla__slide .slide-content .item-content {
    padding: 20px;
  }
}
.cid-uLcbrOth2J .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uLcbrOth2J .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uLcbrOth2J .embla__slide .slide-content .item-content .mbr-date {
  margin: 20px 0 0;
}
.cid-uLcbrOth2J .embla__button--next,
.cid-uLcbrOth2J .embla__button--prev {
  display: flex;
}
.cid-uLcbrOth2J .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: transparent !important;
  color: #ffd7ef !important;
  border: 2px solid #ffd7ef !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uLcbrOth2J .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLcbrOth2J .embla__button:hover {
  color: #320707 !important;
}
.cid-uLcbrOth2J .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLcbrOth2J .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLcbrOth2J .embla {
  position: relative;
  width: 100%;
}
.cid-uLcbrOth2J .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLcbrOth2J .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLcbrOth2J .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLcbrOth2J .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLcbrOth2J .mbr-section-title {
  color: #fdfcfc;
}
.cid-uLcbrOth2J .item-title {
  color: #192227;
}
.cid-uLcbrOth2J .mbr-text {
  color: #192227;
}
.cid-uLbDyY1YCP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLbDyY1YCP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbDyY1YCP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLbDyY1YCP .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uLbDyY1YCP .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uLbDyY1YCP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLbDyY1YCP .media-content,
.cid-uLbDyY1YCP .mbr-figure {
  align-self: center;
}
.cid-uLbDyY1YCP .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uLbDyY1YCP .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uLbDyY1YCP .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uLbDyY1YCP .mbr-section-maintitle {
  text-align: center;
  color: #ffd000;
}
.cid-uLbDyY1YCP .mbr-section-title {
  text-align: left;
}
.cid-uLbDyY1YCP .mbr-text,
.cid-uLbDyY1YCP .mbr-section-btn {
  text-align: left;
}
.cid-uM1Ux526mR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-3.jpg");
}
.cid-uM1Ux526mR .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-uM1Ux526mR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uM1Ux526mR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uM1Ux526mR .embla__slide .slide-content {
  width: 100%;
}
.cid-uM1Ux526mR .embla__slide .slide-content .item-wrapper .item-img img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uM1Ux526mR .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uM1Ux526mR .embla__button--next,
.cid-uM1Ux526mR .embla__button--prev {
  display: flex;
}
.cid-uM1Ux526mR .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #ffbd00 !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uM1Ux526mR .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-uM1Ux526mR .embla__button:hover {
  opacity: .7;
}
.cid-uM1Ux526mR .embla__button.embla__button--prev {
  left: 15%;
}
@media (max-width: 1200px) {
  .cid-uM1Ux526mR .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uM1Ux526mR .embla__button.embla__button--next {
  right: 15%;
}
@media (max-width: 1200px) {
  .cid-uM1Ux526mR .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uM1Ux526mR .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uM1Ux526mR .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-uM1Ux526mR .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uM1Ux526mR .embla__viewport {
    width: 100%;
  }
}
.cid-uM1Ux526mR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uM1Ux526mR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uM1Ux526mR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLbM2SN8g1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLbM2SN8g1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbM2SN8g1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbM2SN8g1 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLbM2SN8g1 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLbM2SN8g1 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLbM2SN8g1 .container {
    padding: 0 20px;
  }
}
.cid-uLbM2SN8g1 .row {
  justify-content: center;
}
.cid-uLbM2SN8g1 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uLbM2SN8g1 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uLbM2SN8g1 .video-block {
    margin-bottom: 30px;
  }
}
.cid-uLbM2SN8g1 .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLbM2SN8g1 .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uLbM2SN8g1 .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uLbM2SN8g1 .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLbM2SN8g1 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uLbM2SN8g1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNKPEXE4uM {
  background-color: #ffffff;
}
.cid-uNKPEXE4uM .mbr-section-title.col-title {
  color: #ffd000;
}
.cid-uNKPEXE4uM .colored-text {
  color: #ffd000 !important;
}
.cid-uNKPEXE4uM .mbr-section-title {
  color: #ffffff;
}
.cid-uNKPEXE4uM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNKPEXE4uM .mbr-text {
  color: #000000;
}
.cid-uNKPEXE4uM .mbr-section-title.main-title {
  color: #000000;
}
.cid-uNL8dJYrLM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNL8dJYrLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNL8dJYrLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNL8dJYrLM .mbr-text {
  color: #000000;
}
.cid-uNL8dJYrLM .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uNL8dJYrLM .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNL8dJYrLM .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uNL8dJYrLM .mbr-section-subtitle,
.cid-uNL8dJYrLM .main-button {
  color: #000000;
}
.cid-uNL8dJYrLM .mbr-section-title {
  color: #ffd000;
}
.cid-uNLeVhbU4f {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uNLeVhbU4f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNLeVhbU4f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNLeVhbU4f .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNLeVhbU4f .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNLeVhbU4f .container {
    padding: 0 16px;
  }
}
.cid-uNLeVhbU4f .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uNLeVhbU4f .row {
    margin: 0 10px;
  }
}
.cid-uNLeVhbU4f .row .item {
  padding: 0;
}
.cid-uNLeVhbU4f .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNLeVhbU4f .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNLeVhbU4f .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNLeVhbU4f .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uNLeVhbU4f .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-uNLeVhbU4f .panel-group .card:first-child {
  border-top: none;
}
.cid-uNLeVhbU4f .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uNLeVhbU4f .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uNLeVhbU4f .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNLeVhbU4f .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-uNLeVhbU4f .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #ffd000;
}
.cid-uNLeVhbU4f .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #ffd000;
  background-color: #192227;
}
.cid-uNLeVhbU4f .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-uNLeVhbU4f .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uNLeVhbU4f .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #ffd000;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uNLeVhbU4f .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uNLeVhbU4f .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-uNLeVhbU4f .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uNLeVhbU4f .image-wrapper {
  height: 100%;
}
.cid-uNLeVhbU4f .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNLeVhbU4f .image-wrapper img {
    height: 350px;
  }
}
.cid-uNLeVhbU4f .mbr-section-title {
  color: #ffd000;
}
.cid-uNLeVhbU4f .panel-title-edit {
  color: #fdfcfc;
}
.cid-uNLeVhbU4f .panel-text {
  color: #fdfcfc;
}
.cid-uLbPwzQt1u {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uLbPwzQt1u .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uLbPwzQt1u .form-group {
  margin-bottom: 1rem;
}
.cid-uLbPwzQt1u .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-uLbPwzQt1u textarea.form-control {
  min-height: 96px;
}
.cid-uLbPwzQt1u .input-group-btn {
  width: 100%;
}
.cid-uLbPwzQt1u .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uLbPwzQt1u .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-uLbPwzQt1u .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uLbPwzQt1u .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uLbPwzQt1u .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-uLbPwzQt1u .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff !important;
  padding: 10px;
}
.cid-uLbPwzQt1u .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-uLbPwzQt1u .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLbPwzQt1u .form-subtitle {
    text-align: center;
  }
}
.cid-uLbPwzQt1u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbPwzQt1u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbPwzQt1u .form-text {
  color: #f7f7f7;
}
.cid-uLbPwzQt1u LABEL {
  color: #f7f7f7;
}
.cid-uLbPwzQt1u .first-column {
  color: #ffd000;
}
.cid-uLbPwzQt1u .second-column {
  color: #ffd000;
}
.cid-uLbPwzQt1u .main-title {
  color: #ffd000;
}
.cid-uLc4PqeEph {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uLc4PqeEph [class^="socicon-"]:before,
.cid-uLc4PqeEph [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uLc4PqeEph .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uLc4PqeEph .btn-social,
.cid-uLc4PqeEph .mbr-section-title {
  color: #57468b;
}
.cid-uLc4PqeEph .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uLc4PqeEph .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uLc4PqeEph .soc-item:hover span {
  color: #767676 !important;
}
.cid-uLc4PqeEph .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLc4PqeEph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdjxwYLT6 {
  z-index: 1000;
  width: 100%;
}
.cid-uLdjxwYLT6 .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-uLdjxwYLT6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLdjxwYLT6 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uLdjxwYLT6 .navbar-nav {
    max-width: 45%;
  }
}
.cid-uLdjxwYLT6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLdjxwYLT6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uLdjxwYLT6 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLdjxwYLT6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLdjxwYLT6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLdjxwYLT6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uLdjxwYLT6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLdjxwYLT6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLdjxwYLT6 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uLdjxwYLT6 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uLdjxwYLT6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLdjxwYLT6 .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-uLdjxwYLT6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uLdjxwYLT6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLdjxwYLT6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLdjxwYLT6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLdjxwYLT6 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLdjxwYLT6 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLdjxwYLT6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLdjxwYLT6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLdjxwYLT6 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  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: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLdjxwYLT6 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLdjxwYLT6 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLdjxwYLT6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLdjxwYLT6 .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: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-uLdjxwYLT6 .nav-item:focus,
.cid-uLdjxwYLT6 .nav-link:focus {
  outline: none;
}
.cid-uLdjxwYLT6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLdjxwYLT6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLdjxwYLT6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLdjxwYLT6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLdjxwYLT6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLdjxwYLT6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLdjxwYLT6 .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-uLdjxwYLT6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLdjxwYLT6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLdjxwYLT6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uLdjxwYLT6 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uLdjxwYLT6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLdjxwYLT6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLdjxwYLT6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLdjxwYLT6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uLdjxwYLT6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLdjxwYLT6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLdjxwYLT6 .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-uLdjxwYLT6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLdjxwYLT6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLdjxwYLT6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLdjxwYLT6 .navbar {
    min-height: 72px;
  }
  .cid-uLdjxwYLT6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLdjxwYLT6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLdjxwYLT6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLdjxwYLT6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLdjxwYLT6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLdjxwYLT6 .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-uLdjxwYLT6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLdjxwYLT6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLdjxwYLT6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLdjxwYLT6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLdjxwYLT6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLdjxwYLT6 .dropdown-item.active,
.cid-uLdjxwYLT6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLdjxwYLT6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLdjxwYLT6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLdjxwYLT6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLdjxwYLT6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uLdjxwYLT6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLdjxwYLT6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLdjxwYLT6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLdjxwYLT6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLdjxwYLT6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uLdjxwYLT6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLdjxwYLT6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLdjxwYLT6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLdjxwYLT6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLdjxwYLT6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLdjxwYLT6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLdjxwYLT6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLdjxwYLT6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLdjxwYLT6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLdjxwYLT6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLdjxwYLT6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLdjxwYLT6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLdjxwYLT6 .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-uLdjxwYLT6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLdjxwYLT6 .navbar {
    height: 70px;
  }
  .cid-uLdjxwYLT6 .navbar.opened {
    height: auto;
  }
  .cid-uLdjxwYLT6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLdjxwYLT6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLdjxwYLT6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLdjxwYLT6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLdjxwYLT6 .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-uLdjxwYLT6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLdjxwYLT6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLdjxwYLT6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLdjxwYLT6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uLdjxwYLT6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLdjxwYLT6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLdjxwYLT6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLdjxwYLT6 .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-uLdjxwYLT6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLdjxwYLT6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLdjxwYLT6 .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-uLdjxwYLT6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLdjxwYLT6 .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-uLdjxwYLT6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLdjxwYLT6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLdjxxt8rO {
  background-color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uLdjxxt8rO img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uM3OSfahWg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uM3OSfahWg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uM3OSfahWg H4 {
  color: #ffffff;
}
.cid-uM3OSfahWg LABEL {
  color: #ffffff;
}
.cid-uLdjxxONhy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLdjxxONhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdjxxONhy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdjxxONhy .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLdjxxONhy .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLdjxxONhy .content-head {
  max-width: 800px;
}
.cid-uLdjxxONhy .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uLdjxxONhy .img-wrapper img {
  width: 6rem;
}
.cid-uLdjxxONhy .card-text {
  color: #232323;
}
.cid-uLdjxxONhy .card-title {
  color: #ffbd00;
}
.cid-uLdjxxONhy .mbr-section-title {
  color: #000000;
}
.cid-uM3NMdbx96 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uM3NMdbx96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3NMdbx96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3NMdbx96 .container {
  max-width: 1200px;
  padding: 0 10px;
}
.cid-uM3NMdbx96 .mbr-section-head {
  margin-bottom: 10px;
  width: 100%;
}
.cid-uM3NMdbx96 .mbr-section-title {
  color: #FF014E;
}
.cid-uM3NMdbx96 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uM3NMdbx96 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uM3NMdbx96 .card-row {
  align-items: stretch;
}
.cid-uM3NMdbx96 .card {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-uM3NMdbx96 .card {
    flex-basis: 80% !important;
  }
}
.cid-uM3NMdbx96 .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #474747, #000000);
  box-shadow: 10px 10px 19px #ffbd00, -10px -10px 19px #232323;
}
.cid-uM3NMdbx96 .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uM3NMdbx96 .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #ffa600, #000000);
  opacity: 0;
  transition: .5s all;
}
.cid-uM3NMdbx96 .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-uM3NMdbx96 .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-uM3NMdbx96 .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-uM3NMdbx96 .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #ffbd00;
}
.cid-uM3NMdbx96 .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uM3NMdbx96 .card-title a {
  transition: 0.4s all;
}
.cid-uM3NMdbx96 .card-title a:hover {
  color: #000000 !important;
}
.cid-uM3NNtaWlS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uM3NNtaWlS .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uM3NNtaWlS .form-group {
  margin-bottom: 1rem;
}
.cid-uM3NNtaWlS .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-uM3NNtaWlS textarea.form-control {
  min-height: 96px;
}
.cid-uM3NNtaWlS .input-group-btn {
  width: 100%;
}
.cid-uM3NNtaWlS .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uM3NNtaWlS .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-uM3NNtaWlS .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uM3NNtaWlS .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uM3NNtaWlS .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-uM3NNtaWlS .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff !important;
  padding: 10px;
}
.cid-uM3NNtaWlS .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-uM3NNtaWlS .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uM3NNtaWlS .form-subtitle {
    text-align: center;
  }
}
.cid-uM3NNtaWlS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3NNtaWlS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3NNtaWlS .form-text {
  color: #f7f7f7;
}
.cid-uM3NNtaWlS LABEL {
  color: #f7f7f7;
}
.cid-uM3NNtaWlS .first-column {
  color: #ffd000;
}
.cid-uM3NNtaWlS .second-column {
  color: #ffd000;
}
.cid-uM3NNtaWlS .main-title {
  color: #ffd000;
}
.cid-uLdjxBggA7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uLdjxBggA7 [class^="socicon-"]:before,
.cid-uLdjxBggA7 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uLdjxBggA7 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uLdjxBggA7 .btn-social,
.cid-uLdjxBggA7 .mbr-section-title {
  color: #57468b;
}
.cid-uLdjxBggA7 .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uLdjxBggA7 .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uLdjxBggA7 .soc-item:hover span {
  color: #767676 !important;
}
.cid-uLdjxBggA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdjxBggA7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdjaDwfjc {
  z-index: 1000;
  width: 100%;
}
.cid-uLdjaDwfjc .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-uLdjaDwfjc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLdjaDwfjc .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uLdjaDwfjc .navbar-nav {
    max-width: 45%;
  }
}
.cid-uLdjaDwfjc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLdjaDwfjc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uLdjaDwfjc .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLdjaDwfjc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLdjaDwfjc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLdjaDwfjc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uLdjaDwfjc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLdjaDwfjc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLdjaDwfjc .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uLdjaDwfjc .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uLdjaDwfjc .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLdjaDwfjc .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-uLdjaDwfjc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uLdjaDwfjc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLdjaDwfjc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLdjaDwfjc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLdjaDwfjc .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLdjaDwfjc .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLdjaDwfjc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLdjaDwfjc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLdjaDwfjc .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  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: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLdjaDwfjc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLdjaDwfjc .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLdjaDwfjc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLdjaDwfjc .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: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-uLdjaDwfjc .nav-item:focus,
.cid-uLdjaDwfjc .nav-link:focus {
  outline: none;
}
.cid-uLdjaDwfjc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLdjaDwfjc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLdjaDwfjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLdjaDwfjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLdjaDwfjc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLdjaDwfjc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLdjaDwfjc .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-uLdjaDwfjc .navbar.opened {
  transition: all 0.3s;
}
.cid-uLdjaDwfjc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLdjaDwfjc .navbar .navbar-logo img {
  width: auto;
}
.cid-uLdjaDwfjc .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uLdjaDwfjc .navbar.collapsed {
  justify-content: center;
}
.cid-uLdjaDwfjc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLdjaDwfjc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLdjaDwfjc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uLdjaDwfjc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLdjaDwfjc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLdjaDwfjc .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-uLdjaDwfjc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLdjaDwfjc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLdjaDwfjc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLdjaDwfjc .navbar {
    min-height: 72px;
  }
  .cid-uLdjaDwfjc .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLdjaDwfjc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLdjaDwfjc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLdjaDwfjc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLdjaDwfjc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLdjaDwfjc .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-uLdjaDwfjc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLdjaDwfjc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLdjaDwfjc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLdjaDwfjc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLdjaDwfjc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLdjaDwfjc .dropdown-item.active,
.cid-uLdjaDwfjc .dropdown-item:active {
  background-color: transparent;
}
.cid-uLdjaDwfjc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLdjaDwfjc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLdjaDwfjc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLdjaDwfjc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uLdjaDwfjc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLdjaDwfjc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLdjaDwfjc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLdjaDwfjc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLdjaDwfjc .navbar-buttons {
    text-align: left;
  }
}
.cid-uLdjaDwfjc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLdjaDwfjc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLdjaDwfjc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLdjaDwfjc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLdjaDwfjc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLdjaDwfjc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLdjaDwfjc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLdjaDwfjc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLdjaDwfjc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLdjaDwfjc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLdjaDwfjc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLdjaDwfjc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLdjaDwfjc .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-uLdjaDwfjc .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLdjaDwfjc .navbar {
    height: 70px;
  }
  .cid-uLdjaDwfjc .navbar.opened {
    height: auto;
  }
  .cid-uLdjaDwfjc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLdjaDwfjc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLdjaDwfjc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLdjaDwfjc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLdjaDwfjc .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-uLdjaDwfjc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLdjaDwfjc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLdjaDwfjc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLdjaDwfjc .navbar-brand {
    margin-right: auto;
  }
  .cid-uLdjaDwfjc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLdjaDwfjc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLdjaDwfjc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLdjaDwfjc .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-uLdjaDwfjc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLdjaDwfjc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLdjaDwfjc .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-uLdjaDwfjc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLdjaDwfjc .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-uLdjaDwfjc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLdjaDwfjc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLdjaDZKxD {
  background-color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uLdjaDZKxD img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uLhVOEsHcY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uLhVOEsHcY .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uLhVOEsHcY .video-block {
    width: 100% !important;
  }
}
.cid-uLhVQ2cRHP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLhVQ2cRHP .mbr-text {
  color: #000000;
}
.cid-uLhVQ2cRHP .mbr-section-subtitle {
  color: #000000;
}
.cid-uLhVQ2cRHP .mbr-section-title {
  color: #000000;
}
.cid-uLhVQZY2AO {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLhVQZY2AO .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #ffbd00;
  transform: skewX(-20deg);
}
.cid-uLhVQZY2AO .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #ffbd00;
  transform: skewX(-20deg);
}
.cid-uLhVQZY2AO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhVQZY2AO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhVQZY2AO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uLhVQZY2AO .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uLhVQZY2AO .container {
    padding: 0 15px;
  }
}
.cid-uLhVQZY2AO .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uLhVQZY2AO .image-wrapper {
  position: relative;
}
.cid-uLhVQZY2AO .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #232323;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uLhVQZY2AO .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLhVQZY2AO .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uLhVQZY2AO .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-uLhVQZY2AO .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uLhVQZY2AO .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uLhVQZY2AO .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uLhVQZY2AO .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #232323;
}
.cid-uLhVQZY2AO .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uLhVQZY2AO .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uLhVQZY2AO .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uLhVQZY2AO .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uLhVQZY2AO .mbr-text {
  color: #f7f5f6;
}
.cid-uLhVQZY2AO .item-name {
  color: #232323;
}
.cid-uLhVQZY2AO .item-role {
  color: #68707c;
}
.cid-uLhVQZY2AO .mbr-text,
.cid-uLhVQZY2AO .icon-wrapper {
  color: #232323;
}
.cid-uLi5L8Mt79 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uLi5L8Mt79 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLi5L8Mt79 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLi5L8Mt79 .container {
    padding: 0 16px;
  }
}
.cid-uLi5L8Mt79 .row {
  position: relative;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLi5L8Mt79 .row {
    margin: 0 10px;
  }
}
.cid-uLi5L8Mt79 .row .card {
  position: relative;
  padding: 0;
}
.cid-uLi5L8Mt79 .item:focus,
.cid-uLi5L8Mt79 span:focus {
  outline: none;
}
.cid-uLi5L8Mt79 .item-wrapper {
  position: relative;
}
.cid-uLi5L8Mt79 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 610px;
  max-width: 610px;
}
@media (max-width: 767px) {
  .cid-uLi5L8Mt79 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLi5L8Mt79 .embla__slide .slide-content {
  display: flex;
  width: 100%;
  border-radius: 20px !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uLi5L8Mt79 .embla__slide .slide-content {
    margin-right: 0;
    display: block;
  }
}
.cid-uLi5L8Mt79 .embla__slide .slide-content .item-wrapper .item-img {
  padding: 30px;
  margin-right: 5px;
  background-color: #f7f7f7;
  border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLi5L8Mt79 .embla__slide .slide-content .item-wrapper .item-img {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uLi5L8Mt79 .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 0 5px 0;
  }
}
.cid-uLi5L8Mt79 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  width: 145px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 5rem !important;
}
.cid-uLi5L8Mt79 .embla__slide .slide-content .item-content {
  padding: 30px;
  background-color: #f7f7f7;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLi5L8Mt79 .embla__slide .slide-content .item-content {
    padding: 20px;
  }
}
.cid-uLi5L8Mt79 .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uLi5L8Mt79 .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uLi5L8Mt79 .embla__slide .slide-content .item-content .mbr-date {
  margin: 20px 0 0;
}
.cid-uLi5L8Mt79 .embla__button--next,
.cid-uLi5L8Mt79 .embla__button--prev {
  display: flex;
}
.cid-uLi5L8Mt79 .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: #ffbd00;
  color: #ffd7ef #ffbd00;
  border: 2px solid #ffd7ef #ffbd00;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLi5L8Mt79 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLi5L8Mt79 .embla__button:hover {
  color: #320707 #ffbd00;
}
.cid-uLi5L8Mt79 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLi5L8Mt79 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLi5L8Mt79 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
.cid-uLi5L8Mt79 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLi5L8Mt79 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLi5L8Mt79 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLi5L8Mt79 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLi5L8Mt79 .mbr-section-title {
  color: #fdfcfc;
}
.cid-uLi5L8Mt79 .item-title {
  color: #ffbd00;
}
.cid-uLi5L8Mt79 .mbr-text {
  color: #192227;
}
.cid-uM1yjvJ9A4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uM1yjvJ9A4 .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-uM1yjvJ9A4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uM1yjvJ9A4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uM1yjvJ9A4 .embla__slide .slide-content {
  width: 100%;
}
.cid-uM1yjvJ9A4 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uM1yjvJ9A4 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uM1yjvJ9A4 .embla__button--next,
.cid-uM1yjvJ9A4 .embla__button--prev {
  display: flex;
}
.cid-uM1yjvJ9A4 .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #ffbd00 !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uM1yjvJ9A4 .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-uM1yjvJ9A4 .embla__button:hover {
  opacity: .7;
}
.cid-uM1yjvJ9A4 .embla__button.embla__button--prev {
  left: 15%;
}
@media (max-width: 1200px) {
  .cid-uM1yjvJ9A4 .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uM1yjvJ9A4 .embla__button.embla__button--next {
  right: 15%;
}
@media (max-width: 1200px) {
  .cid-uM1yjvJ9A4 .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uM1yjvJ9A4 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uM1yjvJ9A4 .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-uM1yjvJ9A4 .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uM1yjvJ9A4 .embla__viewport {
    width: 100%;
  }
}
.cid-uM1yjvJ9A4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uM1yjvJ9A4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uM1yjvJ9A4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLiorlBpjW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uLiorlBpjW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLiorlBpjW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLiorlBpjW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLiorlBpjW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLiorlBpjW .container {
    padding: 0 16px;
  }
}
.cid-uLiorlBpjW .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uLiorlBpjW .row {
    margin: 0 10px;
  }
}
.cid-uLiorlBpjW .row .item {
  padding: 0;
}
.cid-uLiorlBpjW .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLiorlBpjW .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLiorlBpjW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLiorlBpjW .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uLiorlBpjW .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-uLiorlBpjW .panel-group .card:first-child {
  border-top: none;
}
.cid-uLiorlBpjW .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uLiorlBpjW .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uLiorlBpjW .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLiorlBpjW .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-uLiorlBpjW .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #ffd000;
}
.cid-uLiorlBpjW .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #ffd000;
  background-color: #192227;
}
.cid-uLiorlBpjW .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-uLiorlBpjW .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLiorlBpjW .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #ffd000;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uLiorlBpjW .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uLiorlBpjW .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-uLiorlBpjW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uLiorlBpjW .image-wrapper {
  height: 100%;
}
.cid-uLiorlBpjW .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLiorlBpjW .image-wrapper img {
    height: 350px;
  }
}
.cid-uLiorlBpjW .mbr-section-title {
  color: #ffd000;
}
.cid-uLiorlBpjW .panel-title-edit {
  color: #fdfcfc;
}
.cid-uLiorlBpjW .panel-text {
  color: #fdfcfc;
}
.cid-uM1rqojvy1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uM1rqojvy1 .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #ffbd00;
}
.cid-uM1rqojvy1 .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-uM1rqojvy1 .button-align {
  text-align: center;
}
.cid-uM1rqojvy1 .mbr-section-btn {
  display: block;
}
.cid-uM1rqojvy1 .container {
  max-width: 739px;
}
.cid-uM1rqojvy1 .btn {
  margin-top: 20px;
}
.cid-uM1rqojvy1 a.btn > span {
  margin-left: 0.5rem;
}
.cid-uM1rqojvy1 .mbr-text,
.cid-uM1rqojvy1 .button-align {
  color: #3a341c;
}
.cid-uLdjaEUp2W {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uLdjaEUp2W .container {
    padding: 0 16px;
  }
}
.cid-uLdjaEUp2W .row {
  position: relative;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLdjaEUp2W .row {
    margin: 0 10px;
  }
}
.cid-uLdjaEUp2W .row .card {
  position: relative;
  padding: 0;
}
.cid-uLdjaEUp2W .item:focus,
.cid-uLdjaEUp2W span:focus {
  outline: none;
}
.cid-uLdjaEUp2W .item-wrapper {
  position: relative;
}
.cid-uLdjaEUp2W .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 610px;
  max-width: 610px;
}
@media (max-width: 767px) {
  .cid-uLdjaEUp2W .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLdjaEUp2W .embla__slide .slide-content {
  display: flex;
  width: 100%;
  border-radius: 20px !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uLdjaEUp2W .embla__slide .slide-content {
    margin-right: 0;
    display: block;
  }
}
.cid-uLdjaEUp2W .embla__slide .slide-content .item-wrapper .item-img {
  padding: 30px;
  margin-right: 5px;
  background-color: #f7f7f7;
  border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLdjaEUp2W .embla__slide .slide-content .item-wrapper .item-img {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uLdjaEUp2W .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 0 5px 0;
  }
}
.cid-uLdjaEUp2W .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  width: 145px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 5rem !important;
}
.cid-uLdjaEUp2W .embla__slide .slide-content .item-content {
  padding: 30px;
  background-color: #f7f7f7;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLdjaEUp2W .embla__slide .slide-content .item-content {
    padding: 20px;
  }
}
.cid-uLdjaEUp2W .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uLdjaEUp2W .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uLdjaEUp2W .embla__slide .slide-content .item-content .mbr-date {
  margin: 20px 0 0;
}
.cid-uLdjaEUp2W .embla__button--next,
.cid-uLdjaEUp2W .embla__button--prev {
  display: flex;
}
.cid-uLdjaEUp2W .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: transparent !important;
  color: #ffd7ef !important;
  border: 2px solid #ffd7ef !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uLdjaEUp2W .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLdjaEUp2W .embla__button:hover {
  color: #320707 !important;
}
.cid-uLdjaEUp2W .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLdjaEUp2W .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLdjaEUp2W .embla {
  position: relative;
  width: 100%;
}
.cid-uLdjaEUp2W .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLdjaEUp2W .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLdjaEUp2W .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLdjaEUp2W .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLdjaEUp2W .mbr-section-title {
  color: #fdfcfc;
}
.cid-uLdjaEUp2W .item-title {
  color: #192227;
}
.cid-uLdjaEUp2W .mbr-text {
  color: #192227;
}
.cid-uM1VfUWWeb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uM1VfUWWeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM1VfUWWeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM1VfUWWeb .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uM1VfUWWeb .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uM1VfUWWeb .content-head {
  max-width: 800px;
}
.cid-uM1VfUWWeb .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uM1VfUWWeb .img-wrapper img {
  width: 6rem;
}
.cid-uM1VfUWWeb .card-text {
  color: #232323;
}
.cid-uM1VfUWWeb .card-title {
  color: #ffd000;
}
.cid-uM1VfUWWeb .mbr-section-title {
  color: #000000;
}
.cid-uM1VgNQRis {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uM1VgNQRis .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM1VgNQRis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM1VgNQRis .container {
  max-width: 1200px;
  padding: 0 10px;
}
.cid-uM1VgNQRis .mbr-section-head {
  margin-bottom: 10px;
  width: 100%;
}
.cid-uM1VgNQRis .mbr-section-title {
  color: #FF014E;
}
.cid-uM1VgNQRis .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uM1VgNQRis .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uM1VgNQRis .card-row {
  align-items: stretch;
}
.cid-uM1VgNQRis .card {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-uM1VgNQRis .card {
    flex-basis: 80% !important;
  }
}
.cid-uM1VgNQRis .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #474747, #000000);
  box-shadow: 10px 10px 19px #ffbd00, -10px -10px 19px #232323;
}
.cid-uM1VgNQRis .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uM1VgNQRis .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #ffa600, #000000);
  opacity: 0;
  transition: .5s all;
}
.cid-uM1VgNQRis .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-uM1VgNQRis .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-uM1VgNQRis .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-uM1VgNQRis .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #ffbd00;
}
.cid-uM1VgNQRis .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uM1VgNQRis .card-title a {
  transition: 0.4s all;
}
.cid-uM1VgNQRis .card-title a:hover {
  color: #000000 !important;
}
.cid-uLdjaGwhUK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLdjaGwhUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdjaGwhUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdjaGwhUK .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLdjaGwhUK .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLdjaGwhUK .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLdjaGwhUK .container {
    padding: 0 20px;
  }
}
.cid-uLdjaGwhUK .row {
  justify-content: center;
}
.cid-uLdjaGwhUK .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uLdjaGwhUK .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uLdjaGwhUK .video-block {
    margin-bottom: 30px;
  }
}
.cid-uLdjaGwhUK .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLdjaGwhUK .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uLdjaGwhUK .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uLdjaGwhUK .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLdjaGwhUK .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uLdjaGwhUK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLdjaHknxA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uLdjaHknxA .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uLdjaHknxA .form-group {
  margin-bottom: 1rem;
}
.cid-uLdjaHknxA .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-uLdjaHknxA textarea.form-control {
  min-height: 96px;
}
.cid-uLdjaHknxA .input-group-btn {
  width: 100%;
}
.cid-uLdjaHknxA .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uLdjaHknxA .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-uLdjaHknxA .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uLdjaHknxA .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uLdjaHknxA .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-uLdjaHknxA .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff !important;
  padding: 10px;
}
.cid-uLdjaHknxA .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-uLdjaHknxA .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLdjaHknxA .form-subtitle {
    text-align: center;
  }
}
.cid-uLdjaHknxA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdjaHknxA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdjaHknxA .form-text {
  color: #f7f7f7;
}
.cid-uLdjaHknxA LABEL {
  color: #f7f7f7;
}
.cid-uLdjaHknxA .main-title {
  color: #ffd000;
}
.cid-uLdjaHknxA .first-column {
  color: #ffd000;
}
.cid-uLdjaHknxA .second-column {
  color: #ffd000;
}
.cid-uLdjaHVIXU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uLdjaHVIXU [class^="socicon-"]:before,
.cid-uLdjaHVIXU [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uLdjaHVIXU .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uLdjaHVIXU .btn-social,
.cid-uLdjaHVIXU .mbr-section-title {
  color: #57468b;
}
.cid-uLdjaHVIXU .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uLdjaHVIXU .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uLdjaHVIXU .soc-item:hover span {
  color: #767676 !important;
}
.cid-uLdjaHVIXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdjaHVIXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdjh3BUsn {
  z-index: 1000;
  width: 100%;
}
.cid-uLdjh3BUsn .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-uLdjh3BUsn .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLdjh3BUsn .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uLdjh3BUsn .navbar-nav {
    max-width: 45%;
  }
}
.cid-uLdjh3BUsn .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLdjh3BUsn .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uLdjh3BUsn .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLdjh3BUsn .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLdjh3BUsn .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLdjh3BUsn .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uLdjh3BUsn .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLdjh3BUsn .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLdjh3BUsn .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uLdjh3BUsn .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uLdjh3BUsn .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLdjh3BUsn .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-uLdjh3BUsn .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uLdjh3BUsn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLdjh3BUsn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLdjh3BUsn .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLdjh3BUsn .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLdjh3BUsn .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLdjh3BUsn .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLdjh3BUsn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLdjh3BUsn .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  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: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLdjh3BUsn .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLdjh3BUsn .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLdjh3BUsn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLdjh3BUsn .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: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-uLdjh3BUsn .nav-item:focus,
.cid-uLdjh3BUsn .nav-link:focus {
  outline: none;
}
.cid-uLdjh3BUsn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLdjh3BUsn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLdjh3BUsn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLdjh3BUsn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLdjh3BUsn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLdjh3BUsn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLdjh3BUsn .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-uLdjh3BUsn .navbar.opened {
  transition: all 0.3s;
}
.cid-uLdjh3BUsn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLdjh3BUsn .navbar .navbar-logo img {
  width: auto;
}
.cid-uLdjh3BUsn .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uLdjh3BUsn .navbar.collapsed {
  justify-content: center;
}
.cid-uLdjh3BUsn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLdjh3BUsn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLdjh3BUsn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uLdjh3BUsn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLdjh3BUsn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLdjh3BUsn .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-uLdjh3BUsn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLdjh3BUsn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLdjh3BUsn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLdjh3BUsn .navbar {
    min-height: 72px;
  }
  .cid-uLdjh3BUsn .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLdjh3BUsn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLdjh3BUsn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLdjh3BUsn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLdjh3BUsn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLdjh3BUsn .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-uLdjh3BUsn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLdjh3BUsn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLdjh3BUsn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLdjh3BUsn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLdjh3BUsn .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLdjh3BUsn .dropdown-item.active,
.cid-uLdjh3BUsn .dropdown-item:active {
  background-color: transparent;
}
.cid-uLdjh3BUsn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLdjh3BUsn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLdjh3BUsn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLdjh3BUsn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uLdjh3BUsn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLdjh3BUsn .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLdjh3BUsn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLdjh3BUsn .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLdjh3BUsn .navbar-buttons {
    text-align: left;
  }
}
.cid-uLdjh3BUsn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLdjh3BUsn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLdjh3BUsn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLdjh3BUsn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLdjh3BUsn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLdjh3BUsn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLdjh3BUsn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLdjh3BUsn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLdjh3BUsn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLdjh3BUsn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLdjh3BUsn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLdjh3BUsn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLdjh3BUsn .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-uLdjh3BUsn .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLdjh3BUsn .navbar {
    height: 70px;
  }
  .cid-uLdjh3BUsn .navbar.opened {
    height: auto;
  }
  .cid-uLdjh3BUsn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLdjh3BUsn .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLdjh3BUsn .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLdjh3BUsn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLdjh3BUsn .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-uLdjh3BUsn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLdjh3BUsn .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLdjh3BUsn .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLdjh3BUsn .navbar-brand {
    margin-right: auto;
  }
  .cid-uLdjh3BUsn .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLdjh3BUsn .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLdjh3BUsn .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLdjh3BUsn .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-uLdjh3BUsn .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLdjh3BUsn .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLdjh3BUsn .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-uLdjh3BUsn .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLdjh3BUsn .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-uLdjh3BUsn .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLdjh3BUsn .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLdjh4912Y {
  background-color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uLdjh4912Y img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uM2k1dhAlJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uM2k1dhAlJ .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #ffbd00;
  transform: skewX(-20deg);
}
.cid-uM2k1dhAlJ .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #ffbd00;
  transform: skewX(-20deg);
}
.cid-uM2k1dhAlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM2k1dhAlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM2k1dhAlJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uM2k1dhAlJ .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uM2k1dhAlJ .container {
    padding: 0 15px;
  }
}
.cid-uM2k1dhAlJ .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uM2k1dhAlJ .image-wrapper {
  position: relative;
}
.cid-uM2k1dhAlJ .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #232323;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uM2k1dhAlJ .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM2k1dhAlJ .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uM2k1dhAlJ .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-uM2k1dhAlJ .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uM2k1dhAlJ .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uM2k1dhAlJ .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uM2k1dhAlJ .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #232323;
}
.cid-uM2k1dhAlJ .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uM2k1dhAlJ .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uM2k1dhAlJ .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uM2k1dhAlJ .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uM2k1dhAlJ .mbr-text {
  color: #f7f5f6;
}
.cid-uM2k1dhAlJ .item-name {
  color: #232323;
}
.cid-uM2k1dhAlJ .item-role {
  color: #68707c;
}
.cid-uM2k1dhAlJ .mbr-text,
.cid-uM2k1dhAlJ .icon-wrapper {
  color: #232323;
}
.cid-uM3mHgTfFf {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uM3mHgTfFf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uM3mHgTfFf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uM3mHgTfFf .container {
    padding: 0 16px;
  }
}
.cid-uM3mHgTfFf .row {
  position: relative;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uM3mHgTfFf .row {
    margin: 0 10px;
  }
}
.cid-uM3mHgTfFf .row .card {
  position: relative;
  padding: 0;
}
.cid-uM3mHgTfFf .item:focus,
.cid-uM3mHgTfFf span:focus {
  outline: none;
}
.cid-uM3mHgTfFf .item-wrapper {
  position: relative;
}
.cid-uM3mHgTfFf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 610px;
  max-width: 610px;
}
@media (max-width: 767px) {
  .cid-uM3mHgTfFf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uM3mHgTfFf .embla__slide .slide-content {
  display: flex;
  width: 100%;
  border-radius: 20px !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uM3mHgTfFf .embla__slide .slide-content {
    margin-right: 0;
    display: block;
  }
}
.cid-uM3mHgTfFf .embla__slide .slide-content .item-wrapper .item-img {
  padding: 30px;
  margin-right: 5px;
  background-color: #f7f7f7;
  border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uM3mHgTfFf .embla__slide .slide-content .item-wrapper .item-img {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uM3mHgTfFf .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 0 5px 0;
  }
}
.cid-uM3mHgTfFf .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  width: 145px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 5rem !important;
}
.cid-uM3mHgTfFf .embla__slide .slide-content .item-content {
  padding: 30px;
  background-color: #f7f7f7;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uM3mHgTfFf .embla__slide .slide-content .item-content {
    padding: 20px;
  }
}
.cid-uM3mHgTfFf .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uM3mHgTfFf .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uM3mHgTfFf .embla__slide .slide-content .item-content .mbr-date {
  margin: 20px 0 0;
}
.cid-uM3mHgTfFf .embla__button--next,
.cid-uM3mHgTfFf .embla__button--prev {
  display: flex;
}
.cid-uM3mHgTfFf .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: #ffbd00;
  color: #ffd7ef #ffbd00;
  border: 2px solid #ffd7ef #ffbd00;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uM3mHgTfFf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uM3mHgTfFf .embla__button:hover {
  color: #320707 #ffbd00;
}
.cid-uM3mHgTfFf .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uM3mHgTfFf .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uM3mHgTfFf .embla {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
.cid-uM3mHgTfFf .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uM3mHgTfFf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uM3mHgTfFf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uM3mHgTfFf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uM3mHgTfFf .mbr-section-title {
  color: #fdfcfc;
}
.cid-uM3mHgTfFf .item-title {
  color: #ffbd00;
}
.cid-uM3mHgTfFf .mbr-text {
  color: #192227;
}
.cid-uM2kC38LDA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uM2kC38LDA .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #ffbd00;
}
.cid-uM2kC38LDA .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-uM2kC38LDA .button-align {
  text-align: center;
}
.cid-uM2kC38LDA .mbr-section-btn {
  display: block;
}
.cid-uM2kC38LDA .container {
  max-width: 739px;
}
.cid-uM2kC38LDA .btn {
  margin-top: 20px;
}
.cid-uM2kC38LDA a.btn > span {
  margin-left: 0.5rem;
}
.cid-uM2kC38LDA .mbr-text,
.cid-uM2kC38LDA .button-align {
  color: #3a341c;
}
.cid-uM2kJz8Www {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uM2kJz8Www .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM2kJz8Www .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM2kJz8Www .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uM2kJz8Www .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uM2kJz8Www .container {
    padding: 0 16px;
  }
}
.cid-uM2kJz8Www .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uM2kJz8Www .row {
    margin: 0 10px;
  }
}
.cid-uM2kJz8Www .row .item {
  padding: 0;
}
.cid-uM2kJz8Www .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uM2kJz8Www .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uM2kJz8Www .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uM2kJz8Www .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uM2kJz8Www .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-uM2kJz8Www .panel-group .card:first-child {
  border-top: none;
}
.cid-uM2kJz8Www .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uM2kJz8Www .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uM2kJz8Www .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uM2kJz8Www .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-uM2kJz8Www .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #ffd000;
}
.cid-uM2kJz8Www .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #ffd000;
  background-color: #192227;
}
.cid-uM2kJz8Www .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-uM2kJz8Www .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uM2kJz8Www .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #ffd000;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uM2kJz8Www .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uM2kJz8Www .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-uM2kJz8Www .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uM2kJz8Www .image-wrapper {
  height: 100%;
}
.cid-uM2kJz8Www .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uM2kJz8Www .image-wrapper img {
    height: 350px;
  }
}
.cid-uM2kJz8Www .mbr-section-title {
  color: #ffd000;
}
.cid-uM2kJz8Www .panel-title-edit {
  color: #fdfcfc;
}
.cid-uM2kJz8Www .panel-text {
  color: #ffffff;
}
.cid-uLdjh4widD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLdjh4widD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdjh4widD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdjh4widD .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLdjh4widD .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLdjh4widD .content-head {
  max-width: 800px;
}
.cid-uLdjh4widD .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uLdjh4widD .img-wrapper img {
  width: 6rem;
}
.cid-uLdjh4widD .card-text {
  color: #232323;
}
.cid-uLdjh4widD .card-title {
  color: #ffd000;
}
.cid-uLdjh4widD .mbr-section-title {
  color: #000000;
}
.cid-uM2hc3xFxr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uM2hc3xFxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM2hc3xFxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM2hc3xFxr .container {
  max-width: 1200px;
  padding: 0 10px;
}
.cid-uM2hc3xFxr .mbr-section-head {
  margin-bottom: 10px;
  width: 100%;
}
.cid-uM2hc3xFxr .mbr-section-title {
  color: #FF014E;
}
.cid-uM2hc3xFxr .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uM2hc3xFxr .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uM2hc3xFxr .card-row {
  align-items: stretch;
}
.cid-uM2hc3xFxr .card {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-uM2hc3xFxr .card {
    flex-basis: 80% !important;
  }
}
.cid-uM2hc3xFxr .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #474747, #000000);
  box-shadow: 10px 10px 19px #ffbd00, -10px -10px 19px #232323;
}
.cid-uM2hc3xFxr .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uM2hc3xFxr .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #ffa600, #000000);
  opacity: 0;
  transition: .5s all;
}
.cid-uM2hc3xFxr .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-uM2hc3xFxr .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-uM2hc3xFxr .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-uM2hc3xFxr .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #ffbd00;
}
.cid-uM2hc3xFxr .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uM2hc3xFxr .card-title a {
  transition: 0.4s all;
}
.cid-uM2hc3xFxr .card-title a:hover {
  color: #000000 !important;
}
.cid-uM2haVvMqy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uM2haVvMqy .container {
    padding: 0 16px;
  }
}
.cid-uM2haVvMqy .row {
  position: relative;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uM2haVvMqy .row {
    margin: 0 10px;
  }
}
.cid-uM2haVvMqy .row .card {
  position: relative;
  padding: 0;
}
.cid-uM2haVvMqy .item:focus,
.cid-uM2haVvMqy span:focus {
  outline: none;
}
.cid-uM2haVvMqy .item-wrapper {
  position: relative;
}
.cid-uM2haVvMqy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 610px;
  max-width: 610px;
}
@media (max-width: 767px) {
  .cid-uM2haVvMqy .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uM2haVvMqy .embla__slide .slide-content {
  display: flex;
  width: 100%;
  border-radius: 20px !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uM2haVvMqy .embla__slide .slide-content {
    margin-right: 0;
    display: block;
  }
}
.cid-uM2haVvMqy .embla__slide .slide-content .item-wrapper .item-img {
  padding: 30px;
  margin-right: 5px;
  background-color: #f7f7f7;
  border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uM2haVvMqy .embla__slide .slide-content .item-wrapper .item-img {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uM2haVvMqy .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 0 5px 0;
  }
}
.cid-uM2haVvMqy .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  width: 145px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 5rem !important;
}
.cid-uM2haVvMqy .embla__slide .slide-content .item-content {
  padding: 30px;
  background-color: #f7f7f7;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uM2haVvMqy .embla__slide .slide-content .item-content {
    padding: 20px;
  }
}
.cid-uM2haVvMqy .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uM2haVvMqy .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uM2haVvMqy .embla__slide .slide-content .item-content .mbr-date {
  margin: 20px 0 0;
}
.cid-uM2haVvMqy .embla__button--next,
.cid-uM2haVvMqy .embla__button--prev {
  display: flex;
}
.cid-uM2haVvMqy .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: transparent !important;
  color: #ffd7ef !important;
  border: 2px solid #ffd7ef !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uM2haVvMqy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uM2haVvMqy .embla__button:hover {
  color: #320707 !important;
}
.cid-uM2haVvMqy .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uM2haVvMqy .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uM2haVvMqy .embla {
  position: relative;
  width: 100%;
}
.cid-uM2haVvMqy .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uM2haVvMqy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uM2haVvMqy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uM2haVvMqy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uM2haVvMqy .mbr-section-title {
  color: #fdfcfc;
}
.cid-uM2haVvMqy .item-title {
  color: #192227;
}
.cid-uM2haVvMqy .mbr-text {
  color: #192227;
}
.cid-uLdjh5BzYz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLdjh5BzYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdjh5BzYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLdjh5BzYz .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uLdjh5BzYz .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uLdjh5BzYz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLdjh5BzYz .media-content,
.cid-uLdjh5BzYz .mbr-figure {
  align-self: center;
}
.cid-uLdjh5BzYz .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uLdjh5BzYz .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uLdjh5BzYz .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uLdjh5BzYz .mbr-section-maintitle {
  text-align: center;
}
.cid-uLdjh5BzYz .mbr-section-title {
  text-align: left;
}
.cid-uLdjh5BzYz .mbr-text,
.cid-uLdjh5BzYz .mbr-section-btn {
  text-align: left;
}
.cid-uM2h5s861e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-3.jpg");
}
.cid-uM2h5s861e .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-uM2h5s861e .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uM2h5s861e .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uM2h5s861e .embla__slide .slide-content {
  width: 100%;
}
.cid-uM2h5s861e .embla__slide .slide-content .item-wrapper .item-img img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uM2h5s861e .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uM2h5s861e .embla__button--next,
.cid-uM2h5s861e .embla__button--prev {
  display: flex;
}
.cid-uM2h5s861e .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #ffbd00 !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uM2h5s861e .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-uM2h5s861e .embla__button:hover {
  opacity: .7;
}
.cid-uM2h5s861e .embla__button.embla__button--prev {
  left: 15%;
}
@media (max-width: 1200px) {
  .cid-uM2h5s861e .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uM2h5s861e .embla__button.embla__button--next {
  right: 15%;
}
@media (max-width: 1200px) {
  .cid-uM2h5s861e .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uM2h5s861e .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uM2h5s861e .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-uM2h5s861e .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uM2h5s861e .embla__viewport {
    width: 100%;
  }
}
.cid-uM2h5s861e .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uM2h5s861e .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uM2h5s861e .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLdjh6KxvQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLdjh6KxvQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdjh6KxvQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdjh6KxvQ .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLdjh6KxvQ .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLdjh6KxvQ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLdjh6KxvQ .container {
    padding: 0 20px;
  }
}
.cid-uLdjh6KxvQ .row {
  justify-content: center;
}
.cid-uLdjh6KxvQ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uLdjh6KxvQ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uLdjh6KxvQ .video-block {
    margin-bottom: 30px;
  }
}
.cid-uLdjh6KxvQ .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLdjh6KxvQ .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uLdjh6KxvQ .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uLdjh6KxvQ .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLdjh6KxvQ .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uLdjh6KxvQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uM2h0fXKjM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uM2h0fXKjM .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uM2h0fXKjM .form-group {
  margin-bottom: 1rem;
}
.cid-uM2h0fXKjM .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-uM2h0fXKjM textarea.form-control {
  min-height: 96px;
}
.cid-uM2h0fXKjM .input-group-btn {
  width: 100%;
}
.cid-uM2h0fXKjM .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uM2h0fXKjM .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-uM2h0fXKjM .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uM2h0fXKjM .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uM2h0fXKjM .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-uM2h0fXKjM .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff !important;
  padding: 10px;
}
.cid-uM2h0fXKjM .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-uM2h0fXKjM .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uM2h0fXKjM .form-subtitle {
    text-align: center;
  }
}
.cid-uM2h0fXKjM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM2h0fXKjM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM2h0fXKjM .form-text {
  color: #f7f7f7;
}
.cid-uM2h0fXKjM LABEL {
  color: #f7f7f7;
}
.cid-uM2h0fXKjM .first-column {
  color: #ffd000;
}
.cid-uM2h0fXKjM .second-column {
  color: #ffd000;
}
.cid-uM2h0fXKjM .main-title {
  color: #ffd000;
}
.cid-uLdjh8evr4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uLdjh8evr4 [class^="socicon-"]:before,
.cid-uLdjh8evr4 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uLdjh8evr4 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uLdjh8evr4 .btn-social,
.cid-uLdjh8evr4 .mbr-section-title {
  color: #57468b;
}
.cid-uLdjh8evr4 .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uLdjh8evr4 .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uLdjh8evr4 .soc-item:hover span {
  color: #767676 !important;
}
.cid-uLdjh8evr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdjh8evr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdjkqBahE {
  z-index: 1000;
  width: 100%;
}
.cid-uLdjkqBahE .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-uLdjkqBahE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLdjkqBahE .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uLdjkqBahE .navbar-nav {
    max-width: 45%;
  }
}
.cid-uLdjkqBahE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLdjkqBahE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uLdjkqBahE .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLdjkqBahE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLdjkqBahE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLdjkqBahE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uLdjkqBahE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLdjkqBahE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLdjkqBahE .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uLdjkqBahE .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uLdjkqBahE .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLdjkqBahE .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-uLdjkqBahE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uLdjkqBahE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLdjkqBahE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLdjkqBahE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLdjkqBahE .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLdjkqBahE .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLdjkqBahE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLdjkqBahE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLdjkqBahE .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  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: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLdjkqBahE .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLdjkqBahE .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLdjkqBahE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLdjkqBahE .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: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-uLdjkqBahE .nav-item:focus,
.cid-uLdjkqBahE .nav-link:focus {
  outline: none;
}
.cid-uLdjkqBahE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLdjkqBahE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLdjkqBahE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLdjkqBahE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLdjkqBahE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLdjkqBahE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLdjkqBahE .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-uLdjkqBahE .navbar.opened {
  transition: all 0.3s;
}
.cid-uLdjkqBahE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLdjkqBahE .navbar .navbar-logo img {
  width: auto;
}
.cid-uLdjkqBahE .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uLdjkqBahE .navbar.collapsed {
  justify-content: center;
}
.cid-uLdjkqBahE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLdjkqBahE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLdjkqBahE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uLdjkqBahE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLdjkqBahE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLdjkqBahE .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-uLdjkqBahE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLdjkqBahE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLdjkqBahE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLdjkqBahE .navbar {
    min-height: 72px;
  }
  .cid-uLdjkqBahE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLdjkqBahE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLdjkqBahE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLdjkqBahE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLdjkqBahE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLdjkqBahE .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-uLdjkqBahE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLdjkqBahE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLdjkqBahE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLdjkqBahE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLdjkqBahE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLdjkqBahE .dropdown-item.active,
.cid-uLdjkqBahE .dropdown-item:active {
  background-color: transparent;
}
.cid-uLdjkqBahE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLdjkqBahE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLdjkqBahE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLdjkqBahE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uLdjkqBahE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLdjkqBahE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLdjkqBahE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLdjkqBahE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLdjkqBahE .navbar-buttons {
    text-align: left;
  }
}
.cid-uLdjkqBahE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLdjkqBahE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLdjkqBahE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLdjkqBahE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLdjkqBahE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLdjkqBahE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLdjkqBahE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLdjkqBahE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLdjkqBahE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLdjkqBahE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLdjkqBahE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLdjkqBahE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLdjkqBahE .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-uLdjkqBahE .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLdjkqBahE .navbar {
    height: 70px;
  }
  .cid-uLdjkqBahE .navbar.opened {
    height: auto;
  }
  .cid-uLdjkqBahE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLdjkqBahE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLdjkqBahE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLdjkqBahE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLdjkqBahE .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-uLdjkqBahE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLdjkqBahE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLdjkqBahE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLdjkqBahE .navbar-brand {
    margin-right: auto;
  }
  .cid-uLdjkqBahE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLdjkqBahE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLdjkqBahE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLdjkqBahE .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-uLdjkqBahE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLdjkqBahE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLdjkqBahE .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-uLdjkqBahE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLdjkqBahE .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-uLdjkqBahE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLdjkqBahE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLdjkrbbg9 {
  background-color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uLdjkrbbg9 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uLduFdL4JT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uLduFdL4JT .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uLduFdL4JT .video-block {
    width: 100% !important;
  }
}
.cid-uLduUa6Sg1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLduUa6Sg1 .mbr-text {
  color: #000000;
}
.cid-uLduUa6Sg1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uLduUa6Sg1 .mbr-section-title {
  color: #000000;
}
.cid-uLhqotBeIR {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLhqotBeIR .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #ffbd00;
  transform: skewX(-20deg);
}
.cid-uLhqotBeIR .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #ffbd00;
  transform: skewX(-20deg);
}
.cid-uLhqotBeIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhqotBeIR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhqotBeIR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uLhqotBeIR .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uLhqotBeIR .container {
    padding: 0 15px;
  }
}
.cid-uLhqotBeIR .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uLhqotBeIR .image-wrapper {
  position: relative;
}
.cid-uLhqotBeIR .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #232323;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uLhqotBeIR .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLhqotBeIR .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uLhqotBeIR .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-uLhqotBeIR .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uLhqotBeIR .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uLhqotBeIR .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uLhqotBeIR .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #232323;
}
.cid-uLhqotBeIR .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uLhqotBeIR .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uLhqotBeIR .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uLhqotBeIR .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uLhqotBeIR .mbr-text {
  color: #f7f5f6;
}
.cid-uLhqotBeIR .item-name {
  color: #232323;
}
.cid-uLhqotBeIR .item-role {
  color: #68707c;
}
.cid-uLhqotBeIR .mbr-text,
.cid-uLhqotBeIR .icon-wrapper {
  color: #232323;
}
.cid-uLhiBg4Tk8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uLhiBg4Tk8 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLhiBg4Tk8 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLhiBg4Tk8 .container {
    padding: 0 16px;
  }
}
.cid-uLhiBg4Tk8 .row {
  position: relative;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLhiBg4Tk8 .row {
    margin: 0 10px;
  }
}
.cid-uLhiBg4Tk8 .row .card {
  position: relative;
  padding: 0;
}
.cid-uLhiBg4Tk8 .item:focus,
.cid-uLhiBg4Tk8 span:focus {
  outline: none;
}
.cid-uLhiBg4Tk8 .item-wrapper {
  position: relative;
}
.cid-uLhiBg4Tk8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 610px;
  max-width: 610px;
}
@media (max-width: 767px) {
  .cid-uLhiBg4Tk8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLhiBg4Tk8 .embla__slide .slide-content {
  display: flex;
  width: 100%;
  border-radius: 20px !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uLhiBg4Tk8 .embla__slide .slide-content {
    margin-right: 0;
    display: block;
  }
}
.cid-uLhiBg4Tk8 .embla__slide .slide-content .item-wrapper .item-img {
  padding: 30px;
  margin-right: 5px;
  background-color: #f7f7f7;
  border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLhiBg4Tk8 .embla__slide .slide-content .item-wrapper .item-img {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uLhiBg4Tk8 .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 0 5px 0;
  }
}
.cid-uLhiBg4Tk8 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  width: 145px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 5rem !important;
}
.cid-uLhiBg4Tk8 .embla__slide .slide-content .item-content {
  padding: 30px;
  background-color: #f7f7f7;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLhiBg4Tk8 .embla__slide .slide-content .item-content {
    padding: 20px;
  }
}
.cid-uLhiBg4Tk8 .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uLhiBg4Tk8 .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uLhiBg4Tk8 .embla__slide .slide-content .item-content .mbr-date {
  margin: 20px 0 0;
}
.cid-uLhiBg4Tk8 .embla__button--next,
.cid-uLhiBg4Tk8 .embla__button--prev {
  display: flex;
}
.cid-uLhiBg4Tk8 .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: transparent !important;
  color: #ffd7ef !important;
  border: 2px solid #ffd7ef !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLhiBg4Tk8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLhiBg4Tk8 .embla__button:hover {
  color: #320707 !important;
}
.cid-uLhiBg4Tk8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLhiBg4Tk8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLhiBg4Tk8 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
.cid-uLhiBg4Tk8 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLhiBg4Tk8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLhiBg4Tk8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLhiBg4Tk8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLhiBg4Tk8 .mbr-section-title {
  color: #fdfcfc;
}
.cid-uLhiBg4Tk8 .item-title {
  color: #192227;
}
.cid-uLhiBg4Tk8 .mbr-text {
  color: #192227;
}
.cid-uM1VF2CKah {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uM1VF2CKah .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #ffbd00;
}
.cid-uM1VF2CKah .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-uM1VF2CKah .button-align {
  text-align: center;
}
.cid-uM1VF2CKah .mbr-section-btn {
  display: block;
}
.cid-uM1VF2CKah .container {
  max-width: 739px;
}
.cid-uM1VF2CKah .btn {
  margin-top: 20px;
}
.cid-uM1VF2CKah a.btn > span {
  margin-left: 0.5rem;
}
.cid-uM1VF2CKah .mbr-text,
.cid-uM1VF2CKah .button-align {
  color: #3a341c;
}
.cid-uLhvkLpOGu {
  z-index: 1;
}
.cid-uLdzCFBMjX {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uLdzCFBMjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdzCFBMjX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdzCFBMjX .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLdzCFBMjX .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uLdzCFBMjX .container {
    padding: 0 16px;
  }
}
.cid-uLdzCFBMjX .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uLdzCFBMjX .row {
    margin: 0 10px;
  }
}
.cid-uLdzCFBMjX .row .item {
  padding: 0;
}
.cid-uLdzCFBMjX .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLdzCFBMjX .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLdzCFBMjX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLdzCFBMjX .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uLdzCFBMjX .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-uLdzCFBMjX .panel-group .card:first-child {
  border-top: none;
}
.cid-uLdzCFBMjX .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uLdzCFBMjX .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uLdzCFBMjX .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLdzCFBMjX .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-uLdzCFBMjX .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #ffd000;
}
.cid-uLdzCFBMjX .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #ffd000;
  background-color: #192227;
}
.cid-uLdzCFBMjX .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-uLdzCFBMjX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uLdzCFBMjX .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #ffd000;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uLdzCFBMjX .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uLdzCFBMjX .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-uLdzCFBMjX .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uLdzCFBMjX .image-wrapper {
  height: 100%;
}
.cid-uLdzCFBMjX .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLdzCFBMjX .image-wrapper img {
    height: 350px;
  }
}
.cid-uLdzCFBMjX .mbr-section-title {
  color: #ffd000;
}
.cid-uLdzCFBMjX .panel-title-edit {
  color: #fdfcfc;
}
.cid-uLdzCFBMjX .panel-text {
  color: #fdfcfc;
}
.cid-uLdjkrxcKR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLdjkrxcKR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdjkrxcKR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdjkrxcKR .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLdjkrxcKR .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLdjkrxcKR .content-head {
  max-width: 800px;
}
.cid-uLdjkrxcKR .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uLdjkrxcKR .img-wrapper img {
  width: 6rem;
}
.cid-uLdjkrxcKR .card-text {
  color: #232323;
}
.cid-uLdjkrxcKR .card-title {
  color: #ffd000;
}
.cid-uLdjkrxcKR .mbr-section-title {
  color: #000000;
}
.cid-uM1VDv9DvP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uM1VDv9DvP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM1VDv9DvP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM1VDv9DvP .container {
  max-width: 1200px;
  padding: 0 10px;
}
.cid-uM1VDv9DvP .mbr-section-head {
  margin-bottom: 10px;
  width: 100%;
}
.cid-uM1VDv9DvP .mbr-section-title {
  color: #FF014E;
}
.cid-uM1VDv9DvP .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uM1VDv9DvP .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uM1VDv9DvP .card-row {
  align-items: stretch;
}
.cid-uM1VDv9DvP .card {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-uM1VDv9DvP .card {
    flex-basis: 80% !important;
  }
}
.cid-uM1VDv9DvP .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #474747, #000000);
  box-shadow: 10px 10px 19px #ffbd00, -10px -10px 19px #232323;
}
.cid-uM1VDv9DvP .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uM1VDv9DvP .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #ffa600, #000000);
  opacity: 0;
  transition: .5s all;
}
.cid-uM1VDv9DvP .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-uM1VDv9DvP .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-uM1VDv9DvP .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-uM1VDv9DvP .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #ffbd00;
}
.cid-uM1VDv9DvP .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uM1VDv9DvP .card-title a {
  transition: 0.4s all;
}
.cid-uM1VDv9DvP .card-title a:hover {
  color: #000000 !important;
}
.cid-uLdjks3LUk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uLdjks3LUk .container {
    padding: 0 16px;
  }
}
.cid-uLdjks3LUk .row {
  position: relative;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLdjks3LUk .row {
    margin: 0 10px;
  }
}
.cid-uLdjks3LUk .row .card {
  position: relative;
  padding: 0;
}
.cid-uLdjks3LUk .item:focus,
.cid-uLdjks3LUk span:focus {
  outline: none;
}
.cid-uLdjks3LUk .item-wrapper {
  position: relative;
}
.cid-uLdjks3LUk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 610px;
  max-width: 610px;
}
@media (max-width: 767px) {
  .cid-uLdjks3LUk .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLdjks3LUk .embla__slide .slide-content {
  display: flex;
  width: 100%;
  border-radius: 20px !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uLdjks3LUk .embla__slide .slide-content {
    margin-right: 0;
    display: block;
  }
}
.cid-uLdjks3LUk .embla__slide .slide-content .item-wrapper .item-img {
  padding: 30px;
  margin-right: 5px;
  background-color: #f7f7f7;
  border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLdjks3LUk .embla__slide .slide-content .item-wrapper .item-img {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uLdjks3LUk .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 0 5px 0;
  }
}
.cid-uLdjks3LUk .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  width: 145px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 5rem !important;
}
.cid-uLdjks3LUk .embla__slide .slide-content .item-content {
  padding: 30px;
  background-color: #f7f7f7;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLdjks3LUk .embla__slide .slide-content .item-content {
    padding: 20px;
  }
}
.cid-uLdjks3LUk .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uLdjks3LUk .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uLdjks3LUk .embla__slide .slide-content .item-content .mbr-date {
  margin: 20px 0 0;
}
.cid-uLdjks3LUk .embla__button--next,
.cid-uLdjks3LUk .embla__button--prev {
  display: flex;
}
.cid-uLdjks3LUk .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: transparent !important;
  color: #ffd7ef !important;
  border: 2px solid #ffd7ef !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uLdjks3LUk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLdjks3LUk .embla__button:hover {
  color: #320707 !important;
}
.cid-uLdjks3LUk .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLdjks3LUk .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLdjks3LUk .embla {
  position: relative;
  width: 100%;
}
.cid-uLdjks3LUk .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLdjks3LUk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLdjks3LUk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLdjks3LUk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLdjks3LUk .mbr-section-title {
  color: #fdfcfc;
}
.cid-uLdjks3LUk .item-title {
  color: #192227;
}
.cid-uLdjks3LUk .mbr-text {
  color: #192227;
}
.cid-uLdjktIwP4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLdjktIwP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdjktIwP4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdjktIwP4 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLdjktIwP4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLdjktIwP4 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLdjktIwP4 .container {
    padding: 0 20px;
  }
}
.cid-uLdjktIwP4 .row {
  justify-content: center;
}
.cid-uLdjktIwP4 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uLdjktIwP4 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uLdjktIwP4 .video-block {
    margin-bottom: 30px;
  }
}
.cid-uLdjktIwP4 .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLdjktIwP4 .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uLdjktIwP4 .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uLdjktIwP4 .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLdjktIwP4 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uLdjktIwP4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uM1W14mt2T {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uM1W14mt2T .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uM1W14mt2T .form-group {
  margin-bottom: 1rem;
}
.cid-uM1W14mt2T .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-uM1W14mt2T textarea.form-control {
  min-height: 96px;
}
.cid-uM1W14mt2T .input-group-btn {
  width: 100%;
}
.cid-uM1W14mt2T .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uM1W14mt2T .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-uM1W14mt2T .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uM1W14mt2T .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uM1W14mt2T .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-uM1W14mt2T .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff !important;
  padding: 10px;
}
.cid-uM1W14mt2T .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-uM1W14mt2T .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uM1W14mt2T .form-subtitle {
    text-align: center;
  }
}
.cid-uM1W14mt2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM1W14mt2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM1W14mt2T .form-text {
  color: #f7f7f7;
}
.cid-uM1W14mt2T LABEL {
  color: #f7f7f7;
}
.cid-uM1W14mt2T .first-column {
  color: #ffd000;
}
.cid-uM1W14mt2T .second-column {
  color: #ffd000;
}
.cid-uM1W14mt2T .main-title {
  color: #ffd000;
}
.cid-uLdjkvaFiJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uLdjkvaFiJ [class^="socicon-"]:before,
.cid-uLdjkvaFiJ [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uLdjkvaFiJ .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uLdjkvaFiJ .btn-social,
.cid-uLdjkvaFiJ .mbr-section-title {
  color: #57468b;
}
.cid-uLdjkvaFiJ .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uLdjkvaFiJ .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uLdjkvaFiJ .soc-item:hover span {
  color: #767676 !important;
}
.cid-uLdjkvaFiJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdjkvaFiJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdjmYZ0Bp {
  z-index: 1000;
  width: 100%;
}
.cid-uLdjmYZ0Bp .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-uLdjmYZ0Bp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLdjmYZ0Bp .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uLdjmYZ0Bp .navbar-nav {
    max-width: 45%;
  }
}
.cid-uLdjmYZ0Bp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLdjmYZ0Bp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uLdjmYZ0Bp .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLdjmYZ0Bp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLdjmYZ0Bp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLdjmYZ0Bp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uLdjmYZ0Bp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLdjmYZ0Bp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLdjmYZ0Bp .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uLdjmYZ0Bp .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uLdjmYZ0Bp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLdjmYZ0Bp .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-uLdjmYZ0Bp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uLdjmYZ0Bp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLdjmYZ0Bp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLdjmYZ0Bp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLdjmYZ0Bp .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLdjmYZ0Bp .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLdjmYZ0Bp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLdjmYZ0Bp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLdjmYZ0Bp .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  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: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLdjmYZ0Bp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLdjmYZ0Bp .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLdjmYZ0Bp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLdjmYZ0Bp .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: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-uLdjmYZ0Bp .nav-item:focus,
.cid-uLdjmYZ0Bp .nav-link:focus {
  outline: none;
}
.cid-uLdjmYZ0Bp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLdjmYZ0Bp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLdjmYZ0Bp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLdjmYZ0Bp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLdjmYZ0Bp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLdjmYZ0Bp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLdjmYZ0Bp .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-uLdjmYZ0Bp .navbar.opened {
  transition: all 0.3s;
}
.cid-uLdjmYZ0Bp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLdjmYZ0Bp .navbar .navbar-logo img {
  width: auto;
}
.cid-uLdjmYZ0Bp .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uLdjmYZ0Bp .navbar.collapsed {
  justify-content: center;
}
.cid-uLdjmYZ0Bp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLdjmYZ0Bp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLdjmYZ0Bp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uLdjmYZ0Bp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLdjmYZ0Bp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLdjmYZ0Bp .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-uLdjmYZ0Bp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLdjmYZ0Bp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLdjmYZ0Bp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLdjmYZ0Bp .navbar {
    min-height: 72px;
  }
  .cid-uLdjmYZ0Bp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLdjmYZ0Bp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLdjmYZ0Bp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLdjmYZ0Bp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLdjmYZ0Bp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLdjmYZ0Bp .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-uLdjmYZ0Bp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLdjmYZ0Bp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLdjmYZ0Bp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLdjmYZ0Bp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLdjmYZ0Bp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLdjmYZ0Bp .dropdown-item.active,
.cid-uLdjmYZ0Bp .dropdown-item:active {
  background-color: transparent;
}
.cid-uLdjmYZ0Bp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLdjmYZ0Bp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLdjmYZ0Bp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLdjmYZ0Bp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uLdjmYZ0Bp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLdjmYZ0Bp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLdjmYZ0Bp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLdjmYZ0Bp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLdjmYZ0Bp .navbar-buttons {
    text-align: left;
  }
}
.cid-uLdjmYZ0Bp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLdjmYZ0Bp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLdjmYZ0Bp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLdjmYZ0Bp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLdjmYZ0Bp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLdjmYZ0Bp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLdjmYZ0Bp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLdjmYZ0Bp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLdjmYZ0Bp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLdjmYZ0Bp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLdjmYZ0Bp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLdjmYZ0Bp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLdjmYZ0Bp .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-uLdjmYZ0Bp .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLdjmYZ0Bp .navbar {
    height: 70px;
  }
  .cid-uLdjmYZ0Bp .navbar.opened {
    height: auto;
  }
  .cid-uLdjmYZ0Bp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLdjmYZ0Bp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLdjmYZ0Bp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLdjmYZ0Bp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLdjmYZ0Bp .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-uLdjmYZ0Bp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLdjmYZ0Bp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLdjmYZ0Bp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLdjmYZ0Bp .navbar-brand {
    margin-right: auto;
  }
  .cid-uLdjmYZ0Bp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLdjmYZ0Bp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLdjmYZ0Bp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLdjmYZ0Bp .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-uLdjmYZ0Bp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLdjmYZ0Bp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLdjmYZ0Bp .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-uLdjmYZ0Bp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLdjmYZ0Bp .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-uLdjmYZ0Bp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLdjmYZ0Bp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLdjmZr41N {
  background-color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uLdjmZr41N img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uM8sSSHPOZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uM8sSSHPOZ .mbr-text {
  color: #000000;
}
.cid-uM8sSSHPOZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uM8sSSHPOZ .mbr-section-title {
  color: #000000;
}
.cid-uM8oVgL9b3 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uM8oVgL9b3 .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #ffbd00;
  transform: skewX(-20deg);
}
.cid-uM8oVgL9b3 .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #ffbd00;
  transform: skewX(-20deg);
}
.cid-uM8oVgL9b3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM8oVgL9b3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM8oVgL9b3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uM8oVgL9b3 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uM8oVgL9b3 .container {
    padding: 0 15px;
  }
}
.cid-uM8oVgL9b3 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uM8oVgL9b3 .image-wrapper {
  position: relative;
}
.cid-uM8oVgL9b3 .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #232323;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uM8oVgL9b3 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM8oVgL9b3 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uM8oVgL9b3 .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-uM8oVgL9b3 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uM8oVgL9b3 .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uM8oVgL9b3 .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uM8oVgL9b3 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #232323;
}
.cid-uM8oVgL9b3 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uM8oVgL9b3 .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uM8oVgL9b3 .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uM8oVgL9b3 .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uM8oVgL9b3 .mbr-text {
  color: #f7f5f6;
}
.cid-uM8oVgL9b3 .item-name {
  color: #232323;
}
.cid-uM8oVgL9b3 .item-role {
  color: #68707c;
}
.cid-uM8oVgL9b3 .mbr-text,
.cid-uM8oVgL9b3 .icon-wrapper {
  color: #000000;
}
.cid-uM8IyboSM3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uM8IyboSM3 .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #ffbd00;
}
.cid-uM8IyboSM3 .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-uM8IyboSM3 .button-align {
  text-align: center;
}
.cid-uM8IyboSM3 .mbr-section-btn {
  display: block;
}
.cid-uM8IyboSM3 .container {
  max-width: 739px;
}
.cid-uM8IyboSM3 .btn {
  margin-top: 20px;
}
.cid-uM8IyboSM3 a.btn > span {
  margin-left: 0.5rem;
}
.cid-uM8IyboSM3 .mbr-text,
.cid-uM8IyboSM3 .button-align {
  color: #3a341c;
}
.cid-uM8Jde1fge {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uM8Jde1fge img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uM8Epecarn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uM8Epecarn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM8Epecarn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM8Epecarn .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uM8Epecarn .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uM8Epecarn .container {
    padding: 0 16px;
  }
}
.cid-uM8Epecarn .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uM8Epecarn .row {
    margin: 0 10px;
  }
}
.cid-uM8Epecarn .row .item {
  padding: 0;
}
.cid-uM8Epecarn .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uM8Epecarn .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uM8Epecarn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uM8Epecarn .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uM8Epecarn .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-uM8Epecarn .panel-group .card:first-child {
  border-top: none;
}
.cid-uM8Epecarn .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uM8Epecarn .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uM8Epecarn .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uM8Epecarn .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-uM8Epecarn .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #ffd000;
}
.cid-uM8Epecarn .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #ffd000;
  background-color: #192227;
}
.cid-uM8Epecarn .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-uM8Epecarn .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uM8Epecarn .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #ffd000;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uM8Epecarn .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uM8Epecarn .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-uM8Epecarn .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uM8Epecarn .image-wrapper {
  height: 100%;
}
.cid-uM8Epecarn .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uM8Epecarn .image-wrapper img {
    height: 350px;
  }
}
.cid-uM8Epecarn .mbr-section-title {
  color: #ffd000;
}
.cid-uM8Epecarn .panel-title-edit {
  color: #fdfcfc;
}
.cid-uM8Epecarn .panel-text {
  color: #fdfcfc;
}
.cid-uM8MTC4owF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uM8MTC4owF .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #ffbd00;
}
.cid-uM8MTC4owF .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-uM8MTC4owF .button-align {
  text-align: center;
}
.cid-uM8MTC4owF .mbr-section-btn {
  display: block;
}
.cid-uM8MTC4owF .container {
  max-width: 739px;
}
.cid-uM8MTC4owF .btn {
  margin-top: 20px;
}
.cid-uM8MTC4owF a.btn > span {
  margin-left: 0.5rem;
}
.cid-uM8MTC4owF .mbr-text,
.cid-uM8MTC4owF .button-align {
  color: #3a341c;
}
.cid-uLdjmZMIpS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLdjmZMIpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdjmZMIpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdjmZMIpS .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLdjmZMIpS .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLdjmZMIpS .content-head {
  max-width: 800px;
}
.cid-uLdjmZMIpS .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uLdjmZMIpS .img-wrapper img {
  width: 6rem;
}
.cid-uLdjmZMIpS .card-text {
  color: #232323;
}
.cid-uLdjmZMIpS .card-title {
  color: #ffd000;
}
.cid-uLdjmZMIpS .mbr-section-title {
  color: #000000;
}
.cid-uM2aHPPdmM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uM2aHPPdmM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM2aHPPdmM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM2aHPPdmM .container {
  max-width: 1200px;
  padding: 0 10px;
}
.cid-uM2aHPPdmM .mbr-section-head {
  margin-bottom: 10px;
  width: 100%;
}
.cid-uM2aHPPdmM .mbr-section-title {
  color: #FF014E;
}
.cid-uM2aHPPdmM .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uM2aHPPdmM .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uM2aHPPdmM .card-row {
  align-items: stretch;
}
.cid-uM2aHPPdmM .card {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-uM2aHPPdmM .card {
    flex-basis: 80% !important;
  }
}
.cid-uM2aHPPdmM .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #474747, #000000);
  box-shadow: 10px 10px 19px #ffbd00, -10px -10px 19px #232323;
}
.cid-uM2aHPPdmM .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uM2aHPPdmM .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #ffa600, #000000);
  opacity: 0;
  transition: .5s all;
}
.cid-uM2aHPPdmM .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-uM2aHPPdmM .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-uM2aHPPdmM .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-uM2aHPPdmM .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #ffbd00;
}
.cid-uM2aHPPdmM .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uM2aHPPdmM .card-title a {
  transition: 0.4s all;
}
.cid-uM2aHPPdmM .card-title a:hover {
  color: #000000 !important;
}
.cid-uLdjn0iRco {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uLdjn0iRco .container {
    padding: 0 16px;
  }
}
.cid-uLdjn0iRco .row {
  position: relative;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLdjn0iRco .row {
    margin: 0 10px;
  }
}
.cid-uLdjn0iRco .row .card {
  position: relative;
  padding: 0;
}
.cid-uLdjn0iRco .item:focus,
.cid-uLdjn0iRco span:focus {
  outline: none;
}
.cid-uLdjn0iRco .item-wrapper {
  position: relative;
}
.cid-uLdjn0iRco .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 610px;
  max-width: 610px;
}
@media (max-width: 767px) {
  .cid-uLdjn0iRco .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLdjn0iRco .embla__slide .slide-content {
  display: flex;
  width: 100%;
  border-radius: 20px !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uLdjn0iRco .embla__slide .slide-content {
    margin-right: 0;
    display: block;
  }
}
.cid-uLdjn0iRco .embla__slide .slide-content .item-wrapper .item-img {
  padding: 30px;
  margin-right: 5px;
  background-color: #f7f7f7;
  border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLdjn0iRco .embla__slide .slide-content .item-wrapper .item-img {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uLdjn0iRco .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 0 5px 0;
  }
}
.cid-uLdjn0iRco .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  width: 145px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 5rem !important;
}
.cid-uLdjn0iRco .embla__slide .slide-content .item-content {
  padding: 30px;
  background-color: #f7f7f7;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLdjn0iRco .embla__slide .slide-content .item-content {
    padding: 20px;
  }
}
.cid-uLdjn0iRco .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uLdjn0iRco .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uLdjn0iRco .embla__slide .slide-content .item-content .mbr-date {
  margin: 20px 0 0;
}
.cid-uLdjn0iRco .embla__button--next,
.cid-uLdjn0iRco .embla__button--prev {
  display: flex;
}
.cid-uLdjn0iRco .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: transparent !important;
  color: #ffd7ef !important;
  border: 2px solid #ffd7ef !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uLdjn0iRco .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLdjn0iRco .embla__button:hover {
  color: #320707 !important;
}
.cid-uLdjn0iRco .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uLdjn0iRco .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uLdjn0iRco .embla {
  position: relative;
  width: 100%;
}
.cid-uLdjn0iRco .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLdjn0iRco .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLdjn0iRco .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLdjn0iRco .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLdjn0iRco .mbr-section-title {
  color: #fdfcfc;
}
.cid-uLdjn0iRco .item-title {
  color: #192227;
}
.cid-uLdjn0iRco .mbr-text {
  color: #192227;
}
.cid-uM8oQbAfM0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-3.jpg");
}
.cid-uM8oQbAfM0 .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-uM8oQbAfM0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uM8oQbAfM0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uM8oQbAfM0 .embla__slide .slide-content {
  width: 100%;
}
.cid-uM8oQbAfM0 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uM8oQbAfM0 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uM8oQbAfM0 .embla__button--next,
.cid-uM8oQbAfM0 .embla__button--prev {
  display: flex;
}
.cid-uM8oQbAfM0 .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #ffbd00 !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uM8oQbAfM0 .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-uM8oQbAfM0 .embla__button:hover {
  opacity: .7;
}
.cid-uM8oQbAfM0 .embla__button.embla__button--prev {
  left: 15%;
}
@media (max-width: 1200px) {
  .cid-uM8oQbAfM0 .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uM8oQbAfM0 .embla__button.embla__button--next {
  right: 15%;
}
@media (max-width: 1200px) {
  .cid-uM8oQbAfM0 .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uM8oQbAfM0 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uM8oQbAfM0 .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-uM8oQbAfM0 .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uM8oQbAfM0 .embla__viewport {
    width: 100%;
  }
}
.cid-uM8oQbAfM0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uM8oQbAfM0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uM8oQbAfM0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLdjn0LJaa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLdjn0LJaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdjn0LJaa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLdjn0LJaa .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uLdjn0LJaa .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uLdjn0LJaa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLdjn0LJaa .media-content,
.cid-uLdjn0LJaa .mbr-figure {
  align-self: center;
}
.cid-uLdjn0LJaa .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uLdjn0LJaa .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uLdjn0LJaa .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uLdjn0LJaa .mbr-section-maintitle {
  text-align: center;
}
.cid-uLdjn0LJaa .mbr-section-title {
  text-align: left;
}
.cid-uLdjn0LJaa .mbr-text,
.cid-uLdjn0LJaa .mbr-section-btn {
  text-align: left;
}
.cid-uLdjn1QiDo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLdjn1QiDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdjn1QiDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdjn1QiDo .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLdjn1QiDo .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLdjn1QiDo .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLdjn1QiDo .container {
    padding: 0 20px;
  }
}
.cid-uLdjn1QiDo .row {
  justify-content: center;
}
.cid-uLdjn1QiDo .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uLdjn1QiDo .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uLdjn1QiDo .video-block {
    margin-bottom: 30px;
  }
}
.cid-uLdjn1QiDo .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLdjn1QiDo .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uLdjn1QiDo .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uLdjn1QiDo .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLdjn1QiDo .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uLdjn1QiDo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uM2aKrVaiy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uM2aKrVaiy .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uM2aKrVaiy .form-group {
  margin-bottom: 1rem;
}
.cid-uM2aKrVaiy .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-uM2aKrVaiy textarea.form-control {
  min-height: 96px;
}
.cid-uM2aKrVaiy .input-group-btn {
  width: 100%;
}
.cid-uM2aKrVaiy .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uM2aKrVaiy .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-uM2aKrVaiy .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uM2aKrVaiy .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uM2aKrVaiy .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-uM2aKrVaiy .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff !important;
  padding: 10px;
}
.cid-uM2aKrVaiy .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-uM2aKrVaiy .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uM2aKrVaiy .form-subtitle {
    text-align: center;
  }
}
.cid-uM2aKrVaiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM2aKrVaiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM2aKrVaiy .form-text {
  color: #f7f7f7;
}
.cid-uM2aKrVaiy LABEL {
  color: #f7f7f7;
}
.cid-uM2aKrVaiy .first-column {
  color: #ffd000;
}
.cid-uM2aKrVaiy .second-column {
  color: #ffd000;
}
.cid-uM2aKrVaiy .main-title {
  color: #ffd000;
}
.cid-uLdjn371PX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uLdjn371PX [class^="socicon-"]:before,
.cid-uLdjn371PX [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uLdjn371PX .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uLdjn371PX .btn-social,
.cid-uLdjn371PX .mbr-section-title {
  color: #57468b;
}
.cid-uLdjn371PX .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uLdjn371PX .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uLdjn371PX .soc-item:hover span {
  color: #767676 !important;
}
.cid-uLdjn371PX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdjn371PX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdjqdIxgj {
  z-index: 1000;
  width: 100%;
}
.cid-uLdjqdIxgj .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-uLdjqdIxgj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLdjqdIxgj .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uLdjqdIxgj .navbar-nav {
    max-width: 45%;
  }
}
.cid-uLdjqdIxgj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLdjqdIxgj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uLdjqdIxgj .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLdjqdIxgj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLdjqdIxgj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLdjqdIxgj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uLdjqdIxgj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLdjqdIxgj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLdjqdIxgj .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uLdjqdIxgj .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uLdjqdIxgj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLdjqdIxgj .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-uLdjqdIxgj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uLdjqdIxgj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLdjqdIxgj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLdjqdIxgj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLdjqdIxgj .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLdjqdIxgj .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLdjqdIxgj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLdjqdIxgj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLdjqdIxgj .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  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: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLdjqdIxgj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLdjqdIxgj .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLdjqdIxgj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLdjqdIxgj .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: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-uLdjqdIxgj .nav-item:focus,
.cid-uLdjqdIxgj .nav-link:focus {
  outline: none;
}
.cid-uLdjqdIxgj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLdjqdIxgj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLdjqdIxgj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLdjqdIxgj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLdjqdIxgj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLdjqdIxgj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLdjqdIxgj .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-uLdjqdIxgj .navbar.opened {
  transition: all 0.3s;
}
.cid-uLdjqdIxgj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLdjqdIxgj .navbar .navbar-logo img {
  width: auto;
}
.cid-uLdjqdIxgj .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uLdjqdIxgj .navbar.collapsed {
  justify-content: center;
}
.cid-uLdjqdIxgj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLdjqdIxgj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLdjqdIxgj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uLdjqdIxgj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLdjqdIxgj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLdjqdIxgj .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-uLdjqdIxgj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLdjqdIxgj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLdjqdIxgj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLdjqdIxgj .navbar {
    min-height: 72px;
  }
  .cid-uLdjqdIxgj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLdjqdIxgj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLdjqdIxgj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLdjqdIxgj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLdjqdIxgj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLdjqdIxgj .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-uLdjqdIxgj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLdjqdIxgj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLdjqdIxgj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLdjqdIxgj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLdjqdIxgj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLdjqdIxgj .dropdown-item.active,
.cid-uLdjqdIxgj .dropdown-item:active {
  background-color: transparent;
}
.cid-uLdjqdIxgj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLdjqdIxgj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLdjqdIxgj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLdjqdIxgj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uLdjqdIxgj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLdjqdIxgj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLdjqdIxgj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLdjqdIxgj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLdjqdIxgj .navbar-buttons {
    text-align: left;
  }
}
.cid-uLdjqdIxgj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLdjqdIxgj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLdjqdIxgj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLdjqdIxgj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLdjqdIxgj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLdjqdIxgj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLdjqdIxgj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLdjqdIxgj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLdjqdIxgj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLdjqdIxgj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLdjqdIxgj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLdjqdIxgj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLdjqdIxgj .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-uLdjqdIxgj .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLdjqdIxgj .navbar {
    height: 70px;
  }
  .cid-uLdjqdIxgj .navbar.opened {
    height: auto;
  }
  .cid-uLdjqdIxgj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLdjqdIxgj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLdjqdIxgj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLdjqdIxgj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLdjqdIxgj .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-uLdjqdIxgj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLdjqdIxgj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLdjqdIxgj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLdjqdIxgj .navbar-brand {
    margin-right: auto;
  }
  .cid-uLdjqdIxgj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLdjqdIxgj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLdjqdIxgj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLdjqdIxgj .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-uLdjqdIxgj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLdjqdIxgj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLdjqdIxgj .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-uLdjqdIxgj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLdjqdIxgj .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-uLdjqdIxgj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLdjqdIxgj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLdjqe95Yq {
  background-color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uLdjqe95Yq img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uM7fJjgdnX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uM7fJjgdnX .mbr-text {
  color: #000000;
}
.cid-uM7fJjgdnX .mbr-section-subtitle {
  color: #000000;
}
.cid-uM7fJjgdnX .mbr-section-title {
  color: #000000;
}
.cid-uM7JP3ir3e {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uM7JP3ir3e .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uM7JP3ir3e .video-block {
    width: 100% !important;
  }
}
.cid-uM7g9objeD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uM7g9objeD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM7g9objeD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM7g9objeD .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uM7g9objeD .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uM7g9objeD .content-head {
  max-width: 800px;
}
.cid-uM7g9objeD .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uM7g9objeD .img-wrapper img {
  width: 6rem;
}
.cid-uM7w62l8Oh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uM7w62l8Oh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM7w62l8Oh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM7w62l8Oh .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uM7w62l8Oh .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uM7w62l8Oh .container {
    padding: 0 16px;
  }
}
.cid-uM7w62l8Oh .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uM7w62l8Oh .row {
    margin: 0 10px;
  }
}
.cid-uM7w62l8Oh .row .item {
  padding: 0;
}
.cid-uM7w62l8Oh .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uM7w62l8Oh .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uM7w62l8Oh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uM7w62l8Oh .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uM7w62l8Oh .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-uM7w62l8Oh .panel-group .card:first-child {
  border-top: none;
}
.cid-uM7w62l8Oh .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uM7w62l8Oh .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uM7w62l8Oh .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uM7w62l8Oh .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-uM7w62l8Oh .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #ffd000;
}
.cid-uM7w62l8Oh .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #ffd000;
  background-color: #192227;
}
.cid-uM7w62l8Oh .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-uM7w62l8Oh .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uM7w62l8Oh .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #ffd000;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uM7w62l8Oh .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uM7w62l8Oh .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-uM7w62l8Oh .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uM7w62l8Oh .image-wrapper {
  height: 100%;
}
.cid-uM7w62l8Oh .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uM7w62l8Oh .image-wrapper img {
    height: 350px;
  }
}
.cid-uM7w62l8Oh .mbr-section-title {
  color: #ffd000;
}
.cid-uM7w62l8Oh .panel-title-edit {
  color: #fdfcfc;
}
.cid-uM7w62l8Oh .panel-text {
  color: #fdfcfc;
}
.cid-uLdjqetzLl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLdjqetzLl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdjqetzLl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdjqetzLl .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLdjqetzLl .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLdjqetzLl .content-head {
  max-width: 800px;
}
.cid-uLdjqetzLl .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uLdjqetzLl .img-wrapper img {
  width: 6rem;
}
.cid-uLdjqetzLl .card-text {
  color: #232323;
}
.cid-uLdjqetzLl .card-title {
  color: #ffd000;
}
.cid-uLdjqetzLl .mbr-section-title {
  color: #000000;
}
.cid-uM2ilSnbZf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uM2ilSnbZf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM2ilSnbZf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM2ilSnbZf .container {
  max-width: 1200px;
  padding: 0 10px;
}
.cid-uM2ilSnbZf .mbr-section-head {
  margin-bottom: 10px;
  width: 100%;
}
.cid-uM2ilSnbZf .mbr-section-title {
  color: #FF014E;
}
.cid-uM2ilSnbZf .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uM2ilSnbZf .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uM2ilSnbZf .card-row {
  align-items: stretch;
}
.cid-uM2ilSnbZf .card {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-uM2ilSnbZf .card {
    flex-basis: 80% !important;
  }
}
.cid-uM2ilSnbZf .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #474747, #000000);
  box-shadow: 10px 10px 19px #ffbd00, -10px -10px 19px #232323;
}
.cid-uM2ilSnbZf .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uM2ilSnbZf .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #ffa600, #000000);
  opacity: 0;
  transition: .5s all;
}
.cid-uM2ilSnbZf .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-uM2ilSnbZf .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-uM2ilSnbZf .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-uM2ilSnbZf .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #ffbd00;
}
.cid-uM2ilSnbZf .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uM2ilSnbZf .card-title a {
  transition: 0.4s all;
}
.cid-uM2ilSnbZf .card-title a:hover {
  color: #000000 !important;
}
.cid-uM2eoOYV7m {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uM2eoOYV7m .container {
    padding: 0 16px;
  }
}
.cid-uM2eoOYV7m .row {
  position: relative;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uM2eoOYV7m .row {
    margin: 0 10px;
  }
}
.cid-uM2eoOYV7m .row .card {
  position: relative;
  padding: 0;
}
.cid-uM2eoOYV7m .item:focus,
.cid-uM2eoOYV7m span:focus {
  outline: none;
}
.cid-uM2eoOYV7m .item-wrapper {
  position: relative;
}
.cid-uM2eoOYV7m .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 610px;
  max-width: 610px;
}
@media (max-width: 767px) {
  .cid-uM2eoOYV7m .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uM2eoOYV7m .embla__slide .slide-content {
  display: flex;
  width: 100%;
  border-radius: 20px !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uM2eoOYV7m .embla__slide .slide-content {
    margin-right: 0;
    display: block;
  }
}
.cid-uM2eoOYV7m .embla__slide .slide-content .item-wrapper .item-img {
  padding: 30px;
  margin-right: 5px;
  background-color: #f7f7f7;
  border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uM2eoOYV7m .embla__slide .slide-content .item-wrapper .item-img {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uM2eoOYV7m .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 0 5px 0;
  }
}
.cid-uM2eoOYV7m .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  width: 145px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 5rem !important;
}
.cid-uM2eoOYV7m .embla__slide .slide-content .item-content {
  padding: 30px;
  background-color: #f7f7f7;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uM2eoOYV7m .embla__slide .slide-content .item-content {
    padding: 20px;
  }
}
.cid-uM2eoOYV7m .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uM2eoOYV7m .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uM2eoOYV7m .embla__slide .slide-content .item-content .mbr-date {
  margin: 20px 0 0;
}
.cid-uM2eoOYV7m .embla__button--next,
.cid-uM2eoOYV7m .embla__button--prev {
  display: flex;
}
.cid-uM2eoOYV7m .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: transparent !important;
  color: #ffd7ef !important;
  border: 2px solid #ffd7ef !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uM2eoOYV7m .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uM2eoOYV7m .embla__button:hover {
  color: #320707 !important;
}
.cid-uM2eoOYV7m .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uM2eoOYV7m .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uM2eoOYV7m .embla {
  position: relative;
  width: 100%;
}
.cid-uM2eoOYV7m .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uM2eoOYV7m .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uM2eoOYV7m .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uM2eoOYV7m .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uM2eoOYV7m .mbr-section-title {
  color: #fdfcfc;
}
.cid-uM2eoOYV7m .item-title {
  color: #192227;
}
.cid-uM2eoOYV7m .mbr-text {
  color: #192227;
}
.cid-uLdjqfrlm7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLdjqfrlm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdjqfrlm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLdjqfrlm7 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uLdjqfrlm7 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uLdjqfrlm7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLdjqfrlm7 .media-content,
.cid-uLdjqfrlm7 .mbr-figure {
  align-self: center;
}
.cid-uLdjqfrlm7 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uLdjqfrlm7 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uLdjqfrlm7 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uLdjqfrlm7 .mbr-section-maintitle {
  text-align: center;
}
.cid-uLdjqfrlm7 .mbr-section-title {
  text-align: left;
}
.cid-uLdjqfrlm7 .mbr-text,
.cid-uLdjqfrlm7 .mbr-section-btn {
  text-align: left;
}
.cid-uLdjqgteUv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLdjqgteUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdjqgteUv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdjqgteUv .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uLdjqgteUv .container-fluid {
    padding: 0 20px;
  }
}
.cid-uLdjqgteUv .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uLdjqgteUv .container {
    padding: 0 20px;
  }
}
.cid-uLdjqgteUv .row {
  justify-content: center;
}
.cid-uLdjqgteUv .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uLdjqgteUv .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uLdjqgteUv .video-block {
    margin-bottom: 30px;
  }
}
.cid-uLdjqgteUv .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLdjqgteUv .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uLdjqgteUv .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uLdjqgteUv .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLdjqgteUv .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uLdjqgteUv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uM2emr5YrO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uM2emr5YrO .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uM2emr5YrO .form-group {
  margin-bottom: 1rem;
}
.cid-uM2emr5YrO .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-uM2emr5YrO textarea.form-control {
  min-height: 96px;
}
.cid-uM2emr5YrO .input-group-btn {
  width: 100%;
}
.cid-uM2emr5YrO .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uM2emr5YrO .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-uM2emr5YrO .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uM2emr5YrO .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uM2emr5YrO .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-uM2emr5YrO .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff !important;
  padding: 10px;
}
.cid-uM2emr5YrO .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-uM2emr5YrO .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uM2emr5YrO .form-subtitle {
    text-align: center;
  }
}
.cid-uM2emr5YrO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM2emr5YrO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM2emr5YrO .form-text {
  color: #f7f7f7;
}
.cid-uM2emr5YrO LABEL {
  color: #f7f7f7;
}
.cid-uM2emr5YrO .first-column {
  color: #ffd000;
}
.cid-uM2emr5YrO .second-column {
  color: #ffd000;
}
.cid-uM2emr5YrO .main-title {
  color: #ffd000;
}
.cid-uLdjqhMgHe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uLdjqhMgHe [class^="socicon-"]:before,
.cid-uLdjqhMgHe [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uLdjqhMgHe .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uLdjqhMgHe .btn-social,
.cid-uLdjqhMgHe .mbr-section-title {
  color: #57468b;
}
.cid-uLdjqhMgHe .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uLdjqhMgHe .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uLdjqhMgHe .soc-item:hover span {
  color: #767676 !important;
}
.cid-uLdjqhMgHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdjqhMgHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdjtOQxJm {
  z-index: 1000;
  width: 100%;
}
.cid-uLdjtOQxJm .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-uLdjtOQxJm .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLdjtOQxJm .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uLdjtOQxJm .navbar-nav {
    max-width: 45%;
  }
}
.cid-uLdjtOQxJm .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uLdjtOQxJm .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uLdjtOQxJm .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uLdjtOQxJm .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLdjtOQxJm .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLdjtOQxJm .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uLdjtOQxJm .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uLdjtOQxJm .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLdjtOQxJm .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uLdjtOQxJm .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uLdjtOQxJm .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLdjtOQxJm .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-uLdjtOQxJm .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uLdjtOQxJm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLdjtOQxJm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLdjtOQxJm .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLdjtOQxJm .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uLdjtOQxJm .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLdjtOQxJm .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLdjtOQxJm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uLdjtOQxJm .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  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: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uLdjtOQxJm .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLdjtOQxJm .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLdjtOQxJm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLdjtOQxJm .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: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-uLdjtOQxJm .nav-item:focus,
.cid-uLdjtOQxJm .nav-link:focus {
  outline: none;
}
.cid-uLdjtOQxJm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLdjtOQxJm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLdjtOQxJm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLdjtOQxJm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLdjtOQxJm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLdjtOQxJm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLdjtOQxJm .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-uLdjtOQxJm .navbar.opened {
  transition: all 0.3s;
}
.cid-uLdjtOQxJm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLdjtOQxJm .navbar .navbar-logo img {
  width: auto;
}
.cid-uLdjtOQxJm .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uLdjtOQxJm .navbar.collapsed {
  justify-content: center;
}
.cid-uLdjtOQxJm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLdjtOQxJm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLdjtOQxJm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uLdjtOQxJm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLdjtOQxJm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLdjtOQxJm .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-uLdjtOQxJm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLdjtOQxJm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLdjtOQxJm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLdjtOQxJm .navbar {
    min-height: 72px;
  }
  .cid-uLdjtOQxJm .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLdjtOQxJm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLdjtOQxJm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLdjtOQxJm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLdjtOQxJm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLdjtOQxJm .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-uLdjtOQxJm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLdjtOQxJm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLdjtOQxJm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLdjtOQxJm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLdjtOQxJm .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLdjtOQxJm .dropdown-item.active,
.cid-uLdjtOQxJm .dropdown-item:active {
  background-color: transparent;
}
.cid-uLdjtOQxJm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLdjtOQxJm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLdjtOQxJm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLdjtOQxJm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uLdjtOQxJm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uLdjtOQxJm .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLdjtOQxJm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLdjtOQxJm .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLdjtOQxJm .navbar-buttons {
    text-align: left;
  }
}
.cid-uLdjtOQxJm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLdjtOQxJm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uLdjtOQxJm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLdjtOQxJm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLdjtOQxJm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLdjtOQxJm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLdjtOQxJm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLdjtOQxJm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLdjtOQxJm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLdjtOQxJm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLdjtOQxJm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLdjtOQxJm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLdjtOQxJm .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-uLdjtOQxJm .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLdjtOQxJm .navbar {
    height: 70px;
  }
  .cid-uLdjtOQxJm .navbar.opened {
    height: auto;
  }
  .cid-uLdjtOQxJm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLdjtOQxJm .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLdjtOQxJm .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uLdjtOQxJm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLdjtOQxJm .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-uLdjtOQxJm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLdjtOQxJm .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uLdjtOQxJm .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLdjtOQxJm .navbar-brand {
    margin-right: auto;
  }
  .cid-uLdjtOQxJm .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLdjtOQxJm .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLdjtOQxJm .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uLdjtOQxJm .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-uLdjtOQxJm .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLdjtOQxJm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLdjtOQxJm .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-uLdjtOQxJm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLdjtOQxJm .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-uLdjtOQxJm .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLdjtOQxJm .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLdjtPmf6H {
  background-color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uLdjtPmf6H img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uM3TU5FkLy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uM3TU5FkLy .mbr-text {
  color: #000000;
}
.cid-uM3TU5FkLy .mbr-section-subtitle {
  color: #000000;
}
.cid-uM3TU5FkLy .mbr-section-title {
  color: #000000;
}
.cid-uM3UWUYzI6 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uM3UWUYzI6 .decor-wrap_2 {
  position: absolute;
  top: 12%;
  right: 82%;
  width: 1600px;
  height: 460px;
  background-color: #ffbd00;
  transform: skewX(-20deg);
}
.cid-uM3UWUYzI6 .decor-wrap_2::before {
  content: '';
  position: absolute;
  width: 190px;
  height: 145px;
  bottom: -145px;
  right: -165px;
  background-color: #ffbd00;
  transform: skewX(-20deg);
}
.cid-uM3UWUYzI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM3UWUYzI6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM3UWUYzI6 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uM3UWUYzI6 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uM3UWUYzI6 .container {
    padding: 0 15px;
  }
}
.cid-uM3UWUYzI6 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uM3UWUYzI6 .image-wrapper {
  position: relative;
}
.cid-uM3UWUYzI6 .image-wrapper .decor-wrap_1 {
  position: absolute;
  top: -10%;
  right: 38%;
  height: 49%;
  width: 65%;
  background-color: #232323;
  transform: skewX(-20deg);
}
@media (max-width: 992px) {
  .cid-uM3UWUYzI6 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uM3UWUYzI6 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 610px;
  width: 610px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uM3UWUYzI6 .image-wrapper img {
    width: 510px;
    height: 510px;
  }
}
@media (max-width: 992px) {
  .cid-uM3UWUYzI6 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uM3UWUYzI6 .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-uM3UWUYzI6 .content-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.cid-uM3UWUYzI6 .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #232323;
}
.cid-uM3UWUYzI6 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .cid-uM3UWUYzI6 .content-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uM3UWUYzI6 .content-wrapper .item-name {
  margin-bottom: 0;
}
.cid-uM3UWUYzI6 .content-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uM3UWUYzI6 .mbr-text {
  color: #f7f5f6;
}
.cid-uM3UWUYzI6 .item-name {
  color: #232323;
}
.cid-uM3UWUYzI6 .item-role {
  color: #68707c;
}
.cid-uM3UWUYzI6 .mbr-text,
.cid-uM3UWUYzI6 .icon-wrapper {
  color: #232323;
}
.cid-uM3UvfQefn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uM3UvfQefn .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #ffbd00;
}
.cid-uM3UvfQefn .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-uM3UvfQefn .button-align {
  text-align: center;
}
.cid-uM3UvfQefn .mbr-section-btn {
  display: block;
}
.cid-uM3UvfQefn .container {
  max-width: 739px;
}
.cid-uM3UvfQefn .btn {
  margin-top: 20px;
}
.cid-uM3UvfQefn a.btn > span {
  margin-left: 0.5rem;
}
.cid-uM3UvfQefn .mbr-text,
.cid-uM3UvfQefn .button-align {
  color: #3a341c;
}
.cid-uLdjtPJ0bK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLdjtPJ0bK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdjtPJ0bK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLdjtPJ0bK .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLdjtPJ0bK .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLdjtPJ0bK .content-head {
  max-width: 800px;
}
.cid-uLdjtPJ0bK .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uLdjtPJ0bK .img-wrapper img {
  width: 6rem;
}
.cid-uLdjtPJ0bK .card-text {
  color: #232323;
}
.cid-uLdjtPJ0bK .card-title {
  color: #ffd000;
}
.cid-uLdjtPJ0bK .mbr-section-title {
  color: #000000;
}
.cid-uM2eD89iU9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uM2eD89iU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM2eD89iU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM2eD89iU9 .container {
  max-width: 1200px;
  padding: 0 10px;
}
.cid-uM2eD89iU9 .mbr-section-head {
  margin-bottom: 10px;
  width: 100%;
}
.cid-uM2eD89iU9 .mbr-section-title {
  color: #FF014E;
}
.cid-uM2eD89iU9 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uM2eD89iU9 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uM2eD89iU9 .card-row {
  align-items: stretch;
}
.cid-uM2eD89iU9 .card {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-uM2eD89iU9 .card {
    flex-basis: 80% !important;
  }
}
.cid-uM2eD89iU9 .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #474747, #000000);
  box-shadow: 10px 10px 19px #ffbd00, -10px -10px 19px #232323;
}
.cid-uM2eD89iU9 .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uM2eD89iU9 .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #ffa600, #000000);
  opacity: 0;
  transition: .5s all;
}
.cid-uM2eD89iU9 .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-uM2eD89iU9 .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-uM2eD89iU9 .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-uM2eD89iU9 .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #ffbd00;
}
.cid-uM2eD89iU9 .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uM2eD89iU9 .card-title a {
  transition: 0.4s all;
}
.cid-uM2eD89iU9 .card-title a:hover {
  color: #000000 !important;
}
.cid-uM2eBZ7F4j {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uM2eBZ7F4j .container {
    padding: 0 16px;
  }
}
.cid-uM2eBZ7F4j .row {
  position: relative;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uM2eBZ7F4j .row {
    margin: 0 10px;
  }
}
.cid-uM2eBZ7F4j .row .card {
  position: relative;
  padding: 0;
}
.cid-uM2eBZ7F4j .item:focus,
.cid-uM2eBZ7F4j span:focus {
  outline: none;
}
.cid-uM2eBZ7F4j .item-wrapper {
  position: relative;
}
.cid-uM2eBZ7F4j .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 610px;
  max-width: 610px;
}
@media (max-width: 767px) {
  .cid-uM2eBZ7F4j .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uM2eBZ7F4j .embla__slide .slide-content {
  display: flex;
  width: 100%;
  border-radius: 20px !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uM2eBZ7F4j .embla__slide .slide-content {
    margin-right: 0;
    display: block;
  }
}
.cid-uM2eBZ7F4j .embla__slide .slide-content .item-wrapper .item-img {
  padding: 30px;
  margin-right: 5px;
  background-color: #f7f7f7;
  border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uM2eBZ7F4j .embla__slide .slide-content .item-wrapper .item-img {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uM2eBZ7F4j .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 0 5px 0;
  }
}
.cid-uM2eBZ7F4j .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  width: 145px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 5rem !important;
}
.cid-uM2eBZ7F4j .embla__slide .slide-content .item-content {
  padding: 30px;
  background-color: #f7f7f7;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uM2eBZ7F4j .embla__slide .slide-content .item-content {
    padding: 20px;
  }
}
.cid-uM2eBZ7F4j .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uM2eBZ7F4j .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uM2eBZ7F4j .embla__slide .slide-content .item-content .mbr-date {
  margin: 20px 0 0;
}
.cid-uM2eBZ7F4j .embla__button--next,
.cid-uM2eBZ7F4j .embla__button--prev {
  display: flex;
}
.cid-uM2eBZ7F4j .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: transparent !important;
  color: #ffd7ef !important;
  border: 2px solid #ffd7ef !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uM2eBZ7F4j .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uM2eBZ7F4j .embla__button:hover {
  color: #320707 !important;
}
.cid-uM2eBZ7F4j .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uM2eBZ7F4j .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uM2eBZ7F4j .embla {
  position: relative;
  width: 100%;
}
.cid-uM2eBZ7F4j .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uM2eBZ7F4j .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uM2eBZ7F4j .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uM2eBZ7F4j .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uM2eBZ7F4j .mbr-section-title {
  color: #fdfcfc;
}
.cid-uM2eBZ7F4j .item-title {
  color: #192227;
}
.cid-uM2eBZ7F4j .mbr-text {
  color: #192227;
}
.cid-uM2eKcRS6N {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uM2eKcRS6N .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uM2eKcRS6N .form-group {
  margin-bottom: 1rem;
}
.cid-uM2eKcRS6N .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-uM2eKcRS6N textarea.form-control {
  min-height: 96px;
}
.cid-uM2eKcRS6N .input-group-btn {
  width: 100%;
}
.cid-uM2eKcRS6N .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uM2eKcRS6N .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-uM2eKcRS6N .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uM2eKcRS6N .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uM2eKcRS6N .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-uM2eKcRS6N .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff !important;
  padding: 10px;
}
.cid-uM2eKcRS6N .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-uM2eKcRS6N .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uM2eKcRS6N .form-subtitle {
    text-align: center;
  }
}
.cid-uM2eKcRS6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uM2eKcRS6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM2eKcRS6N .form-text {
  color: #f7f7f7;
}
.cid-uM2eKcRS6N LABEL {
  color: #f7f7f7;
}
.cid-uM2eKcRS6N .first-column {
  color: #ffd000;
}
.cid-uM2eKcRS6N .second-column {
  color: #ffd000;
}
.cid-uM2eKcRS6N .main-title {
  color: #ffd000;
}
.cid-uLdjtTtDa8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uLdjtTtDa8 [class^="socicon-"]:before,
.cid-uLdjtTtDa8 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uLdjtTtDa8 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uLdjtTtDa8 .btn-social,
.cid-uLdjtTtDa8 .mbr-section-title {
  color: #57468b;
}
.cid-uLdjtTtDa8 .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uLdjtTtDa8 .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uLdjtTtDa8 .soc-item:hover span {
  color: #767676 !important;
}
.cid-uLdjtTtDa8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLdjtTtDa8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQVtgydHs {
  z-index: 1000;
  width: 100%;
}
.cid-uNQVtgydHs .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-uNQVtgydHs .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uNQVtgydHs .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uNQVtgydHs .navbar-nav {
    max-width: 45%;
  }
}
.cid-uNQVtgydHs .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uNQVtgydHs .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uNQVtgydHs .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uNQVtgydHs .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uNQVtgydHs .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uNQVtgydHs .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uNQVtgydHs .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uNQVtgydHs .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uNQVtgydHs .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uNQVtgydHs .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uNQVtgydHs .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uNQVtgydHs .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-uNQVtgydHs .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uNQVtgydHs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNQVtgydHs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNQVtgydHs .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uNQVtgydHs .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uNQVtgydHs .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uNQVtgydHs .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uNQVtgydHs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uNQVtgydHs .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(247, 247, 247, 0.8) !important;
  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: #f7f7f7;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uNQVtgydHs .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNQVtgydHs .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uNQVtgydHs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNQVtgydHs .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: #f7f7f7;
  background: rgba(247, 247, 247, 0.8) !important;
}
.cid-uNQVtgydHs .nav-item:focus,
.cid-uNQVtgydHs .nav-link:focus {
  outline: none;
}
.cid-uNQVtgydHs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNQVtgydHs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNQVtgydHs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNQVtgydHs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNQVtgydHs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNQVtgydHs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNQVtgydHs .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-uNQVtgydHs .navbar.opened {
  transition: all 0.3s;
}
.cid-uNQVtgydHs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNQVtgydHs .navbar .navbar-logo img {
  width: auto;
}
.cid-uNQVtgydHs .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uNQVtgydHs .navbar.collapsed {
  justify-content: center;
}
.cid-uNQVtgydHs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNQVtgydHs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNQVtgydHs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uNQVtgydHs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNQVtgydHs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNQVtgydHs .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-uNQVtgydHs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNQVtgydHs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNQVtgydHs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uNQVtgydHs .navbar {
    min-height: 72px;
  }
  .cid-uNQVtgydHs .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uNQVtgydHs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNQVtgydHs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNQVtgydHs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNQVtgydHs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNQVtgydHs .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-uNQVtgydHs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNQVtgydHs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uNQVtgydHs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNQVtgydHs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNQVtgydHs .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uNQVtgydHs .dropdown-item.active,
.cid-uNQVtgydHs .dropdown-item:active {
  background-color: transparent;
}
.cid-uNQVtgydHs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNQVtgydHs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNQVtgydHs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNQVtgydHs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uNQVtgydHs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uNQVtgydHs .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uNQVtgydHs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNQVtgydHs .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uNQVtgydHs .navbar-buttons {
    text-align: left;
  }
}
.cid-uNQVtgydHs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNQVtgydHs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNQVtgydHs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNQVtgydHs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNQVtgydHs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNQVtgydHs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNQVtgydHs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNQVtgydHs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNQVtgydHs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNQVtgydHs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNQVtgydHs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNQVtgydHs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNQVtgydHs .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-uNQVtgydHs .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNQVtgydHs .navbar {
    height: 70px;
  }
  .cid-uNQVtgydHs .navbar.opened {
    height: auto;
  }
  .cid-uNQVtgydHs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNQVtgydHs .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uNQVtgydHs .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uNQVtgydHs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uNQVtgydHs .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-uNQVtgydHs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uNQVtgydHs .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uNQVtgydHs .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uNQVtgydHs .navbar-brand {
    margin-right: auto;
  }
  .cid-uNQVtgydHs .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #f7f7f7;
    opacity: 1;
    border-color: rgba(247, 247, 247, 0.8) !important;
    background: rgba(247, 247, 247, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uNQVtgydHs .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uNQVtgydHs .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uNQVtgydHs .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-uNQVtgydHs .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uNQVtgydHs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uNQVtgydHs .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-uNQVtgydHs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uNQVtgydHs .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-uNQVtgydHs .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uNQVtgydHs .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNQVtgUD2C {
  background-color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uNQVtgUD2C img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uNQVzlyUXH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uNQVzlyUXH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQVzlyUXH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQVzlyUXH .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uNQVzlyUXH .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uNQVzlyUXH .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uNQVzlyUXH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNQVzlyUXH .media-content,
.cid-uNQVzlyUXH .mbr-figure {
  align-self: center;
}
.cid-uNQVzlyUXH .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uNQVzlyUXH .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uNQVzlyUXH .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uNQVzlyUXH .mbr-section-maintitle {
  text-align: center;
}
.cid-uNQVzlyUXH .mbr-section-title {
  text-align: left;
}
.cid-uNQVzlyUXH .mbr-text,
.cid-uNQVzlyUXH .mbr-section-btn {
  text-align: left;
}
.cid-uNQVtimJ2T {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uNQVtimJ2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQVtimJ2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNQVtimJ2T .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uNQVtimJ2T .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uNQVtimJ2T .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNQVtimJ2T .media-content,
.cid-uNQVtimJ2T .mbr-figure {
  align-self: center;
}
.cid-uNQVtimJ2T .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uNQVtimJ2T .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uNQVtimJ2T .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uNQVtimJ2T .mbr-section-maintitle {
  text-align: center;
  color: #000000;
}
.cid-uNQVtimJ2T .mbr-section-title {
  text-align: left;
}
.cid-uNQVtimJ2T .mbr-text,
.cid-uNQVtimJ2T .mbr-section-btn {
  text-align: left;
}
.cid-uNQWFeOKWv {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uNQWFeOKWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQWFeOKWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQWFeOKWv .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uNQWFeOKWv .container-fluid {
    padding: 0 20px;
  }
}
.cid-uNQWFeOKWv .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNQWFeOKWv .container {
    padding: 0 20px;
  }
}
.cid-uNQWFeOKWv .row {
  justify-content: center;
}
.cid-uNQWFeOKWv .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uNQWFeOKWv .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uNQWFeOKWv .video-block {
    margin-bottom: 30px;
  }
}
.cid-uNQWFeOKWv .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNQWFeOKWv .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uNQWFeOKWv .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-uNQWFeOKWv .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNQWFeOKWv .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uNQWFeOKWv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNQVG76tsM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNQVG76tsM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQVG76tsM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQVG76tsM .mbr-text {
  color: #000000;
}
.cid-uNQVG76tsM .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uNQVG76tsM .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNQVG76tsM .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uNQVG76tsM .mbr-section-subtitle,
.cid-uNQVG76tsM .main-button {
  color: #000000;
}
.cid-uNQVG76tsM .mbr-section-title {
  color: #ffd000;
}
.cid-uNQVHspTTR {
  background-color: #ffffff;
}
.cid-uNQVHspTTR .mbr-section-title.col-title {
  color: #ffd000;
}
.cid-uNQVHspTTR .colored-text {
  color: #ffd000 !important;
}
.cid-uNQVHspTTR .mbr-section-title {
  color: #ffffff;
}
.cid-uNQVHspTTR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNQVHspTTR .mbr-text {
  color: #000000;
}
.cid-uNQVHspTTR .mbr-section-title.main-title {
  color: #000000;
}
.cid-uNQVtiHnrM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-3.jpg");
}
.cid-uNQVtiHnrM .mbr-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.cid-uNQVtiHnrM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uNQVtiHnrM .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNQVtiHnrM .embla__slide .slide-content {
  width: 100%;
}
.cid-uNQVtiHnrM .embla__slide .slide-content .item-wrapper .item-img img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNQVtiHnrM .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uNQVtiHnrM .embla__button--next,
.cid-uNQVtiHnrM .embla__button--prev {
  display: flex;
}
.cid-uNQVtiHnrM .embla__button {
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 22px;
  background-color: #ffbd00 !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uNQVtiHnrM .embla__button {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
  }
}
.cid-uNQVtiHnrM .embla__button:hover {
  opacity: .7;
}
.cid-uNQVtiHnrM .embla__button.embla__button--prev {
  left: 15%;
}
@media (max-width: 1200px) {
  .cid-uNQVtiHnrM .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uNQVtiHnrM .embla__button.embla__button--next {
  right: 15%;
}
@media (max-width: 1200px) {
  .cid-uNQVtiHnrM .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uNQVtiHnrM .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNQVtiHnrM .embla {
    display: block;
    padding-bottom: 6rem;
  }
}
.cid-uNQVtiHnrM .embla__viewport {
  overflow: hidden;
  width: 50%;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uNQVtiHnrM .embla__viewport {
    width: 100%;
  }
}
.cid-uNQVtiHnrM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNQVtiHnrM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNQVtiHnrM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNQVth7lBN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uNQVth7lBN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQVth7lBN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQVth7lBN .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNQVth7lBN .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNQVth7lBN .content-head {
  max-width: 800px;
}
.cid-uNQVth7lBN .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uNQVth7lBN .img-wrapper img {
  width: 6rem;
}
.cid-uNQVth7lBN .card-text {
  color: #232323;
}
.cid-uNQVth7lBN .card-title {
  color: #ffd000;
}
.cid-uNQVth7lBN .mbr-section-title {
  color: #000000;
}
.cid-uNQVthzFHf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uNQVthzFHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQVthzFHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQVthzFHf .container {
  max-width: 1200px;
  padding: 0 10px;
}
.cid-uNQVthzFHf .mbr-section-head {
  margin-bottom: 10px;
  width: 100%;
}
.cid-uNQVthzFHf .mbr-section-title {
  color: #FF014E;
}
.cid-uNQVthzFHf .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uNQVthzFHf .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uNQVthzFHf .card-row {
  align-items: stretch;
}
.cid-uNQVthzFHf .card {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-uNQVthzFHf .card {
    flex-basis: 80% !important;
  }
}
.cid-uNQVthzFHf .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #474747, #000000);
  box-shadow: 10px 10px 19px #ffbd00, -10px -10px 19px #232323;
}
.cid-uNQVthzFHf .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uNQVthzFHf .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #ffa600, #000000);
  opacity: 0;
  transition: .5s all;
}
.cid-uNQVthzFHf .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-uNQVthzFHf .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-uNQVthzFHf .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-uNQVthzFHf .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #ffbd00;
}
.cid-uNQVthzFHf .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uNQVthzFHf .card-title a {
  transition: 0.4s all;
}
.cid-uNQVthzFHf .card-title a:hover {
  color: #000000 !important;
}
.cid-uNQVthXp1j {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uNQVthXp1j .container {
    padding: 0 16px;
  }
}
.cid-uNQVthXp1j .row {
  position: relative;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uNQVthXp1j .row {
    margin: 0 10px;
  }
}
.cid-uNQVthXp1j .row .card {
  position: relative;
  padding: 0;
}
.cid-uNQVthXp1j .item:focus,
.cid-uNQVthXp1j span:focus {
  outline: none;
}
.cid-uNQVthXp1j .item-wrapper {
  position: relative;
}
.cid-uNQVthXp1j .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 610px;
  max-width: 610px;
}
@media (max-width: 767px) {
  .cid-uNQVthXp1j .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNQVthXp1j .embla__slide .slide-content {
  display: flex;
  width: 100%;
  border-radius: 20px !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uNQVthXp1j .embla__slide .slide-content {
    margin-right: 0;
    display: block;
  }
}
.cid-uNQVthXp1j .embla__slide .slide-content .item-wrapper .item-img {
  padding: 30px;
  margin-right: 5px;
  background-color: #f7f7f7;
  border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uNQVthXp1j .embla__slide .slide-content .item-wrapper .item-img {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uNQVthXp1j .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 0 5px 0;
  }
}
.cid-uNQVthXp1j .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  width: 145px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 5rem !important;
}
.cid-uNQVthXp1j .embla__slide .slide-content .item-content {
  padding: 30px;
  background-color: #f7f7f7;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uNQVthXp1j .embla__slide .slide-content .item-content {
    padding: 20px;
  }
}
.cid-uNQVthXp1j .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uNQVthXp1j .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uNQVthXp1j .embla__slide .slide-content .item-content .mbr-date {
  margin: 20px 0 0;
}
.cid-uNQVthXp1j .embla__button--next,
.cid-uNQVthXp1j .embla__button--prev {
  display: flex;
}
.cid-uNQVthXp1j .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: transparent !important;
  color: #ffd7ef !important;
  border: 2px solid #ffd7ef !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uNQVthXp1j .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNQVthXp1j .embla__button:hover {
  color: #320707 !important;
}
.cid-uNQVthXp1j .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNQVthXp1j .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uNQVthXp1j .embla {
  position: relative;
  width: 100%;
}
.cid-uNQVthXp1j .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uNQVthXp1j .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNQVthXp1j .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNQVthXp1j .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNQVthXp1j .mbr-section-title {
  color: #fdfcfc;
}
.cid-uNQVthXp1j .item-title {
  color: #192227;
}
.cid-uNQVthXp1j .mbr-text {
  color: #192227;
}
.cid-uNQVtkvlTB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uNQVtkvlTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQVtkvlTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQVtkvlTB .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNQVtkvlTB .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNQVtkvlTB .container {
    padding: 0 16px;
  }
}
.cid-uNQVtkvlTB .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uNQVtkvlTB .row {
    margin: 0 10px;
  }
}
.cid-uNQVtkvlTB .row .item {
  padding: 0;
}
.cid-uNQVtkvlTB .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNQVtkvlTB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uNQVtkvlTB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNQVtkvlTB .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uNQVtkvlTB .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-uNQVtkvlTB .panel-group .card:first-child {
  border-top: none;
}
.cid-uNQVtkvlTB .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uNQVtkvlTB .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uNQVtkvlTB .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNQVtkvlTB .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-uNQVtkvlTB .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #ffd000;
}
.cid-uNQVtkvlTB .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #ffd000;
  background-color: #192227;
}
.cid-uNQVtkvlTB .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-uNQVtkvlTB .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uNQVtkvlTB .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #ffd000;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uNQVtkvlTB .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uNQVtkvlTB .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-uNQVtkvlTB .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uNQVtkvlTB .image-wrapper {
  height: 100%;
}
.cid-uNQVtkvlTB .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNQVtkvlTB .image-wrapper img {
    height: 350px;
  }
}
.cid-uNQVtkvlTB .mbr-section-title {
  color: #ffd000;
}
.cid-uNQVtkvlTB .panel-title-edit {
  color: #fdfcfc;
}
.cid-uNQVtkvlTB .panel-text {
  color: #fdfcfc;
}
.cid-uNQVtkV1i1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uNQVtkV1i1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uNQVtkV1i1 .form-group {
  margin-bottom: 1rem;
}
.cid-uNQVtkV1i1 .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-uNQVtkV1i1 textarea.form-control {
  min-height: 96px;
}
.cid-uNQVtkV1i1 .input-group-btn {
  width: 100%;
}
.cid-uNQVtkV1i1 .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uNQVtkV1i1 .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-uNQVtkV1i1 .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uNQVtkV1i1 .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uNQVtkV1i1 .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-uNQVtkV1i1 .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff !important;
  padding: 10px;
}
.cid-uNQVtkV1i1 .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-uNQVtkV1i1 .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNQVtkV1i1 .form-subtitle {
    text-align: center;
  }
}
.cid-uNQVtkV1i1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQVtkV1i1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNQVtkV1i1 .form-text {
  color: #f7f7f7;
}
.cid-uNQVtkV1i1 LABEL {
  color: #f7f7f7;
}
.cid-uNQVtkV1i1 .first-column {
  color: #ffd000;
}
.cid-uNQVtkV1i1 .second-column {
  color: #ffd000;
}
.cid-uNQVtkV1i1 .main-title {
  color: #ffd000;
}
.cid-uNQVtlpzIH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uNQVtlpzIH [class^="socicon-"]:before,
.cid-uNQVtlpzIH [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uNQVtlpzIH .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uNQVtlpzIH .btn-social,
.cid-uNQVtlpzIH .mbr-section-title {
  color: #57468b;
}
.cid-uNQVtlpzIH .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uNQVtlpzIH .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uNQVtlpzIH .soc-item:hover span {
  color: #767676 !important;
}
.cid-uNQVtlpzIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNQVtlpzIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
