.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: Bacasime Antique;
}
.display-1 {
  font-family: 'Bacasime Antique', sans-serif;
  font-size: 5rem;
  line-height: 88px;
  letter-spacing: -0.005em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Bacasime Antique', sans-serif;
  font-size: 3rem;
  line-height: 58px;
  letter-spacing: .005em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bacasime Antique', sans-serif;
  font-size: 1.125rem;
  line-height: 110%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Bacasime Antique', sans-serif;
  font-size: 2.375rem;
  line-height: 46px;
  letter-spacing: .005em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.25rem;
  line-height: inherit;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #f2ac2b !important;
}
.bg-success {
  background-color: #171827 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #8d5ef1 !important;
}
.bg-danger {
  background-color: #4d1760 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f2ac2b !important;
  border-color: #f2ac2b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f5bf5b !important;
  border-color: #f5bf5b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f5bf5b !important;
  border-color: #f5bf5b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ec8c39 !important;
  border-color: #ec8c39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f0a768 !important;
  border-color: #f0a768 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f0a768 !important;
  border-color: #f0a768 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #171827 !important;
  border-color: #171827 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #2a2c47 !important;
  border-color: #2a2c47 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a2c47 !important;
  border-color: #2a2c47 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #8d5ef1 !important;
  border-color: #8d5ef1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ae8df5 !important;
  border-color: #ae8df5 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ae8df5 !important;
  border-color: #ae8df5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4d1760 !important;
  border-color: #4d1760 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #6e2189 !important;
  border-color: #6e2189 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6e2189 !important;
  border-color: #6e2189 !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: #f2ac2b;
  color: #f2ac2b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bb7d0b !important;
  background-color: transparent !important;
  border-color: #bb7d0b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f2ac2b !important;
  border-color: #f2ac2b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ec8c39;
  color: #ec8c39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bc6112 !important;
  background-color: transparent !important;
  border-color: #bc6112 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec8c39 !important;
  border-color: #ec8c39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #171827;
  color: #171827;
}
.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: #171827 !important;
  border-color: #171827 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #8d5ef1;
  color: #8d5ef1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5714e4 !important;
  background-color: transparent !important;
  border-color: #5714e4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8d5ef1 !important;
  border-color: #8d5ef1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #4d1760;
  color: #4d1760;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #15061a !important;
  background-color: transparent !important;
  border-color: #15061a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4d1760 !important;
  border-color: #4d1760 !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: #f2ac2b !important;
}
.text-secondary {
  color: #ec8c39 !important;
}
.text-success {
  color: #171827 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #8d5ef1 !important;
}
.text-danger {
  color: #4d1760 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ac730b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ae5a11 !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: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5113d6 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0b030e !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f2ac2b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #8d5ef1;
}
.alert-danger {
  background-color: #4d1760;
}
.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: #f2ac2b;
  border-color: #f2ac2b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f2ac2b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef7eb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c6c7dd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a030c7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.25rem;
  line-height: inherit;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #f2ac2b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.25rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #f2ac2b;
}
/* 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: #f2ac2b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f2ac2b;
}
.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: #f2ac2b;
  border-bottom-color: #f2ac2b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f2ac2b !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: #ec8c39 !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='%23f2ac2b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border-width: 1px;
  border-radius: 6px !important;
  padding: 14px 26px;
  font-weight: 400 !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  background-image: linear-gradient(94.47deg, #f2ac2b 0, #ec8c39 75%);
  color: #171827 !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: #f2ac2b !important;
  background-image: initial;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  background-image: linear-gradient(94.47deg, #ec8c39 0, #f2ac2b 75%);
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: #ec8c39 !important;
  background-image: initial;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  background-image: linear-gradient(94.47deg, #171827 0, #ec8c39 75%);
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: #171827 !important;
  background-image: initial;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  background-image: linear-gradient(94.47deg, #ffffff 0, #ec8c39 75%);
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: #ffffff !important;
  background-image: initial;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  background-image: linear-gradient(94.47deg, #8d5ef1 0, #ec8c39 75%);
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: #8d5ef1 !important;
  background-image: initial;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger {
  background-image: linear-gradient(94.47deg, #4d1760 0, #ec8c39 75%);
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: #4d1760 !important;
  background-image: initial;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: #ffffff !important;
  background-image: initial;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black {
  background-color: #000000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: #000000 !important;
  background-image: initial;
}
img {
  border-radius: 12px !important;
}
.cid-uQxyg2JIJs {
  background-color: transparent;
}
.cid-uQxyg2JIJs .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uQxyg2JIJs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uQxyg2JIJs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQxyg2JIJs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQxyg2JIJs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQxyg2JIJs .menu_box .navbar.opened,
  .cid-uQxyg2JIJs .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQxyg2JIJs .navbar-dropdown {
  position: relative !important;
}
.cid-uQxyg2JIJs .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uQxyg2JIJs .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQxyg2JIJs .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQxyg2JIJs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQxyg2JIJs .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQxyg2JIJs .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uQxyg2JIJs .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uQxyg2JIJs .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uQxyg2JIJs .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uQxyg2JIJs .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uQxyg2JIJs .offcanvas-body .mbr-text,
  .cid-uQxyg2JIJs .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uQxyg2JIJs .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uQxyg2JIJs .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uQxyg2JIJs .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uQxyg2JIJs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uQxyg2JIJs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uQxyg2JIJs .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uQxyg2JIJs .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uQxyg2JIJs ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQxyg2JIJs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQxyg2JIJs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uQxyg2JIJs .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQxyg2JIJs li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uQxyg2JIJs .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQxyg2JIJs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uQxyg2JIJs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQxyg2JIJs .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQxyg2JIJs .nav-item {
    margin: 0 !important;
  }
}
.cid-uQxyg2JIJs .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uQxyg2JIJs .nav-item .nav-link:hover,
.cid-uQxyg2JIJs .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uQxyg2JIJs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQxyg2JIJs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQxyg2JIJs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQxyg2JIJs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQxyg2JIJs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uQxyg2JIJs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQxyg2JIJs .offcanvas_box {
    display: none;
  }
}
.cid-uQxyg2JIJs .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQxyg2JIJs .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQxyg2JIJs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQxyg2JIJs .container {
  display: flex;
  margin: auto;
}
.cid-uQxyg2JIJs .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQxyg2JIJs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQxyg2JIJs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQxyg2JIJs .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQxyg2JIJs .navbar-nav {
    margin: 0;
  }
}
.cid-uQxyg2JIJs .dropdown-menu,
.cid-uQxyg2JIJs .navbar.opened {
  background-color: false !important;
}
.cid-uQxyg2JIJs .nav-item:focus,
.cid-uQxyg2JIJs .nav-link:focus {
  outline: none;
}
.cid-uQxyg2JIJs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQxyg2JIJs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQxyg2JIJs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQxyg2JIJs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQxyg2JIJs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQxyg2JIJs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQxyg2JIJs .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQxyg2JIJs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQxyg2JIJs .navbar.opened {
  transition: all 0.3s;
}
.cid-uQxyg2JIJs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQxyg2JIJs .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uQxyg2JIJs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uQxyg2JIJs .navbar.collapsed {
  justify-content: center;
}
.cid-uQxyg2JIJs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQxyg2JIJs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQxyg2JIJs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQxyg2JIJs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQxyg2JIJs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQxyg2JIJs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQxyg2JIJs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQxyg2JIJs .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQxyg2JIJs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQxyg2JIJs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQxyg2JIJs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQxyg2JIJs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQxyg2JIJs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQxyg2JIJs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQxyg2JIJs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQxyg2JIJs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQxyg2JIJs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQxyg2JIJs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQxyg2JIJs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQxyg2JIJs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQxyg2JIJs .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQxyg2JIJs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQxyg2JIJs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQxyg2JIJs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQxyg2JIJs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQxyg2JIJs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uQxyg2JIJs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQxyg2JIJs .dropdown-item.active,
.cid-uQxyg2JIJs .dropdown-item:active {
  background-color: transparent;
}
.cid-uQxyg2JIJs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uQxyg2JIJs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQxyg2JIJs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQxyg2JIJs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQxyg2JIJs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQxyg2JIJs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQxyg2JIJs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-uQxyg2JIJs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uQxyg2JIJs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQxyg2JIJs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQxyg2JIJs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQxyg2JIJs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQxyg2JIJs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQxyg2JIJs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQxyg2JIJs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQxyg2JIJs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQxyg2JIJs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQxyg2JIJs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQxyg2JIJs .navbar {
    height: 70px;
  }
  .cid-uQxyg2JIJs .navbar.opened {
    height: auto;
  }
  .cid-uQxyg2JIJs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQxyg2JIJs .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uQxyg2JIJs .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uQxyg2JIJs .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQxyg2JIJs .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQxyg2JIJs .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uQxyg2JIJs .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uQxyg2JIJs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQxyg2JIJs .text_widget {
  margin-bottom: 32px;
}
.cid-uQxyg2JIJs .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQxyg2JIJs .text_widget a:hover,
.cid-uQxyg2JIJs .text_widget a:focus {
  opacity: .6;
}
.cid-uQxyg2JIJs .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uQxyg2JIJs .navbar-caption {
  color: #f2ac2b;
}
.cid-uQxyg2JIJs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQxyg2JIJs .mbr-section-subtitle,
.cid-uQxyg2JIJs .text_widget,
.cid-uQxyg2JIJs .mbr-section-btn {
  text-align: center;
}
.cid-uQxyg2JIJs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQxyg9CgkD {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQxyg9CgkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxyg9CgkD .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-uQxyg9CgkD .container {
    padding: 0 15px;
  }
}
.cid-uQxyg9CgkD .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uQxyg9CgkD .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQxyg9CgkD .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uQxyg9CgkD .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uQxyg9CgkD .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQxyg9CgkD .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQxyg9CgkD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQxyg9CgkD .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uQxyg9CgkD .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uQxyg9CgkD .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uQxyg9CgkD .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uQxyg9CgkD .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uQxyg9CgkD .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uQxyg9CgkD .mbr-section-title {
  color: #ffffff;
}
.cid-uQxyg9CgkD .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uQxyg9CgkD .mbr-text {
  color: #d2d2df;
}
.cid-uQxymA6vbl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #232b45;
}
.cid-uQxymA6vbl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxymA6vbl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxymA6vbl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQxymA6vbl .container {
    padding: 0 15px;
  }
}
.cid-uQxymA6vbl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQxymA6vbl .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uQxymA6vbl .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uQxymA6vbl .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uQxymA6vbl .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQxymA6vbl .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uQxymA6vbl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQxymA6vbl .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uQxymA6vbl .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQxymA6vbl .image-wrapper {
    margin: 0;
  }
}
.cid-uQxymA6vbl .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
}
.cid-uQxymA6vbl .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uQxymA6vbl .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uQxymA6vbl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQxymA6vbl .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uQxymA6vbl .mbr-text {
  color: #d2d2df;
}
.cid-uQxymA6vbl .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQxyx16Q2v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQxyx16Q2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxyx16Q2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxyx16Q2v .card {
  justify-content: flex-end;
}
.cid-uQxyx16Q2v .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQxyx16Q2v .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQxyx16Q2v .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uQxyx16Q2v .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQxyx16Q2v .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uQxyx16Q2v .mbr-section-btn .btn::after,
.cid-uQxyx16Q2v .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uQxyx16Q2v .mbr-section-btn .btn:hover,
.cid-uQxyx16Q2v .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uQxyx16Q2v .mbr-section-btn .btn:hover::after,
.cid-uQxyx16Q2v .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uQxyx16Q2v .items-wrapper {
  margin: 0 -20px;
}
.cid-uQxyx16Q2v .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uQxyx16Q2v .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uQxyx16Q2v .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-uQxyx16Q2v .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05) translateX(10px);
}
.cid-uQxyx16Q2v .items-wrapper .item:nth-child(2n) {
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-uQxyx16Q2v .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uQxyx16Q2v .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 2px solid #171827;
}
.cid-uQxyx16Q2v .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-uQxyx16Q2v .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-uQxyx16Q2v .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 310px;
  object-fit: cover;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.05) translateX(0);
}
.cid-uQxyx16Q2v .items-wrapper .item .item-wrapper .date-wrapper {
  position: absolute;
  left: 3px;
  bottom: -20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uQxyx16Q2v .items-wrapper .item .item-wrapper .date-wrapper {
    bottom: -10px;
  }
}
.cid-uQxyx16Q2v .items-wrapper .item .item-wrapper .date-wrapper .item-date {
  display: inline-block;
  margin-bottom: 0;
  background-color: #171827;
  padding: 10px 25px;
  border-radius: 3rem;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uQxyx16Q2v .items-wrapper .item .item-wrapper .date-wrapper .item-date:hover,
.cid-uQxyx16Q2v .items-wrapper .item .item-wrapper .date-wrapper .item-date:focus {
  color: #e24c4a;
}
.cid-uQxyx16Q2v .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  background-color: #171827;
}
@media (max-width: 992px) {
  .cid-uQxyx16Q2v .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-uQxyx16Q2v .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uQxyx16Q2v .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.cid-uQxyx16Q2v .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  text-decoration-color: inherit;
}
.cid-uQxyx16Q2v .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uQxyx16Q2v .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQxyx16Q2v .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin: 0 3px 3px 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uQxyx16Q2v .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:hover,
.cid-uQxyx16Q2v .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uQxyx16Q2v .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uQxyx16Q2v .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-uQxyx16Q2v .mbr-section-title {
  color: #ffffff;
}
.cid-uQxyx16Q2v .mbr-tag {
  color: #adadad;
}
.cid-uQxyx16Q2v .item-date {
  color: #c7c7c7;
}
.cid-uQxyx16Q2v .item-title {
  color: #ffffff;
}
.cid-uQxyx16Q2v .item-text {
  color: #adadad;
}
.cid-uQxyx16Q2v .list {
  color: #adadad;
}
.cid-uQxyx16Q2v .main-btn {
  text-align: right;
}
.cid-uQxBTwrliL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171827;
}
.cid-uQxBTwrliL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxBTwrliL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxBTwrliL .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uQxBTwrliL .card-wrapper {
    display: block;
  }
}
.cid-uQxBTwrliL .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uQxBTwrliL .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uQxBTwrliL .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uQxBTwrliL .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #171827;
}
@media (max-width: 992px) {
  .cid-uQxBTwrliL .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uQxBTwrliL .card-wrapper .content-wrapper .date-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uQxBTwrliL .card-wrapper .content-wrapper .date-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQxBTwrliL .card-wrapper .content-wrapper .date-wrapper .mbr-date {
  margin-bottom: 0;
}
.cid-uQxBTwrliL .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uQxBTwrliL .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uQxBTwrliL .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQxBTwrliL .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQxBTwrliL .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQxBTwrliL .mbr-date {
  color: #f4f4f4;
}
.cid-uQxBTwrliL .mbr-section-title {
  color: #f4f4f4;
}
.cid-uQxBTwrliL .mbr-text {
  color: #d7d2d2;
}
.cid-uQxyMVk5iJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQxyMVk5iJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxyMVk5iJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxyMVk5iJ .row {
  justify-content: center;
}
.cid-uQxyMVk5iJ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uQxyMVk5iJ .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uQxyMVk5iJ .container {
    padding: 0 15px;
  }
}
.cid-uQxyMVk5iJ .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uQxyMVk5iJ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQxyMVk5iJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQxyMVk5iJ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uQxyMVk5iJ .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uQxyMVk5iJ .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uQxyMVk5iJ .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-uQxyMVk5iJ .items-wrapper .item:hover .item-wrapper::before,
.cid-uQxyMVk5iJ .items-wrapper .item:focus .item-wrapper::before {
  margin-right: -10rem;
}
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 40px 22px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper {
    height: auto;
  }
}
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -25%;
  width: 150%;
  height: 50%;
  background-image: linear-gradient(90deg, #ffffff -20%, #41798c 50%, #1e6bff 100%);
  border-radius: 50%;
  filter: blur(100px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper::before {
    display: none;
  }
}
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 15px;
}
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
  color: #ffffff;
}
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline,
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:focus,
.cid-uQxyMVk5iJ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uQxyMVk5iJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQxyMVk5iJ .item-title {
  color: #f2ac2b;
}
.cid-uQxyMVk5iJ .item-text {
  color: #ffffff;
}
.cid-uQxyUWueZS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171827;
}
.cid-uQxyUWueZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxyUWueZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxyUWueZS .mbr-tag {
  margin-bottom: 16px;
  color: #adadad;
}
@media (max-width: 992px) {
  .cid-uQxyUWueZS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQxyUWueZS .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQxyUWueZS .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQxyUWueZS .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQxyUWueZS .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uQxyUWueZS .mbr-section-btn .btn::after,
.cid-uQxyUWueZS .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uQxyUWueZS .mbr-section-btn .btn:hover,
.cid-uQxyUWueZS .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uQxyUWueZS .mbr-section-btn .btn:hover::after,
.cid-uQxyUWueZS .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uQxyUWueZS .items-wrapper {
  margin: 0 -20px;
}
.cid-uQxyUWueZS .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQxyUWueZS .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uQxyUWueZS .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uQxyUWueZS .items-wrapper .item:nth-child(2n) {
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-uQxyUWueZS .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uQxyUWueZS .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-uQxyUWueZS .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.06) translateX(0);
}
.cid-uQxyUWueZS .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border-radius: 0 !important;
}
.cid-uQxyUWueZS .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-uQxyUWueZS .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-uQxyUWueZS .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 315px;
  object-fit: cover;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.06) translateX(-8px);
}
.cid-uQxyUWueZS .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  border: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uQxyUWueZS .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-uQxyUWueZS .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: 16px;
}
.cid-uQxyUWueZS .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uQxyUWueZS .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uQxyUWueZS .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-bottom: 0;
  }
}
.cid-uQxyUWueZS .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  padding: 17px 20px;
  margin-bottom: 0;
}
.cid-uQxyUWueZS .mbr-section-title {
  color: #ffffff;
}
.cid-uQxyUWueZS .mbr-text {
  color: #ffffff;
}
.cid-uQxyUWueZS .item-name {
  color: #ffffff;
}
.cid-uQxyUWueZS .item-role {
  color: #c7c7c7;
}
.cid-uQxyQKLhRg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQxyQKLhRg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxyQKLhRg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxyQKLhRg .row {
  justify-content: space-between;
}
.cid-uQxyQKLhRg .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uQxyQKLhRg .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uQxyQKLhRg .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQxyQKLhRg .image-wrapper img {
    height: 350px;
  }
}
.cid-uQxyQKLhRg .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uQxyQKLhRg .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uQxyQKLhRg .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQxyQKLhRg .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQxyQKLhRg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQxyQKLhRg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uQxyQKLhRg .mbr-label {
  color: #19171c;
}
.cid-uQxyQKLhRg .mbr-section-title {
  color: #19171c;
}
.cid-uQxyQKLhRg .mbr-text,
.cid-uQxyQKLhRg .text-wrapper {
  color: #ffffff;
}
.cid-uQxyQKLhRg .mbr-section-title,
.cid-uQxyQKLhRg .mbr-section-btn,
.cid-uQxyQKLhRg .iconfont-wrapper {
  color: #ffffff;
}
.cid-uQxyWVAtYR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #171827;
}
.cid-uQxyWVAtYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxyWVAtYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxyWVAtYR .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQxyWVAtYR .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQxyWVAtYR .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-uQxyWVAtYR .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uQxyWVAtYR .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uQxyWVAtYR .item {
    margin-bottom: 16px;
  }
}
.cid-uQxyWVAtYR .item .item-wrapper {
  padding: 32px;
  background-color: #171827;
  height: 100%;
}
@media (max-width: 1200px) {
  .cid-uQxyWVAtYR .item .item-wrapper {
    padding: 32px 20px;
  }
}
.cid-uQxyWVAtYR .item .item-wrapper .image-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uQxyWVAtYR .item .item-wrapper .image-wrapper {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uQxyWVAtYR .item .item-wrapper .image-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uQxyWVAtYR .item .item-wrapper .image-wrapper .item-img img {
  height: 86px;
  width: 86px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-uQxyWVAtYR .item .item-wrapper .image-wrapper .rating-wrap {
  display: inline-flex;
  align-items: flex-end;
}
.cid-uQxyWVAtYR .item .item-wrapper .image-wrapper .rating-wrap .item-number {
  margin-bottom: 0;
}
.cid-uQxyWVAtYR .item .item-wrapper .image-wrapper .rating-wrap .icon-wrapper {
  padding-bottom: 8px;
}
.cid-uQxyWVAtYR .item .item-wrapper .image-wrapper .rating-wrap .icon-wrapper .mbr-iconfont {
  display: flex;
  margin-left: 4px;
  font-size: 36px;
  color: #ffdd00;
}
.cid-uQxyWVAtYR .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uQxyWVAtYR .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uQxyWVAtYR .main-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uQxyWVAtYR .main-btn {
    margin-top: 16px;
  }
}
.cid-uQxyWVAtYR .btn-wrapper {
  margin-top: -5%;
}
.cid-uQxyWVAtYR .mbr-section-title {
  color: #ffffff;
}
.cid-uQxyWVAtYR .mbr-section-title,
.cid-uQxyWVAtYR .main-btn {
  text-align: center;
}
.cid-uQxyWVAtYR .item-title {
  color: #000c3f;
}
.cid-uQxyWVAtYR .item-text {
  color: #ffffff;
}
.cid-uQxyWVAtYR .item-number {
  color: #000c3f;
}
.cid-uQxyWVAtYR .item-name {
  color: #ffffff;
}
.cid-uQxyZcNuVK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQxyZcNuVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxyZcNuVK .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-uQxyZcNuVK .container {
    padding: 0 15px;
  }
}
.cid-uQxyZcNuVK .row {
  justify-content: center;
}
.cid-uQxyZcNuVK .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-uQxyZcNuVK .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-uQxyZcNuVK .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uQxyZcNuVK .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQxyZcNuVK .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-uQxyZcNuVK .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-uQxyZcNuVK .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uQxyZcNuVK .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-uQxyZcNuVK .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uQxyZcNuVK .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-uQxyZcNuVK .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uQxyZcNuVK .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-uQxyZcNuVK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uQxyZcNuVK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-uQxyZcNuVK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uQxyZcNuVK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uQxyZcNuVK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #373d52;
}
.cid-uQxyZcNuVK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uQxyZcNuVK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uQxyZcNuVK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uQxyZcNuVK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-uQxyZcNuVK .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uQxyZcNuVK .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-uQxyZcNuVK .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-uQxyZcNuVK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQxyZcNuVK .form-control {
  color: #ffffff !important;
}
.cid-uQxyZcNuVK .form-control:focus {
  color: #ffffff !important;
}
.cid-uQxz9nvxNT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171827;
}
.cid-uQxz9nvxNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxz9nvxNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxz9nvxNT .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uQxz9nvxNT .google-map iframe {
    height: 350px;
  }
}
.cid-uQxz9AGscO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171827;
}
.cid-uQxz9AGscO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxz9AGscO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxz9AGscO .title-wrapper {
  margin-bottom: 40px;
}
.cid-uQxz9AGscO .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uQxz9AGscO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQxz9AGscO .items-wrapper {
  margin: 0 -20px;
}
.cid-uQxz9AGscO .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQxz9AGscO .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uQxz9AGscO .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uQxz9AGscO .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQxz9AGscO .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uQxz9AGscO .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uQxz9AGscO .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uQxz9AGscO .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #cd890b, #cd890b);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uQxz9AGscO .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uQxz9AGscO .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQxz9AGscO .mbr-section-title {
  color: #ffffff;
}
.cid-uQxz9AGscO .mbr-tag {
  color: #adadad;
}
.cid-uQxz9AGscO .item-title {
  color: #ffffff;
}
.cid-uQxzlKSJte {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #171827;
}
.cid-uQxzlKSJte .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxzlKSJte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxzlKSJte .row {
  justify-content: center;
}
.cid-uQxzlKSJte .card {
  justify-content: center;
}
.cid-uQxzlKSJte .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQxzlKSJte .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQxzlKSJte .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQxzlKSJte .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uQxzlKSJte .nav-wrapper .list .item-wrap:hover,
.cid-uQxzlKSJte .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uQxzlKSJte .list,
.cid-uQxzlKSJte .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uQxGHLklGK {
  background-color: transparent;
}
.cid-uQxGHLklGK .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uQxGHLklGK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uQxGHLklGK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQxGHLklGK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQxGHLklGK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQxGHLklGK .menu_box .navbar.opened,
  .cid-uQxGHLklGK .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQxGHLklGK .navbar-dropdown {
  position: relative !important;
}
.cid-uQxGHLklGK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uQxGHLklGK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQxGHLklGK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQxGHLklGK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQxGHLklGK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQxGHLklGK .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uQxGHLklGK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uQxGHLklGK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uQxGHLklGK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uQxGHLklGK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uQxGHLklGK .offcanvas-body .mbr-text,
  .cid-uQxGHLklGK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uQxGHLklGK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uQxGHLklGK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uQxGHLklGK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uQxGHLklGK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uQxGHLklGK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uQxGHLklGK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uQxGHLklGK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uQxGHLklGK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQxGHLklGK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQxGHLklGK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uQxGHLklGK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQxGHLklGK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uQxGHLklGK .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQxGHLklGK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uQxGHLklGK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQxGHLklGK .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQxGHLklGK .nav-item {
    margin: 0 !important;
  }
}
.cid-uQxGHLklGK .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uQxGHLklGK .nav-item .nav-link:hover,
.cid-uQxGHLklGK .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uQxGHLklGK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQxGHLklGK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQxGHLklGK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQxGHLklGK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQxGHLklGK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uQxGHLklGK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQxGHLklGK .offcanvas_box {
    display: none;
  }
}
.cid-uQxGHLklGK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQxGHLklGK .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQxGHLklGK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQxGHLklGK .container {
  display: flex;
  margin: auto;
}
.cid-uQxGHLklGK .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQxGHLklGK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQxGHLklGK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQxGHLklGK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQxGHLklGK .navbar-nav {
    margin: 0;
  }
}
.cid-uQxGHLklGK .dropdown-menu,
.cid-uQxGHLklGK .navbar.opened {
  background-color: false !important;
}
.cid-uQxGHLklGK .nav-item:focus,
.cid-uQxGHLklGK .nav-link:focus {
  outline: none;
}
.cid-uQxGHLklGK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQxGHLklGK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQxGHLklGK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQxGHLklGK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQxGHLklGK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQxGHLklGK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQxGHLklGK .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQxGHLklGK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQxGHLklGK .navbar.opened {
  transition: all 0.3s;
}
.cid-uQxGHLklGK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQxGHLklGK .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uQxGHLklGK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uQxGHLklGK .navbar.collapsed {
  justify-content: center;
}
.cid-uQxGHLklGK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQxGHLklGK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQxGHLklGK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQxGHLklGK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQxGHLklGK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQxGHLklGK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQxGHLklGK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQxGHLklGK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQxGHLklGK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQxGHLklGK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQxGHLklGK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQxGHLklGK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQxGHLklGK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQxGHLklGK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQxGHLklGK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQxGHLklGK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQxGHLklGK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQxGHLklGK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQxGHLklGK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQxGHLklGK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQxGHLklGK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQxGHLklGK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQxGHLklGK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQxGHLklGK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQxGHLklGK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQxGHLklGK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uQxGHLklGK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQxGHLklGK .dropdown-item.active,
.cid-uQxGHLklGK .dropdown-item:active {
  background-color: transparent;
}
.cid-uQxGHLklGK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uQxGHLklGK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQxGHLklGK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQxGHLklGK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQxGHLklGK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQxGHLklGK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQxGHLklGK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-uQxGHLklGK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uQxGHLklGK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQxGHLklGK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQxGHLklGK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQxGHLklGK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQxGHLklGK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQxGHLklGK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQxGHLklGK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQxGHLklGK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQxGHLklGK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQxGHLklGK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQxGHLklGK .navbar {
    height: 70px;
  }
  .cid-uQxGHLklGK .navbar.opened {
    height: auto;
  }
  .cid-uQxGHLklGK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQxGHLklGK .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uQxGHLklGK .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uQxGHLklGK .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQxGHLklGK .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQxGHLklGK .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uQxGHLklGK .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uQxGHLklGK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQxGHLklGK .text_widget {
  margin-bottom: 32px;
}
.cid-uQxGHLklGK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQxGHLklGK .text_widget a:hover,
.cid-uQxGHLklGK .text_widget a:focus {
  opacity: .6;
}
.cid-uQxGHLklGK .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uQxGHLklGK .navbar-caption {
  color: #f2ac2b;
}
.cid-uQxGHLklGK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQxGHLklGK .mbr-section-subtitle,
.cid-uQxGHLklGK .text_widget,
.cid-uQxGHLklGK .mbr-section-btn {
  text-align: center;
}
.cid-uQxGHLklGK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQxGHMPoyv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQxGHMPoyv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxGHMPoyv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxGHMPoyv .row {
  justify-content: center;
}
.cid-uQxGHMPoyv .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uQxGHMPoyv .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uQxGHMPoyv .container {
    padding: 0 15px;
  }
}
.cid-uQxGHMPoyv .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uQxGHMPoyv .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uQxGHMPoyv .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uQxGHMPoyv .image-wrapper img {
    height: 400px;
  }
}
.cid-uQxGHMPoyv .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQxGHMPoyv .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQxGHMPoyv .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uQxGHMPoyv .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uQxGHMPoyv .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uQxGHMPoyv .mbr-section-title {
  color: #ffffff;
}
.cid-uQxGHMPoyv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQxGHMPoyv .mbr-text {
  color: #d2d2df;
}
.cid-uQxGHMPoyv .mbr-section-title,
.cid-uQxGHMPoyv .mbr-section-btn {
  color: #cd890b;
}
.cid-uQxGHQvWm2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171827;
}
.cid-uQxGHQvWm2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxGHQvWm2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxGHQvWm2 .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uQxGHQvWm2 .google-map iframe {
    height: 350px;
  }
}
.cid-uQxGHQVhWa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171827;
}
.cid-uQxGHQVhWa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxGHQVhWa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxGHQVhWa .title-wrapper {
  margin-bottom: 40px;
}
.cid-uQxGHQVhWa .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uQxGHQVhWa .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQxGHQVhWa .items-wrapper {
  margin: 0 -20px;
}
.cid-uQxGHQVhWa .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQxGHQVhWa .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uQxGHQVhWa .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uQxGHQVhWa .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQxGHQVhWa .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uQxGHQVhWa .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uQxGHQVhWa .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uQxGHQVhWa .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #cd890b, #cd890b);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uQxGHQVhWa .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uQxGHQVhWa .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQxGHQVhWa .mbr-section-title {
  color: #ffffff;
}
.cid-uQxGHQVhWa .mbr-tag {
  color: #adadad;
}
.cid-uQxGHQVhWa .item-title {
  color: #ffffff;
}
.cid-uQxGHRkdl8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #171827;
}
.cid-uQxGHRkdl8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxGHRkdl8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxGHRkdl8 .row {
  justify-content: center;
}
.cid-uQxGHRkdl8 .card {
  justify-content: center;
}
.cid-uQxGHRkdl8 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQxGHRkdl8 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQxGHRkdl8 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQxGHRkdl8 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uQxGHRkdl8 .nav-wrapper .list .item-wrap:hover,
.cid-uQxGHRkdl8 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uQxGHRkdl8 .list,
.cid-uQxGHRkdl8 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uQxH5OoTgd {
  background-color: transparent;
}
.cid-uQxH5OoTgd .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uQxH5OoTgd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uQxH5OoTgd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQxH5OoTgd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQxH5OoTgd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQxH5OoTgd .menu_box .navbar.opened,
  .cid-uQxH5OoTgd .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQxH5OoTgd .navbar-dropdown {
  position: relative !important;
}
.cid-uQxH5OoTgd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uQxH5OoTgd .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQxH5OoTgd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQxH5OoTgd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQxH5OoTgd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQxH5OoTgd .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uQxH5OoTgd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uQxH5OoTgd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uQxH5OoTgd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uQxH5OoTgd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uQxH5OoTgd .offcanvas-body .mbr-text,
  .cid-uQxH5OoTgd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uQxH5OoTgd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uQxH5OoTgd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uQxH5OoTgd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uQxH5OoTgd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uQxH5OoTgd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uQxH5OoTgd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uQxH5OoTgd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uQxH5OoTgd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQxH5OoTgd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQxH5OoTgd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uQxH5OoTgd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQxH5OoTgd li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uQxH5OoTgd .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQxH5OoTgd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uQxH5OoTgd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQxH5OoTgd .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQxH5OoTgd .nav-item {
    margin: 0 !important;
  }
}
.cid-uQxH5OoTgd .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uQxH5OoTgd .nav-item .nav-link:hover,
.cid-uQxH5OoTgd .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uQxH5OoTgd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQxH5OoTgd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQxH5OoTgd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQxH5OoTgd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQxH5OoTgd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uQxH5OoTgd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQxH5OoTgd .offcanvas_box {
    display: none;
  }
}
.cid-uQxH5OoTgd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQxH5OoTgd .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQxH5OoTgd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQxH5OoTgd .container {
  display: flex;
  margin: auto;
}
.cid-uQxH5OoTgd .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQxH5OoTgd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQxH5OoTgd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQxH5OoTgd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQxH5OoTgd .navbar-nav {
    margin: 0;
  }
}
.cid-uQxH5OoTgd .dropdown-menu,
.cid-uQxH5OoTgd .navbar.opened {
  background-color: false !important;
}
.cid-uQxH5OoTgd .nav-item:focus,
.cid-uQxH5OoTgd .nav-link:focus {
  outline: none;
}
.cid-uQxH5OoTgd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQxH5OoTgd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQxH5OoTgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQxH5OoTgd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQxH5OoTgd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQxH5OoTgd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQxH5OoTgd .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQxH5OoTgd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQxH5OoTgd .navbar.opened {
  transition: all 0.3s;
}
.cid-uQxH5OoTgd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQxH5OoTgd .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uQxH5OoTgd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uQxH5OoTgd .navbar.collapsed {
  justify-content: center;
}
.cid-uQxH5OoTgd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQxH5OoTgd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQxH5OoTgd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQxH5OoTgd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQxH5OoTgd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQxH5OoTgd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQxH5OoTgd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQxH5OoTgd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQxH5OoTgd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQxH5OoTgd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQxH5OoTgd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQxH5OoTgd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQxH5OoTgd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQxH5OoTgd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQxH5OoTgd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQxH5OoTgd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQxH5OoTgd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQxH5OoTgd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQxH5OoTgd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQxH5OoTgd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQxH5OoTgd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQxH5OoTgd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQxH5OoTgd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQxH5OoTgd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQxH5OoTgd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQxH5OoTgd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uQxH5OoTgd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQxH5OoTgd .dropdown-item.active,
.cid-uQxH5OoTgd .dropdown-item:active {
  background-color: transparent;
}
.cid-uQxH5OoTgd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uQxH5OoTgd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQxH5OoTgd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQxH5OoTgd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQxH5OoTgd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQxH5OoTgd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQxH5OoTgd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-uQxH5OoTgd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uQxH5OoTgd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQxH5OoTgd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQxH5OoTgd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQxH5OoTgd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQxH5OoTgd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQxH5OoTgd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQxH5OoTgd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQxH5OoTgd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQxH5OoTgd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQxH5OoTgd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQxH5OoTgd .navbar {
    height: 70px;
  }
  .cid-uQxH5OoTgd .navbar.opened {
    height: auto;
  }
  .cid-uQxH5OoTgd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQxH5OoTgd .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uQxH5OoTgd .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uQxH5OoTgd .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQxH5OoTgd .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQxH5OoTgd .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uQxH5OoTgd .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uQxH5OoTgd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQxH5OoTgd .text_widget {
  margin-bottom: 32px;
}
.cid-uQxH5OoTgd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQxH5OoTgd .text_widget a:hover,
.cid-uQxH5OoTgd .text_widget a:focus {
  opacity: .6;
}
.cid-uQxH5OoTgd .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uQxH5OoTgd .navbar-caption {
  color: #f2ac2b;
}
.cid-uQxH5OoTgd .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQxH5OoTgd .mbr-section-subtitle,
.cid-uQxH5OoTgd .text_widget,
.cid-uQxH5OoTgd .mbr-section-btn {
  text-align: center;
}
.cid-uQxH5OoTgd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQxH5P8UKR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQxH5P8UKR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxH5P8UKR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxH5P8UKR .row {
  justify-content: center;
}
.cid-uQxH5P8UKR .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uQxH5P8UKR .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uQxH5P8UKR .container {
    padding: 0 15px;
  }
}
.cid-uQxH5P8UKR .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uQxH5P8UKR .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uQxH5P8UKR .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uQxH5P8UKR .image-wrapper img {
    height: 400px;
  }
}
.cid-uQxH5P8UKR .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQxH5P8UKR .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQxH5P8UKR .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uQxH5P8UKR .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uQxH5P8UKR .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uQxH5P8UKR .mbr-section-title {
  color: #ffffff;
}
.cid-uQxH5P8UKR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQxH5P8UKR .mbr-text {
  color: #d2d2df;
}
.cid-uQxH5P8UKR .mbr-section-title,
.cid-uQxH5P8UKR .mbr-section-btn {
  color: #cd890b;
}
.cid-uQxH5PXIWM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171827;
}
.cid-uQxH5PXIWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxH5PXIWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxH5PXIWM .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uQxH5PXIWM .google-map iframe {
    height: 350px;
  }
}
.cid-uQxH5QhmbT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171827;
}
.cid-uQxH5QhmbT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxH5QhmbT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxH5QhmbT .title-wrapper {
  margin-bottom: 40px;
}
.cid-uQxH5QhmbT .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uQxH5QhmbT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQxH5QhmbT .items-wrapper {
  margin: 0 -20px;
}
.cid-uQxH5QhmbT .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQxH5QhmbT .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uQxH5QhmbT .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uQxH5QhmbT .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQxH5QhmbT .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uQxH5QhmbT .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uQxH5QhmbT .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uQxH5QhmbT .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #cd890b, #cd890b);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uQxH5QhmbT .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uQxH5QhmbT .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQxH5QhmbT .mbr-section-title {
  color: #ffffff;
}
.cid-uQxH5QhmbT .mbr-tag {
  color: #adadad;
}
.cid-uQxH5QhmbT .item-title {
  color: #ffffff;
}
.cid-uQxH5QC2N1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #171827;
}
.cid-uQxH5QC2N1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxH5QC2N1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxH5QC2N1 .row {
  justify-content: center;
}
.cid-uQxH5QC2N1 .card {
  justify-content: center;
}
.cid-uQxH5QC2N1 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQxH5QC2N1 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQxH5QC2N1 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQxH5QC2N1 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uQxH5QC2N1 .nav-wrapper .list .item-wrap:hover,
.cid-uQxH5QC2N1 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uQxH5QC2N1 .list,
.cid-uQxH5QC2N1 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uQxH8EE6Nk {
  background-color: transparent;
}
.cid-uQxH8EE6Nk .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uQxH8EE6Nk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uQxH8EE6Nk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQxH8EE6Nk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQxH8EE6Nk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQxH8EE6Nk .menu_box .navbar.opened,
  .cid-uQxH8EE6Nk .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQxH8EE6Nk .navbar-dropdown {
  position: relative !important;
}
.cid-uQxH8EE6Nk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uQxH8EE6Nk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQxH8EE6Nk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQxH8EE6Nk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQxH8EE6Nk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQxH8EE6Nk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uQxH8EE6Nk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uQxH8EE6Nk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uQxH8EE6Nk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uQxH8EE6Nk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uQxH8EE6Nk .offcanvas-body .mbr-text,
  .cid-uQxH8EE6Nk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uQxH8EE6Nk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uQxH8EE6Nk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uQxH8EE6Nk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uQxH8EE6Nk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uQxH8EE6Nk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uQxH8EE6Nk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uQxH8EE6Nk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uQxH8EE6Nk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQxH8EE6Nk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQxH8EE6Nk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uQxH8EE6Nk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQxH8EE6Nk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uQxH8EE6Nk .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQxH8EE6Nk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uQxH8EE6Nk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQxH8EE6Nk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQxH8EE6Nk .nav-item {
    margin: 0 !important;
  }
}
.cid-uQxH8EE6Nk .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uQxH8EE6Nk .nav-item .nav-link:hover,
.cid-uQxH8EE6Nk .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uQxH8EE6Nk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQxH8EE6Nk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQxH8EE6Nk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQxH8EE6Nk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQxH8EE6Nk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uQxH8EE6Nk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQxH8EE6Nk .offcanvas_box {
    display: none;
  }
}
.cid-uQxH8EE6Nk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQxH8EE6Nk .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQxH8EE6Nk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQxH8EE6Nk .container {
  display: flex;
  margin: auto;
}
.cid-uQxH8EE6Nk .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQxH8EE6Nk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQxH8EE6Nk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQxH8EE6Nk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQxH8EE6Nk .navbar-nav {
    margin: 0;
  }
}
.cid-uQxH8EE6Nk .dropdown-menu,
.cid-uQxH8EE6Nk .navbar.opened {
  background-color: false !important;
}
.cid-uQxH8EE6Nk .nav-item:focus,
.cid-uQxH8EE6Nk .nav-link:focus {
  outline: none;
}
.cid-uQxH8EE6Nk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQxH8EE6Nk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQxH8EE6Nk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQxH8EE6Nk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQxH8EE6Nk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQxH8EE6Nk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQxH8EE6Nk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQxH8EE6Nk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQxH8EE6Nk .navbar.opened {
  transition: all 0.3s;
}
.cid-uQxH8EE6Nk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQxH8EE6Nk .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uQxH8EE6Nk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uQxH8EE6Nk .navbar.collapsed {
  justify-content: center;
}
.cid-uQxH8EE6Nk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQxH8EE6Nk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQxH8EE6Nk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQxH8EE6Nk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQxH8EE6Nk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQxH8EE6Nk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQxH8EE6Nk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQxH8EE6Nk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQxH8EE6Nk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQxH8EE6Nk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQxH8EE6Nk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQxH8EE6Nk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQxH8EE6Nk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQxH8EE6Nk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQxH8EE6Nk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQxH8EE6Nk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQxH8EE6Nk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQxH8EE6Nk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQxH8EE6Nk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQxH8EE6Nk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQxH8EE6Nk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQxH8EE6Nk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQxH8EE6Nk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQxH8EE6Nk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQxH8EE6Nk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQxH8EE6Nk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uQxH8EE6Nk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQxH8EE6Nk .dropdown-item.active,
.cid-uQxH8EE6Nk .dropdown-item:active {
  background-color: transparent;
}
.cid-uQxH8EE6Nk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uQxH8EE6Nk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQxH8EE6Nk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQxH8EE6Nk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQxH8EE6Nk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQxH8EE6Nk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQxH8EE6Nk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-uQxH8EE6Nk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uQxH8EE6Nk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQxH8EE6Nk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQxH8EE6Nk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQxH8EE6Nk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQxH8EE6Nk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQxH8EE6Nk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQxH8EE6Nk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQxH8EE6Nk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQxH8EE6Nk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQxH8EE6Nk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQxH8EE6Nk .navbar {
    height: 70px;
  }
  .cid-uQxH8EE6Nk .navbar.opened {
    height: auto;
  }
  .cid-uQxH8EE6Nk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQxH8EE6Nk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uQxH8EE6Nk .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uQxH8EE6Nk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQxH8EE6Nk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQxH8EE6Nk .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uQxH8EE6Nk .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uQxH8EE6Nk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQxH8EE6Nk .text_widget {
  margin-bottom: 32px;
}
.cid-uQxH8EE6Nk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQxH8EE6Nk .text_widget a:hover,
.cid-uQxH8EE6Nk .text_widget a:focus {
  opacity: .6;
}
.cid-uQxH8EE6Nk .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uQxH8EE6Nk .navbar-caption {
  color: #f2ac2b;
}
.cid-uQxH8EE6Nk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQxH8EE6Nk .mbr-section-subtitle,
.cid-uQxH8EE6Nk .text_widget,
.cid-uQxH8EE6Nk .mbr-section-btn {
  text-align: center;
}
.cid-uQxH8EE6Nk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQxH8FywIp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQxH8FywIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxH8FywIp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxH8FywIp .row {
  justify-content: center;
}
.cid-uQxH8FywIp .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uQxH8FywIp .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uQxH8FywIp .container {
    padding: 0 15px;
  }
}
.cid-uQxH8FywIp .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uQxH8FywIp .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uQxH8FywIp .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uQxH8FywIp .image-wrapper img {
    height: 400px;
  }
}
.cid-uQxH8FywIp .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQxH8FywIp .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQxH8FywIp .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uQxH8FywIp .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uQxH8FywIp .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uQxH8FywIp .mbr-section-title {
  color: #ffffff;
}
.cid-uQxH8FywIp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQxH8FywIp .mbr-text {
  color: #d2d2df;
}
.cid-uQxH8FywIp .mbr-section-title,
.cid-uQxH8FywIp .mbr-section-btn {
  color: #cd890b;
}
.cid-uQxH8G65CY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171827;
}
.cid-uQxH8G65CY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxH8G65CY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxH8G65CY .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uQxH8G65CY .google-map iframe {
    height: 350px;
  }
}
.cid-uQxH8GqQHN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171827;
}
.cid-uQxH8GqQHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxH8GqQHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxH8GqQHN .title-wrapper {
  margin-bottom: 40px;
}
.cid-uQxH8GqQHN .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uQxH8GqQHN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQxH8GqQHN .items-wrapper {
  margin: 0 -20px;
}
.cid-uQxH8GqQHN .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQxH8GqQHN .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uQxH8GqQHN .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uQxH8GqQHN .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQxH8GqQHN .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uQxH8GqQHN .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uQxH8GqQHN .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uQxH8GqQHN .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #cd890b, #cd890b);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uQxH8GqQHN .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uQxH8GqQHN .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQxH8GqQHN .mbr-section-title {
  color: #ffffff;
}
.cid-uQxH8GqQHN .mbr-tag {
  color: #adadad;
}
.cid-uQxH8GqQHN .item-title {
  color: #ffffff;
}
.cid-uQxH8GINRP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #171827;
}
.cid-uQxH8GINRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxH8GINRP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxH8GINRP .row {
  justify-content: center;
}
.cid-uQxH8GINRP .card {
  justify-content: center;
}
.cid-uQxH8GINRP .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQxH8GINRP .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQxH8GINRP .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQxH8GINRP .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uQxH8GINRP .nav-wrapper .list .item-wrap:hover,
.cid-uQxH8GINRP .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uQxH8GINRP .list,
.cid-uQxH8GINRP .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uQxHbpZ8Tk {
  background-color: transparent;
}
.cid-uQxHbpZ8Tk .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uQxHbpZ8Tk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uQxHbpZ8Tk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQxHbpZ8Tk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQxHbpZ8Tk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQxHbpZ8Tk .menu_box .navbar.opened,
  .cid-uQxHbpZ8Tk .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQxHbpZ8Tk .navbar-dropdown {
  position: relative !important;
}
.cid-uQxHbpZ8Tk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uQxHbpZ8Tk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQxHbpZ8Tk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQxHbpZ8Tk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQxHbpZ8Tk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQxHbpZ8Tk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uQxHbpZ8Tk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uQxHbpZ8Tk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uQxHbpZ8Tk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uQxHbpZ8Tk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uQxHbpZ8Tk .offcanvas-body .mbr-text,
  .cid-uQxHbpZ8Tk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uQxHbpZ8Tk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uQxHbpZ8Tk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uQxHbpZ8Tk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uQxHbpZ8Tk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uQxHbpZ8Tk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uQxHbpZ8Tk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uQxHbpZ8Tk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uQxHbpZ8Tk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQxHbpZ8Tk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQxHbpZ8Tk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uQxHbpZ8Tk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQxHbpZ8Tk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uQxHbpZ8Tk .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQxHbpZ8Tk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uQxHbpZ8Tk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQxHbpZ8Tk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQxHbpZ8Tk .nav-item {
    margin: 0 !important;
  }
}
.cid-uQxHbpZ8Tk .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uQxHbpZ8Tk .nav-item .nav-link:hover,
.cid-uQxHbpZ8Tk .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uQxHbpZ8Tk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQxHbpZ8Tk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQxHbpZ8Tk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQxHbpZ8Tk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQxHbpZ8Tk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uQxHbpZ8Tk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQxHbpZ8Tk .offcanvas_box {
    display: none;
  }
}
.cid-uQxHbpZ8Tk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQxHbpZ8Tk .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQxHbpZ8Tk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQxHbpZ8Tk .container {
  display: flex;
  margin: auto;
}
.cid-uQxHbpZ8Tk .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQxHbpZ8Tk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQxHbpZ8Tk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQxHbpZ8Tk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQxHbpZ8Tk .navbar-nav {
    margin: 0;
  }
}
.cid-uQxHbpZ8Tk .dropdown-menu,
.cid-uQxHbpZ8Tk .navbar.opened {
  background-color: false !important;
}
.cid-uQxHbpZ8Tk .nav-item:focus,
.cid-uQxHbpZ8Tk .nav-link:focus {
  outline: none;
}
.cid-uQxHbpZ8Tk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQxHbpZ8Tk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQxHbpZ8Tk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQxHbpZ8Tk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQxHbpZ8Tk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQxHbpZ8Tk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQxHbpZ8Tk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQxHbpZ8Tk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQxHbpZ8Tk .navbar.opened {
  transition: all 0.3s;
}
.cid-uQxHbpZ8Tk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQxHbpZ8Tk .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uQxHbpZ8Tk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uQxHbpZ8Tk .navbar.collapsed {
  justify-content: center;
}
.cid-uQxHbpZ8Tk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQxHbpZ8Tk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQxHbpZ8Tk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQxHbpZ8Tk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQxHbpZ8Tk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQxHbpZ8Tk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQxHbpZ8Tk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQxHbpZ8Tk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQxHbpZ8Tk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQxHbpZ8Tk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQxHbpZ8Tk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQxHbpZ8Tk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQxHbpZ8Tk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQxHbpZ8Tk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQxHbpZ8Tk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQxHbpZ8Tk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQxHbpZ8Tk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQxHbpZ8Tk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQxHbpZ8Tk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQxHbpZ8Tk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQxHbpZ8Tk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQxHbpZ8Tk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQxHbpZ8Tk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQxHbpZ8Tk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQxHbpZ8Tk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQxHbpZ8Tk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uQxHbpZ8Tk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQxHbpZ8Tk .dropdown-item.active,
.cid-uQxHbpZ8Tk .dropdown-item:active {
  background-color: transparent;
}
.cid-uQxHbpZ8Tk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uQxHbpZ8Tk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQxHbpZ8Tk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQxHbpZ8Tk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQxHbpZ8Tk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQxHbpZ8Tk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQxHbpZ8Tk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-uQxHbpZ8Tk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uQxHbpZ8Tk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQxHbpZ8Tk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQxHbpZ8Tk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQxHbpZ8Tk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQxHbpZ8Tk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQxHbpZ8Tk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQxHbpZ8Tk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQxHbpZ8Tk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQxHbpZ8Tk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQxHbpZ8Tk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQxHbpZ8Tk .navbar {
    height: 70px;
  }
  .cid-uQxHbpZ8Tk .navbar.opened {
    height: auto;
  }
  .cid-uQxHbpZ8Tk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQxHbpZ8Tk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uQxHbpZ8Tk .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uQxHbpZ8Tk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQxHbpZ8Tk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQxHbpZ8Tk .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uQxHbpZ8Tk .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uQxHbpZ8Tk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQxHbpZ8Tk .text_widget {
  margin-bottom: 32px;
}
.cid-uQxHbpZ8Tk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQxHbpZ8Tk .text_widget a:hover,
.cid-uQxHbpZ8Tk .text_widget a:focus {
  opacity: .6;
}
.cid-uQxHbpZ8Tk .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uQxHbpZ8Tk .navbar-caption {
  color: #f2ac2b;
}
.cid-uQxHbpZ8Tk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQxHbpZ8Tk .mbr-section-subtitle,
.cid-uQxHbpZ8Tk .text_widget,
.cid-uQxHbpZ8Tk .mbr-section-btn {
  text-align: center;
}
.cid-uQxHbpZ8Tk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQxHbr73bE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uQxHbr73bE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxHbr73bE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxHbr73bE .row {
  justify-content: center;
}
.cid-uQxHbr73bE .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uQxHbr73bE .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uQxHbr73bE .container {
    padding: 0 15px;
  }
}
.cid-uQxHbr73bE .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uQxHbr73bE .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uQxHbr73bE .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uQxHbr73bE .image-wrapper img {
    height: 400px;
  }
}
.cid-uQxHbr73bE .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQxHbr73bE .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uQxHbr73bE .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uQxHbr73bE .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uQxHbr73bE .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uQxHbr73bE .mbr-section-title {
  color: #ffffff;
}
.cid-uQxHbr73bE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQxHbr73bE .mbr-text {
  color: #d2d2df;
}
.cid-uQxHbr73bE .mbr-section-title,
.cid-uQxHbr73bE .mbr-section-btn {
  color: #cd890b;
}
.cid-uQxHbro2eU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171827;
}
.cid-uQxHbro2eU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxHbro2eU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxHbro2eU .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uQxHbro2eU .google-map iframe {
    height: 350px;
  }
}
.cid-uQxHbrGlVl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171827;
}
.cid-uQxHbrGlVl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxHbrGlVl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxHbrGlVl .title-wrapper {
  margin-bottom: 40px;
}
.cid-uQxHbrGlVl .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uQxHbrGlVl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQxHbrGlVl .items-wrapper {
  margin: 0 -20px;
}
.cid-uQxHbrGlVl .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQxHbrGlVl .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uQxHbrGlVl .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uQxHbrGlVl .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQxHbrGlVl .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uQxHbrGlVl .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uQxHbrGlVl .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uQxHbrGlVl .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #cd890b, #cd890b);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uQxHbrGlVl .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uQxHbrGlVl .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQxHbrGlVl .mbr-section-title {
  color: #ffffff;
}
.cid-uQxHbrGlVl .mbr-tag {
  color: #adadad;
}
.cid-uQxHbrGlVl .item-title {
  color: #ffffff;
}
.cid-uQxHbrXojz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #171827;
}
.cid-uQxHbrXojz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxHbrXojz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxHbrXojz .row {
  justify-content: center;
}
.cid-uQxHbrXojz .card {
  justify-content: center;
}
.cid-uQxHbrXojz .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQxHbrXojz .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQxHbrXojz .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQxHbrXojz .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uQxHbrXojz .nav-wrapper .list .item-wrap:hover,
.cid-uQxHbrXojz .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uQxHbrXojz .list,
.cid-uQxHbrXojz .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uQxHykQdyL {
  background-color: transparent;
}
.cid-uQxHykQdyL .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uQxHykQdyL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uQxHykQdyL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQxHykQdyL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQxHykQdyL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQxHykQdyL .menu_box .navbar.opened,
  .cid-uQxHykQdyL .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQxHykQdyL .navbar-dropdown {
  position: relative !important;
}
.cid-uQxHykQdyL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uQxHykQdyL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQxHykQdyL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQxHykQdyL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQxHykQdyL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQxHykQdyL .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uQxHykQdyL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uQxHykQdyL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uQxHykQdyL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uQxHykQdyL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uQxHykQdyL .offcanvas-body .mbr-text,
  .cid-uQxHykQdyL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uQxHykQdyL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uQxHykQdyL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uQxHykQdyL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uQxHykQdyL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uQxHykQdyL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uQxHykQdyL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uQxHykQdyL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uQxHykQdyL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQxHykQdyL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQxHykQdyL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uQxHykQdyL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQxHykQdyL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uQxHykQdyL .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQxHykQdyL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uQxHykQdyL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQxHykQdyL .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQxHykQdyL .nav-item {
    margin: 0 !important;
  }
}
.cid-uQxHykQdyL .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uQxHykQdyL .nav-item .nav-link:hover,
.cid-uQxHykQdyL .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uQxHykQdyL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQxHykQdyL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQxHykQdyL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQxHykQdyL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQxHykQdyL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uQxHykQdyL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQxHykQdyL .offcanvas_box {
    display: none;
  }
}
.cid-uQxHykQdyL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQxHykQdyL .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQxHykQdyL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQxHykQdyL .container {
  display: flex;
  margin: auto;
}
.cid-uQxHykQdyL .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQxHykQdyL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQxHykQdyL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQxHykQdyL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQxHykQdyL .navbar-nav {
    margin: 0;
  }
}
.cid-uQxHykQdyL .dropdown-menu,
.cid-uQxHykQdyL .navbar.opened {
  background-color: false !important;
}
.cid-uQxHykQdyL .nav-item:focus,
.cid-uQxHykQdyL .nav-link:focus {
  outline: none;
}
.cid-uQxHykQdyL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQxHykQdyL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQxHykQdyL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQxHykQdyL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQxHykQdyL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQxHykQdyL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQxHykQdyL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQxHykQdyL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQxHykQdyL .navbar.opened {
  transition: all 0.3s;
}
.cid-uQxHykQdyL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQxHykQdyL .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uQxHykQdyL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uQxHykQdyL .navbar.collapsed {
  justify-content: center;
}
.cid-uQxHykQdyL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQxHykQdyL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQxHykQdyL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQxHykQdyL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQxHykQdyL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQxHykQdyL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQxHykQdyL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQxHykQdyL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQxHykQdyL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQxHykQdyL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQxHykQdyL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQxHykQdyL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQxHykQdyL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQxHykQdyL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQxHykQdyL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQxHykQdyL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQxHykQdyL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQxHykQdyL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQxHykQdyL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQxHykQdyL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQxHykQdyL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQxHykQdyL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQxHykQdyL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQxHykQdyL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQxHykQdyL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQxHykQdyL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uQxHykQdyL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQxHykQdyL .dropdown-item.active,
.cid-uQxHykQdyL .dropdown-item:active {
  background-color: transparent;
}
.cid-uQxHykQdyL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uQxHykQdyL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQxHykQdyL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQxHykQdyL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQxHykQdyL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQxHykQdyL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQxHykQdyL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-uQxHykQdyL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uQxHykQdyL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQxHykQdyL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQxHykQdyL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQxHykQdyL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQxHykQdyL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQxHykQdyL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQxHykQdyL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQxHykQdyL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQxHykQdyL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQxHykQdyL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQxHykQdyL .navbar {
    height: 70px;
  }
  .cid-uQxHykQdyL .navbar.opened {
    height: auto;
  }
  .cid-uQxHykQdyL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQxHykQdyL .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uQxHykQdyL .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uQxHykQdyL .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQxHykQdyL .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQxHykQdyL .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uQxHykQdyL .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uQxHykQdyL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQxHykQdyL .text_widget {
  margin-bottom: 32px;
}
.cid-uQxHykQdyL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQxHykQdyL .text_widget a:hover,
.cid-uQxHykQdyL .text_widget a:focus {
  opacity: .6;
}
.cid-uQxHykQdyL .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uQxHykQdyL .navbar-caption {
  color: #f2ac2b;
}
.cid-uQxHykQdyL .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQxHykQdyL .mbr-section-subtitle,
.cid-uQxHykQdyL .text_widget,
.cid-uQxHykQdyL .mbr-section-btn {
  text-align: center;
}
.cid-uQxHykQdyL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQxHCaFWUU {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #171827;
}
.cid-uQxHCaFWUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxHCaFWUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxHCaFWUU .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uQxHCaFWUU .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uQxHCaFWUU .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uQxHCaFWUU .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQxHCaFWUU .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uQxHCaFWUU .mbr-desc,
.cid-uQxHCaFWUU .desc-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uQxHCaFWUU .mbr-text,
.cid-uQxHCaFWUU .icon-wrapper {
  text-align: left;
  color: #cd890b;
}
.cid-uQxHylxdmv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171827;
}
.cid-uQxHylxdmv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxHylxdmv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxHylxdmv .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uQxHylxdmv .google-map iframe {
    height: 350px;
  }
}
.cid-uQxHylPwG1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171827;
}
.cid-uQxHylPwG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxHylPwG1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxHylPwG1 .title-wrapper {
  margin-bottom: 40px;
}
.cid-uQxHylPwG1 .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uQxHylPwG1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQxHylPwG1 .items-wrapper {
  margin: 0 -20px;
}
.cid-uQxHylPwG1 .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQxHylPwG1 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uQxHylPwG1 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uQxHylPwG1 .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQxHylPwG1 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uQxHylPwG1 .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uQxHylPwG1 .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uQxHylPwG1 .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #cd890b, #cd890b);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uQxHylPwG1 .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uQxHylPwG1 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQxHylPwG1 .mbr-section-title {
  color: #ffffff;
}
.cid-uQxHylPwG1 .mbr-tag {
  color: #adadad;
}
.cid-uQxHylPwG1 .item-title {
  color: #ffffff;
}
.cid-uQxHym5r9v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #171827;
}
.cid-uQxHym5r9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxHym5r9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxHym5r9v .row {
  justify-content: center;
}
.cid-uQxHym5r9v .card {
  justify-content: center;
}
.cid-uQxHym5r9v .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQxHym5r9v .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQxHym5r9v .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQxHym5r9v .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uQxHym5r9v .nav-wrapper .list .item-wrap:hover,
.cid-uQxHym5r9v .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uQxHym5r9v .list,
.cid-uQxHym5r9v .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uQxHKlDb5n {
  background-color: transparent;
}
.cid-uQxHKlDb5n .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uQxHKlDb5n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uQxHKlDb5n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQxHKlDb5n .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uQxHKlDb5n .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uQxHKlDb5n .menu_box .navbar.opened,
  .cid-uQxHKlDb5n .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uQxHKlDb5n .navbar-dropdown {
  position: relative !important;
}
.cid-uQxHKlDb5n .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uQxHKlDb5n .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQxHKlDb5n .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uQxHKlDb5n .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uQxHKlDb5n .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uQxHKlDb5n .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uQxHKlDb5n .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uQxHKlDb5n .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uQxHKlDb5n .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uQxHKlDb5n .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uQxHKlDb5n .offcanvas-body .mbr-text,
  .cid-uQxHKlDb5n .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uQxHKlDb5n .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uQxHKlDb5n .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uQxHKlDb5n .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uQxHKlDb5n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uQxHKlDb5n .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uQxHKlDb5n .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uQxHKlDb5n .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uQxHKlDb5n ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uQxHKlDb5n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQxHKlDb5n .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uQxHKlDb5n .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uQxHKlDb5n li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uQxHKlDb5n .lg_brand {
    margin: 0 1rem;
  }
  .cid-uQxHKlDb5n .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uQxHKlDb5n .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uQxHKlDb5n .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQxHKlDb5n .nav-item {
    margin: 0 !important;
  }
}
.cid-uQxHKlDb5n .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uQxHKlDb5n .nav-item .nav-link:hover,
.cid-uQxHKlDb5n .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uQxHKlDb5n .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uQxHKlDb5n .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uQxHKlDb5n .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uQxHKlDb5n .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uQxHKlDb5n .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uQxHKlDb5n .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uQxHKlDb5n .offcanvas_box {
    display: none;
  }
}
.cid-uQxHKlDb5n .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uQxHKlDb5n .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uQxHKlDb5n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uQxHKlDb5n .container {
  display: flex;
  margin: auto;
}
.cid-uQxHKlDb5n .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uQxHKlDb5n .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uQxHKlDb5n .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQxHKlDb5n .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uQxHKlDb5n .navbar-nav {
    margin: 0;
  }
}
.cid-uQxHKlDb5n .dropdown-menu,
.cid-uQxHKlDb5n .navbar.opened {
  background-color: false !important;
}
.cid-uQxHKlDb5n .nav-item:focus,
.cid-uQxHKlDb5n .nav-link:focus {
  outline: none;
}
.cid-uQxHKlDb5n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQxHKlDb5n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQxHKlDb5n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQxHKlDb5n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQxHKlDb5n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQxHKlDb5n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQxHKlDb5n .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uQxHKlDb5n .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uQxHKlDb5n .navbar.opened {
  transition: all 0.3s;
}
.cid-uQxHKlDb5n .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uQxHKlDb5n .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uQxHKlDb5n .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uQxHKlDb5n .navbar.collapsed {
  justify-content: center;
}
.cid-uQxHKlDb5n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQxHKlDb5n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQxHKlDb5n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQxHKlDb5n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQxHKlDb5n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQxHKlDb5n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uQxHKlDb5n .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uQxHKlDb5n .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uQxHKlDb5n .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uQxHKlDb5n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQxHKlDb5n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQxHKlDb5n .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uQxHKlDb5n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQxHKlDb5n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uQxHKlDb5n .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQxHKlDb5n .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uQxHKlDb5n .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uQxHKlDb5n .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uQxHKlDb5n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uQxHKlDb5n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQxHKlDb5n .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uQxHKlDb5n .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQxHKlDb5n .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQxHKlDb5n .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQxHKlDb5n .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQxHKlDb5n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uQxHKlDb5n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQxHKlDb5n .dropdown-item.active,
.cid-uQxHKlDb5n .dropdown-item:active {
  background-color: transparent;
}
.cid-uQxHKlDb5n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uQxHKlDb5n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQxHKlDb5n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQxHKlDb5n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQxHKlDb5n ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uQxHKlDb5n .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQxHKlDb5n button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #171827;
  background: #232b45;
}
.cid-uQxHKlDb5n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uQxHKlDb5n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQxHKlDb5n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQxHKlDb5n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQxHKlDb5n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQxHKlDb5n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQxHKlDb5n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQxHKlDb5n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQxHKlDb5n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQxHKlDb5n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQxHKlDb5n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQxHKlDb5n .navbar {
    height: 70px;
  }
  .cid-uQxHKlDb5n .navbar.opened {
    height: auto;
  }
  .cid-uQxHKlDb5n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQxHKlDb5n .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uQxHKlDb5n .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uQxHKlDb5n .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uQxHKlDb5n .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uQxHKlDb5n .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uQxHKlDb5n .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uQxHKlDb5n .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uQxHKlDb5n .text_widget {
  margin-bottom: 32px;
}
.cid-uQxHKlDb5n .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uQxHKlDb5n .text_widget a:hover,
.cid-uQxHKlDb5n .text_widget a:focus {
  opacity: .6;
}
.cid-uQxHKlDb5n .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uQxHKlDb5n .navbar-caption {
  color: #f2ac2b;
}
.cid-uQxHKlDb5n .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQxHKlDb5n .mbr-section-subtitle,
.cid-uQxHKlDb5n .text_widget,
.cid-uQxHKlDb5n .mbr-section-btn {
  text-align: center;
}
.cid-uQxHKlDb5n a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uQxHKm39IV {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #171827;
}
.cid-uQxHKm39IV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxHKm39IV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxHKm39IV .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uQxHKm39IV .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uQxHKm39IV .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uQxHKm39IV .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQxHKm39IV .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uQxHKm39IV .mbr-desc,
.cid-uQxHKm39IV .desc-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uQxHKm39IV .mbr-text,
.cid-uQxHKm39IV .icon-wrapper {
  text-align: left;
  color: #cd890b;
}
.cid-uQxHKmgtkM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171827;
}
.cid-uQxHKmgtkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxHKmgtkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxHKmgtkM .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uQxHKmgtkM .google-map iframe {
    height: 350px;
  }
}
.cid-uQxHKmwR1Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171827;
}
.cid-uQxHKmwR1Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxHKmwR1Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxHKmwR1Y .title-wrapper {
  margin-bottom: 40px;
}
.cid-uQxHKmwR1Y .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uQxHKmwR1Y .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQxHKmwR1Y .items-wrapper {
  margin: 0 -20px;
}
.cid-uQxHKmwR1Y .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQxHKmwR1Y .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-uQxHKmwR1Y .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uQxHKmwR1Y .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uQxHKmwR1Y .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uQxHKmwR1Y .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uQxHKmwR1Y .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uQxHKmwR1Y .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #cd890b, #cd890b);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uQxHKmwR1Y .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uQxHKmwR1Y .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uQxHKmwR1Y .mbr-section-title {
  color: #ffffff;
}
.cid-uQxHKmwR1Y .mbr-tag {
  color: #adadad;
}
.cid-uQxHKmwR1Y .item-title {
  color: #ffffff;
}
.cid-uQxHKmL6cb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #171827;
}
.cid-uQxHKmL6cb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxHKmL6cb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxHKmL6cb .row {
  justify-content: center;
}
.cid-uQxHKmL6cb .card {
  justify-content: center;
}
.cid-uQxHKmL6cb .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQxHKmL6cb .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uQxHKmL6cb .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uQxHKmL6cb .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uQxHKmL6cb .nav-wrapper .list .item-wrap:hover,
.cid-uQxHKmL6cb .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uQxHKmL6cb .list,
.cid-uQxHKmL6cb .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
