.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: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Bacasime Antique;
}
.display-1 {
  font-family: 'Bacasime Antique', 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', serif;
  font-size: 3rem;
  line-height: 58px;
  letter-spacing: .005em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bacasime Antique', serif;
  font-size: 1.125rem;
  line-height: 110%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Bacasime Antique', 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.2rem;
  line-height: inherit;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #ffffff !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: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ffffff !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: #cccccc !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #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-gallery-filter li.active .btn {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
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: #ffffff;
}
.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*/
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f2ac2b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #f2ac2b;
}
/* Forms */
.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: #ffffff !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, #ffffff 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: #ffffff !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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tROHsKd3mI {
  background-color: transparent;
}
.cid-tROHsKd3mI .navbar-dropdown {
  background: #171827 !important;
  padding: 0;
}
.cid-tROHsKd3mI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171827 !important;
  background: #171827;
}
.cid-tROHsKd3mI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tROHsKd3mI .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tROHsKd3mI .menu_box .navbar.opened,
  .cid-tROHsKd3mI .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tROHsKd3mI .navbar-dropdown {
  position: relative !important;
}
.cid-tROHsKd3mI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tROHsKd3mI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tROHsKd3mI .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tROHsKd3mI .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-tROHsKd3mI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tROHsKd3mI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tROHsKd3mI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tROHsKd3mI .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tROHsKd3mI .offcanvas-body .mbr-text,
  .cid-tROHsKd3mI .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tROHsKd3mI .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tROHsKd3mI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tROHsKd3mI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tROHsKd3mI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tROHsKd3mI .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-tROHsKd3mI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tROHsKd3mI 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-tROHsKd3mI .lg_brand {
    margin: 0 1rem;
  }
  .cid-tROHsKd3mI .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tROHsKd3mI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tROHsKd3mI .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .nav-item {
    margin: 0 !important;
  }
}
.cid-tROHsKd3mI .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tROHsKd3mI .nav-item .nav-link:hover,
.cid-tROHsKd3mI .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-tROHsKd3mI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tROHsKd3mI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tROHsKd3mI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tROHsKd3mI .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-tROHsKd3mI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tROHsKd3mI .offcanvas_box {
    display: none;
  }
}
.cid-tROHsKd3mI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tROHsKd3mI .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tROHsKd3mI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tROHsKd3mI .container {
  display: flex;
  margin: auto;
}
.cid-tROHsKd3mI .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-tROHsKd3mI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tROHsKd3mI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tROHsKd3mI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tROHsKd3mI .navbar-nav {
    margin: 0;
  }
}
.cid-tROHsKd3mI .dropdown-menu,
.cid-tROHsKd3mI .navbar.opened {
  background-color: true !important;
}
.cid-tROHsKd3mI .nav-item:focus,
.cid-tROHsKd3mI .nav-link:focus {
  outline: none;
}
.cid-tROHsKd3mI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tROHsKd3mI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tROHsKd3mI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tROHsKd3mI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tROHsKd3mI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tROHsKd3mI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tROHsKd3mI .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tROHsKd3mI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tROHsKd3mI .navbar.opened {
  transition: all 0.3s;
}
.cid-tROHsKd3mI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tROHsKd3mI .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-tROHsKd3mI .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tROHsKd3mI .navbar.collapsed {
  justify-content: center;
}
.cid-tROHsKd3mI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tROHsKd3mI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tROHsKd3mI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tROHsKd3mI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tROHsKd3mI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tROHsKd3mI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tROHsKd3mI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tROHsKd3mI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tROHsKd3mI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tROHsKd3mI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tROHsKd3mI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tROHsKd3mI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tROHsKd3mI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tROHsKd3mI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tROHsKd3mI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tROHsKd3mI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tROHsKd3mI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tROHsKd3mI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tROHsKd3mI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tROHsKd3mI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tROHsKd3mI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tROHsKd3mI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tROHsKd3mI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tROHsKd3mI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tROHsKd3mI .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-tROHsKd3mI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tROHsKd3mI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tROHsKd3mI .dropdown-item.active,
.cid-tROHsKd3mI .dropdown-item:active {
  background-color: transparent;
}
.cid-tROHsKd3mI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tROHsKd3mI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tROHsKd3mI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tROHsKd3mI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tROHsKd3mI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tROHsKd3mI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tROHsKd3mI 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-tROHsKd3mI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-tROHsKd3mI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tROHsKd3mI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tROHsKd3mI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tROHsKd3mI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tROHsKd3mI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tROHsKd3mI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tROHsKd3mI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tROHsKd3mI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tROHsKd3mI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tROHsKd3mI .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-tROHsKd3mI .navbar {
    height: 70px;
  }
  .cid-tROHsKd3mI .navbar.opened {
    height: auto;
  }
  .cid-tROHsKd3mI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tROHsKd3mI .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tROHsKd3mI .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tROHsKd3mI .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tROHsKd3mI .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tROHsKd3mI .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tROHsKd3mI .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-tROHsKd3mI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tROHsKd3mI .text_widget {
  margin-bottom: 32px;
}
.cid-tROHsKd3mI .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tROHsKd3mI .text_widget a:hover,
.cid-tROHsKd3mI .text_widget a:focus {
  opacity: .6;
}
.cid-tROHsKd3mI .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-tROHsKd3mI .navbar-caption {
  color: #f2ac2b;
}
.cid-tROHsKd3mI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tROHsKd3mI .mbr-section-subtitle,
.cid-tROHsKd3mI .text_widget,
.cid-tROHsKd3mI .mbr-section-btn {
  text-align: center;
}
.cid-tROHsKd3mI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v23JBkNht8 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v23JBkNht8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23JBkNht8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23JBkNht8 .row {
  justify-content: center;
}
.cid-v23JBkNht8 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v23JBkNht8 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v23JBkNht8 .container {
    padding: 0 15px;
  }
}
.cid-v23JBkNht8 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-v23JBkNht8 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v23JBkNht8 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v23JBkNht8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v23JBkNht8 .mbr-section-btn {
  margin-top: 40px;
}
.cid-v23JBkNht8 .mbr-section-title {
  color: #ffffff;
}
.cid-v23JBkNht8 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-v23JBkNht8 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v23JBkNht8 .mbr-section-title,
.cid-v23JBkNht8 .mbr-section-btn {
  text-align: center;
  color: #ec8c39;
}
.cid-v23KDSQZoH {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v23KDSQZoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23KDSQZoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23KDSQZoH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-v23KDSQZoH .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v23KDSQZoH .embla__slide .slide-content {
  width: 100%;
}
.cid-v23KDSQZoH .embla__slide .slide-content .item-wrapper {
  will-change: transform;
  animation: none !important;
}
.cid-v23KDSQZoH .embla__slide .slide-content .item-wrapper .image-wrapper {
  position: relative;
  margin-bottom: 16px;
}
.cid-v23KDSQZoH .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.77777778;
}
.cid-v23KDSQZoH .embla__slide .slide-content .item-wrapper .image-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cid-v23KDSQZoH .embla__slide .slide-content .item-wrapper .image-wrapper .label-wrap {
  display: none;
}
.cid-v23KDSQZoH .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v23KDSQZoH .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-v23KDSQZoH .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-v23KDSQZoH .embla__slide .slide-content .item-wrapper .item-content .item-btn {
  margin-top: 16px;
}
.cid-v23KDSQZoH .embla__slide .slide-content .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-v23KDSQZoH .embla__button--next,
.cid-v23KDSQZoH .embla__button--prev {
  display: flex;
}
.cid-v23KDSQZoH .embla__button {
  bottom: 0;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #ce6a14 !important;
  color: #121212 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v23KDSQZoH .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-v23KDSQZoH .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-v23KDSQZoH .embla__button:disabled {
  opacity: .5 !important;
  transform: none !important;
}
.cid-v23KDSQZoH .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-v23KDSQZoH .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-v23KDSQZoH .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 6rem;
}
@media (max-width: 992px) {
  .cid-v23KDSQZoH .embla {
    padding-bottom: 5rem;
  }
}
.cid-v23KDSQZoH .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v23KDSQZoH .embla__viewport {
    padding: 0;
  }
}
.cid-v23KDSQZoH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v23KDSQZoH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v23KDSQZoH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v23KDSQZoH .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v23KDSQZoH .item-title {
  color: #ffffff;
}
.cid-v23KDSQZoH .item-text {
  color: #ffffff;
}
.cid-v23KDSQZoH .item-label {
  color: #ffdf7d;
}
.cid-v23KDSQZoH .item-title,
.cid-v23KDSQZoH .item-btn {
  color: #ec8c39;
}
.cid-v23IZSZ3BJ .divider-top {
  position: relative;
  padding: 2.5em;
  background: #232b45;
}
.cid-v23IZSZ3BJ .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ce6a14;
}
.cid-v23IZSZ3BJ .divider-top::before,
.cid-v23IZSZ3BJ .divider-bottom::before,
.cid-v23IZSZ3BJ .divider-top::after,
.cid-v23IZSZ3BJ .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-v23IZSZ3BJ .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-v23IZSZ3BJ .divider-triangles::before {
  top: -50px;
}
.cid-v23IZSZ3BJ .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-v23IZSZ3BJ .divider-halfcircle::before {
  top: -50px;
}
.cid-v23IZSZ3BJ .divider-multitriangles::before,
.cid-v23IZSZ3BJ .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-v23IZSZ3BJ .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #232b45, 50px -50px 0 #232b45;
}
.cid-uKHYR3Bt4O {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uKHYR3Bt4O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHYR3Bt4O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHYR3Bt4O .row {
  justify-content: center;
}
.cid-uKHYR3Bt4O .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uKHYR3Bt4O .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uKHYR3Bt4O .container {
    padding: 0 15px;
  }
}
.cid-uKHYR3Bt4O .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uKHYR3Bt4O .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uKHYR3Bt4O .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uKHYR3Bt4O .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKHYR3Bt4O .mbr-section-btn {
  margin-top: 40px;
}
.cid-uKHYR3Bt4O .mbr-section-title {
  color: #ffffff;
}
.cid-uKHYR3Bt4O .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uKHYR3Bt4O .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKHYR3Bt4O .mbr-section-title,
.cid-uKHYR3Bt4O .mbr-section-btn {
  text-align: center;
  color: #ec8c39;
}
.cid-v23IDQeDMn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v23IDQeDMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23IDQeDMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23IDQeDMn .row {
  justify-content: center;
}
.cid-v23IDQeDMn .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v23IDQeDMn .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v23IDQeDMn .container {
    padding: 0 15px;
  }
}
.cid-v23IDQeDMn .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-v23IDQeDMn .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v23IDQeDMn .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v23IDQeDMn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v23IDQeDMn .mbr-section-btn {
  margin-top: 40px;
}
.cid-v23IDQeDMn .mbr-section-title {
  color: #ffffff;
}
.cid-v23IDQeDMn .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-v23IDQeDMn .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v23IDQeDMn .mbr-section-title,
.cid-v23IDQeDMn .mbr-section-btn {
  text-align: center;
  color: #ec8c39;
}
.cid-v23q2JWXqb {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v23q2JWXqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v23q2JWXqb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v23q2JWXqb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-v23q2JWXqb .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v23q2JWXqb .embla__slide .slide-content {
  width: 100%;
}
.cid-v23q2JWXqb .embla__slide .slide-content .item-wrapper {
  will-change: transform;
  animation: none !important;
}
.cid-v23q2JWXqb .embla__slide .slide-content .item-wrapper .image-wrapper {
  position: relative;
  margin-bottom: 16px;
}
.cid-v23q2JWXqb .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.77777778;
}
.cid-v23q2JWXqb .embla__slide .slide-content .item-wrapper .image-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cid-v23q2JWXqb .embla__slide .slide-content .item-wrapper .image-wrapper .label-wrap {
  display: none;
}
.cid-v23q2JWXqb .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v23q2JWXqb .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-v23q2JWXqb .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-v23q2JWXqb .embla__slide .slide-content .item-wrapper .item-content .item-btn {
  margin-top: 16px;
}
.cid-v23q2JWXqb .embla__slide .slide-content .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-v23q2JWXqb .embla__button--next,
.cid-v23q2JWXqb .embla__button--prev {
  display: flex;
}
.cid-v23q2JWXqb .embla__button {
  bottom: 0;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #ce6a14 !important;
  color: #121212 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v23q2JWXqb .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-v23q2JWXqb .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-v23q2JWXqb .embla__button:disabled {
  opacity: .5 !important;
  transform: none !important;
}
.cid-v23q2JWXqb .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-v23q2JWXqb .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-v23q2JWXqb .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 6rem;
}
@media (max-width: 992px) {
  .cid-v23q2JWXqb .embla {
    padding-bottom: 5rem;
  }
}
.cid-v23q2JWXqb .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v23q2JWXqb .embla__viewport {
    padding: 0;
  }
}
.cid-v23q2JWXqb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v23q2JWXqb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v23q2JWXqb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v23q2JWXqb .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v23q2JWXqb .item-title {
  color: #ffffff;
}
.cid-v23q2JWXqb .item-text {
  color: #ffffff;
}
.cid-v23q2JWXqb .item-label {
  color: #ffdf7d;
}
.cid-v23q2JWXqb .item-title,
.cid-v23q2JWXqb .item-btn {
  color: #ec8c39;
}
.cid-uTv4Tkv272 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uTv4Tkv272 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTv4Tkv272 .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-uTv4Tkv272 .container {
    padding: 0 15px;
  }
}
.cid-uTv4Tkv272 .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uTv4Tkv272 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uTv4Tkv272 .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uTv4Tkv272 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uTv4Tkv272 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTv4Tkv272 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uTv4Tkv272 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTv4Tkv272 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uTv4Tkv272 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uTv4Tkv272 .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-uTv4Tkv272 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uTv4Tkv272 .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uTv4Tkv272 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uTv4Tkv272 .mbr-section-title {
  color: #ffffff;
}
.cid-uTv4Tkv272 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uTv4Tkv272 .mbr-text {
  color: #d2d2df;
}
.cid-uTv4Tkv272 .mbr-section-title,
.cid-uTv4Tkv272 .mbr-section-btn {
  color: #ce6a14;
}
.cid-v23z4JdiYw .divider-top {
  position: relative;
  padding: 2.5em;
  background: #ce6a14;
}
.cid-v23z4JdiYw .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #0b0f1b;
}
.cid-v23z4JdiYw .divider-top::before,
.cid-v23z4JdiYw .divider-bottom::before,
.cid-v23z4JdiYw .divider-top::after,
.cid-v23z4JdiYw .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-v23z4JdiYw .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-v23z4JdiYw .divider-triangles::before {
  top: -50px;
}
.cid-v23z4JdiYw .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-v23z4JdiYw .divider-halfcircle::before {
  top: -50px;
}
.cid-v23z4JdiYw .divider-multitriangles::before,
.cid-v23z4JdiYw .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-v23z4JdiYw .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #ce6a14, 50px -50px 0 #ce6a14;
}
.cid-uKHZZ0hDzU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uKHZZ0hDzU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKHZZ0hDzU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKHZZ0hDzU .row {
  justify-content: center;
}
.cid-uKHZZ0hDzU .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uKHZZ0hDzU .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uKHZZ0hDzU .container {
    padding: 0 15px;
  }
}
.cid-uKHZZ0hDzU .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uKHZZ0hDzU .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uKHZZ0hDzU .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uKHZZ0hDzU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKHZZ0hDzU .mbr-section-btn {
  margin-top: 40px;
}
.cid-uKHZZ0hDzU .mbr-section-title {
  color: #ffffff;
}
.cid-uKHZZ0hDzU .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uKHZZ0hDzU .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uKHZZ0hDzU .mbr-section-title,
.cid-uKHZZ0hDzU .mbr-section-btn {
  text-align: center;
  color: #ce6a14;
}
.cid-v226Kj1v8G {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v226Kj1v8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v226Kj1v8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v226Kj1v8G .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-v226Kj1v8G .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v226Kj1v8G .embla__slide .slide-content {
  width: 100%;
}
.cid-v226Kj1v8G .embla__slide .slide-content .item-wrapper {
  will-change: transform;
  animation: none !important;
}
.cid-v226Kj1v8G .embla__slide .slide-content .item-wrapper .image-wrapper {
  position: relative;
  margin-bottom: 16px;
}
.cid-v226Kj1v8G .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.77777778;
}
.cid-v226Kj1v8G .embla__slide .slide-content .item-wrapper .image-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cid-v226Kj1v8G .embla__slide .slide-content .item-wrapper .image-wrapper .label-wrap {
  display: none;
}
.cid-v226Kj1v8G .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v226Kj1v8G .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-v226Kj1v8G .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-v226Kj1v8G .embla__slide .slide-content .item-wrapper .item-content .item-btn {
  margin-top: 16px;
}
.cid-v226Kj1v8G .embla__slide .slide-content .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-v226Kj1v8G .embla__button--next,
.cid-v226Kj1v8G .embla__button--prev {
  display: flex;
}
.cid-v226Kj1v8G .embla__button {
  bottom: 0;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #ce6a14 !important;
  color: #121212 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v226Kj1v8G .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-v226Kj1v8G .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-v226Kj1v8G .embla__button:disabled {
  opacity: .5 !important;
  transform: none !important;
}
.cid-v226Kj1v8G .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-v226Kj1v8G .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-v226Kj1v8G .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 6rem;
}
@media (max-width: 992px) {
  .cid-v226Kj1v8G .embla {
    padding-bottom: 5rem;
  }
}
.cid-v226Kj1v8G .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v226Kj1v8G .embla__viewport {
    padding: 0;
  }
}
.cid-v226Kj1v8G .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v226Kj1v8G .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v226Kj1v8G .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v226Kj1v8G .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v226Kj1v8G .item-title {
  color: #ffffff;
}
.cid-v226Kj1v8G .item-text {
  color: #ffffff;
}
.cid-v226Kj1v8G .item-label {
  color: #ffdf7d;
}
.cid-v226Kj1v8G .item-title,
.cid-v226Kj1v8G .item-btn {
  color: #ec8c39;
}
.cid-aiOzCK62BI P {
  color: #1281fc;
}
.cid-aiOzCK62BI DIV {
  color: #ffffff;
}
.cid-aiOzCK62BI H10 {
  color: #034e75;
}
.cid-aiOzCK62BI .hidden {
  display: none;
}
.cid-aiOzCK62BI .icon-bar {
  z-index: 100002;
  position: fixed;
  top: 20%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 1px;
}
.cid-aiOzCK62BI .icon-bar a {
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  padding-left: 1px;
}
.cid-aiOzCK62BI .icon-bar a:hover {
  background-color: #000000;
}
.cid-aiOzCK62BI .flag {
  background: transparent;
}
.cid-aiOzCK62BI .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-aiOzCK62BI .nav-right {
  float: left !important;
  position: relative;
}
.cid-aiOzCK62BI #google_translate_element {
  display: none;
}
.cid-aiOzCK62BI .goog-te-banner {
  display: none;
}
.cid-aiOzCK62BI .skiptranslate {
  display: none;
  bottom: 0px;
  position: relative;
}
.cid-aiOzCK62BI .goog-te-spinner-pos {
  display: none !important;
}
.cid-aiOzCK62BI body {
  top: 0px !important;
}
.cid-aiOzCK62BI body body {
  top: 0 !important;
}
.cid-aiOzCK62BI body .goog-te-banner-frame {
  display: none !important;
}
.cid-aiOzCK62BI .goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.cid-aiOzCK62BI .goog-tooltip {
  display: none !important;
}
.cid-aiOzCK62BI .goog-tooltip:hover {
  display: none !important;
}
.cid-aiOzCK62BI .goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: none !important;
  Background-color: transparent;
}
.cid-aiOzCK62BI #goog-gt-tt,
.cid-aiOzCK62BI .goog-te-balloon-frame {
  display: none !important;
}
.cid-aiOzCK62BI #goog-gt-tt {
  visibility: hidden;
  display: none !important;
}
.cid-aiOzCK62BI .goog-logo-link {
  display: none !important;
}
.cid-aiOzCK62BI .goog-te-gadget {
  height: 28px !important;
  overflow: hidden;
}
.cid-aiOzCK62BI div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-aiOzCK62BI div.imgtest2 {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  content: url(https://www.unsitepourtous.be/logoscript/flags145.png);
}
.cid-uXJIdEUiha {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uXJIdEUiha .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXJIdEUiha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXJIdEUiha .row {
  justify-content: center;
}
.cid-uXJIdEUiha .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .container {
    padding: 0 15px;
  }
}
.cid-uXJIdEUiha .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .title-wrapper {
    text-align: center;
  }
}
.cid-uXJIdEUiha .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uXJIdEUiha .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uXJIdEUiha .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXJIdEUiha .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .list {
    justify-content: center;
  }
}
.cid-uXJIdEUiha .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uXJIdEUiha .list .item-wrap:hover,
.cid-uXJIdEUiha .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uXJIdEUiha .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uXJIdEUiha .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uXJIdEUiha .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .copy-wrapper {
    height: auto;
  }
}
.cid-uXJIdEUiha .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uXJIdEUiha .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .social-wrapper {
    text-align: center;
  }
}
.cid-uXJIdEUiha .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXJIdEUiha .mbr-section-title {
  color: #f2ac2b;
}
.cid-uXJIdEUiha .mbr-copy {
  color: #d2d2df;
}
.cid-uKIwMIgd7w {
  background-color: transparent;
}
.cid-uKIwMIgd7w .navbar-dropdown {
  background: #171827 !important;
  padding: 0;
}
.cid-uKIwMIgd7w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171827 !important;
  background: #171827;
}
.cid-uKIwMIgd7w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKIwMIgd7w .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKIwMIgd7w .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKIwMIgd7w .menu_box .navbar.opened,
  .cid-uKIwMIgd7w .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKIwMIgd7w .navbar-dropdown {
  position: relative !important;
}
.cid-uKIwMIgd7w .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKIwMIgd7w .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKIwMIgd7w .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKIwMIgd7w .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKIwMIgd7w .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKIwMIgd7w .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uKIwMIgd7w .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKIwMIgd7w .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKIwMIgd7w .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKIwMIgd7w .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKIwMIgd7w .offcanvas-body .mbr-text,
  .cid-uKIwMIgd7w .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKIwMIgd7w .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKIwMIgd7w .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKIwMIgd7w .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uKIwMIgd7w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKIwMIgd7w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKIwMIgd7w .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKIwMIgd7w .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKIwMIgd7w ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKIwMIgd7w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKIwMIgd7w .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-uKIwMIgd7w .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKIwMIgd7w 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-uKIwMIgd7w .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKIwMIgd7w .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKIwMIgd7w .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKIwMIgd7w .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKIwMIgd7w .nav-item {
    margin: 0 !important;
  }
}
.cid-uKIwMIgd7w .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uKIwMIgd7w .nav-item .nav-link:hover,
.cid-uKIwMIgd7w .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uKIwMIgd7w .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKIwMIgd7w .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKIwMIgd7w .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKIwMIgd7w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKIwMIgd7w .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-uKIwMIgd7w .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKIwMIgd7w .offcanvas_box {
    display: none;
  }
}
.cid-uKIwMIgd7w .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKIwMIgd7w .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKIwMIgd7w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKIwMIgd7w .container {
  display: flex;
  margin: auto;
}
.cid-uKIwMIgd7w .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-uKIwMIgd7w .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKIwMIgd7w .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKIwMIgd7w .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKIwMIgd7w .navbar-nav {
    margin: 0;
  }
}
.cid-uKIwMIgd7w .dropdown-menu,
.cid-uKIwMIgd7w .navbar.opened {
  background-color: true !important;
}
.cid-uKIwMIgd7w .nav-item:focus,
.cid-uKIwMIgd7w .nav-link:focus {
  outline: none;
}
.cid-uKIwMIgd7w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKIwMIgd7w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKIwMIgd7w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKIwMIgd7w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKIwMIgd7w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKIwMIgd7w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKIwMIgd7w .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKIwMIgd7w .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKIwMIgd7w .navbar.opened {
  transition: all 0.3s;
}
.cid-uKIwMIgd7w .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKIwMIgd7w .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uKIwMIgd7w .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKIwMIgd7w .navbar.collapsed {
  justify-content: center;
}
.cid-uKIwMIgd7w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKIwMIgd7w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKIwMIgd7w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKIwMIgd7w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKIwMIgd7w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKIwMIgd7w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKIwMIgd7w .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKIwMIgd7w .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKIwMIgd7w .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKIwMIgd7w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKIwMIgd7w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKIwMIgd7w .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKIwMIgd7w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKIwMIgd7w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKIwMIgd7w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKIwMIgd7w .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKIwMIgd7w .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKIwMIgd7w .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKIwMIgd7w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKIwMIgd7w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKIwMIgd7w .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKIwMIgd7w .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKIwMIgd7w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKIwMIgd7w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKIwMIgd7w .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-uKIwMIgd7w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uKIwMIgd7w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKIwMIgd7w .dropdown-item.active,
.cid-uKIwMIgd7w .dropdown-item:active {
  background-color: transparent;
}
.cid-uKIwMIgd7w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKIwMIgd7w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKIwMIgd7w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKIwMIgd7w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKIwMIgd7w ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKIwMIgd7w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKIwMIgd7w 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-uKIwMIgd7w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uKIwMIgd7w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKIwMIgd7w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKIwMIgd7w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKIwMIgd7w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKIwMIgd7w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKIwMIgd7w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKIwMIgd7w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKIwMIgd7w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKIwMIgd7w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKIwMIgd7w .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-uKIwMIgd7w .navbar {
    height: 70px;
  }
  .cid-uKIwMIgd7w .navbar.opened {
    height: auto;
  }
  .cid-uKIwMIgd7w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKIwMIgd7w .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uKIwMIgd7w .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uKIwMIgd7w .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKIwMIgd7w .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKIwMIgd7w .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uKIwMIgd7w .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uKIwMIgd7w .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKIwMIgd7w .text_widget {
  margin-bottom: 32px;
}
.cid-uKIwMIgd7w .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKIwMIgd7w .text_widget a:hover,
.cid-uKIwMIgd7w .text_widget a:focus {
  opacity: .6;
}
.cid-uKIwMIgd7w .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uKIwMIgd7w .navbar-caption {
  color: #f2ac2b;
}
.cid-uKIwMIgd7w .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKIwMIgd7w .mbr-section-subtitle,
.cid-uKIwMIgd7w .text_widget,
.cid-uKIwMIgd7w .mbr-section-btn {
  text-align: center;
}
.cid-uKIwMIgd7w a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZ7djOJJQD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uZ7djOJJQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ7djOJJQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ7djOJJQD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ7djOJJQD .container {
    padding: 0 15px;
  }
}
.cid-uZ7djOJJQD .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uZ7djOJJQD .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uZ7djOJJQD .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uZ7djOJJQD .image-wrapper img {
    height: 400px;
  }
}
.cid-uZ7djOJJQD .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ7djOJJQD .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZ7djOJJQD .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uZ7djOJJQD .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uZ7djOJJQD .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uZ7djOJJQD .mbr-section-title {
  color: #ffffff;
}
.cid-uZ7djOJJQD .mbr-section-subtitle {
  color: #ffac64;
}
.cid-uZ7djOJJQD .mbr-text {
  color: #d2d2df;
}
.cid-uZ7djOJJQD .mbr-section-title,
.cid-uZ7djOJJQD .mbr-section-btn {
  color: #ffac64;
}
.cid-uKIwMIQ6JP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uKIwMIQ6JP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIwMIQ6JP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIwMIQ6JP .row {
  justify-content: center;
}
.cid-uKIwMIQ6JP .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uKIwMIQ6JP .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uKIwMIQ6JP .container {
    padding: 0 15px;
  }
}
.cid-uKIwMIQ6JP .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uKIwMIQ6JP .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uKIwMIQ6JP .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uKIwMIQ6JP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKIwMIQ6JP .mbr-section-btn {
  margin-top: 40px;
}
.cid-uKIwMIQ6JP .mbr-section-title {
  color: #ffffff;
}
.cid-uKIwMIQ6JP .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uKIwMIQ6JP .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uKIwMIQ6JP .mbr-section-title,
.cid-uKIwMIQ6JP .mbr-section-btn {
  text-align: center;
}
.cid-uKIwMJdK8B {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uKIwMJdK8B .row {
  align-items: center;
  width: 100%;
}
.cid-uKIwMJdK8B .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-uKIwMJdK8B .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uKIwMJdK8B .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uKIwMJdK8B .img-container {
  overflow: hidden;
  display: block;
  width: 100%;
}
.cid-uKIwMJdK8B .img-container img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 400px;
  min-height: 400px;
  object-fit: cover;
}
.cid-uKIwMJdK8B .content-container {
  display: block;
  padding: 0 !important;
  background-color: #232b45;
}
.cid-uKIwMJdK8B .text-container {
  padding: 16px 32px;
  display: block;
  width: 100%;
}
.cid-uKIwMJdK8B .text-wrapper {
  display: block;
  width: 100%;
}
.cid-uKIwMJdK8B .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-uKIwMJdK8B .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-uKIwMJdK8B .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-uKIwMJdK8B .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-uKIwMJdK8B .mbr-section-title {
  width: 100%;
  color: #ec8c39;
  margin-bottom: 4px;
  text-align: center;
}
.cid-uKIwMJdK8B .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-uKIwMJdK8B .btn-container {
  width: 100%;
}
.cid-uKIwMJdK8B .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-uKIwMJdK8B .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-uKIwMJdK8B .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uKIwMJdK8B .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-uKIwMJITlH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uKIwMJITlH .row {
  align-items: center;
  width: 100%;
}
.cid-uKIwMJITlH .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-uKIwMJITlH .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uKIwMJITlH .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uKIwMJITlH .img-container {
  overflow: hidden;
  display: block;
  width: 100%;
}
.cid-uKIwMJITlH .img-container img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 400px;
  min-height: 400px;
  object-fit: cover;
}
.cid-uKIwMJITlH .content-container {
  display: block;
  padding: 0 !important;
  background-color: #232b45;
}
.cid-uKIwMJITlH .text-container {
  padding: 16px 32px;
  display: block;
  width: 100%;
}
.cid-uKIwMJITlH .text-wrapper {
  display: block;
  width: 100%;
}
.cid-uKIwMJITlH .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-uKIwMJITlH .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-uKIwMJITlH .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-uKIwMJITlH .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-uKIwMJITlH .mbr-section-title {
  width: 100%;
  color: #ec8c39;
  margin-bottom: 4px;
  text-align: center;
}
.cid-uKIwMJITlH .mbr-text {
  letter-spacing: inherit;
  color: #f7f7f7;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-uKIwMJITlH .btn-container {
  width: 100%;
}
.cid-uKIwMJITlH .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-uKIwMJITlH .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-uKIwMJITlH .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uKIwMJITlH .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-uKIJ4df111 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uKIJ4df111 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIJ4df111 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKIJ4df111 .row {
  justify-content: center;
}
.cid-uKIJ4df111 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uKIJ4df111 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uKIJ4df111 .container {
    padding: 0 15px;
  }
}
.cid-uKIJ4df111 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uKIJ4df111 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uKIJ4df111 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uKIJ4df111 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKIJ4df111 .mbr-section-btn {
  margin-top: 40px;
}
.cid-uKIJ4df111 .mbr-section-title {
  color: #ffffff;
}
.cid-uKIJ4df111 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uKIJ4df111 .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uKIJ4df111 .mbr-section-title,
.cid-uKIJ4df111 .mbr-section-btn {
  text-align: center;
}
.cid-uKIwMKiEvu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uKIwMKiEvu .row {
  align-items: center;
  width: 100%;
}
.cid-uKIwMKiEvu .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-uKIwMKiEvu .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uKIwMKiEvu .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uKIwMKiEvu .img-container {
  overflow: hidden;
  display: block;
  width: 100%;
}
.cid-uKIwMKiEvu .img-container img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 400px;
  min-height: 400px;
  object-fit: cover;
}
.cid-uKIwMKiEvu .content-container {
  display: block;
  padding: 0 !important;
  background-color: #232b45;
}
.cid-uKIwMKiEvu .text-container {
  padding: 16px 32px;
  display: block;
  width: 100%;
}
.cid-uKIwMKiEvu .text-wrapper {
  display: block;
  width: 100%;
}
.cid-uKIwMKiEvu .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-uKIwMKiEvu .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-uKIwMKiEvu .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-uKIwMKiEvu .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-uKIwMKiEvu .mbr-section-title {
  width: 100%;
  color: #ec8c39;
  margin-bottom: 4px;
  text-align: center;
}
.cid-uKIwMKiEvu .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-uKIwMKiEvu .btn-container {
  width: 100%;
}
.cid-uKIwMKiEvu .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-uKIwMKiEvu .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-uKIwMKiEvu .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uKIwMKiEvu .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-uKIwMLltrN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uKIwMLltrN .row {
  align-items: center;
  width: 100%;
}
.cid-uKIwMLltrN .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-uKIwMLltrN .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uKIwMLltrN .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uKIwMLltrN .img-container {
  overflow: hidden;
  display: block;
  width: 100%;
}
.cid-uKIwMLltrN .img-container img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 400px;
  min-height: 400px;
  object-fit: cover;
}
.cid-uKIwMLltrN .content-container {
  display: block;
  padding: 0 !important;
  background-color: #232b45;
}
.cid-uKIwMLltrN .text-container {
  padding: 16px 32px;
  display: block;
  width: 100%;
}
.cid-uKIwMLltrN .text-wrapper {
  display: block;
  width: 100%;
}
.cid-uKIwMLltrN .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-uKIwMLltrN .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-uKIwMLltrN .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-uKIwMLltrN .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-uKIwMLltrN .mbr-section-title {
  width: 100%;
  color: #ec8c39;
  margin-bottom: 4px;
  text-align: center;
}
.cid-uKIwMLltrN .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-uKIwMLltrN .btn-container {
  width: 100%;
}
.cid-uKIwMLltrN .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-uKIwMLltrN .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-uKIwMLltrN .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uKIwMLltrN .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-uKIwMLVqm8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uKIwMLVqm8 .row {
  align-items: center;
  width: 100%;
}
.cid-uKIwMLVqm8 .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-uKIwMLVqm8 .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uKIwMLVqm8 .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uKIwMLVqm8 .img-container {
  overflow: hidden;
  display: block;
  width: 100%;
}
.cid-uKIwMLVqm8 .img-container img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 400px;
  min-height: 400px;
  object-fit: cover;
}
.cid-uKIwMLVqm8 .content-container {
  display: block;
  padding: 0 !important;
  background-color: #232b45;
}
.cid-uKIwMLVqm8 .text-container {
  padding: 16px 32px;
  display: block;
  width: 100%;
}
.cid-uKIwMLVqm8 .text-wrapper {
  display: block;
  width: 100%;
}
.cid-uKIwMLVqm8 .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-uKIwMLVqm8 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-uKIwMLVqm8 .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-uKIwMLVqm8 .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-uKIwMLVqm8 .mbr-section-title {
  width: 100%;
  color: #ec8c39;
  margin-bottom: 4px;
  text-align: center;
}
.cid-uKIwMLVqm8 .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-uKIwMLVqm8 .btn-container {
  width: 100%;
}
.cid-uKIwMLVqm8 .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-uKIwMLVqm8 .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-uKIwMLVqm8 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uKIwMLVqm8 .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-uKLG6M0RSX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uKLG6M0RSX .row {
  align-items: center;
  width: 100%;
}
.cid-uKLG6M0RSX .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-uKLG6M0RSX .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uKLG6M0RSX .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uKLG6M0RSX .img-container {
  overflow: hidden;
  display: block;
  width: 100%;
}
.cid-uKLG6M0RSX .img-container img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 400px;
  min-height: 400px;
  object-fit: cover;
}
.cid-uKLG6M0RSX .content-container {
  display: block;
  padding: 0 !important;
  background-color: #232b45;
}
.cid-uKLG6M0RSX .text-container {
  padding: 16px 32px;
  display: block;
  width: 100%;
}
.cid-uKLG6M0RSX .text-wrapper {
  display: block;
  width: 100%;
}
.cid-uKLG6M0RSX .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-uKLG6M0RSX .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-uKLG6M0RSX .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-uKLG6M0RSX .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-uKLG6M0RSX .mbr-section-title {
  width: 100%;
  color: #ec8c39;
  margin-bottom: 4px;
  text-align: center;
}
.cid-uKLG6M0RSX .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-uKLG6M0RSX .btn-container {
  width: 100%;
}
.cid-uKLG6M0RSX .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-uKLG6M0RSX .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-uKLG6M0RSX .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uKLG6M0RSX .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-uKLHvqHtX6 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uKLHvqHtX6 .row {
  align-items: center;
  width: 100%;
}
.cid-uKLHvqHtX6 .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-uKLHvqHtX6 .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uKLHvqHtX6 .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uKLHvqHtX6 .img-container {
  overflow: hidden;
  display: block;
  width: 100%;
}
.cid-uKLHvqHtX6 .img-container img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 400px;
  min-height: 400px;
  object-fit: cover;
}
.cid-uKLHvqHtX6 .content-container {
  display: block;
  padding: 0 !important;
  background-color: #232b45;
}
.cid-uKLHvqHtX6 .text-container {
  padding: 16px 32px;
  display: block;
  width: 100%;
}
.cid-uKLHvqHtX6 .text-wrapper {
  display: block;
  width: 100%;
}
.cid-uKLHvqHtX6 .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-uKLHvqHtX6 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-uKLHvqHtX6 .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-uKLHvqHtX6 .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-uKLHvqHtX6 .mbr-section-title {
  width: 100%;
  color: #ec8c39;
  margin-bottom: 4px;
  text-align: center;
}
.cid-uKLHvqHtX6 .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-uKLHvqHtX6 .btn-container {
  width: 100%;
}
.cid-uKLHvqHtX6 .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-uKLHvqHtX6 .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-uKLHvqHtX6 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uKLHvqHtX6 .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-uKLIYTX1DB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uKLIYTX1DB .row {
  align-items: center;
  width: 100%;
}
.cid-uKLIYTX1DB .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-uKLIYTX1DB .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uKLIYTX1DB .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uKLIYTX1DB .img-container {
  overflow: hidden;
  display: block;
  width: 100%;
}
.cid-uKLIYTX1DB .img-container img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 400px;
  min-height: 400px;
  object-fit: cover;
}
.cid-uKLIYTX1DB .content-container {
  display: block;
  padding: 0 !important;
  background-color: #232b45;
}
.cid-uKLIYTX1DB .text-container {
  padding: 16px 32px;
  display: block;
  width: 100%;
}
.cid-uKLIYTX1DB .text-wrapper {
  display: block;
  width: 100%;
}
.cid-uKLIYTX1DB .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-uKLIYTX1DB .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-uKLIYTX1DB .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-uKLIYTX1DB .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-uKLIYTX1DB .mbr-section-title {
  width: 100%;
  color: #ec8c39;
  margin-bottom: 4px;
  text-align: center;
}
.cid-uKLIYTX1DB .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-uKLIYTX1DB .btn-container {
  width: 100%;
}
.cid-uKLIYTX1DB .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-uKLIYTX1DB .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-uKLIYTX1DB .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uKLIYTX1DB .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-uKIwMVtFkS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uKIwMVtFkS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKIwMVtFkS .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-uKIwMVtFkS .container {
    padding: 0 15px;
  }
}
.cid-uKIwMVtFkS .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uKIwMVtFkS .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uKIwMVtFkS .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uKIwMVtFkS .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uKIwMVtFkS .mbr-section-title {
  color: #ffffff;
}
.cid-uKIwMVtFkS .mbr-text {
  color: #d2d2df;
}
.cid-uKIwMVtFkS .mbr-name {
  color: #f2ac2b;
}
.cid-aP4hmpavaw P {
  color: #1281fc;
}
.cid-aP4hmpavaw DIV {
  color: #ffffff;
}
.cid-aP4hmpavaw H10 {
  color: #034e75;
}
.cid-aP4hmpavaw .hidden {
  display: none;
}
.cid-aP4hmpavaw .icon-bar {
  z-index: 100002;
  position: fixed;
  top: 20%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 1px;
}
.cid-aP4hmpavaw .icon-bar a {
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  padding-left: 1px;
}
.cid-aP4hmpavaw .icon-bar a:hover {
  background-color: #000000;
}
.cid-aP4hmpavaw .flag {
  background: transparent;
}
.cid-aP4hmpavaw .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-aP4hmpavaw .nav-right {
  float: left !important;
  position: relative;
}
.cid-aP4hmpavaw #google_translate_element {
  display: none;
}
.cid-aP4hmpavaw .goog-te-banner {
  display: none;
}
.cid-aP4hmpavaw .skiptranslate {
  display: none;
  bottom: 0px;
  position: relative;
}
.cid-aP4hmpavaw .goog-te-spinner-pos {
  display: none !important;
}
.cid-aP4hmpavaw body {
  top: 0px !important;
}
.cid-aP4hmpavaw body body {
  top: 0 !important;
}
.cid-aP4hmpavaw body .goog-te-banner-frame {
  display: none !important;
}
.cid-aP4hmpavaw .goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.cid-aP4hmpavaw .goog-tooltip {
  display: none !important;
}
.cid-aP4hmpavaw .goog-tooltip:hover {
  display: none !important;
}
.cid-aP4hmpavaw .goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: none !important;
  Background-color: transparent;
}
.cid-aP4hmpavaw #goog-gt-tt,
.cid-aP4hmpavaw .goog-te-balloon-frame {
  display: none !important;
}
.cid-aP4hmpavaw #goog-gt-tt {
  visibility: hidden;
  display: none !important;
}
.cid-aP4hmpavaw .goog-logo-link {
  display: none !important;
}
.cid-aP4hmpavaw .goog-te-gadget {
  height: 28px !important;
  overflow: hidden;
}
.cid-aP4hmpavaw div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-aP4hmpavaw div.imgtest2 {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  content: url(https://www.unsitepourtous.be/logoscript/flags145.png);
}
.cid-uXJIdEUiha {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uXJIdEUiha .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXJIdEUiha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXJIdEUiha .row {
  justify-content: center;
}
.cid-uXJIdEUiha .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .container {
    padding: 0 15px;
  }
}
.cid-uXJIdEUiha .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .title-wrapper {
    text-align: center;
  }
}
.cid-uXJIdEUiha .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uXJIdEUiha .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uXJIdEUiha .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXJIdEUiha .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .list {
    justify-content: center;
  }
}
.cid-uXJIdEUiha .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uXJIdEUiha .list .item-wrap:hover,
.cid-uXJIdEUiha .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uXJIdEUiha .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uXJIdEUiha .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uXJIdEUiha .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .copy-wrapper {
    height: auto;
  }
}
.cid-uXJIdEUiha .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uXJIdEUiha .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .social-wrapper {
    text-align: center;
  }
}
.cid-uXJIdEUiha .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXJIdEUiha .mbr-section-title {
  color: #f2ac2b;
}
.cid-uXJIdEUiha .mbr-copy {
  color: #d2d2df;
}
.cid-uKLNC6Cj35 {
  background-color: transparent;
}
.cid-uKLNC6Cj35 .navbar-dropdown {
  background: #171827 !important;
  padding: 0;
}
.cid-uKLNC6Cj35 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171827 !important;
  background: #171827;
}
.cid-uKLNC6Cj35 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKLNC6Cj35 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKLNC6Cj35 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKLNC6Cj35 .menu_box .navbar.opened,
  .cid-uKLNC6Cj35 .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKLNC6Cj35 .navbar-dropdown {
  position: relative !important;
}
.cid-uKLNC6Cj35 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKLNC6Cj35 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKLNC6Cj35 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKLNC6Cj35 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKLNC6Cj35 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKLNC6Cj35 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uKLNC6Cj35 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKLNC6Cj35 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKLNC6Cj35 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKLNC6Cj35 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKLNC6Cj35 .offcanvas-body .mbr-text,
  .cid-uKLNC6Cj35 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKLNC6Cj35 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKLNC6Cj35 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKLNC6Cj35 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uKLNC6Cj35 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKLNC6Cj35 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKLNC6Cj35 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKLNC6Cj35 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKLNC6Cj35 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKLNC6Cj35 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKLNC6Cj35 .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-uKLNC6Cj35 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKLNC6Cj35 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-uKLNC6Cj35 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKLNC6Cj35 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKLNC6Cj35 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKLNC6Cj35 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKLNC6Cj35 .nav-item {
    margin: 0 !important;
  }
}
.cid-uKLNC6Cj35 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uKLNC6Cj35 .nav-item .nav-link:hover,
.cid-uKLNC6Cj35 .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uKLNC6Cj35 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKLNC6Cj35 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKLNC6Cj35 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKLNC6Cj35 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKLNC6Cj35 .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-uKLNC6Cj35 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKLNC6Cj35 .offcanvas_box {
    display: none;
  }
}
.cid-uKLNC6Cj35 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKLNC6Cj35 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKLNC6Cj35 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKLNC6Cj35 .container {
  display: flex;
  margin: auto;
}
.cid-uKLNC6Cj35 .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-uKLNC6Cj35 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKLNC6Cj35 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKLNC6Cj35 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKLNC6Cj35 .navbar-nav {
    margin: 0;
  }
}
.cid-uKLNC6Cj35 .dropdown-menu,
.cid-uKLNC6Cj35 .navbar.opened {
  background-color: true !important;
}
.cid-uKLNC6Cj35 .nav-item:focus,
.cid-uKLNC6Cj35 .nav-link:focus {
  outline: none;
}
.cid-uKLNC6Cj35 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKLNC6Cj35 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKLNC6Cj35 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKLNC6Cj35 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKLNC6Cj35 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKLNC6Cj35 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKLNC6Cj35 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKLNC6Cj35 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKLNC6Cj35 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKLNC6Cj35 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKLNC6Cj35 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uKLNC6Cj35 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKLNC6Cj35 .navbar.collapsed {
  justify-content: center;
}
.cid-uKLNC6Cj35 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKLNC6Cj35 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKLNC6Cj35 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKLNC6Cj35 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKLNC6Cj35 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKLNC6Cj35 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKLNC6Cj35 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKLNC6Cj35 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKLNC6Cj35 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKLNC6Cj35 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKLNC6Cj35 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKLNC6Cj35 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKLNC6Cj35 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKLNC6Cj35 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKLNC6Cj35 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKLNC6Cj35 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKLNC6Cj35 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKLNC6Cj35 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKLNC6Cj35 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKLNC6Cj35 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKLNC6Cj35 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKLNC6Cj35 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKLNC6Cj35 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKLNC6Cj35 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKLNC6Cj35 .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-uKLNC6Cj35 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uKLNC6Cj35 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKLNC6Cj35 .dropdown-item.active,
.cid-uKLNC6Cj35 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKLNC6Cj35 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKLNC6Cj35 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKLNC6Cj35 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKLNC6Cj35 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKLNC6Cj35 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKLNC6Cj35 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKLNC6Cj35 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-uKLNC6Cj35 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uKLNC6Cj35 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKLNC6Cj35 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKLNC6Cj35 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKLNC6Cj35 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKLNC6Cj35 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKLNC6Cj35 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKLNC6Cj35 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKLNC6Cj35 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKLNC6Cj35 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKLNC6Cj35 .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-uKLNC6Cj35 .navbar {
    height: 70px;
  }
  .cid-uKLNC6Cj35 .navbar.opened {
    height: auto;
  }
  .cid-uKLNC6Cj35 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKLNC6Cj35 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uKLNC6Cj35 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uKLNC6Cj35 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKLNC6Cj35 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKLNC6Cj35 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uKLNC6Cj35 .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uKLNC6Cj35 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKLNC6Cj35 .text_widget {
  margin-bottom: 32px;
}
.cid-uKLNC6Cj35 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKLNC6Cj35 .text_widget a:hover,
.cid-uKLNC6Cj35 .text_widget a:focus {
  opacity: .6;
}
.cid-uKLNC6Cj35 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uKLNC6Cj35 .navbar-caption {
  color: #f2ac2b;
}
.cid-uKLNC6Cj35 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKLNC6Cj35 .mbr-section-subtitle,
.cid-uKLNC6Cj35 .text_widget,
.cid-uKLNC6Cj35 .mbr-section-btn {
  text-align: center;
}
.cid-uKLNC6Cj35 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
#custom-html-1c {
  /* Type valid CSS here */
}
#custom-html-1c div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1c p {
  font-size: 60px;
  color: #777;
}
.cid-uXJIdEUiha {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uXJIdEUiha .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXJIdEUiha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXJIdEUiha .row {
  justify-content: center;
}
.cid-uXJIdEUiha .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .container {
    padding: 0 15px;
  }
}
.cid-uXJIdEUiha .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .title-wrapper {
    text-align: center;
  }
}
.cid-uXJIdEUiha .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uXJIdEUiha .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uXJIdEUiha .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXJIdEUiha .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .list {
    justify-content: center;
  }
}
.cid-uXJIdEUiha .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uXJIdEUiha .list .item-wrap:hover,
.cid-uXJIdEUiha .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uXJIdEUiha .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uXJIdEUiha .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uXJIdEUiha .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .copy-wrapper {
    height: auto;
  }
}
.cid-uXJIdEUiha .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uXJIdEUiha .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .social-wrapper {
    text-align: center;
  }
}
.cid-uXJIdEUiha .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXJIdEUiha .mbr-section-title {
  color: #f2ac2b;
}
.cid-uXJIdEUiha .mbr-copy {
  color: #d2d2df;
}
.cid-uKMNGBH6H9 {
  background-color: transparent;
}
.cid-uKMNGBH6H9 .navbar-dropdown {
  background: #171827 !important;
  padding: 0;
}
.cid-uKMNGBH6H9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171827 !important;
  background: #171827;
}
.cid-uKMNGBH6H9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKMNGBH6H9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKMNGBH6H9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKMNGBH6H9 .menu_box .navbar.opened,
  .cid-uKMNGBH6H9 .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKMNGBH6H9 .navbar-dropdown {
  position: relative !important;
}
.cid-uKMNGBH6H9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKMNGBH6H9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKMNGBH6H9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKMNGBH6H9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKMNGBH6H9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKMNGBH6H9 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uKMNGBH6H9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKMNGBH6H9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKMNGBH6H9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKMNGBH6H9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKMNGBH6H9 .offcanvas-body .mbr-text,
  .cid-uKMNGBH6H9 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKMNGBH6H9 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKMNGBH6H9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKMNGBH6H9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uKMNGBH6H9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKMNGBH6H9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKMNGBH6H9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKMNGBH6H9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKMNGBH6H9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKMNGBH6H9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKMNGBH6H9 .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-uKMNGBH6H9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKMNGBH6H9 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-uKMNGBH6H9 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKMNGBH6H9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKMNGBH6H9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKMNGBH6H9 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKMNGBH6H9 .nav-item {
    margin: 0 !important;
  }
}
.cid-uKMNGBH6H9 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uKMNGBH6H9 .nav-item .nav-link:hover,
.cid-uKMNGBH6H9 .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uKMNGBH6H9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKMNGBH6H9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKMNGBH6H9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKMNGBH6H9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKMNGBH6H9 .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-uKMNGBH6H9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKMNGBH6H9 .offcanvas_box {
    display: none;
  }
}
.cid-uKMNGBH6H9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKMNGBH6H9 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKMNGBH6H9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKMNGBH6H9 .container {
  display: flex;
  margin: auto;
}
.cid-uKMNGBH6H9 .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-uKMNGBH6H9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKMNGBH6H9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKMNGBH6H9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKMNGBH6H9 .navbar-nav {
    margin: 0;
  }
}
.cid-uKMNGBH6H9 .dropdown-menu,
.cid-uKMNGBH6H9 .navbar.opened {
  background-color: true !important;
}
.cid-uKMNGBH6H9 .nav-item:focus,
.cid-uKMNGBH6H9 .nav-link:focus {
  outline: none;
}
.cid-uKMNGBH6H9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKMNGBH6H9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKMNGBH6H9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKMNGBH6H9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKMNGBH6H9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKMNGBH6H9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKMNGBH6H9 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKMNGBH6H9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKMNGBH6H9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uKMNGBH6H9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKMNGBH6H9 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uKMNGBH6H9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKMNGBH6H9 .navbar.collapsed {
  justify-content: center;
}
.cid-uKMNGBH6H9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKMNGBH6H9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKMNGBH6H9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKMNGBH6H9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKMNGBH6H9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKMNGBH6H9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKMNGBH6H9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKMNGBH6H9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKMNGBH6H9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKMNGBH6H9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKMNGBH6H9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKMNGBH6H9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKMNGBH6H9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKMNGBH6H9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKMNGBH6H9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKMNGBH6H9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKMNGBH6H9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKMNGBH6H9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKMNGBH6H9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKMNGBH6H9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKMNGBH6H9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKMNGBH6H9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKMNGBH6H9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKMNGBH6H9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKMNGBH6H9 .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-uKMNGBH6H9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uKMNGBH6H9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKMNGBH6H9 .dropdown-item.active,
.cid-uKMNGBH6H9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKMNGBH6H9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKMNGBH6H9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKMNGBH6H9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKMNGBH6H9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKMNGBH6H9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKMNGBH6H9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKMNGBH6H9 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-uKMNGBH6H9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uKMNGBH6H9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKMNGBH6H9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKMNGBH6H9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKMNGBH6H9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKMNGBH6H9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKMNGBH6H9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKMNGBH6H9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKMNGBH6H9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKMNGBH6H9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKMNGBH6H9 .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-uKMNGBH6H9 .navbar {
    height: 70px;
  }
  .cid-uKMNGBH6H9 .navbar.opened {
    height: auto;
  }
  .cid-uKMNGBH6H9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKMNGBH6H9 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uKMNGBH6H9 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uKMNGBH6H9 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKMNGBH6H9 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKMNGBH6H9 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uKMNGBH6H9 .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uKMNGBH6H9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKMNGBH6H9 .text_widget {
  margin-bottom: 32px;
}
.cid-uKMNGBH6H9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKMNGBH6H9 .text_widget a:hover,
.cid-uKMNGBH6H9 .text_widget a:focus {
  opacity: .6;
}
.cid-uKMNGBH6H9 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uKMNGBH6H9 .navbar-caption {
  color: #f2ac2b;
}
.cid-uKMNGBH6H9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKMNGBH6H9 .mbr-section-subtitle,
.cid-uKMNGBH6H9 .text_widget,
.cid-uKMNGBH6H9 .mbr-section-btn {
  text-align: center;
}
.cid-uKMNGBH6H9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKMNWyXfn6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uKMNWyXfn6 .row {
  align-items: center;
  width: 100%;
}
.cid-uKMNWyXfn6 .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-uKMNWyXfn6 .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uKMNWyXfn6 .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uKMNWyXfn6 .img-container {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-uKMNWyXfn6 .img-container img {
  max-width: 100%;
  width: auto;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}
.cid-uKMNWyXfn6 .content-container {
  display: flex;
  padding: 0 !important;
  background-color: #232b45;
}
.cid-uKMNWyXfn6 .text-container {
  padding: 32px 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.cid-uKMNWyXfn6 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-grow: 1;
}
.cid-uKMNWyXfn6 .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-uKMNWyXfn6 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-uKMNWyXfn6 .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-uKMNWyXfn6 .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-uKMNWyXfn6 .mbr-section-title {
  width: 100%;
  color: #ec8c39;
  margin-bottom: 4px;
  text-align: center;
}
.cid-uKMNWyXfn6 .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-uKMNWyXfn6 .btn-container {
  width: 100%;
}
.cid-uKMNWyXfn6 .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-uKMNWyXfn6 .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-uKMNWyXfn6 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uKMNWyXfn6 .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-uKMNGClyWn {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uKMNGClyWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKMNGClyWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKMNGClyWn .row {
  justify-content: center;
}
.cid-uKMNGClyWn .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uKMNGClyWn .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uKMNGClyWn .container {
    padding: 0 15px;
  }
}
.cid-uKMNGClyWn .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uKMNGClyWn .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uKMNGClyWn .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uKMNGClyWn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKMNGClyWn .mbr-section-btn {
  margin-top: 40px;
}
.cid-uKMNGClyWn .mbr-section-title {
  color: #ffffff;
}
.cid-uKMNGClyWn .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uKMNGClyWn .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uKMNGClyWn .mbr-section-title,
.cid-uKMNGClyWn .mbr-section-btn {
  text-align: center;
}
.cid-uKMNGCGcwO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uKMNGCGcwO .row {
  align-items: center;
  width: 100%;
}
.cid-uKMNGCGcwO .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-uKMNGCGcwO .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uKMNGCGcwO .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uKMNGCGcwO .img-container {
  overflow: hidden;
  display: block;
  width: 100%;
}
.cid-uKMNGCGcwO .img-container img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 400px;
  min-height: 400px;
  object-fit: cover;
}
.cid-uKMNGCGcwO .content-container {
  display: block;
  padding: 0 !important;
  background-color: #232b45;
}
.cid-uKMNGCGcwO .text-container {
  padding: 16px 32px;
  display: block;
  width: 100%;
}
.cid-uKMNGCGcwO .text-wrapper {
  display: block;
  width: 100%;
}
.cid-uKMNGCGcwO .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-uKMNGCGcwO .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-uKMNGCGcwO .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-uKMNGCGcwO .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-uKMNGCGcwO .mbr-section-title {
  width: 100%;
  color: #ec8c39;
  margin-bottom: 4px;
  text-align: center;
}
.cid-uKMNGCGcwO .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-uKMNGCGcwO .btn-container {
  width: 100%;
}
.cid-uKMNGCGcwO .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-uKMNGCGcwO .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-uKMNGCGcwO .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uKMNGCGcwO .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-uKMNGDay0j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uKMNGDay0j .row {
  align-items: center;
  width: 100%;
}
.cid-uKMNGDay0j .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-uKMNGDay0j .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uKMNGDay0j .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uKMNGDay0j .img-container {
  overflow: hidden;
  display: block;
  width: 100%;
}
.cid-uKMNGDay0j .img-container img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 400px;
  min-height: 400px;
  object-fit: cover;
}
.cid-uKMNGDay0j .content-container {
  display: block;
  padding: 0 !important;
  background-color: #232b45;
}
.cid-uKMNGDay0j .text-container {
  padding: 16px 32px;
  display: block;
  width: 100%;
}
.cid-uKMNGDay0j .text-wrapper {
  display: block;
  width: 100%;
}
.cid-uKMNGDay0j .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-uKMNGDay0j .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-uKMNGDay0j .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-uKMNGDay0j .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-uKMNGDay0j .mbr-section-title {
  width: 100%;
  color: #ec8c39;
  margin-bottom: 4px;
  text-align: center;
}
.cid-uKMNGDay0j .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-uKMNGDay0j .btn-container {
  width: 100%;
}
.cid-uKMNGDay0j .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-uKMNGDay0j .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-uKMNGDay0j .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uKMNGDay0j .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-uKMNGDJ8vj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uKMNGDJ8vj .row {
  align-items: center;
  width: 100%;
}
.cid-uKMNGDJ8vj .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-uKMNGDJ8vj .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uKMNGDJ8vj .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uKMNGDJ8vj .img-container {
  overflow: hidden;
  display: block;
  width: 100%;
}
.cid-uKMNGDJ8vj .img-container img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 400px;
  min-height: 400px;
  object-fit: cover;
}
.cid-uKMNGDJ8vj .content-container {
  display: block;
  padding: 0 !important;
  background-color: #232b45;
}
.cid-uKMNGDJ8vj .text-container {
  padding: 16px 32px;
  display: block;
  width: 100%;
}
.cid-uKMNGDJ8vj .text-wrapper {
  display: block;
  width: 100%;
}
.cid-uKMNGDJ8vj .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-uKMNGDJ8vj .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-uKMNGDJ8vj .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-uKMNGDJ8vj .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-uKMNGDJ8vj .mbr-section-title {
  width: 100%;
  color: #ec8c39;
  margin-bottom: 4px;
  text-align: center;
}
.cid-uKMNGDJ8vj .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-uKMNGDJ8vj .btn-container {
  width: 100%;
}
.cid-uKMNGDJ8vj .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-uKMNGDJ8vj .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-uKMNGDJ8vj .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uKMNGDJ8vj .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-uKMNGEeHrH {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uKMNGEeHrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKMNGEeHrH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKMNGEeHrH .row {
  justify-content: center;
}
.cid-uKMNGEeHrH .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uKMNGEeHrH .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uKMNGEeHrH .container {
    padding: 0 15px;
  }
}
.cid-uKMNGEeHrH .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uKMNGEeHrH .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uKMNGEeHrH .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uKMNGEeHrH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKMNGEeHrH .mbr-section-btn {
  margin-top: 40px;
}
.cid-uKMNGEeHrH .mbr-section-title {
  color: #ffffff;
}
.cid-uKMNGEeHrH .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uKMNGEeHrH .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uKMNGEeHrH .mbr-section-title,
.cid-uKMNGEeHrH .mbr-section-btn {
  text-align: center;
}
.cid-uKMNGEFj75 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uKMNGEFj75 .row {
  align-items: center;
  width: 100%;
}
.cid-uKMNGEFj75 .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-uKMNGEFj75 .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uKMNGEFj75 .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uKMNGEFj75 .img-container {
  overflow: hidden;
  display: block;
  width: 100%;
}
.cid-uKMNGEFj75 .img-container img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 400px;
  min-height: 400px;
  object-fit: cover;
}
.cid-uKMNGEFj75 .content-container {
  display: block;
  padding: 0 !important;
  background-color: #232b45;
}
.cid-uKMNGEFj75 .text-container {
  padding: 16px 32px;
  display: block;
  width: 100%;
}
.cid-uKMNGEFj75 .text-wrapper {
  display: block;
  width: 100%;
}
.cid-uKMNGEFj75 .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-uKMNGEFj75 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-uKMNGEFj75 .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-uKMNGEFj75 .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-uKMNGEFj75 .mbr-section-title {
  width: 100%;
  color: #ec8c39;
  margin-bottom: 4px;
  text-align: center;
}
.cid-uKMNGEFj75 .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-uKMNGEFj75 .btn-container {
  width: 100%;
}
.cid-uKMNGEFj75 .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-uKMNGEFj75 .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-uKMNGEFj75 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uKMNGEFj75 .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-uKMNGFeJTM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uKMNGFeJTM .row {
  align-items: center;
  width: 100%;
}
.cid-uKMNGFeJTM .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-uKMNGFeJTM .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uKMNGFeJTM .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uKMNGFeJTM .img-container {
  overflow: hidden;
  display: block;
  width: 100%;
}
.cid-uKMNGFeJTM .img-container img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 400px;
  min-height: 400px;
  object-fit: cover;
}
.cid-uKMNGFeJTM .content-container {
  display: block;
  padding: 0 !important;
  background-color: #232b45;
}
.cid-uKMNGFeJTM .text-container {
  padding: 16px 32px;
  display: block;
  width: 100%;
}
.cid-uKMNGFeJTM .text-wrapper {
  display: block;
  width: 100%;
}
.cid-uKMNGFeJTM .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-uKMNGFeJTM .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-uKMNGFeJTM .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-uKMNGFeJTM .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-uKMNGFeJTM .mbr-section-title {
  width: 100%;
  color: #ec8c39;
  margin-bottom: 4px;
  text-align: center;
}
.cid-uKMNGFeJTM .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-uKMNGFeJTM .btn-container {
  width: 100%;
}
.cid-uKMNGFeJTM .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-uKMNGFeJTM .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-uKMNGFeJTM .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uKMNGFeJTM .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-uKMNGFM39G {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpeg");
}
.cid-uKMNGFM39G .row {
  align-items: center;
  width: 100%;
}
.cid-uKMNGFM39G .grid-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  padding: 0;
  margin-bottom: 1.25rem;
}
.cid-uKMNGFM39G .content-container {
  display: block;
  width: 31%;
  min-width: 280px;
  max-width: 400px;
  padding: 0 !important;
  background-color: #232b45;
}
@media (max-width: 991px) {
  .cid-uKMNGFM39G .content-container {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .cid-uKMNGFM39G .content-container {
    width: 100%;
  }
}
.cid-uKMNGFM39G .img-container {
  overflow: hidden;
  display: block;
  width: 100%;
}
.cid-uKMNGFM39G .img-container img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 400px;
  min-height: 400px;
  object-fit: cover;
}
.cid-uKMNGFM39G .text-container {
  padding: 16px 32px;
  display: block;
  width: 100%;
}
.cid-uKMNGFM39G .text-wrapper {
  display: block;
  width: 100%;
}
.cid-uKMNGFM39G .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-uKMNGFM39G .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-uKMNGFM39G .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-uKMNGFM39G .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-uKMNGFM39G .mbr-section-title {
  width: 100%;
  color: #ec8c39;
  margin-bottom: 4px;
  text-align: center;
}
.cid-uKMNGFM39G .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-uKMNGFM39G .btn-container {
  width: 100%;
}
.cid-uKMNGFM39G .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-uKMNGFM39G .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-uKMNGFM39G .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uKMNGFM39G .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-uKMNGGlx3n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uKMNGGlx3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKMNGGlx3n .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-uKMNGGlx3n .container {
    padding: 0 15px;
  }
}
.cid-uKMNGGlx3n .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uKMNGGlx3n .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uKMNGGlx3n .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uKMNGGlx3n .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uKMNGGlx3n .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uKMNGGlx3n .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uKMNGGlx3n .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKMNGGlx3n .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uKMNGGlx3n .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uKMNGGlx3n .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-uKMNGGlx3n .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uKMNGGlx3n .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uKMNGGlx3n .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uKMNGGlx3n .mbr-section-title {
  color: #ffffff;
}
.cid-uKMNGGlx3n .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uKMNGGlx3n .mbr-text {
  color: #d2d2df;
}
.cid-uKMNGGSSDs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uKMNGGSSDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKMNGGSSDs .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-uKMNGGSSDs .container {
    padding: 0 15px;
  }
}
.cid-uKMNGGSSDs .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uKMNGGSSDs .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uKMNGGSSDs .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uKMNGGSSDs .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uKMNGGSSDs .mbr-section-title {
  color: #ffffff;
}
.cid-uKMNGGSSDs .mbr-text {
  color: #d2d2df;
}
.cid-uKMNGGSSDs .mbr-name {
  color: #f2ac2b;
}
.cid-uXJIdEUiha {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uXJIdEUiha .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXJIdEUiha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXJIdEUiha .row {
  justify-content: center;
}
.cid-uXJIdEUiha .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .container {
    padding: 0 15px;
  }
}
.cid-uXJIdEUiha .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .title-wrapper {
    text-align: center;
  }
}
.cid-uXJIdEUiha .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uXJIdEUiha .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uXJIdEUiha .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXJIdEUiha .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .list {
    justify-content: center;
  }
}
.cid-uXJIdEUiha .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uXJIdEUiha .list .item-wrap:hover,
.cid-uXJIdEUiha .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uXJIdEUiha .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uXJIdEUiha .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uXJIdEUiha .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .copy-wrapper {
    height: auto;
  }
}
.cid-uXJIdEUiha .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uXJIdEUiha .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .social-wrapper {
    text-align: center;
  }
}
.cid-uXJIdEUiha .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXJIdEUiha .mbr-section-title {
  color: #f2ac2b;
}
.cid-uXJIdEUiha .mbr-copy {
  color: #d2d2df;
}
.cid-uKN1NC74Kk {
  background-color: transparent;
}
.cid-uKN1NC74Kk .navbar-dropdown {
  background: #171827 !important;
  padding: 0;
}
.cid-uKN1NC74Kk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171827 !important;
  background: #171827;
}
.cid-uKN1NC74Kk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKN1NC74Kk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKN1NC74Kk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKN1NC74Kk .menu_box .navbar.opened,
  .cid-uKN1NC74Kk .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKN1NC74Kk .navbar-dropdown {
  position: relative !important;
}
.cid-uKN1NC74Kk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKN1NC74Kk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKN1NC74Kk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKN1NC74Kk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKN1NC74Kk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKN1NC74Kk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uKN1NC74Kk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKN1NC74Kk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKN1NC74Kk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKN1NC74Kk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKN1NC74Kk .offcanvas-body .mbr-text,
  .cid-uKN1NC74Kk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKN1NC74Kk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKN1NC74Kk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKN1NC74Kk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uKN1NC74Kk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKN1NC74Kk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKN1NC74Kk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKN1NC74Kk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKN1NC74Kk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKN1NC74Kk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKN1NC74Kk .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-uKN1NC74Kk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKN1NC74Kk 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-uKN1NC74Kk .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKN1NC74Kk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKN1NC74Kk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKN1NC74Kk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKN1NC74Kk .nav-item {
    margin: 0 !important;
  }
}
.cid-uKN1NC74Kk .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uKN1NC74Kk .nav-item .nav-link:hover,
.cid-uKN1NC74Kk .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uKN1NC74Kk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKN1NC74Kk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKN1NC74Kk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKN1NC74Kk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKN1NC74Kk .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-uKN1NC74Kk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKN1NC74Kk .offcanvas_box {
    display: none;
  }
}
.cid-uKN1NC74Kk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKN1NC74Kk .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKN1NC74Kk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKN1NC74Kk .container {
  display: flex;
  margin: auto;
}
.cid-uKN1NC74Kk .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-uKN1NC74Kk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKN1NC74Kk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKN1NC74Kk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKN1NC74Kk .navbar-nav {
    margin: 0;
  }
}
.cid-uKN1NC74Kk .dropdown-menu,
.cid-uKN1NC74Kk .navbar.opened {
  background-color: true !important;
}
.cid-uKN1NC74Kk .nav-item:focus,
.cid-uKN1NC74Kk .nav-link:focus {
  outline: none;
}
.cid-uKN1NC74Kk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKN1NC74Kk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKN1NC74Kk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKN1NC74Kk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKN1NC74Kk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKN1NC74Kk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKN1NC74Kk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKN1NC74Kk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKN1NC74Kk .navbar.opened {
  transition: all 0.3s;
}
.cid-uKN1NC74Kk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKN1NC74Kk .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uKN1NC74Kk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKN1NC74Kk .navbar.collapsed {
  justify-content: center;
}
.cid-uKN1NC74Kk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKN1NC74Kk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKN1NC74Kk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKN1NC74Kk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKN1NC74Kk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKN1NC74Kk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKN1NC74Kk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKN1NC74Kk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKN1NC74Kk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKN1NC74Kk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKN1NC74Kk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKN1NC74Kk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKN1NC74Kk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKN1NC74Kk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKN1NC74Kk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKN1NC74Kk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKN1NC74Kk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKN1NC74Kk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKN1NC74Kk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKN1NC74Kk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKN1NC74Kk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKN1NC74Kk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKN1NC74Kk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKN1NC74Kk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKN1NC74Kk .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-uKN1NC74Kk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uKN1NC74Kk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKN1NC74Kk .dropdown-item.active,
.cid-uKN1NC74Kk .dropdown-item:active {
  background-color: transparent;
}
.cid-uKN1NC74Kk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKN1NC74Kk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKN1NC74Kk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKN1NC74Kk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKN1NC74Kk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKN1NC74Kk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKN1NC74Kk 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-uKN1NC74Kk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uKN1NC74Kk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKN1NC74Kk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKN1NC74Kk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKN1NC74Kk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKN1NC74Kk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKN1NC74Kk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKN1NC74Kk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKN1NC74Kk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKN1NC74Kk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKN1NC74Kk .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-uKN1NC74Kk .navbar {
    height: 70px;
  }
  .cid-uKN1NC74Kk .navbar.opened {
    height: auto;
  }
  .cid-uKN1NC74Kk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKN1NC74Kk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uKN1NC74Kk .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uKN1NC74Kk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKN1NC74Kk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKN1NC74Kk .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uKN1NC74Kk .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uKN1NC74Kk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKN1NC74Kk .text_widget {
  margin-bottom: 32px;
}
.cid-uKN1NC74Kk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKN1NC74Kk .text_widget a:hover,
.cid-uKN1NC74Kk .text_widget a:focus {
  opacity: .6;
}
.cid-uKN1NC74Kk .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uKN1NC74Kk .navbar-caption {
  color: #f2ac2b;
}
.cid-uKN1NC74Kk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKN1NC74Kk .mbr-section-subtitle,
.cid-uKN1NC74Kk .text_widget,
.cid-uKN1NC74Kk .mbr-section-btn {
  text-align: center;
}
.cid-uKN1NC74Kk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
#custom-html-1v {
  /* Type valid CSS here */
}
#custom-html-1v div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1v p {
  font-size: 60px;
  color: #777;
}
.cid-uKN1NCLQO9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uKN1NCLQO9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKN1NCLQO9 .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-uKN1NCLQO9 .container {
    padding: 0 15px;
  }
}
.cid-uKN1NCLQO9 .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uKN1NCLQO9 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uKN1NCLQO9 .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uKN1NCLQO9 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uKN1NCLQO9 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uKN1NCLQO9 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uKN1NCLQO9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKN1NCLQO9 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uKN1NCLQO9 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uKN1NCLQO9 .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-uKN1NCLQO9 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uKN1NCLQO9 .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uKN1NCLQO9 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uKN1NCLQO9 .mbr-section-title {
  color: #ffffff;
}
.cid-uKN1NCLQO9 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uKN1NCLQO9 .mbr-text {
  color: #d2d2df;
}
.cid-uKN1ND27ly {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uKN1ND27ly .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKN1ND27ly .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-uKN1ND27ly .container {
    padding: 0 15px;
  }
}
.cid-uKN1ND27ly .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uKN1ND27ly .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uKN1ND27ly .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uKN1ND27ly .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uKN1ND27ly .mbr-section-title {
  color: #ffffff;
}
.cid-uKN1ND27ly .mbr-text {
  color: #d2d2df;
}
.cid-uKN1ND27ly .mbr-name {
  color: #f2ac2b;
}
.cid-uXJIdEUiha {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uXJIdEUiha .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXJIdEUiha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXJIdEUiha .row {
  justify-content: center;
}
.cid-uXJIdEUiha .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .container {
    padding: 0 15px;
  }
}
.cid-uXJIdEUiha .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .title-wrapper {
    text-align: center;
  }
}
.cid-uXJIdEUiha .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uXJIdEUiha .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uXJIdEUiha .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXJIdEUiha .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .list {
    justify-content: center;
  }
}
.cid-uXJIdEUiha .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uXJIdEUiha .list .item-wrap:hover,
.cid-uXJIdEUiha .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uXJIdEUiha .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uXJIdEUiha .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uXJIdEUiha .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .copy-wrapper {
    height: auto;
  }
}
.cid-uXJIdEUiha .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uXJIdEUiha .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .social-wrapper {
    text-align: center;
  }
}
.cid-uXJIdEUiha .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXJIdEUiha .mbr-section-title {
  color: #f2ac2b;
}
.cid-uXJIdEUiha .mbr-copy {
  color: #d2d2df;
}
.cid-uLhUecgLeZ {
  background-color: transparent;
}
.cid-uLhUecgLeZ .navbar-dropdown {
  background: #171827 !important;
  padding: 0;
}
.cid-uLhUecgLeZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171827 !important;
  background: #171827;
}
.cid-uLhUecgLeZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLhUecgLeZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uLhUecgLeZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uLhUecgLeZ .menu_box .navbar.opened,
  .cid-uLhUecgLeZ .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLhUecgLeZ .navbar-dropdown {
  position: relative !important;
}
.cid-uLhUecgLeZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uLhUecgLeZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uLhUecgLeZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uLhUecgLeZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLhUecgLeZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLhUecgLeZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uLhUecgLeZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLhUecgLeZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLhUecgLeZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLhUecgLeZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLhUecgLeZ .offcanvas-body .mbr-text,
  .cid-uLhUecgLeZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uLhUecgLeZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uLhUecgLeZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLhUecgLeZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uLhUecgLeZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLhUecgLeZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLhUecgLeZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLhUecgLeZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLhUecgLeZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLhUecgLeZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLhUecgLeZ .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-uLhUecgLeZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLhUecgLeZ 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-uLhUecgLeZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uLhUecgLeZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uLhUecgLeZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLhUecgLeZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLhUecgLeZ .nav-item {
    margin: 0 !important;
  }
}
.cid-uLhUecgLeZ .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uLhUecgLeZ .nav-item .nav-link:hover,
.cid-uLhUecgLeZ .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uLhUecgLeZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLhUecgLeZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLhUecgLeZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLhUecgLeZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLhUecgLeZ .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-uLhUecgLeZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLhUecgLeZ .offcanvas_box {
    display: none;
  }
}
.cid-uLhUecgLeZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uLhUecgLeZ .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLhUecgLeZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLhUecgLeZ .container {
  display: flex;
  margin: auto;
}
.cid-uLhUecgLeZ .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-uLhUecgLeZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLhUecgLeZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLhUecgLeZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLhUecgLeZ .navbar-nav {
    margin: 0;
  }
}
.cid-uLhUecgLeZ .dropdown-menu,
.cid-uLhUecgLeZ .navbar.opened {
  background-color: true !important;
}
.cid-uLhUecgLeZ .nav-item:focus,
.cid-uLhUecgLeZ .nav-link:focus {
  outline: none;
}
.cid-uLhUecgLeZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLhUecgLeZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLhUecgLeZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLhUecgLeZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLhUecgLeZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLhUecgLeZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLhUecgLeZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uLhUecgLeZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uLhUecgLeZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uLhUecgLeZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLhUecgLeZ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uLhUecgLeZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uLhUecgLeZ .navbar.collapsed {
  justify-content: center;
}
.cid-uLhUecgLeZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLhUecgLeZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLhUecgLeZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLhUecgLeZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLhUecgLeZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLhUecgLeZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLhUecgLeZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLhUecgLeZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLhUecgLeZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uLhUecgLeZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLhUecgLeZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLhUecgLeZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLhUecgLeZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLhUecgLeZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLhUecgLeZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLhUecgLeZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLhUecgLeZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLhUecgLeZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLhUecgLeZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uLhUecgLeZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLhUecgLeZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLhUecgLeZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLhUecgLeZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLhUecgLeZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLhUecgLeZ .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-uLhUecgLeZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uLhUecgLeZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLhUecgLeZ .dropdown-item.active,
.cid-uLhUecgLeZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uLhUecgLeZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uLhUecgLeZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLhUecgLeZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLhUecgLeZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLhUecgLeZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uLhUecgLeZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLhUecgLeZ 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-uLhUecgLeZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uLhUecgLeZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLhUecgLeZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLhUecgLeZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLhUecgLeZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLhUecgLeZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLhUecgLeZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLhUecgLeZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLhUecgLeZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLhUecgLeZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLhUecgLeZ .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-uLhUecgLeZ .navbar {
    height: 70px;
  }
  .cid-uLhUecgLeZ .navbar.opened {
    height: auto;
  }
  .cid-uLhUecgLeZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLhUecgLeZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLhUecgLeZ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uLhUecgLeZ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uLhUecgLeZ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uLhUecgLeZ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uLhUecgLeZ .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uLhUecgLeZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLhUecgLeZ .text_widget {
  margin-bottom: 32px;
}
.cid-uLhUecgLeZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uLhUecgLeZ .text_widget a:hover,
.cid-uLhUecgLeZ .text_widget a:focus {
  opacity: .6;
}
.cid-uLhUecgLeZ .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uLhUecgLeZ .navbar-caption {
  color: #f2ac2b;
}
.cid-uLhUecgLeZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLhUecgLeZ .mbr-section-subtitle,
.cid-uLhUecgLeZ .text_widget,
.cid-uLhUecgLeZ .mbr-section-btn {
  text-align: center;
}
.cid-uLhUecgLeZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLhUecIX1k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uLhUecIX1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLhUecIX1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLhUecIX1k .row {
  justify-content: center;
}
.cid-uLhUecIX1k .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uLhUecIX1k .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uLhUecIX1k .container {
    padding: 0 15px;
  }
}
.cid-uLhUecIX1k .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uLhUecIX1k .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLhUecIX1k .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLhUecIX1k .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLhUecIX1k .mbr-section-btn {
  margin-top: 40px;
}
.cid-uLhUecIX1k .mbr-section-title {
  color: #ffffff;
}
.cid-uLhUecIX1k .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uLhUecIX1k .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uLhUecIX1k .mbr-section-title,
.cid-uLhUecIX1k .mbr-section-btn {
  text-align: center;
}
.cid-vdh1YH8ktx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-vdh1YH8ktx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdh1YH8ktx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdh1YH8ktx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdh1YH8ktx .container {
    padding: 0 15px;
  }
}
.cid-vdh1YH8ktx .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdh1YH8ktx .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vdh1YH8ktx .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-vdh1YH8ktx .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-vdh1YH8ktx .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdh1YH8ktx .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-vdh1YH8ktx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdh1YH8ktx .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-vdh1YH8ktx .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdh1YH8ktx .image-wrapper {
    margin: 0;
  }
}
.cid-vdh1YH8ktx .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0px solid #373d52;
}
.cid-vdh1YH8ktx .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-vdh1YH8ktx .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-vdh1YH8ktx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdh1YH8ktx .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-vdh1YH8ktx .mbr-text {
  color: #d2d2df;
}
.cid-vdh1YH8ktx .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-v5sknsHuLf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v5sknsHuLf .row {
  align-items: center;
  width: 100%;
}
.cid-v5sknsHuLf .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-v5sknsHuLf .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-v5sknsHuLf .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-v5sknsHuLf .img-container {
  overflow: hidden;
  display: block;
  width: 100%;
}
.cid-v5sknsHuLf .img-container img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 520px;
  min-height: 520px;
  object-fit: cover;
}
.cid-v5sknsHuLf .content-container {
  display: block;
  padding: 0 !important;
  background-color: #232b45;
}
.cid-v5sknsHuLf .text-container {
  padding: 16px 32px;
  display: block;
  width: 100%;
}
.cid-v5sknsHuLf .text-wrapper {
  display: block;
  width: 100%;
}
.cid-v5sknsHuLf .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-v5sknsHuLf .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-v5sknsHuLf .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-v5sknsHuLf .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-v5sknsHuLf .mbr-section-title {
  width: 100%;
  color: #ec8c39;
  margin-bottom: 4px;
  text-align: center;
}
.cid-v5sknsHuLf .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-v5sknsHuLf .btn-container {
  width: 100%;
}
.cid-v5sknsHuLf .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-v5sknsHuLf .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-v5sknsHuLf .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v5sknsHuLf .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-vbin3dwDXu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-vbin3dwDXu .row {
  align-items: center;
  width: 100%;
}
.cid-vbin3dwDXu .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto 1.25rem;
}
@media (max-width: 991px) {
  .cid-vbin3dwDXu .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-vbin3dwDXu .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-vbin3dwDXu .content-container {
  display: block;
  padding: 0 !important;
  background-color: #232b45;
}
.cid-vbin3dwDXu .text-container {
  padding: 16px 32px;
  display: block;
  width: 100%;
}
.cid-vbin3dwDXu .text-wrapper {
  display: block;
  width: 100%;
}
.cid-vbin3dwDXu .header-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-vbin3dwDXu .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-vbin3dwDXu .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-vbin3dwDXu .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-vbin3dwDXu .mbr-section-title {
  width: 100%;
  color: #ec8c39;
  margin-bottom: 4px;
  text-align: center;
}
.cid-vbin3dwDXu .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-vbin3dwDXu .btn-container {
  width: 100%;
}
.cid-vbin3dwDXu .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-vbin3dwDXu .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-vbin3dwDXu .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-vbin3dwDXu .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-vbin3dwDXu .gallery1 .img-container {
  overflow: hidden;
  display: block !important;
  width: 100% !important;
  max-width: 520px !important;
  flex: 0 0 auto !important;
  margin: 0 auto !important;
  box-sizing: border-box;
}
.cid-vbin3dwDXu .gallery1 .img-container a {
  display: block !important;
  width: 100% !important;
}
.cid-vbin3dwDXu .gallery1 .img-container img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 520px !important;
  min-height: 520px !important;
  object-fit: cover !important;
}
.cid-uWGRDFa14j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uWGRDFa14j .row {
  align-items: center;
  width: 100%;
}
.cid-uWGRDFa14j .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-uWGRDFa14j .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uWGRDFa14j .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uWGRDFa14j .img-container {
  overflow: hidden;
  display: block;
  width: 100%;
}
.cid-uWGRDFa14j .img-container img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 520px;
  min-height: 520px;
  object-fit: cover;
}
.cid-uWGRDFa14j .content-container {
  display: block;
  padding: 0 !important;
  background-color: #232b45;
}
.cid-uWGRDFa14j .text-container {
  padding: 16px 32px;
  display: block;
  width: 100%;
}
.cid-uWGRDFa14j .text-wrapper {
  display: block;
  width: 100%;
}
.cid-uWGRDFa14j .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-uWGRDFa14j .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-uWGRDFa14j .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-uWGRDFa14j .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-uWGRDFa14j .mbr-section-title {
  width: 100%;
  color: #ec8c39;
  margin-bottom: 4px;
  text-align: center;
}
.cid-uWGRDFa14j .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-uWGRDFa14j .btn-container {
  width: 100%;
}
.cid-uWGRDFa14j .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-uWGRDFa14j .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-uWGRDFa14j .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uWGRDFa14j .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-v9oTnED2Gd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v9oTnED2Gd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9oTnED2Gd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9oTnED2Gd .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v9oTnED2Gd .container {
    padding: 0 15px;
  }
}
.cid-v9oTnED2Gd .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9oTnED2Gd .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v9oTnED2Gd .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-v9oTnED2Gd .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-v9oTnED2Gd .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9oTnED2Gd .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v9oTnED2Gd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9oTnED2Gd .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-v9oTnED2Gd .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v9oTnED2Gd .image-wrapper {
    margin: 0;
  }
}
.cid-v9oTnED2Gd .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0px solid #373d52;
}
.cid-v9oTnED2Gd .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-v9oTnED2Gd .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-v9oTnED2Gd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v9oTnED2Gd .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-v9oTnED2Gd .mbr-text {
  color: #d2d2df;
}
.cid-v9oTnED2Gd .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uXwLeN30T7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uXwLeN30T7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXwLeN30T7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXwLeN30T7 .row {
  justify-content: center;
}
.cid-uXwLeN30T7 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uXwLeN30T7 .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uXwLeN30T7 .container {
    padding: 0 15px;
  }
}
.cid-uXwLeN30T7 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uXwLeN30T7 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXwLeN30T7 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXwLeN30T7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXwLeN30T7 .mbr-section-btn {
  margin-top: 40px;
}
.cid-uXwLeN30T7 .mbr-section-title {
  color: #ffffff;
}
.cid-uXwLeN30T7 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uXwLeN30T7 .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uXwLeN30T7 .mbr-section-title,
.cid-uXwLeN30T7 .mbr-section-btn {
  text-align: center;
}
.cid-uLOcCeUNEN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uLOcCeUNEN .row {
  align-items: center;
  width: 100%;
}
.cid-uLOcCeUNEN .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-uLOcCeUNEN .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uLOcCeUNEN .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uLOcCeUNEN .img-container {
  overflow: hidden;
  display: block;
  width: 100%;
}
.cid-uLOcCeUNEN .img-container img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 520px;
  min-height: 520px;
  object-fit: cover;
}
.cid-uLOcCeUNEN .content-container {
  display: block;
  padding: 0 !important;
  background-color: #232b45;
}
.cid-uLOcCeUNEN .text-container {
  padding: 16px 32px;
  display: block;
  width: 100%;
}
.cid-uLOcCeUNEN .text-wrapper {
  display: block;
  width: 100%;
}
.cid-uLOcCeUNEN .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-uLOcCeUNEN .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-uLOcCeUNEN .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-uLOcCeUNEN .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-uLOcCeUNEN .mbr-section-title {
  width: 100%;
  color: #ce6a14;
  margin-bottom: 4px;
  text-align: center;
}
.cid-uLOcCeUNEN .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-uLOcCeUNEN .btn-container {
  width: 100%;
}
.cid-uLOcCeUNEN .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-uLOcCeUNEN .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-uLOcCeUNEN .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uLOcCeUNEN .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-1wGkuG15rw P {
  color: #1281fc;
}
.cid-1wGkuG15rw DIV {
  color: #ffffff;
}
.cid-1wGkuG15rw H10 {
  color: #034e75;
}
.cid-1wGkuG15rw .hidden {
  display: none;
}
.cid-1wGkuG15rw .icon-bar {
  z-index: 100002;
  position: fixed;
  top: 20%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 1px;
}
.cid-1wGkuG15rw .icon-bar a {
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  padding-left: 1px;
}
.cid-1wGkuG15rw .icon-bar a:hover {
  background-color: #000000;
}
.cid-1wGkuG15rw .flag {
  background: transparent;
}
.cid-1wGkuG15rw .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-1wGkuG15rw .nav-right {
  float: left !important;
  position: relative;
}
.cid-1wGkuG15rw #google_translate_element {
  display: none;
}
.cid-1wGkuG15rw .goog-te-banner {
  display: none;
}
.cid-1wGkuG15rw .skiptranslate {
  display: none;
  bottom: 0px;
  position: relative;
}
.cid-1wGkuG15rw .goog-te-spinner-pos {
  display: none !important;
}
.cid-1wGkuG15rw body {
  top: 0px !important;
}
.cid-1wGkuG15rw body body {
  top: 0 !important;
}
.cid-1wGkuG15rw body .goog-te-banner-frame {
  display: none !important;
}
.cid-1wGkuG15rw .goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.cid-1wGkuG15rw .goog-tooltip {
  display: none !important;
}
.cid-1wGkuG15rw .goog-tooltip:hover {
  display: none !important;
}
.cid-1wGkuG15rw .goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: none !important;
  Background-color: transparent;
}
.cid-1wGkuG15rw #goog-gt-tt,
.cid-1wGkuG15rw .goog-te-balloon-frame {
  display: none !important;
}
.cid-1wGkuG15rw #goog-gt-tt {
  visibility: hidden;
  display: none !important;
}
.cid-1wGkuG15rw .goog-logo-link {
  display: none !important;
}
.cid-1wGkuG15rw .goog-te-gadget {
  height: 28px !important;
  overflow: hidden;
}
.cid-1wGkuG15rw div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-1wGkuG15rw div.imgtest2 {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  content: url(https://www.unsitepourtous.be/logoscript/flags145.png);
}
.cid-uXJIdEUiha {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uXJIdEUiha .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXJIdEUiha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXJIdEUiha .row {
  justify-content: center;
}
.cid-uXJIdEUiha .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .container {
    padding: 0 15px;
  }
}
.cid-uXJIdEUiha .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .title-wrapper {
    text-align: center;
  }
}
.cid-uXJIdEUiha .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uXJIdEUiha .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uXJIdEUiha .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXJIdEUiha .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .list {
    justify-content: center;
  }
}
.cid-uXJIdEUiha .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uXJIdEUiha .list .item-wrap:hover,
.cid-uXJIdEUiha .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uXJIdEUiha .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uXJIdEUiha .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uXJIdEUiha .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .copy-wrapper {
    height: auto;
  }
}
.cid-uXJIdEUiha .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uXJIdEUiha .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .social-wrapper {
    text-align: center;
  }
}
.cid-uXJIdEUiha .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXJIdEUiha .mbr-section-title {
  color: #f2ac2b;
}
.cid-uXJIdEUiha .mbr-copy {
  color: #d2d2df;
}
.cid-uUZ0DYEPW2 {
  background-color: transparent;
}
.cid-uUZ0DYEPW2 .navbar-dropdown {
  background: #171827 !important;
  padding: 0;
}
.cid-uUZ0DYEPW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171827 !important;
  background: #171827;
}
.cid-uUZ0DYEPW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUZ0DYEPW2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUZ0DYEPW2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUZ0DYEPW2 .menu_box .navbar.opened,
  .cid-uUZ0DYEPW2 .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUZ0DYEPW2 .navbar-dropdown {
  position: relative !important;
}
.cid-uUZ0DYEPW2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uUZ0DYEPW2 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uUZ0DYEPW2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uUZ0DYEPW2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUZ0DYEPW2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUZ0DYEPW2 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uUZ0DYEPW2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uUZ0DYEPW2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uUZ0DYEPW2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uUZ0DYEPW2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uUZ0DYEPW2 .offcanvas-body .mbr-text,
  .cid-uUZ0DYEPW2 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uUZ0DYEPW2 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uUZ0DYEPW2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uUZ0DYEPW2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uUZ0DYEPW2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uUZ0DYEPW2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uUZ0DYEPW2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uUZ0DYEPW2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uUZ0DYEPW2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uUZ0DYEPW2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUZ0DYEPW2 .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-uUZ0DYEPW2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUZ0DYEPW2 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-uUZ0DYEPW2 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uUZ0DYEPW2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uUZ0DYEPW2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uUZ0DYEPW2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uUZ0DYEPW2 .nav-item {
    margin: 0 !important;
  }
}
.cid-uUZ0DYEPW2 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uUZ0DYEPW2 .nav-item .nav-link:hover,
.cid-uUZ0DYEPW2 .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uUZ0DYEPW2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUZ0DYEPW2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUZ0DYEPW2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUZ0DYEPW2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUZ0DYEPW2 .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-uUZ0DYEPW2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUZ0DYEPW2 .offcanvas_box {
    display: none;
  }
}
.cid-uUZ0DYEPW2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUZ0DYEPW2 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUZ0DYEPW2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUZ0DYEPW2 .container {
  display: flex;
  margin: auto;
}
.cid-uUZ0DYEPW2 .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-uUZ0DYEPW2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUZ0DYEPW2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uUZ0DYEPW2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUZ0DYEPW2 .navbar-nav {
    margin: 0;
  }
}
.cid-uUZ0DYEPW2 .dropdown-menu,
.cid-uUZ0DYEPW2 .navbar.opened {
  background-color: true !important;
}
.cid-uUZ0DYEPW2 .nav-item:focus,
.cid-uUZ0DYEPW2 .nav-link:focus {
  outline: none;
}
.cid-uUZ0DYEPW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUZ0DYEPW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUZ0DYEPW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUZ0DYEPW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUZ0DYEPW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUZ0DYEPW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUZ0DYEPW2 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUZ0DYEPW2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUZ0DYEPW2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUZ0DYEPW2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUZ0DYEPW2 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uUZ0DYEPW2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uUZ0DYEPW2 .navbar.collapsed {
  justify-content: center;
}
.cid-uUZ0DYEPW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUZ0DYEPW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUZ0DYEPW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUZ0DYEPW2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUZ0DYEPW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUZ0DYEPW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUZ0DYEPW2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUZ0DYEPW2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uUZ0DYEPW2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uUZ0DYEPW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUZ0DYEPW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUZ0DYEPW2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUZ0DYEPW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUZ0DYEPW2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUZ0DYEPW2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUZ0DYEPW2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUZ0DYEPW2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUZ0DYEPW2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUZ0DYEPW2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUZ0DYEPW2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUZ0DYEPW2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUZ0DYEPW2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUZ0DYEPW2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUZ0DYEPW2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUZ0DYEPW2 .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-uUZ0DYEPW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uUZ0DYEPW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUZ0DYEPW2 .dropdown-item.active,
.cid-uUZ0DYEPW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUZ0DYEPW2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uUZ0DYEPW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUZ0DYEPW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUZ0DYEPW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUZ0DYEPW2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUZ0DYEPW2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUZ0DYEPW2 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-uUZ0DYEPW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uUZ0DYEPW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUZ0DYEPW2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZ0DYEPW2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUZ0DYEPW2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUZ0DYEPW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZ0DYEPW2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUZ0DYEPW2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUZ0DYEPW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUZ0DYEPW2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUZ0DYEPW2 .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-uUZ0DYEPW2 .navbar {
    height: 70px;
  }
  .cid-uUZ0DYEPW2 .navbar.opened {
    height: auto;
  }
  .cid-uUZ0DYEPW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUZ0DYEPW2 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uUZ0DYEPW2 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uUZ0DYEPW2 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uUZ0DYEPW2 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uUZ0DYEPW2 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uUZ0DYEPW2 .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uUZ0DYEPW2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUZ0DYEPW2 .text_widget {
  margin-bottom: 32px;
}
.cid-uUZ0DYEPW2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUZ0DYEPW2 .text_widget a:hover,
.cid-uUZ0DYEPW2 .text_widget a:focus {
  opacity: .6;
}
.cid-uUZ0DYEPW2 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uUZ0DYEPW2 .navbar-caption {
  color: #f2ac2b;
}
.cid-uUZ0DYEPW2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uUZ0DYEPW2 .mbr-section-subtitle,
.cid-uUZ0DYEPW2 .text_widget,
.cid-uUZ0DYEPW2 .mbr-section-btn {
  text-align: center;
}
.cid-uUZ0DYEPW2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUZ1iYB6BU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uUZ1iYB6BU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZ1iYB6BU .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-uUZ1iYB6BU .container {
    padding: 0 15px;
  }
}
.cid-uUZ1iYB6BU .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uUZ1iYB6BU .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUZ1iYB6BU .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uUZ1iYB6BU .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uUZ1iYB6BU .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUZ1iYB6BU .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUZ1iYB6BU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUZ1iYB6BU .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUZ1iYB6BU .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uUZ1iYB6BU .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-uUZ1iYB6BU .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uUZ1iYB6BU .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uUZ1iYB6BU .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uUZ1iYB6BU .mbr-section-title {
  color: #ffffff;
}
.cid-uUZ1iYB6BU .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uUZ1iYB6BU .mbr-text {
  color: #d2d2df;
}
.cid-uUZ1kDB576 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uUZ1kDB576 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZ1kDB576 .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-uUZ1kDB576 .container {
    padding: 0 15px;
  }
}
.cid-uUZ1kDB576 .row {
  justify-content: center;
}
.cid-uUZ1kDB576 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUZ1kDB576 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUZ1kDB576 .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uUZ1kDB576 .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uUZ1kDB576 .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUZ1kDB576 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uUZ1kDB576 .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uUZ1kDB576 .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uUZ1kDB576 .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uUZ1kDB576 .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUZ1kDB576 .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uUZ1kDB576 .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uUZ1kDB576 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUZ1kDB576 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUZ1kDB576 .list {
  color: #ffffff;
}
.cid-uUZ1lsgxxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uUZ1lsgxxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZ1lsgxxG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZ1lsgxxG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUZ1lsgxxG .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uUZ1lsgxxG .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUZ1lsgxxG .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUZ1lsgxxG .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUZ1lsgxxG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUZ1lsgxxG .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-uUZ1lsgxxG .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-uUZ1lsgxxG .content-wrapper .list .item-wrap:hover,
.cid-uUZ1lsgxxG .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-uUZ1lsgxxG .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-uUZ1lsgxxG .mbr-section-title {
  color: #ffffff;
}
.cid-uUZ1lsgxxG .mbr-text {
  color: #d2d2df;
}
.cid-uUZ1lsgxxG .list {
  color: #d2d2df;
}
.cid-uUZ1mgU8YP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uUZ1mgU8YP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZ1mgU8YP .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-uUZ1mgU8YP .container {
    padding: 0 15px;
  }
}
.cid-uUZ1mgU8YP .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uUZ1mgU8YP .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uUZ1mgU8YP .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uUZ1mgU8YP .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uUZ1mgU8YP .mbr-section-title {
  color: #ffffff;
}
.cid-uUZ1mgU8YP .mbr-text {
  color: #d2d2df;
}
.cid-uUZ1mgU8YP .mbr-name {
  color: #f2ac2b;
}
.cid-uXJIdEUiha {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uXJIdEUiha .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXJIdEUiha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXJIdEUiha .row {
  justify-content: center;
}
.cid-uXJIdEUiha .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .container {
    padding: 0 15px;
  }
}
.cid-uXJIdEUiha .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .title-wrapper {
    text-align: center;
  }
}
.cid-uXJIdEUiha .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uXJIdEUiha .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uXJIdEUiha .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXJIdEUiha .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .list {
    justify-content: center;
  }
}
.cid-uXJIdEUiha .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uXJIdEUiha .list .item-wrap:hover,
.cid-uXJIdEUiha .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uXJIdEUiha .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uXJIdEUiha .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uXJIdEUiha .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .copy-wrapper {
    height: auto;
  }
}
.cid-uXJIdEUiha .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uXJIdEUiha .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .social-wrapper {
    text-align: center;
  }
}
.cid-uXJIdEUiha .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXJIdEUiha .mbr-section-title {
  color: #f2ac2b;
}
.cid-uXJIdEUiha .mbr-copy {
  color: #d2d2df;
}
.cid-uXvoIVmkVg {
  background-color: transparent;
}
.cid-uXvoIVmkVg .navbar-dropdown {
  background: #171827 !important;
  padding: 0;
}
.cid-uXvoIVmkVg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171827 !important;
  background: #171827;
}
.cid-uXvoIVmkVg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXvoIVmkVg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uXvoIVmkVg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uXvoIVmkVg .menu_box .navbar.opened,
  .cid-uXvoIVmkVg .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uXvoIVmkVg .navbar-dropdown {
  position: relative !important;
}
.cid-uXvoIVmkVg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uXvoIVmkVg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uXvoIVmkVg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uXvoIVmkVg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uXvoIVmkVg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uXvoIVmkVg .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uXvoIVmkVg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uXvoIVmkVg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uXvoIVmkVg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uXvoIVmkVg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uXvoIVmkVg .offcanvas-body .mbr-text,
  .cid-uXvoIVmkVg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uXvoIVmkVg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uXvoIVmkVg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uXvoIVmkVg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uXvoIVmkVg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uXvoIVmkVg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uXvoIVmkVg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uXvoIVmkVg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uXvoIVmkVg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uXvoIVmkVg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uXvoIVmkVg .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-uXvoIVmkVg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uXvoIVmkVg 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-uXvoIVmkVg .lg_brand {
    margin: 0 1rem;
  }
  .cid-uXvoIVmkVg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uXvoIVmkVg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uXvoIVmkVg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uXvoIVmkVg .nav-item {
    margin: 0 !important;
  }
}
.cid-uXvoIVmkVg .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uXvoIVmkVg .nav-item .nav-link:hover,
.cid-uXvoIVmkVg .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uXvoIVmkVg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uXvoIVmkVg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uXvoIVmkVg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uXvoIVmkVg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uXvoIVmkVg .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-uXvoIVmkVg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uXvoIVmkVg .offcanvas_box {
    display: none;
  }
}
.cid-uXvoIVmkVg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uXvoIVmkVg .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uXvoIVmkVg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uXvoIVmkVg .container {
  display: flex;
  margin: auto;
}
.cid-uXvoIVmkVg .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-uXvoIVmkVg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uXvoIVmkVg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uXvoIVmkVg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uXvoIVmkVg .navbar-nav {
    margin: 0;
  }
}
.cid-uXvoIVmkVg .dropdown-menu,
.cid-uXvoIVmkVg .navbar.opened {
  background-color: true !important;
}
.cid-uXvoIVmkVg .nav-item:focus,
.cid-uXvoIVmkVg .nav-link:focus {
  outline: none;
}
.cid-uXvoIVmkVg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXvoIVmkVg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXvoIVmkVg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXvoIVmkVg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXvoIVmkVg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXvoIVmkVg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXvoIVmkVg .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uXvoIVmkVg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uXvoIVmkVg .navbar.opened {
  transition: all 0.3s;
}
.cid-uXvoIVmkVg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uXvoIVmkVg .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uXvoIVmkVg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uXvoIVmkVg .navbar.collapsed {
  justify-content: center;
}
.cid-uXvoIVmkVg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXvoIVmkVg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uXvoIVmkVg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXvoIVmkVg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXvoIVmkVg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXvoIVmkVg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uXvoIVmkVg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uXvoIVmkVg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uXvoIVmkVg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uXvoIVmkVg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXvoIVmkVg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXvoIVmkVg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uXvoIVmkVg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXvoIVmkVg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uXvoIVmkVg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXvoIVmkVg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uXvoIVmkVg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uXvoIVmkVg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uXvoIVmkVg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uXvoIVmkVg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXvoIVmkVg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uXvoIVmkVg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXvoIVmkVg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXvoIVmkVg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXvoIVmkVg .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-uXvoIVmkVg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uXvoIVmkVg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXvoIVmkVg .dropdown-item.active,
.cid-uXvoIVmkVg .dropdown-item:active {
  background-color: transparent;
}
.cid-uXvoIVmkVg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uXvoIVmkVg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXvoIVmkVg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXvoIVmkVg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXvoIVmkVg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uXvoIVmkVg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXvoIVmkVg 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-uXvoIVmkVg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uXvoIVmkVg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXvoIVmkVg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXvoIVmkVg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXvoIVmkVg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXvoIVmkVg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXvoIVmkVg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXvoIVmkVg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXvoIVmkVg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXvoIVmkVg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uXvoIVmkVg .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-uXvoIVmkVg .navbar {
    height: 70px;
  }
  .cid-uXvoIVmkVg .navbar.opened {
    height: auto;
  }
  .cid-uXvoIVmkVg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXvoIVmkVg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uXvoIVmkVg .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uXvoIVmkVg .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uXvoIVmkVg .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uXvoIVmkVg .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uXvoIVmkVg .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uXvoIVmkVg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uXvoIVmkVg .text_widget {
  margin-bottom: 32px;
}
.cid-uXvoIVmkVg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uXvoIVmkVg .text_widget a:hover,
.cid-uXvoIVmkVg .text_widget a:focus {
  opacity: .6;
}
.cid-uXvoIVmkVg .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uXvoIVmkVg .navbar-caption {
  color: #f2ac2b;
}
.cid-uXvoIVmkVg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uXvoIVmkVg .mbr-section-subtitle,
.cid-uXvoIVmkVg .text_widget,
.cid-uXvoIVmkVg .mbr-section-btn {
  text-align: center;
}
.cid-uXvoIVmkVg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-siRnQwXsPf {
  background-image: url("../../../assets/images/background1-1.jpg");
  padding-top: 60px;
  padding-bottom: 45px;
}
@media (min-width: 992px) {
  .cid-siRnQwXsPf .text-wrapper {
    padding: 5rem;
  }
}
.cid-siRnQwXsPf .mbr-section-title {
  text-align: center;
  color: #ec8c39;
}
.cid-siRnQwXsPf .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-siRnQwXsPf .container-fluid {
  padding: 1;
}
.cid-siRnQwXsPf .text-wrapper {
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .cid-siRnQwXsPf .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-siRnQwXsPf input,
.cid-siRnQwXsPf textarea {
  background-color: #bbbbbb !important;
}
.cid-siRnQwXsPf .showAlerts {
  display: block !important;
}
.cid-siRnQwXsPf .rowflexrev {
  display: -webkit-flex;
}
.cid-siRnQwXsPf .title {
  margin-bottom: 2rem;
}
.cid-siRnQwXsPf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-siRnQwXsPf textarea.form-control {
  min-height: 188px;
}
.cid-siRnQwXsPf LABEL {
  color: #232323;
  display: initial;
}
.cid-siRnQwXsPf .mbr-section-terms {
  text-align: left;
  color: #bbbbbb;
  margin-bottom: 0px;
}
.cid-siRnQwXsPf .mbr-section-labels {
  color: #ffe161;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-siRnQwXsPf .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-siRnQwXsPf .mbr-section-gdpr {
  text-align: center;
  color: #fafafa;
  margin-bottom: 0px;
}
.cid-siRnQwXsPf .alert {
  margin-bottom: 0;
}
.cid-siRnQwXsPf .alert-success {
  background-color: #70c770;
}
.cid-siRnQwXsPf .alert-danger {
  background-color: #ff4a52;
}
.cid-siRnQwXsPf .btn {
  display: inline-flex;
}
.cid-siRnQwXsPf .hidden {
  display: none;
}
.cid-siRnQwXsPf .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-siRnQwXsPf .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-siRnQwXsPf .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-siRnQwXsPf input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-siRnQwXsPf input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-siRnQwXsPf input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-siRnQwXsPf .form-control {
  border: 3px solid #ce6a14 !important;
}
.cid-siRnQwXsPf .form-control:hover {
  border: 3px solid #ec8c39 !important;
}
.cid-siRnQwXsPf .form-control:focus {
  border: 3px solid #ec8c39 !important;
}
.cid-uXvoJ0U4XL P {
  color: #1281fc;
}
.cid-uXvoJ0U4XL DIV {
  color: #ffffff;
}
.cid-uXvoJ0U4XL H10 {
  color: #034e75;
}
.cid-uXvoJ0U4XL .hidden {
  display: none;
}
.cid-uXvoJ0U4XL .icon-bar {
  z-index: 100002;
  position: fixed;
  top: 20%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 1px;
}
.cid-uXvoJ0U4XL .icon-bar a {
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  padding-left: 1px;
}
.cid-uXvoJ0U4XL .icon-bar a:hover {
  background-color: #000000;
}
.cid-uXvoJ0U4XL .flag {
  background: transparent;
}
.cid-uXvoJ0U4XL .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uXvoJ0U4XL .nav-right {
  float: left !important;
  position: relative;
}
.cid-uXvoJ0U4XL #google_translate_element {
  display: none;
}
.cid-uXvoJ0U4XL .goog-te-banner {
  display: none;
}
.cid-uXvoJ0U4XL .skiptranslate {
  display: none;
  bottom: 0px;
  position: relative;
}
.cid-uXvoJ0U4XL .goog-te-spinner-pos {
  display: none !important;
}
.cid-uXvoJ0U4XL body {
  top: 0px !important;
}
.cid-uXvoJ0U4XL body body {
  top: 0 !important;
}
.cid-uXvoJ0U4XL body .goog-te-banner-frame {
  display: none !important;
}
.cid-uXvoJ0U4XL .goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.cid-uXvoJ0U4XL .goog-tooltip {
  display: none !important;
}
.cid-uXvoJ0U4XL .goog-tooltip:hover {
  display: none !important;
}
.cid-uXvoJ0U4XL .goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: none !important;
  Background-color: transparent;
}
.cid-uXvoJ0U4XL #goog-gt-tt,
.cid-uXvoJ0U4XL .goog-te-balloon-frame {
  display: none !important;
}
.cid-uXvoJ0U4XL #goog-gt-tt {
  visibility: hidden;
  display: none !important;
}
.cid-uXvoJ0U4XL .goog-logo-link {
  display: none !important;
}
.cid-uXvoJ0U4XL .goog-te-gadget {
  height: 28px !important;
  overflow: hidden;
}
.cid-uXvoJ0U4XL div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uXvoJ0U4XL div.imgtest2 {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  content: url(https://www.unsitepourtous.be/logoscript/flags145.png);
}
.cid-uXJIdEUiha {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uXJIdEUiha .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXJIdEUiha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXJIdEUiha .row {
  justify-content: center;
}
.cid-uXJIdEUiha .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .container {
    padding: 0 15px;
  }
}
.cid-uXJIdEUiha .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .title-wrapper {
    text-align: center;
  }
}
.cid-uXJIdEUiha .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uXJIdEUiha .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uXJIdEUiha .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXJIdEUiha .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .list {
    justify-content: center;
  }
}
.cid-uXJIdEUiha .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uXJIdEUiha .list .item-wrap:hover,
.cid-uXJIdEUiha .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uXJIdEUiha .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uXJIdEUiha .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uXJIdEUiha .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .copy-wrapper {
    height: auto;
  }
}
.cid-uXJIdEUiha .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uXJIdEUiha .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXJIdEUiha .social-wrapper {
    text-align: center;
  }
}
.cid-uXJIdEUiha .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uXJIdEUiha .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXJIdEUiha .mbr-section-title {
  color: #f2ac2b;
}
.cid-uXJIdEUiha .mbr-copy {
  color: #d2d2df;
}
.cid-v1zpllExea {
  background-color: transparent;
}
.cid-v1zpllExea .navbar-dropdown {
  background: #171827 !important;
  padding: 0;
}
.cid-v1zpllExea .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171827 !important;
  background: #171827;
}
.cid-v1zpllExea .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1zpllExea .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v1zpllExea .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v1zpllExea .menu_box .navbar.opened,
  .cid-v1zpllExea .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v1zpllExea .navbar-dropdown {
  position: relative !important;
}
.cid-v1zpllExea .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-v1zpllExea .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v1zpllExea .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v1zpllExea .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v1zpllExea .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v1zpllExea .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-v1zpllExea .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v1zpllExea .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v1zpllExea .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v1zpllExea .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v1zpllExea .offcanvas-body .mbr-text,
  .cid-v1zpllExea .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v1zpllExea .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v1zpllExea .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v1zpllExea .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-v1zpllExea .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v1zpllExea .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v1zpllExea .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v1zpllExea .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v1zpllExea ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v1zpllExea .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v1zpllExea .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-v1zpllExea .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v1zpllExea 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-v1zpllExea .lg_brand {
    margin: 0 1rem;
  }
  .cid-v1zpllExea .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v1zpllExea .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v1zpllExea .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v1zpllExea .nav-item {
    margin: 0 !important;
  }
}
.cid-v1zpllExea .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-v1zpllExea .nav-item .nav-link:hover,
.cid-v1zpllExea .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-v1zpllExea .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v1zpllExea .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v1zpllExea .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v1zpllExea .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v1zpllExea .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-v1zpllExea .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v1zpllExea .offcanvas_box {
    display: none;
  }
}
.cid-v1zpllExea .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v1zpllExea .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v1zpllExea .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v1zpllExea .container {
  display: flex;
  margin: auto;
}
.cid-v1zpllExea .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-v1zpllExea .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v1zpllExea .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1zpllExea .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v1zpllExea .navbar-nav {
    margin: 0;
  }
}
.cid-v1zpllExea .dropdown-menu,
.cid-v1zpllExea .navbar.opened {
  background-color: true !important;
}
.cid-v1zpllExea .nav-item:focus,
.cid-v1zpllExea .nav-link:focus {
  outline: none;
}
.cid-v1zpllExea .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1zpllExea .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1zpllExea .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1zpllExea .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1zpllExea .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1zpllExea .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1zpllExea .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v1zpllExea .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v1zpllExea .navbar.opened {
  transition: all 0.3s;
}
.cid-v1zpllExea .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v1zpllExea .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-v1zpllExea .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v1zpllExea .navbar.collapsed {
  justify-content: center;
}
.cid-v1zpllExea .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1zpllExea .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v1zpllExea .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1zpllExea .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1zpllExea .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1zpllExea .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v1zpllExea .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v1zpllExea .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v1zpllExea .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v1zpllExea .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1zpllExea .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1zpllExea .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v1zpllExea .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1zpllExea .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v1zpllExea .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1zpllExea .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v1zpllExea .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v1zpllExea .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v1zpllExea .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v1zpllExea .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1zpllExea .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v1zpllExea .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1zpllExea .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1zpllExea .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1zpllExea .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-v1zpllExea .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-v1zpllExea .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1zpllExea .dropdown-item.active,
.cid-v1zpllExea .dropdown-item:active {
  background-color: transparent;
}
.cid-v1zpllExea .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-v1zpllExea .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1zpllExea .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1zpllExea .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1zpllExea ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v1zpllExea .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1zpllExea 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-v1zpllExea button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-v1zpllExea button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1zpllExea button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1zpllExea button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1zpllExea button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1zpllExea nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zpllExea nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1zpllExea nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1zpllExea nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1zpllExea a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v1zpllExea .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-v1zpllExea .navbar {
    height: 70px;
  }
  .cid-v1zpllExea .navbar.opened {
    height: auto;
  }
  .cid-v1zpllExea .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1zpllExea .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v1zpllExea .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-v1zpllExea .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v1zpllExea .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v1zpllExea .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-v1zpllExea .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-v1zpllExea .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v1zpllExea .text_widget {
  margin-bottom: 32px;
}
.cid-v1zpllExea .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v1zpllExea .text_widget a:hover,
.cid-v1zpllExea .text_widget a:focus {
  opacity: .6;
}
.cid-v1zpllExea .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-v1zpllExea .navbar-caption {
  color: #f2ac2b;
}
.cid-v1zpllExea .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v1zpllExea .mbr-section-subtitle,
.cid-v1zpllExea .text_widget,
.cid-v1zpllExea .mbr-section-btn {
  text-align: center;
}
.cid-v1zpllExea a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v3h1p7Ct27 section.video1.elevatem5 {
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
  color: var(--text-color, #f7f7f7);
  background-color: #000;
  font-family: 'Inter', sans-serif;
}
.cid-v3h1p7Ct27 section.video1.elevatem5 .section-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.8s ease, opacity 0.5s ease;
  transform: scale(1);
}
.cid-v3h1p7Ct27 section.video1.elevatem5 .mbr-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.cid-v3h1p7Ct27 section.video1.elevatem5 > [class*="container"] {
  position: relative;
  z-index: 2;
}
.cid-v3h1p7Ct27 section.video1.elevatem5 .mbr-section-title {
  color: var(--title-color, #ec8c39);
  margin-bottom: 70px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-v3h1p7Ct27 section.video1.elevatem5 .mbr-section-title {
    margin-bottom: 40px;
  }
  .cid-v3h1p7Ct27 section.video1.elevatem5 .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3h1p7Ct27 section.video1.elevatem5 .mbr-desc {
  color: var(--accent-color, #08323c);
  margin-bottom: 40px;
  font-weight: 500;
}
.cid-v3h1p7Ct27 section.video1.elevatem5 .mbr-text {
  color: var(--text-color, #f7f7f7);
  margin-bottom: 40px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .cid-v3h1p7Ct27 section.video1.elevatem5 .mbr-desc,
  .cid-v3h1p7Ct27 section.video1.elevatem5 .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-v3h1p7Ct27 section.video1.elevatem5 .mbr-section-btn .btn {
  background-color: var(--accent-color, #08323c);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 24px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 600;
}
.cid-v3h1p7Ct27 section.video1.elevatem5 .mbr-section-btn .btn:hover {
  background-color: var(--title-color, #ec8c39);
  color: #fff;
}
.cid-v3h1p7Ct27 section.video1.elevatem5 .video-block .video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  background: #000;
}
.cid-v3h1p7Ct27 section.video1.elevatem5 .video-block .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 16px;
}
.cid-v3h1p7Ct27 section.video1.elevatem5 .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v3h1p7Ct27 section.video1.elevatem5 .mbr-fallback-image {
  display: none;
}
.cid-v3h1p7Ct27 section.video1.elevatem5:hover .section-bg {
  transform: scale(1.03);
  opacity: 0.95;
}
.cid-v3h1p7Ct27 .mbr-desc,
.cid-v3h1p7Ct27 .mbr-section-btn {
  color: #4479d9;
}
.cid-v3h1p7Ct27 P {
  color: #ec8c39;
}
.cid-v1zpCTOgPn {
  padding-top: 1rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v1zpCTOgPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zpCTOgPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zpCTOgPn .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1zpCTOgPn .container {
    padding: 0 15px;
  }
}
.cid-v1zpCTOgPn .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v1zpCTOgPn .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1zpCTOgPn .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1zpCTOgPn .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v1zpCTOgPn .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1zpCTOgPn .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-v1zpCTOgPn .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v1zpCTOgPn .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-v1zpCTOgPn .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v1zpCTOgPn .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v1zpCTOgPn .items-wrapper .item a {
  display: block;
}
.cid-v1zpCTOgPn .items-wrapper .item a:hover .item-wrapper::before,
.cid-v1zpCTOgPn .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-v1zpCTOgPn .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-v1zpCTOgPn .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-v1zpCTOgPn .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zpCTOgPn .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-v1zpCTOgPn .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-v1zpCTOgPn .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-v1zpCTOgPn .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-v1zpCTOgPn .mbr-section-title {
  color: #ec8c39;
  text-align: center;
}
.cid-v1zpCTOgPn .mbr-section-subtitle {
  color: #ec8c39;
  text-align: center;
}
.cid-v1zr05BgxR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v1zr05BgxR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zr05BgxR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zr05BgxR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1zr05BgxR .container {
    padding: 0 15px;
  }
}
.cid-v1zr05BgxR .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v1zr05BgxR .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1zr05BgxR .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1zr05BgxR .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v1zr05BgxR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1zr05BgxR .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-v1zr05BgxR .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v1zr05BgxR .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-v1zr05BgxR .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v1zr05BgxR .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v1zr05BgxR .items-wrapper .item a {
  display: block;
}
.cid-v1zr05BgxR .items-wrapper .item a:hover .item-wrapper::before,
.cid-v1zr05BgxR .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-v1zr05BgxR .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-v1zr05BgxR .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-v1zr05BgxR .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zr05BgxR .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-v1zr05BgxR .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-v1zr05BgxR .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-v1zr05BgxR .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-v1zr05BgxR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1zr05BgxR .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-v1zsGoNaPp {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v1zsGoNaPp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zsGoNaPp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zsGoNaPp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1zsGoNaPp .container {
    padding: 0 15px;
  }
}
.cid-v1zsGoNaPp .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-v1zsGoNaPp .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1zsGoNaPp .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v1zsGoNaPp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1zsGoNaPp .mbr-section-btn {
  margin-top: 40px;
}
.cid-v1zsGoNaPp .mbr-section-title {
  color: #ffffff;
}
.cid-v1zsGoNaPp .mbr-section-subtitle {
  color: #ec8c39;
  text-align: center;
}
.cid-v1zsGoNaPp .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-v1zsGoNaPp .mbr-section-title,
.cid-v1zsGoNaPp .mbr-section-btn {
  text-align: center;
}
.cid-v1zplmIfag {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v1zplmIfag .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1zplmIfag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1zplmIfag .row {
  justify-content: center;
}
.cid-v1zplmIfag .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v1zplmIfag .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v1zplmIfag .container {
    padding: 0 15px;
  }
}
.cid-v1zplmIfag .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-v1zplmIfag .title-wrapper {
    text-align: center;
  }
}
.cid-v1zplmIfag .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v1zplmIfag .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-v1zplmIfag .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1zplmIfag .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v1zplmIfag .list {
    justify-content: center;
  }
}
.cid-v1zplmIfag .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-v1zplmIfag .list .item-wrap:hover,
.cid-v1zplmIfag .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-v1zplmIfag .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-v1zplmIfag .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-v1zplmIfag .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v1zplmIfag .copy-wrapper {
    height: auto;
  }
}
.cid-v1zplmIfag .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1zplmIfag .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v1zplmIfag .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-v1zplmIfag .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v1zplmIfag .social-wrapper {
    text-align: center;
  }
}
.cid-v1zplmIfag .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v1zplmIfag .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-v1zplmIfag .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-v1zplmIfag .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-v1zplmIfag .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-v1zplmIfag .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1zplmIfag .mbr-section-title {
  color: #f2ac2b;
}
.cid-v1zplmIfag .mbr-copy {
  color: #d2d2df;
}
.cid-v59SPTpXit {
  background-color: transparent;
}
.cid-v59SPTpXit .navbar-dropdown {
  background: #171827 !important;
  padding: 0;
}
.cid-v59SPTpXit .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171827 !important;
  background: #171827;
}
.cid-v59SPTpXit .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v59SPTpXit .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v59SPTpXit .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v59SPTpXit .menu_box .navbar.opened,
  .cid-v59SPTpXit .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v59SPTpXit .navbar-dropdown {
  position: relative !important;
}
.cid-v59SPTpXit .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-v59SPTpXit .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v59SPTpXit .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v59SPTpXit .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v59SPTpXit .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v59SPTpXit .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-v59SPTpXit .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v59SPTpXit .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v59SPTpXit .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v59SPTpXit .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v59SPTpXit .offcanvas-body .mbr-text,
  .cid-v59SPTpXit .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v59SPTpXit .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v59SPTpXit .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v59SPTpXit .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-v59SPTpXit .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v59SPTpXit .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v59SPTpXit .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v59SPTpXit .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v59SPTpXit ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v59SPTpXit .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v59SPTpXit .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-v59SPTpXit .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v59SPTpXit 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-v59SPTpXit .lg_brand {
    margin: 0 1rem;
  }
  .cid-v59SPTpXit .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v59SPTpXit .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v59SPTpXit .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v59SPTpXit .nav-item {
    margin: 0 !important;
  }
}
.cid-v59SPTpXit .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-v59SPTpXit .nav-item .nav-link:hover,
.cid-v59SPTpXit .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-v59SPTpXit .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v59SPTpXit .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v59SPTpXit .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v59SPTpXit .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v59SPTpXit .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-v59SPTpXit .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v59SPTpXit .offcanvas_box {
    display: none;
  }
}
.cid-v59SPTpXit .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v59SPTpXit .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v59SPTpXit .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v59SPTpXit .container {
  display: flex;
  margin: auto;
}
.cid-v59SPTpXit .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-v59SPTpXit .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v59SPTpXit .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v59SPTpXit .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v59SPTpXit .navbar-nav {
    margin: 0;
  }
}
.cid-v59SPTpXit .dropdown-menu,
.cid-v59SPTpXit .navbar.opened {
  background-color: true !important;
}
.cid-v59SPTpXit .nav-item:focus,
.cid-v59SPTpXit .nav-link:focus {
  outline: none;
}
.cid-v59SPTpXit .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v59SPTpXit .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v59SPTpXit .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v59SPTpXit .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v59SPTpXit .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v59SPTpXit .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v59SPTpXit .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v59SPTpXit .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v59SPTpXit .navbar.opened {
  transition: all 0.3s;
}
.cid-v59SPTpXit .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v59SPTpXit .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-v59SPTpXit .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v59SPTpXit .navbar.collapsed {
  justify-content: center;
}
.cid-v59SPTpXit .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v59SPTpXit .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v59SPTpXit .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v59SPTpXit .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v59SPTpXit .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v59SPTpXit .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v59SPTpXit .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v59SPTpXit .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v59SPTpXit .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v59SPTpXit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v59SPTpXit .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v59SPTpXit .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v59SPTpXit .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v59SPTpXit .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v59SPTpXit .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v59SPTpXit .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v59SPTpXit .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v59SPTpXit .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v59SPTpXit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v59SPTpXit .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v59SPTpXit .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v59SPTpXit .navbar.navbar-short {
  min-height: 60px;
}
.cid-v59SPTpXit .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v59SPTpXit .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v59SPTpXit .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-v59SPTpXit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-v59SPTpXit .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v59SPTpXit .dropdown-item.active,
.cid-v59SPTpXit .dropdown-item:active {
  background-color: transparent;
}
.cid-v59SPTpXit .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-v59SPTpXit .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v59SPTpXit .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v59SPTpXit .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v59SPTpXit ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v59SPTpXit .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v59SPTpXit 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-v59SPTpXit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-v59SPTpXit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v59SPTpXit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v59SPTpXit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v59SPTpXit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v59SPTpXit nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v59SPTpXit nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v59SPTpXit nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v59SPTpXit nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v59SPTpXit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v59SPTpXit .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-v59SPTpXit .navbar {
    height: 70px;
  }
  .cid-v59SPTpXit .navbar.opened {
    height: auto;
  }
  .cid-v59SPTpXit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v59SPTpXit .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v59SPTpXit .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-v59SPTpXit .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v59SPTpXit .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v59SPTpXit .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-v59SPTpXit .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-v59SPTpXit .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v59SPTpXit .text_widget {
  margin-bottom: 32px;
}
.cid-v59SPTpXit .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v59SPTpXit .text_widget a:hover,
.cid-v59SPTpXit .text_widget a:focus {
  opacity: .6;
}
.cid-v59SPTpXit .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-v59SPTpXit .navbar-caption {
  color: #f2ac2b;
}
.cid-v59SPTpXit .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v59SPTpXit .mbr-section-subtitle,
.cid-v59SPTpXit .text_widget,
.cid-v59SPTpXit .mbr-section-btn {
  text-align: center;
}
.cid-v59SPTpXit a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v59SPTQZ9l section.video1.elevatem5 {
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
  color: var(--text-color, #f7f7f7);
  background-color: #000;
  font-family: 'Inter', sans-serif;
}
.cid-v59SPTQZ9l section.video1.elevatem5 .section-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.8s ease, opacity 0.5s ease;
  transform: scale(1);
}
.cid-v59SPTQZ9l section.video1.elevatem5 .mbr-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.cid-v59SPTQZ9l section.video1.elevatem5 > [class*="container"] {
  position: relative;
  z-index: 2;
}
.cid-v59SPTQZ9l section.video1.elevatem5 .mbr-section-title {
  color: var(--title-color, #ec8c39);
  margin-bottom: 70px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-v59SPTQZ9l section.video1.elevatem5 .mbr-section-title {
    margin-bottom: 40px;
  }
  .cid-v59SPTQZ9l section.video1.elevatem5 .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v59SPTQZ9l section.video1.elevatem5 .mbr-desc {
  color: var(--accent-color, #08323c);
  margin-bottom: 40px;
  font-weight: 500;
}
.cid-v59SPTQZ9l section.video1.elevatem5 .mbr-text {
  color: var(--text-color, #f7f7f7);
  margin-bottom: 40px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .cid-v59SPTQZ9l section.video1.elevatem5 .mbr-desc,
  .cid-v59SPTQZ9l section.video1.elevatem5 .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-v59SPTQZ9l section.video1.elevatem5 .mbr-section-btn .btn {
  background-color: var(--accent-color, #08323c);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 24px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 600;
}
.cid-v59SPTQZ9l section.video1.elevatem5 .mbr-section-btn .btn:hover {
  background-color: var(--title-color, #ec8c39);
  color: #fff;
}
.cid-v59SPTQZ9l section.video1.elevatem5 .video-block .video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  background: #000;
}
.cid-v59SPTQZ9l section.video1.elevatem5 .video-block .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 16px;
}
.cid-v59SPTQZ9l section.video1.elevatem5 .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v59SPTQZ9l section.video1.elevatem5 .mbr-fallback-image {
  display: none;
}
.cid-v59SPTQZ9l section.video1.elevatem5:hover .section-bg {
  transform: scale(1.03);
  opacity: 0.95;
}
.cid-v59SPTQZ9l .mbr-desc,
.cid-v59SPTQZ9l .mbr-section-btn {
  color: #4479d9;
}
.cid-v59SPTQZ9l P {
  color: #ec8c39;
}
.cid-v59SPUc2e2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v59SPUc2e2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v59SPUc2e2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v59SPUc2e2 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v59SPUc2e2 .container {
    padding: 0 15px;
  }
}
.cid-v59SPUc2e2 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v59SPUc2e2 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v59SPUc2e2 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v59SPUc2e2 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v59SPUc2e2 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v59SPUc2e2 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-v59SPUc2e2 .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v59SPUc2e2 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-v59SPUc2e2 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v59SPUc2e2 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v59SPUc2e2 .items-wrapper .item a {
  display: block;
}
.cid-v59SPUc2e2 .items-wrapper .item a:hover .item-wrapper::before,
.cid-v59SPUc2e2 .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-v59SPUc2e2 .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-v59SPUc2e2 .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-v59SPUc2e2 .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v59SPUc2e2 .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-v59SPUc2e2 .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-v59SPUc2e2 .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-v59SPUc2e2 .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-v59SPUc2e2 .mbr-section-title {
  color: #ec8c39;
  text-align: center;
}
.cid-v59SPUc2e2 .mbr-section-subtitle {
  color: #ec8c39;
  text-align: center;
}
.cid-v59WaJXNi9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v59WaJXNi9 .mbr-overlay {
  background: #232b45;
  opacity: 0.5;
}
.cid-v59WaJXNi9 .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v59WaJXNi9 .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v59WaJXNi9 .title-wrapper {
    display: block;
  }
}
.cid-v59WaJXNi9 .title-wrapper .title-wrap {
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-v59WaJXNi9 .title-wrapper .title-wrap {
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.cid-v59WaJXNi9 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v59WaJXNi9 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v59WaJXNi9 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v59WaJXNi9 .title-wrapper .buttons-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 56px;
  min-width: 130px;
}
.cid-v59WaJXNi9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 390px;
  max-width: 390px;
}
@media (max-width: 767px) {
  .cid-v59WaJXNi9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v59WaJXNi9 .embla__slide:hover .slide-content .item-wrapper::before,
.cid-v59WaJXNi9 .embla__slide:focus .slide-content .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-v59WaJXNi9 .embla__slide .slide-content {
  width: 100%;
}
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper::before {
    display: none;
  }
}
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
}
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-v59WaJXNi9 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-v59WaJXNi9 .embla__button--next,
.cid-v59WaJXNi9 .embla__button--prev {
  display: flex;
}
.cid-v59WaJXNi9 .embla__button {
  top: 50%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent !important;
  color: #f2ac2b !important;
  border: 1px solid #f2ac2b !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v59WaJXNi9 .embla__button::before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #373d52;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
}
.cid-v59WaJXNi9 .embla__button span {
  z-index: 1;
}
.cid-v59WaJXNi9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v59WaJXNi9 .embla__button:hover::before {
  opacity: 0;
}
.cid-v59WaJXNi9 .embla__button.embla__button--prev {
  left: 0;
}
.cid-v59WaJXNi9 .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-v59WaJXNi9 .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-v59WaJXNi9 .embla {
  position: relative;
  width: 100%;
}
.cid-v59WaJXNi9 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v59WaJXNi9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v59WaJXNi9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v59WaJXNi9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v59WaJXNi9 .item-menu-overlay .btn-wrapper {
  margin-top: 22%;
  margin-right: 0%;
}
.cid-v59WaJXNi9 .mbr-section-title {
  color: #ffffff;
}
.cid-v59WaJXNi9 .mbr-text {
  color: #d2d2df;
}
.cid-v59WaJXNi9 .mbr-date {
  color: #ffffff;
}
.cid-v59WaJXNi9 .mbr-tag {
  color: #ffffff;
}
.cid-v59WaJXNi9 .mbr-card-title {
  color: #f2ac2b;
}
.cid-v59WaJXNi9 .mbr-card-text {
  color: #d2d2df;
}
.cid-v9oPoUiUhC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v9oPoUiUhC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9oPoUiUhC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9oPoUiUhC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v9oPoUiUhC .container {
    padding: 0 15px;
  }
}
.cid-v9oPoUiUhC .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9oPoUiUhC .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v9oPoUiUhC .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-v9oPoUiUhC .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-v9oPoUiUhC .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9oPoUiUhC .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v9oPoUiUhC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9oPoUiUhC .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-v9oPoUiUhC .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v9oPoUiUhC .image-wrapper {
    margin: 0;
  }
}
.cid-v9oPoUiUhC .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0px solid #373d52;
}
.cid-v9oPoUiUhC .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-v9oPoUiUhC .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-v9oPoUiUhC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v9oPoUiUhC .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-v9oPoUiUhC .mbr-text {
  color: #d2d2df;
}
.cid-v9oPoUiUhC .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-v59SPV08rm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v59SPV08rm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v59SPV08rm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v59SPV08rm .row {
  justify-content: center;
}
.cid-v59SPV08rm .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v59SPV08rm .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v59SPV08rm .container {
    padding: 0 15px;
  }
}
.cid-v59SPV08rm .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-v59SPV08rm .title-wrapper {
    text-align: center;
  }
}
.cid-v59SPV08rm .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v59SPV08rm .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-v59SPV08rm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v59SPV08rm .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v59SPV08rm .list {
    justify-content: center;
  }
}
.cid-v59SPV08rm .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-v59SPV08rm .list .item-wrap:hover,
.cid-v59SPV08rm .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-v59SPV08rm .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-v59SPV08rm .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-v59SPV08rm .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v59SPV08rm .copy-wrapper {
    height: auto;
  }
}
.cid-v59SPV08rm .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v59SPV08rm .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v59SPV08rm .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-v59SPV08rm .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v59SPV08rm .social-wrapper {
    text-align: center;
  }
}
.cid-v59SPV08rm .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v59SPV08rm .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-v59SPV08rm .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-v59SPV08rm .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-v59SPV08rm .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-v59SPV08rm .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v59SPV08rm .mbr-section-title {
  color: #f2ac2b;
}
.cid-v59SPV08rm .mbr-copy {
  color: #d2d2df;
}
.cid-v7xwQ5Br2F {
  background-color: transparent;
}
.cid-v7xwQ5Br2F .navbar-dropdown {
  background: #171827 !important;
  padding: 0;
}
.cid-v7xwQ5Br2F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171827 !important;
  background: #171827;
}
.cid-v7xwQ5Br2F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7xwQ5Br2F .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7xwQ5Br2F .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v7xwQ5Br2F .menu_box .navbar.opened,
  .cid-v7xwQ5Br2F .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v7xwQ5Br2F .navbar-dropdown {
  position: relative !important;
}
.cid-v7xwQ5Br2F .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-v7xwQ5Br2F .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v7xwQ5Br2F .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v7xwQ5Br2F .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v7xwQ5Br2F .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v7xwQ5Br2F .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-v7xwQ5Br2F .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v7xwQ5Br2F .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v7xwQ5Br2F .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v7xwQ5Br2F .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v7xwQ5Br2F .offcanvas-body .mbr-text,
  .cid-v7xwQ5Br2F .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v7xwQ5Br2F .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v7xwQ5Br2F .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v7xwQ5Br2F .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-v7xwQ5Br2F .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v7xwQ5Br2F .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v7xwQ5Br2F .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v7xwQ5Br2F .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v7xwQ5Br2F ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v7xwQ5Br2F .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v7xwQ5Br2F .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-v7xwQ5Br2F .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v7xwQ5Br2F 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-v7xwQ5Br2F .lg_brand {
    margin: 0 1rem;
  }
  .cid-v7xwQ5Br2F .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v7xwQ5Br2F .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v7xwQ5Br2F .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v7xwQ5Br2F .nav-item {
    margin: 0 !important;
  }
}
.cid-v7xwQ5Br2F .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-v7xwQ5Br2F .nav-item .nav-link:hover,
.cid-v7xwQ5Br2F .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-v7xwQ5Br2F .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v7xwQ5Br2F .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v7xwQ5Br2F .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v7xwQ5Br2F .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v7xwQ5Br2F .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-v7xwQ5Br2F .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v7xwQ5Br2F .offcanvas_box {
    display: none;
  }
}
.cid-v7xwQ5Br2F .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v7xwQ5Br2F .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v7xwQ5Br2F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v7xwQ5Br2F .container {
  display: flex;
  margin: auto;
}
.cid-v7xwQ5Br2F .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-v7xwQ5Br2F .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v7xwQ5Br2F .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7xwQ5Br2F .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v7xwQ5Br2F .navbar-nav {
    margin: 0;
  }
}
.cid-v7xwQ5Br2F .dropdown-menu,
.cid-v7xwQ5Br2F .navbar.opened {
  background-color: true !important;
}
.cid-v7xwQ5Br2F .nav-item:focus,
.cid-v7xwQ5Br2F .nav-link:focus {
  outline: none;
}
.cid-v7xwQ5Br2F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7xwQ5Br2F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7xwQ5Br2F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7xwQ5Br2F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7xwQ5Br2F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7xwQ5Br2F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7xwQ5Br2F .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v7xwQ5Br2F .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v7xwQ5Br2F .navbar.opened {
  transition: all 0.3s;
}
.cid-v7xwQ5Br2F .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v7xwQ5Br2F .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-v7xwQ5Br2F .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v7xwQ5Br2F .navbar.collapsed {
  justify-content: center;
}
.cid-v7xwQ5Br2F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7xwQ5Br2F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7xwQ5Br2F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7xwQ5Br2F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7xwQ5Br2F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7xwQ5Br2F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v7xwQ5Br2F .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v7xwQ5Br2F .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v7xwQ5Br2F .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v7xwQ5Br2F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7xwQ5Br2F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7xwQ5Br2F .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v7xwQ5Br2F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7xwQ5Br2F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v7xwQ5Br2F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7xwQ5Br2F .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v7xwQ5Br2F .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v7xwQ5Br2F .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v7xwQ5Br2F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v7xwQ5Br2F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7xwQ5Br2F .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v7xwQ5Br2F .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7xwQ5Br2F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7xwQ5Br2F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7xwQ5Br2F .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-v7xwQ5Br2F .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-v7xwQ5Br2F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7xwQ5Br2F .dropdown-item.active,
.cid-v7xwQ5Br2F .dropdown-item:active {
  background-color: transparent;
}
.cid-v7xwQ5Br2F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-v7xwQ5Br2F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7xwQ5Br2F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7xwQ5Br2F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7xwQ5Br2F ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v7xwQ5Br2F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7xwQ5Br2F 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-v7xwQ5Br2F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-v7xwQ5Br2F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7xwQ5Br2F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7xwQ5Br2F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7xwQ5Br2F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7xwQ5Br2F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7xwQ5Br2F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7xwQ5Br2F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7xwQ5Br2F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7xwQ5Br2F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v7xwQ5Br2F .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-v7xwQ5Br2F .navbar {
    height: 70px;
  }
  .cid-v7xwQ5Br2F .navbar.opened {
    height: auto;
  }
  .cid-v7xwQ5Br2F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7xwQ5Br2F .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v7xwQ5Br2F .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-v7xwQ5Br2F .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v7xwQ5Br2F .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v7xwQ5Br2F .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-v7xwQ5Br2F .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-v7xwQ5Br2F .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v7xwQ5Br2F .text_widget {
  margin-bottom: 32px;
}
.cid-v7xwQ5Br2F .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v7xwQ5Br2F .text_widget a:hover,
.cid-v7xwQ5Br2F .text_widget a:focus {
  opacity: .6;
}
.cid-v7xwQ5Br2F .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-v7xwQ5Br2F .navbar-caption {
  color: #f2ac2b;
}
.cid-v7xwQ5Br2F .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v7xwQ5Br2F .mbr-section-subtitle,
.cid-v7xwQ5Br2F .text_widget,
.cid-v7xwQ5Br2F .mbr-section-btn {
  text-align: center;
}
.cid-v7xwQ5Br2F a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v7xwQ5YOgs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v7xwQ5YOgs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xwQ5YOgs .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-v7xwQ5YOgs .container {
    padding: 0 15px;
  }
}
.cid-v7xwQ5YOgs .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-v7xwQ5YOgs .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v7xwQ5YOgs .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-v7xwQ5YOgs .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v7xwQ5YOgs .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7xwQ5YOgs .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7xwQ5YOgs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7xwQ5YOgs .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-v7xwQ5YOgs .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-v7xwQ5YOgs .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-v7xwQ5YOgs .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-v7xwQ5YOgs .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-v7xwQ5YOgs .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-v7xwQ5YOgs .mbr-section-title {
  color: #ffffff;
}
.cid-v7xwQ5YOgs .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-v7xwQ5YOgs .mbr-text {
  color: #d2d2df;
}
.cid-v7xwQ5YOgs .mbr-section-title,
.cid-v7xwQ5YOgs .mbr-section-btn {
  color: #f2ac2b;
}
.cid-v7xRSsyeBh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v7xRSsyeBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xRSsyeBh .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-v7xRSsyeBh .container {
    padding: 0 15px;
  }
}
.cid-v7xRSsyeBh .row {
  justify-content: center;
}
.cid-v7xRSsyeBh .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7xRSsyeBh .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7xRSsyeBh .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-v7xRSsyeBh .subtitle-wrapper {
    padding: 0;
  }
}
.cid-v7xRSsyeBh .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7xRSsyeBh .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v7xRSsyeBh .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-v7xRSsyeBh .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-v7xRSsyeBh .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-v7xRSsyeBh .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7xRSsyeBh .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-v7xRSsyeBh .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-v7xRSsyeBh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7xRSsyeBh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7xRSsyeBh .list {
  color: #ffffff;
}
.cid-v7xzsTl1Hm {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v7xzsTl1Hm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xzsTl1Hm .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-v7xzsTl1Hm .container {
    padding: 0 15px;
  }
}
.cid-v7xzsTl1Hm .content-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-v7xzsTl1Hm .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-v7xzsTl1Hm .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v7xzsTl1Hm .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7xzsTl1Hm .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7xzsTl1Hm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7xzsTl1Hm .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-v7xzsTl1Hm .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-v7xzsTl1Hm .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-v7xzsTl1Hm .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-v7xzsTl1Hm .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-v7xzsTl1Hm .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-v7xzsTl1Hm .mbr-section-title {
  color: #ffffff;
}
.cid-v7xzsTl1Hm .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-v7xzsTl1Hm .mbr-text {
  color: #d2d2df;
}
.cid-v7xAIlibyJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v7xAIlibyJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xAIlibyJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7xAIlibyJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7xAIlibyJ .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v7xAIlibyJ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v7xAIlibyJ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7xAIlibyJ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7xAIlibyJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7xAIlibyJ .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7xAIlibyJ .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v7xAIlibyJ .content-wrapper .list .item-wrap:hover,
.cid-v7xAIlibyJ .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-v7xAIlibyJ .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-v7xAIlibyJ .mbr-section-title {
  color: #ffffff;
}
.cid-v7xAIlibyJ .mbr-text {
  color: #d2d2df;
}
.cid-v7xAIlibyJ .list {
  color: #d2d2df;
}
.cid-v7xC4ajGpu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v7xC4ajGpu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xC4ajGpu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7xC4ajGpu .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7xC4ajGpu .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v7xC4ajGpu .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v7xC4ajGpu .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7xC4ajGpu .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7xC4ajGpu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7xC4ajGpu .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7xC4ajGpu .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v7xC4ajGpu .content-wrapper .list .item-wrap:hover,
.cid-v7xC4ajGpu .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-v7xC4ajGpu .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-v7xC4ajGpu .mbr-section-title {
  color: #ffffff;
}
.cid-v7xC4ajGpu .mbr-text {
  color: #d2d2df;
}
.cid-v7xC4ajGpu .list {
  color: #d2d2df;
}
.cid-v7xK17oN5Y {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-1900x1200.jpg");
}
.cid-v7xK17oN5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xK17oN5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v7xK17oN5Y .container {
    padding: 0 16px;
  }
}
.cid-v7xK17oN5Y .row {
  justify-content: space-between;
}
.cid-v7xK17oN5Y .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7xK17oN5Y .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-v7xK17oN5Y .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7xK17oN5Y .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-v7xK17oN5Y .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7xK17oN5Y .image-wrapper {
  position: relative;
}
.cid-v7xK17oN5Y .image-wrapper img {
  height: 1000px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7xK17oN5Y .image-wrapper img {
    height: 350px;
  }
}
.cid-v7xK17oN5Y .image-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(#ededed, transparent);
}
.cid-v7xK17oN5Y .image-wrapper::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(360deg, #ededed, transparent);
}
.cid-v7xK17oN5Y .mbr-section-title {
  color: #000000;
}
.cid-v7xK17oN5Y .mbr-text {
  color: #ffffff;
}
.cid-v7xUSvE1xi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-1900x1200.jpg");
}
.cid-v7xUSvE1xi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xUSvE1xi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v7xUSvE1xi .container {
    padding: 0 16px;
  }
}
.cid-v7xUSvE1xi .row {
  justify-content: space-between;
}
.cid-v7xUSvE1xi .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7xUSvE1xi .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-v7xUSvE1xi .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7xUSvE1xi .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-v7xUSvE1xi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7xUSvE1xi .image-wrapper {
  position: relative;
}
.cid-v7xUSvE1xi .image-wrapper img {
  height: 1000px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7xUSvE1xi .image-wrapper img {
    height: 350px;
  }
}
.cid-v7xUSvE1xi .image-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(#ededed, transparent);
}
.cid-v7xUSvE1xi .image-wrapper::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(360deg, #ededed, transparent);
}
.cid-v7xUSvE1xi .mbr-section-title {
  color: #000000;
}
.cid-v7xUSvE1xi .mbr-text {
  color: #ffffff;
}
.cid-v7xVEsoKyD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v7xVEsoKyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xVEsoKyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7xVEsoKyD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7xVEsoKyD .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v7xVEsoKyD .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v7xVEsoKyD .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7xVEsoKyD .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7xVEsoKyD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7xVEsoKyD .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7xVEsoKyD .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v7xVEsoKyD .content-wrapper .list .item-wrap:hover,
.cid-v7xVEsoKyD .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-v7xVEsoKyD .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-v7xVEsoKyD .mbr-section-title {
  color: #ffffff;
}
.cid-v7xVEsoKyD .mbr-text {
  color: #d2d2df;
}
.cid-v7xVEsoKyD .list {
  color: #d2d2df;
}
.cid-v7y0b4Ld1S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v7y0b4Ld1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7y0b4Ld1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7y0b4Ld1S .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7y0b4Ld1S .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v7y0b4Ld1S .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v7y0b4Ld1S .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7y0b4Ld1S .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7y0b4Ld1S .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7y0b4Ld1S .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7y0b4Ld1S .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v7y0b4Ld1S .content-wrapper .list .item-wrap:hover,
.cid-v7y0b4Ld1S .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-v7y0b4Ld1S .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-v7y0b4Ld1S .mbr-section-title {
  color: #ffffff;
}
.cid-v7y0b4Ld1S .mbr-text {
  color: #d2d2df;
}
.cid-v7y0b4Ld1S .list {
  color: #d2d2df;
}
.cid-v7xYnLhJ5X {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-1900x1200.jpg");
}
.cid-v7xYnLhJ5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xYnLhJ5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v7xYnLhJ5X .container {
    padding: 0 16px;
  }
}
.cid-v7xYnLhJ5X .row {
  justify-content: space-between;
}
.cid-v7xYnLhJ5X .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7xYnLhJ5X .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-v7xYnLhJ5X .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7xYnLhJ5X .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-v7xYnLhJ5X .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7xYnLhJ5X .image-wrapper {
  position: relative;
}
.cid-v7xYnLhJ5X .image-wrapper img {
  height: 1000px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7xYnLhJ5X .image-wrapper img {
    height: 350px;
  }
}
.cid-v7xYnLhJ5X .image-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(#ededed, transparent);
}
.cid-v7xYnLhJ5X .image-wrapper::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(360deg, #ededed, transparent);
}
.cid-v7xYnLhJ5X .mbr-section-title {
  color: #000000;
}
.cid-v7xYnLhJ5X .mbr-text {
  color: #ffffff;
}
.cid-v7y0ZwBoyv {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v7y0ZwBoyv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7y0ZwBoyv .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-v7y0ZwBoyv .container {
    padding: 0 15px;
  }
}
.cid-v7y0ZwBoyv .content-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-v7y0ZwBoyv .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-v7y0ZwBoyv .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v7y0ZwBoyv .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7y0ZwBoyv .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7y0ZwBoyv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7y0ZwBoyv .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-v7y0ZwBoyv .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-v7y0ZwBoyv .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-v7y0ZwBoyv .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-v7y0ZwBoyv .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-v7y0ZwBoyv .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-v7y0ZwBoyv .mbr-section-title {
  color: #ffffff;
}
.cid-v7y0ZwBoyv .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-v7y0ZwBoyv .mbr-text {
  color: #d2d2df;
}
.cid-v7y2GSZUN0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v7y2GSZUN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7y2GSZUN0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7y2GSZUN0 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7y2GSZUN0 .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v7y2GSZUN0 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v7y2GSZUN0 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7y2GSZUN0 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7y2GSZUN0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7y2GSZUN0 .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7y2GSZUN0 .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v7y2GSZUN0 .content-wrapper .list .item-wrap:hover,
.cid-v7y2GSZUN0 .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-v7y2GSZUN0 .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-v7y2GSZUN0 .mbr-section-title {
  color: #ffffff;
}
.cid-v7y2GSZUN0 .mbr-text {
  color: #d2d2df;
}
.cid-v7y2GSZUN0 .list {
  color: #d2d2df;
}
.cid-v7y3LwEICp {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v7y3LwEICp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7y3LwEICp .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-v7y3LwEICp .container {
    padding: 0 15px;
  }
}
.cid-v7y3LwEICp .content-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-v7y3LwEICp .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-v7y3LwEICp .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v7y3LwEICp .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7y3LwEICp .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7y3LwEICp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7y3LwEICp .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-v7y3LwEICp .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-v7y3LwEICp .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-v7y3LwEICp .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-v7y3LwEICp .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-v7y3LwEICp .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-v7y3LwEICp .mbr-section-title {
  color: #ffffff;
}
.cid-v7y3LwEICp .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-v7y3LwEICp .mbr-text {
  color: #d2d2df;
}
.cid-v7y4psgaBf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v7y4psgaBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7y4psgaBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7y4psgaBf .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7y4psgaBf .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v7y4psgaBf .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v7y4psgaBf .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7y4psgaBf .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7y4psgaBf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7y4psgaBf .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7y4psgaBf .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v7y4psgaBf .content-wrapper .list .item-wrap:hover,
.cid-v7y4psgaBf .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-v7y4psgaBf .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-v7y4psgaBf .mbr-section-title {
  color: #ffffff;
}
.cid-v7y4psgaBf .mbr-text {
  color: #d2d2df;
}
.cid-v7y4psgaBf .list {
  color: #d2d2df;
}
.cid-v7y57lTWb3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v7y57lTWb3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7y57lTWb3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7y57lTWb3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7y57lTWb3 .container {
    padding: 0 15px;
  }
}
.cid-v7y57lTWb3 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7y57lTWb3 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v7y57lTWb3 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7y57lTWb3 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7y57lTWb3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7y57lTWb3 .item {
  margin-bottom: 32px;
}
.cid-v7y57lTWb3 .item:hover .item-wrapper::before,
.cid-v7y57lTWb3 .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-v7y57lTWb3 .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-v7y57lTWb3 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-v7y57lTWb3 .item .item-wrapper::before {
    display: none;
  }
}
.cid-v7y57lTWb3 .item .item-wrapper .card-box {
  position: relative;
}
.cid-v7y57lTWb3 .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-v7y57lTWb3 .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-v7y57lTWb3 .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-v7y57lTWb3 .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-v7y57lTWb3 .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-v7y57lTWb3 .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-v7y57lTWb3 .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-v7y57lTWb3 .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-v7y57lTWb3 .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-v7y57lTWb3 .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-v7y57lTWb3 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-v7y57lTWb3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7y57lTWb3 .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-v7y57lTWb3 .mbr-date {
  color: #ffffff;
}
.cid-v7y57lTWb3 .mbr-tag {
  color: #ffffff;
}
.cid-v7y57lTWb3 .mbr-card-title {
  color: #f2ac2b;
}
.cid-v7y57lTWb3 .mbr-card-text {
  color: #d2d2df;
}
.cid-v7y7aLF66y {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v7y7aLF66y .row {
  align-items: center;
  width: 100%;
}
.cid-v7y7aLF66y .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto 1.25rem;
}
@media (max-width: 991px) {
  .cid-v7y7aLF66y .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-v7y7aLF66y .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-v7y7aLF66y .content-container {
  display: block;
  padding: 0 !important;
  background-color: #232b45;
}
.cid-v7y7aLF66y .text-container {
  padding: 16px 32px;
  display: block;
  width: 100%;
}
.cid-v7y7aLF66y .text-wrapper {
  display: block;
  width: 100%;
}
.cid-v7y7aLF66y .header-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-v7y7aLF66y .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-v7y7aLF66y .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-v7y7aLF66y .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-v7y7aLF66y .mbr-section-title {
  width: 100%;
  color: #ec8c39;
  margin-bottom: 4px;
  text-align: center;
}
.cid-v7y7aLF66y .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-v7y7aLF66y .btn-container {
  width: 100%;
}
.cid-v7y7aLF66y .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-v7y7aLF66y .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-v7y7aLF66y .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v7y7aLF66y .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-v7y7aLF66y .gallery1 .img-container {
  overflow: hidden;
  display: block !important;
  width: 100% !important;
  max-width: 520px !important;
  flex: 0 0 auto !important;
  margin: 0 auto !important;
  box-sizing: border-box;
}
.cid-v7y7aLF66y .gallery1 .img-container a {
  display: block !important;
  width: 100% !important;
}
.cid-v7y7aLF66y .gallery1 .img-container img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 100px !important;
  min-height: 100px !important;
  object-fit: cover !important;
}
.cid-v7y6dqUuMD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v7y6dqUuMD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7y6dqUuMD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7y6dqUuMD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7y6dqUuMD .container {
    padding: 0 15px;
  }
}
.cid-v7y6dqUuMD .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-v7y6dqUuMD .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7y6dqUuMD .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7y6dqUuMD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7y6dqUuMD .mbr-section-btn {
  margin-top: 40px;
}
.cid-v7y6dqUuMD .mbr-section-title {
  color: #ffffff;
}
.cid-v7y6dqUuMD .mbr-section-subtitle {
  color: #ec8c39;
  text-align: center;
}
.cid-v7y6dqUuMD .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-v7y6dqUuMD .mbr-section-title,
.cid-v7y6dqUuMD .mbr-section-btn {
  text-align: center;
}
.cid-v7xwQ70zmZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v7xwQ70zmZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xwQ70zmZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7xwQ70zmZ .row {
  justify-content: center;
}
.cid-v7xwQ70zmZ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v7xwQ70zmZ .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v7xwQ70zmZ .container {
    padding: 0 15px;
  }
}
.cid-v7xwQ70zmZ .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-v7xwQ70zmZ .title-wrapper {
    text-align: center;
  }
}
.cid-v7xwQ70zmZ .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v7xwQ70zmZ .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-v7xwQ70zmZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7xwQ70zmZ .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v7xwQ70zmZ .list {
    justify-content: center;
  }
}
.cid-v7xwQ70zmZ .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-v7xwQ70zmZ .list .item-wrap:hover,
.cid-v7xwQ70zmZ .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-v7xwQ70zmZ .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-v7xwQ70zmZ .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-v7xwQ70zmZ .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7xwQ70zmZ .copy-wrapper {
    height: auto;
  }
}
.cid-v7xwQ70zmZ .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7xwQ70zmZ .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v7xwQ70zmZ .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-v7xwQ70zmZ .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v7xwQ70zmZ .social-wrapper {
    text-align: center;
  }
}
.cid-v7xwQ70zmZ .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7xwQ70zmZ .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-v7xwQ70zmZ .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-v7xwQ70zmZ .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-v7xwQ70zmZ .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-v7xwQ70zmZ .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7xwQ70zmZ .mbr-section-title {
  color: #f2ac2b;
}
.cid-v7xwQ70zmZ .mbr-copy {
  color: #d2d2df;
}
.cid-v7B1AjAkxk {
  background-color: transparent;
}
.cid-v7B1AjAkxk .navbar-dropdown {
  background: #171827 !important;
  padding: 0;
}
.cid-v7B1AjAkxk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171827 !important;
  background: #171827;
}
.cid-v7B1AjAkxk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7B1AjAkxk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v7B1AjAkxk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v7B1AjAkxk .menu_box .navbar.opened,
  .cid-v7B1AjAkxk .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v7B1AjAkxk .navbar-dropdown {
  position: relative !important;
}
.cid-v7B1AjAkxk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-v7B1AjAkxk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v7B1AjAkxk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v7B1AjAkxk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v7B1AjAkxk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v7B1AjAkxk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-v7B1AjAkxk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v7B1AjAkxk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v7B1AjAkxk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v7B1AjAkxk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v7B1AjAkxk .offcanvas-body .mbr-text,
  .cid-v7B1AjAkxk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v7B1AjAkxk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v7B1AjAkxk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v7B1AjAkxk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-v7B1AjAkxk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v7B1AjAkxk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v7B1AjAkxk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v7B1AjAkxk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v7B1AjAkxk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v7B1AjAkxk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v7B1AjAkxk .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-v7B1AjAkxk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v7B1AjAkxk 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-v7B1AjAkxk .lg_brand {
    margin: 0 1rem;
  }
  .cid-v7B1AjAkxk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v7B1AjAkxk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v7B1AjAkxk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v7B1AjAkxk .nav-item {
    margin: 0 !important;
  }
}
.cid-v7B1AjAkxk .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-v7B1AjAkxk .nav-item .nav-link:hover,
.cid-v7B1AjAkxk .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-v7B1AjAkxk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v7B1AjAkxk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v7B1AjAkxk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v7B1AjAkxk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v7B1AjAkxk .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-v7B1AjAkxk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v7B1AjAkxk .offcanvas_box {
    display: none;
  }
}
.cid-v7B1AjAkxk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v7B1AjAkxk .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v7B1AjAkxk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v7B1AjAkxk .container {
  display: flex;
  margin: auto;
}
.cid-v7B1AjAkxk .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-v7B1AjAkxk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v7B1AjAkxk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7B1AjAkxk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v7B1AjAkxk .navbar-nav {
    margin: 0;
  }
}
.cid-v7B1AjAkxk .dropdown-menu,
.cid-v7B1AjAkxk .navbar.opened {
  background-color: true !important;
}
.cid-v7B1AjAkxk .nav-item:focus,
.cid-v7B1AjAkxk .nav-link:focus {
  outline: none;
}
.cid-v7B1AjAkxk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7B1AjAkxk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7B1AjAkxk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7B1AjAkxk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7B1AjAkxk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7B1AjAkxk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7B1AjAkxk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v7B1AjAkxk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v7B1AjAkxk .navbar.opened {
  transition: all 0.3s;
}
.cid-v7B1AjAkxk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v7B1AjAkxk .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-v7B1AjAkxk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v7B1AjAkxk .navbar.collapsed {
  justify-content: center;
}
.cid-v7B1AjAkxk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7B1AjAkxk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7B1AjAkxk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7B1AjAkxk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7B1AjAkxk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7B1AjAkxk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v7B1AjAkxk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v7B1AjAkxk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v7B1AjAkxk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v7B1AjAkxk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7B1AjAkxk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7B1AjAkxk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v7B1AjAkxk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7B1AjAkxk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v7B1AjAkxk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7B1AjAkxk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v7B1AjAkxk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v7B1AjAkxk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v7B1AjAkxk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v7B1AjAkxk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7B1AjAkxk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v7B1AjAkxk .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7B1AjAkxk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7B1AjAkxk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7B1AjAkxk .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-v7B1AjAkxk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-v7B1AjAkxk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7B1AjAkxk .dropdown-item.active,
.cid-v7B1AjAkxk .dropdown-item:active {
  background-color: transparent;
}
.cid-v7B1AjAkxk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-v7B1AjAkxk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7B1AjAkxk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7B1AjAkxk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7B1AjAkxk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v7B1AjAkxk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7B1AjAkxk 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-v7B1AjAkxk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-v7B1AjAkxk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7B1AjAkxk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7B1AjAkxk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7B1AjAkxk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7B1AjAkxk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7B1AjAkxk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7B1AjAkxk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7B1AjAkxk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7B1AjAkxk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v7B1AjAkxk .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-v7B1AjAkxk .navbar {
    height: 70px;
  }
  .cid-v7B1AjAkxk .navbar.opened {
    height: auto;
  }
  .cid-v7B1AjAkxk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7B1AjAkxk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v7B1AjAkxk .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-v7B1AjAkxk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v7B1AjAkxk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v7B1AjAkxk .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-v7B1AjAkxk .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-v7B1AjAkxk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v7B1AjAkxk .text_widget {
  margin-bottom: 32px;
}
.cid-v7B1AjAkxk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v7B1AjAkxk .text_widget a:hover,
.cid-v7B1AjAkxk .text_widget a:focus {
  opacity: .6;
}
.cid-v7B1AjAkxk .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-v7B1AjAkxk .navbar-caption {
  color: #f2ac2b;
}
.cid-v7B1AjAkxk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v7B1AjAkxk .mbr-section-subtitle,
.cid-v7B1AjAkxk .text_widget,
.cid-v7B1AjAkxk .mbr-section-btn {
  text-align: center;
}
.cid-v7B1AjAkxk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v7B1Ak81YV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v7B1Ak81YV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7B1Ak81YV .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-v7B1Ak81YV .container {
    padding: 0 15px;
  }
}
.cid-v7B1Ak81YV .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-v7B1Ak81YV .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v7B1Ak81YV .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-v7B1Ak81YV .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v7B1Ak81YV .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7B1Ak81YV .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7B1Ak81YV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7B1Ak81YV .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-v7B1Ak81YV .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-v7B1Ak81YV .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-v7B1Ak81YV .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-v7B1Ak81YV .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-v7B1Ak81YV .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-v7B1Ak81YV .mbr-section-title {
  color: #ffffff;
}
.cid-v7B1Ak81YV .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-v7B1Ak81YV .mbr-text {
  color: #d2d2df;
}
.cid-v7B1Ak81YV .mbr-section-title,
.cid-v7B1Ak81YV .mbr-section-btn {
  color: #f2ac2b;
}
.cid-v7B1AkvFll {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v7B1AkvFll .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7B1AkvFll .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-v7B1AkvFll .container {
    padding: 0 15px;
  }
}
.cid-v7B1AkvFll .row {
  justify-content: center;
}
.cid-v7B1AkvFll .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7B1AkvFll .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7B1AkvFll .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-v7B1AkvFll .subtitle-wrapper {
    padding: 0;
  }
}
.cid-v7B1AkvFll .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7B1AkvFll .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v7B1AkvFll .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-v7B1AkvFll .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-v7B1AkvFll .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-v7B1AkvFll .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7B1AkvFll .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-v7B1AkvFll .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-v7B1AkvFll .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7B1AkvFll .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7B1AkvFll .list {
  color: #ffffff;
}
.cid-v7B1AkVpNx {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v7B1AkVpNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7B1AkVpNx .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-v7B1AkVpNx .container {
    padding: 0 15px;
  }
}
.cid-v7B1AkVpNx .content-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-v7B1AkVpNx .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-v7B1AkVpNx .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v7B1AkVpNx .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7B1AkVpNx .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7B1AkVpNx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7B1AkVpNx .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-v7B1AkVpNx .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-v7B1AkVpNx .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-v7B1AkVpNx .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-v7B1AkVpNx .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-v7B1AkVpNx .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-v7B1AkVpNx .mbr-section-title {
  color: #ffffff;
}
.cid-v7B1AkVpNx .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-v7B1AkVpNx .mbr-text {
  color: #d2d2df;
}
.cid-v7B1Ali0dE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v7B1Ali0dE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7B1Ali0dE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7B1Ali0dE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7B1Ali0dE .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v7B1Ali0dE .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v7B1Ali0dE .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7B1Ali0dE .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7B1Ali0dE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7B1Ali0dE .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7B1Ali0dE .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v7B1Ali0dE .content-wrapper .list .item-wrap:hover,
.cid-v7B1Ali0dE .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-v7B1Ali0dE .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-v7B1Ali0dE .mbr-section-title {
  color: #ffffff;
}
.cid-v7B1Ali0dE .mbr-text {
  color: #d2d2df;
}
.cid-v7B1Ali0dE .list {
  color: #d2d2df;
}
.cid-v7B1AlH2jh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v7B1AlH2jh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7B1AlH2jh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7B1AlH2jh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7B1AlH2jh .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v7B1AlH2jh .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v7B1AlH2jh .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7B1AlH2jh .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7B1AlH2jh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7B1AlH2jh .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7B1AlH2jh .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v7B1AlH2jh .content-wrapper .list .item-wrap:hover,
.cid-v7B1AlH2jh .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-v7B1AlH2jh .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-v7B1AlH2jh .mbr-section-title {
  color: #ffffff;
}
.cid-v7B1AlH2jh .mbr-text {
  color: #d2d2df;
}
.cid-v7B1AlH2jh .list {
  color: #d2d2df;
}
.cid-v7B1Am7pfV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-1900x1200.jpg");
}
.cid-v7B1Am7pfV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7B1Am7pfV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v7B1Am7pfV .container {
    padding: 0 16px;
  }
}
.cid-v7B1Am7pfV .row {
  justify-content: space-between;
}
.cid-v7B1Am7pfV .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7B1Am7pfV .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-v7B1Am7pfV .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7B1Am7pfV .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-v7B1Am7pfV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7B1Am7pfV .image-wrapper {
  position: relative;
}
.cid-v7B1Am7pfV .image-wrapper img {
  height: 1000px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7B1Am7pfV .image-wrapper img {
    height: 350px;
  }
}
.cid-v7B1Am7pfV .image-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(#ededed, transparent);
}
.cid-v7B1Am7pfV .image-wrapper::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(360deg, #ededed, transparent);
}
.cid-v7B1Am7pfV .mbr-section-title {
  color: #000000;
}
.cid-v7B1Am7pfV .mbr-text {
  color: #ffffff;
}
.cid-v7B1AmwJEl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-1900x1200.jpg");
}
.cid-v7B1AmwJEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7B1AmwJEl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v7B1AmwJEl .container {
    padding: 0 16px;
  }
}
.cid-v7B1AmwJEl .row {
  justify-content: space-between;
}
.cid-v7B1AmwJEl .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7B1AmwJEl .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-v7B1AmwJEl .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7B1AmwJEl .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-v7B1AmwJEl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7B1AmwJEl .image-wrapper {
  position: relative;
}
.cid-v7B1AmwJEl .image-wrapper img {
  height: 1000px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7B1AmwJEl .image-wrapper img {
    height: 350px;
  }
}
.cid-v7B1AmwJEl .image-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(#ededed, transparent);
}
.cid-v7B1AmwJEl .image-wrapper::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(360deg, #ededed, transparent);
}
.cid-v7B1AmwJEl .mbr-section-title {
  color: #000000;
}
.cid-v7B1AmwJEl .mbr-text {
  color: #ffffff;
}
.cid-v7B1Anc46E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v7B1Anc46E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7B1Anc46E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7B1Anc46E .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7B1Anc46E .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v7B1Anc46E .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v7B1Anc46E .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7B1Anc46E .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7B1Anc46E .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7B1Anc46E .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7B1Anc46E .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v7B1Anc46E .content-wrapper .list .item-wrap:hover,
.cid-v7B1Anc46E .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-v7B1Anc46E .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-v7B1Anc46E .mbr-section-title {
  color: #ffffff;
}
.cid-v7B1Anc46E .mbr-text {
  color: #d2d2df;
}
.cid-v7B1Anc46E .list {
  color: #d2d2df;
}
.cid-v7B1AnKUR8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v7B1AnKUR8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7B1AnKUR8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7B1AnKUR8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7B1AnKUR8 .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v7B1AnKUR8 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v7B1AnKUR8 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7B1AnKUR8 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7B1AnKUR8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7B1AnKUR8 .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-v7B1AnKUR8 .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v7B1AnKUR8 .content-wrapper .list .item-wrap:hover,
.cid-v7B1AnKUR8 .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-v7B1AnKUR8 .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-v7B1AnKUR8 .mbr-section-title {
  color: #ffffff;
}
.cid-v7B1AnKUR8 .mbr-text {
  color: #d2d2df;
}
.cid-v7B1AnKUR8 .list {
  color: #d2d2df;
}
.cid-v7B1AoatPB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-1900x1200.jpg");
}
.cid-v7B1AoatPB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7B1AoatPB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v7B1AoatPB .container {
    padding: 0 16px;
  }
}
.cid-v7B1AoatPB .row {
  justify-content: space-between;
}
.cid-v7B1AoatPB .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7B1AoatPB .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-v7B1AoatPB .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7B1AoatPB .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-v7B1AoatPB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7B1AoatPB .image-wrapper {
  position: relative;
}
.cid-v7B1AoatPB .image-wrapper img {
  height: 1000px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7B1AoatPB .image-wrapper img {
    height: 350px;
  }
}
.cid-v7B1AoatPB .image-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(#ededed, transparent);
}
.cid-v7B1AoatPB .image-wrapper::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: linear-gradient(360deg, #ededed, transparent);
}
.cid-v7B1AoatPB .mbr-section-title {
  color: #000000;
}
.cid-v7B1AoatPB .mbr-text {
  color: #ffffff;
}
.cid-v7B1Aqj6zz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v7B1Aqj6zz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7B1Aqj6zz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7B1Aqj6zz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7B1Aqj6zz .container {
    padding: 0 15px;
  }
}
.cid-v7B1Aqj6zz .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7B1Aqj6zz .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v7B1Aqj6zz .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7B1Aqj6zz .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7B1Aqj6zz .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7B1Aqj6zz .item {
  margin-bottom: 32px;
}
.cid-v7B1Aqj6zz .item:hover .item-wrapper::before,
.cid-v7B1Aqj6zz .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-v7B1Aqj6zz .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-v7B1Aqj6zz .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-v7B1Aqj6zz .item .item-wrapper::before {
    display: none;
  }
}
.cid-v7B1Aqj6zz .item .item-wrapper .card-box {
  position: relative;
}
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-v7B1Aqj6zz .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-v7B1Aqj6zz .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-v7B1Aqj6zz .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-v7B1Aqj6zz .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-v7B1Aqj6zz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7B1Aqj6zz .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-v7B1Aqj6zz .mbr-date {
  color: #ffffff;
}
.cid-v7B1Aqj6zz .mbr-tag {
  color: #ffffff;
}
.cid-v7B1Aqj6zz .mbr-card-title {
  color: #f2ac2b;
}
.cid-v7B1Aqj6zz .mbr-card-text {
  color: #d2d2df;
}
.cid-v7B1AqQ4ak {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v7B1AqQ4ak .row {
  align-items: center;
  width: 100%;
}
.cid-v7B1AqQ4ak .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto 1.25rem;
}
@media (max-width: 991px) {
  .cid-v7B1AqQ4ak .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-v7B1AqQ4ak .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-v7B1AqQ4ak .content-container {
  display: block;
  padding: 0 !important;
  background-color: #232b45;
}
.cid-v7B1AqQ4ak .text-container {
  padding: 16px 32px;
  display: block;
  width: 100%;
}
.cid-v7B1AqQ4ak .text-wrapper {
  display: block;
  width: 100%;
}
.cid-v7B1AqQ4ak .header-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-v7B1AqQ4ak .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-v7B1AqQ4ak .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-v7B1AqQ4ak .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-v7B1AqQ4ak .mbr-section-title {
  width: 100%;
  color: #ec8c39;
  margin-bottom: 4px;
  text-align: center;
}
.cid-v7B1AqQ4ak .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-v7B1AqQ4ak .btn-container {
  width: 100%;
}
.cid-v7B1AqQ4ak .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-v7B1AqQ4ak .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-v7B1AqQ4ak .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v7B1AqQ4ak .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-v7B1AqQ4ak .gallery1 .img-container {
  overflow: hidden;
  display: block !important;
  width: 100% !important;
  max-width: 520px !important;
  flex: 0 0 auto !important;
  margin: 0 auto !important;
  box-sizing: border-box;
}
.cid-v7B1AqQ4ak .gallery1 .img-container a {
  display: block !important;
  width: 100% !important;
}
.cid-v7B1AqQ4ak .gallery1 .img-container img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 100px !important;
  min-height: 100px !important;
  object-fit: cover !important;
}
.cid-v7B1ArmDhV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v7B1ArmDhV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7B1ArmDhV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7B1ArmDhV .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7B1ArmDhV .container {
    padding: 0 15px;
  }
}
.cid-v7B1ArmDhV .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-v7B1ArmDhV .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7B1ArmDhV .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7B1ArmDhV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7B1ArmDhV .mbr-section-btn {
  margin-top: 40px;
}
.cid-v7B1ArmDhV .mbr-section-title {
  color: #ffffff;
}
.cid-v7B1ArmDhV .mbr-section-subtitle {
  color: #ec8c39;
  text-align: center;
}
.cid-v7B1ArmDhV .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-v7B1ArmDhV .mbr-section-title,
.cid-v7B1ArmDhV .mbr-section-btn {
  text-align: center;
}
.cid-v7B1ArRumo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v7B1ArRumo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7B1ArRumo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7B1ArRumo .row {
  justify-content: center;
}
.cid-v7B1ArRumo .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v7B1ArRumo .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v7B1ArRumo .container {
    padding: 0 15px;
  }
}
.cid-v7B1ArRumo .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-v7B1ArRumo .title-wrapper {
    text-align: center;
  }
}
.cid-v7B1ArRumo .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v7B1ArRumo .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-v7B1ArRumo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7B1ArRumo .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v7B1ArRumo .list {
    justify-content: center;
  }
}
.cid-v7B1ArRumo .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-v7B1ArRumo .list .item-wrap:hover,
.cid-v7B1ArRumo .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-v7B1ArRumo .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-v7B1ArRumo .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-v7B1ArRumo .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7B1ArRumo .copy-wrapper {
    height: auto;
  }
}
.cid-v7B1ArRumo .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7B1ArRumo .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v7B1ArRumo .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-v7B1ArRumo .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v7B1ArRumo .social-wrapper {
    text-align: center;
  }
}
.cid-v7B1ArRumo .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7B1ArRumo .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-v7B1ArRumo .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-v7B1ArRumo .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-v7B1ArRumo .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-v7B1ArRumo .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7B1ArRumo .mbr-section-title {
  color: #f2ac2b;
}
.cid-v7B1ArRumo .mbr-copy {
  color: #d2d2df;
}
.cid-v9pSQbADLn {
  background-color: transparent;
}
.cid-v9pSQbADLn .navbar-dropdown {
  background: #171827 !important;
  padding: 0;
}
.cid-v9pSQbADLn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171827 !important;
  background: #171827;
}
.cid-v9pSQbADLn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9pSQbADLn .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9pSQbADLn .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v9pSQbADLn .menu_box .navbar.opened,
  .cid-v9pSQbADLn .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v9pSQbADLn .navbar-dropdown {
  position: relative !important;
}
.cid-v9pSQbADLn .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-v9pSQbADLn .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v9pSQbADLn .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v9pSQbADLn .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v9pSQbADLn .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v9pSQbADLn .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-v9pSQbADLn .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v9pSQbADLn .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v9pSQbADLn .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v9pSQbADLn .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v9pSQbADLn .offcanvas-body .mbr-text,
  .cid-v9pSQbADLn .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v9pSQbADLn .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v9pSQbADLn .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v9pSQbADLn .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-v9pSQbADLn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v9pSQbADLn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v9pSQbADLn .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v9pSQbADLn .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v9pSQbADLn ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v9pSQbADLn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9pSQbADLn .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-v9pSQbADLn .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v9pSQbADLn 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-v9pSQbADLn .lg_brand {
    margin: 0 1rem;
  }
  .cid-v9pSQbADLn .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v9pSQbADLn .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v9pSQbADLn .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v9pSQbADLn .nav-item {
    margin: 0 !important;
  }
}
.cid-v9pSQbADLn .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-v9pSQbADLn .nav-item .nav-link:hover,
.cid-v9pSQbADLn .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-v9pSQbADLn .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v9pSQbADLn .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v9pSQbADLn .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v9pSQbADLn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9pSQbADLn .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-v9pSQbADLn .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v9pSQbADLn .offcanvas_box {
    display: none;
  }
}
.cid-v9pSQbADLn .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v9pSQbADLn .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v9pSQbADLn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v9pSQbADLn .container {
  display: flex;
  margin: auto;
}
.cid-v9pSQbADLn .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-v9pSQbADLn .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v9pSQbADLn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v9pSQbADLn .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v9pSQbADLn .navbar-nav {
    margin: 0;
  }
}
.cid-v9pSQbADLn .dropdown-menu,
.cid-v9pSQbADLn .navbar.opened {
  background-color: true !important;
}
.cid-v9pSQbADLn .nav-item:focus,
.cid-v9pSQbADLn .nav-link:focus {
  outline: none;
}
.cid-v9pSQbADLn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9pSQbADLn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9pSQbADLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9pSQbADLn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9pSQbADLn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9pSQbADLn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9pSQbADLn .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v9pSQbADLn .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v9pSQbADLn .navbar.opened {
  transition: all 0.3s;
}
.cid-v9pSQbADLn .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v9pSQbADLn .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-v9pSQbADLn .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v9pSQbADLn .navbar.collapsed {
  justify-content: center;
}
.cid-v9pSQbADLn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9pSQbADLn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9pSQbADLn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9pSQbADLn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9pSQbADLn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9pSQbADLn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v9pSQbADLn .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v9pSQbADLn .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v9pSQbADLn .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v9pSQbADLn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9pSQbADLn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9pSQbADLn .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v9pSQbADLn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9pSQbADLn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v9pSQbADLn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9pSQbADLn .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v9pSQbADLn .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v9pSQbADLn .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v9pSQbADLn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v9pSQbADLn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9pSQbADLn .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v9pSQbADLn .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9pSQbADLn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9pSQbADLn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9pSQbADLn .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-v9pSQbADLn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-v9pSQbADLn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9pSQbADLn .dropdown-item.active,
.cid-v9pSQbADLn .dropdown-item:active {
  background-color: transparent;
}
.cid-v9pSQbADLn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-v9pSQbADLn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9pSQbADLn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9pSQbADLn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9pSQbADLn ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v9pSQbADLn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9pSQbADLn 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-v9pSQbADLn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-v9pSQbADLn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9pSQbADLn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9pSQbADLn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9pSQbADLn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9pSQbADLn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9pSQbADLn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9pSQbADLn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9pSQbADLn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9pSQbADLn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v9pSQbADLn .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-v9pSQbADLn .navbar {
    height: 70px;
  }
  .cid-v9pSQbADLn .navbar.opened {
    height: auto;
  }
  .cid-v9pSQbADLn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9pSQbADLn .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v9pSQbADLn .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-v9pSQbADLn .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v9pSQbADLn .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v9pSQbADLn .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-v9pSQbADLn .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-v9pSQbADLn .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v9pSQbADLn .text_widget {
  margin-bottom: 32px;
}
.cid-v9pSQbADLn .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v9pSQbADLn .text_widget a:hover,
.cid-v9pSQbADLn .text_widget a:focus {
  opacity: .6;
}
.cid-v9pSQbADLn .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-v9pSQbADLn .navbar-caption {
  color: #f2ac2b;
}
.cid-v9pSQbADLn .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v9pSQbADLn .mbr-section-subtitle,
.cid-v9pSQbADLn .text_widget,
.cid-v9pSQbADLn .mbr-section-btn {
  text-align: center;
}
.cid-v9pSQbADLn a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v9pSQc1LvK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v9pSQc1LvK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9pSQc1LvK .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-v9pSQc1LvK .container {
    padding: 0 15px;
  }
}
.cid-v9pSQc1LvK .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-v9pSQc1LvK .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v9pSQc1LvK .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-v9pSQc1LvK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-v9pSQc1LvK .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v9pSQc1LvK .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v9pSQc1LvK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9pSQc1LvK .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-v9pSQc1LvK .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-v9pSQc1LvK .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-v9pSQc1LvK .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-v9pSQc1LvK .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-v9pSQc1LvK .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-v9pSQc1LvK .mbr-section-title {
  color: #ffffff;
}
.cid-v9pSQc1LvK .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-v9pSQc1LvK .mbr-text {
  color: #d2d2df;
}
.cid-v9pSQckz3w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v9pSQckz3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9pSQckz3w .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-v9pSQckz3w .container {
    padding: 0 15px;
  }
}
.cid-v9pSQckz3w .row {
  justify-content: center;
}
.cid-v9pSQckz3w .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9pSQckz3w .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v9pSQckz3w .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-v9pSQckz3w .subtitle-wrapper {
    padding: 0;
  }
}
.cid-v9pSQckz3w .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9pSQckz3w .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v9pSQckz3w .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-v9pSQckz3w .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-v9pSQckz3w .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-v9pSQckz3w .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v9pSQckz3w .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-v9pSQckz3w .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-v9pSQckz3w .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v9pSQckz3w .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9pSQckz3w .list {
  color: #ffffff;
}
.cid-v9pSQcBj3l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v9pSQcBj3l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9pSQcBj3l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9pSQcBj3l .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v9pSQcBj3l .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v9pSQcBj3l .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9pSQcBj3l .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v9pSQcBj3l .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v9pSQcBj3l .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9pSQcBj3l .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-v9pSQcBj3l .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-v9pSQcBj3l .content-wrapper .list .item-wrap:hover,
.cid-v9pSQcBj3l .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-v9pSQcBj3l .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-v9pSQcBj3l .mbr-section-title {
  color: #ffffff;
}
.cid-v9pSQcBj3l .mbr-text {
  color: #d2d2df;
}
.cid-v9pSQcBj3l .list {
  color: #d2d2df;
}
.cid-v9pSQcTiSW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v9pSQcTiSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9pSQcTiSW .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-v9pSQcTiSW .container {
    padding: 0 15px;
  }
}
.cid-v9pSQcTiSW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-v9pSQcTiSW .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-v9pSQcTiSW .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-v9pSQcTiSW .content-wrapper .mbr-name {
  margin: 0;
}
.cid-v9pSQcTiSW .mbr-section-title {
  color: #ffffff;
}
.cid-v9pSQcTiSW .mbr-text {
  color: #d2d2df;
}
.cid-v9pSQcTiSW .mbr-name {
  color: #f2ac2b;
}
.cid-v9pSQdeDKe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-v9pSQdeDKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9pSQdeDKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9pSQdeDKe .row {
  justify-content: center;
}
.cid-v9pSQdeDKe .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v9pSQdeDKe .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-v9pSQdeDKe .container {
    padding: 0 15px;
  }
}
.cid-v9pSQdeDKe .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-v9pSQdeDKe .title-wrapper {
    text-align: center;
  }
}
.cid-v9pSQdeDKe .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v9pSQdeDKe .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-v9pSQdeDKe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9pSQdeDKe .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v9pSQdeDKe .list {
    justify-content: center;
  }
}
.cid-v9pSQdeDKe .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-v9pSQdeDKe .list .item-wrap:hover,
.cid-v9pSQdeDKe .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-v9pSQdeDKe .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-v9pSQdeDKe .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-v9pSQdeDKe .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v9pSQdeDKe .copy-wrapper {
    height: auto;
  }
}
.cid-v9pSQdeDKe .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9pSQdeDKe .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-v9pSQdeDKe .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-v9pSQdeDKe .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v9pSQdeDKe .social-wrapper {
    text-align: center;
  }
}
.cid-v9pSQdeDKe .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v9pSQdeDKe .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-v9pSQdeDKe .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-v9pSQdeDKe .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-v9pSQdeDKe .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-v9pSQdeDKe .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v9pSQdeDKe .mbr-section-title {
  color: #f2ac2b;
}
.cid-v9pSQdeDKe .mbr-copy {
  color: #d2d2df;
}
.cid-vbcgBaKz0E {
  background-color: transparent;
}
.cid-vbcgBaKz0E .navbar-dropdown {
  background: #171827 !important;
  padding: 0;
}
.cid-vbcgBaKz0E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #171827 !important;
  background: #171827;
}
.cid-vbcgBaKz0E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbcgBaKz0E .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbcgBaKz0E .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vbcgBaKz0E .menu_box .navbar.opened,
  .cid-vbcgBaKz0E .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vbcgBaKz0E .navbar-dropdown {
  position: relative !important;
}
.cid-vbcgBaKz0E .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vbcgBaKz0E .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vbcgBaKz0E .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vbcgBaKz0E .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vbcgBaKz0E .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vbcgBaKz0E .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-vbcgBaKz0E .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vbcgBaKz0E .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vbcgBaKz0E .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vbcgBaKz0E .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vbcgBaKz0E .offcanvas-body .mbr-text,
  .cid-vbcgBaKz0E .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vbcgBaKz0E .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vbcgBaKz0E .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vbcgBaKz0E .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-vbcgBaKz0E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vbcgBaKz0E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vbcgBaKz0E .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vbcgBaKz0E .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vbcgBaKz0E ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vbcgBaKz0E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbcgBaKz0E .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-vbcgBaKz0E .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vbcgBaKz0E 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-vbcgBaKz0E .lg_brand {
    margin: 0 1rem;
  }
  .cid-vbcgBaKz0E .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vbcgBaKz0E .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vbcgBaKz0E .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vbcgBaKz0E .nav-item {
    margin: 0 !important;
  }
}
.cid-vbcgBaKz0E .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-vbcgBaKz0E .nav-item .nav-link:hover,
.cid-vbcgBaKz0E .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-vbcgBaKz0E .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vbcgBaKz0E .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vbcgBaKz0E .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vbcgBaKz0E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vbcgBaKz0E .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-vbcgBaKz0E .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vbcgBaKz0E .offcanvas_box {
    display: none;
  }
}
.cid-vbcgBaKz0E .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vbcgBaKz0E .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vbcgBaKz0E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vbcgBaKz0E .container {
  display: flex;
  margin: auto;
}
.cid-vbcgBaKz0E .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-vbcgBaKz0E .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vbcgBaKz0E .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbcgBaKz0E .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vbcgBaKz0E .navbar-nav {
    margin: 0;
  }
}
.cid-vbcgBaKz0E .dropdown-menu,
.cid-vbcgBaKz0E .navbar.opened {
  background-color: true !important;
}
.cid-vbcgBaKz0E .nav-item:focus,
.cid-vbcgBaKz0E .nav-link:focus {
  outline: none;
}
.cid-vbcgBaKz0E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbcgBaKz0E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbcgBaKz0E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbcgBaKz0E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbcgBaKz0E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbcgBaKz0E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbcgBaKz0E .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vbcgBaKz0E .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vbcgBaKz0E .navbar.opened {
  transition: all 0.3s;
}
.cid-vbcgBaKz0E .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vbcgBaKz0E .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vbcgBaKz0E .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vbcgBaKz0E .navbar.collapsed {
  justify-content: center;
}
.cid-vbcgBaKz0E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbcgBaKz0E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vbcgBaKz0E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbcgBaKz0E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbcgBaKz0E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbcgBaKz0E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vbcgBaKz0E .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vbcgBaKz0E .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vbcgBaKz0E .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vbcgBaKz0E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbcgBaKz0E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbcgBaKz0E .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vbcgBaKz0E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbcgBaKz0E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vbcgBaKz0E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbcgBaKz0E .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vbcgBaKz0E .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vbcgBaKz0E .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vbcgBaKz0E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vbcgBaKz0E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbcgBaKz0E .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vbcgBaKz0E .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbcgBaKz0E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbcgBaKz0E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbcgBaKz0E .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-vbcgBaKz0E .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vbcgBaKz0E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbcgBaKz0E .dropdown-item.active,
.cid-vbcgBaKz0E .dropdown-item:active {
  background-color: transparent;
}
.cid-vbcgBaKz0E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vbcgBaKz0E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbcgBaKz0E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbcgBaKz0E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbcgBaKz0E ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vbcgBaKz0E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbcgBaKz0E 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-vbcgBaKz0E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-vbcgBaKz0E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbcgBaKz0E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbcgBaKz0E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbcgBaKz0E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbcgBaKz0E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbcgBaKz0E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbcgBaKz0E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbcgBaKz0E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbcgBaKz0E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vbcgBaKz0E .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-vbcgBaKz0E .navbar {
    height: 70px;
  }
  .cid-vbcgBaKz0E .navbar.opened {
    height: auto;
  }
  .cid-vbcgBaKz0E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbcgBaKz0E .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vbcgBaKz0E .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-vbcgBaKz0E .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vbcgBaKz0E .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vbcgBaKz0E .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-vbcgBaKz0E .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-vbcgBaKz0E .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vbcgBaKz0E .text_widget {
  margin-bottom: 32px;
}
.cid-vbcgBaKz0E .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vbcgBaKz0E .text_widget a:hover,
.cid-vbcgBaKz0E .text_widget a:focus {
  opacity: .6;
}
.cid-vbcgBaKz0E .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-vbcgBaKz0E .navbar-caption {
  color: #f2ac2b;
}
.cid-vbcgBaKz0E .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vbcgBaKz0E .mbr-section-subtitle,
.cid-vbcgBaKz0E .text_widget,
.cid-vbcgBaKz0E .mbr-section-btn {
  text-align: center;
}
.cid-vbcgBaKz0E a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vbcgBb7iJ8 section.video1.elevatem5 {
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
  color: var(--text-color, #f7f7f7);
  background-color: #000;
  font-family: 'Inter', sans-serif;
}
.cid-vbcgBb7iJ8 section.video1.elevatem5 .section-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 0.8s ease, opacity 0.5s ease;
  transform: scale(1);
}
.cid-vbcgBb7iJ8 section.video1.elevatem5 .mbr-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.cid-vbcgBb7iJ8 section.video1.elevatem5 > [class*="container"] {
  position: relative;
  z-index: 2;
}
.cid-vbcgBb7iJ8 section.video1.elevatem5 .mbr-section-title {
  color: var(--title-color, #ec8c39);
  margin-bottom: 70px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-vbcgBb7iJ8 section.video1.elevatem5 .mbr-section-title {
    margin-bottom: 40px;
  }
  .cid-vbcgBb7iJ8 section.video1.elevatem5 .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vbcgBb7iJ8 section.video1.elevatem5 .mbr-desc {
  color: var(--accent-color, #08323c);
  margin-bottom: 40px;
  font-weight: 500;
}
.cid-vbcgBb7iJ8 section.video1.elevatem5 .mbr-text {
  color: var(--text-color, #f7f7f7);
  margin-bottom: 40px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .cid-vbcgBb7iJ8 section.video1.elevatem5 .mbr-desc,
  .cid-vbcgBb7iJ8 section.video1.elevatem5 .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vbcgBb7iJ8 section.video1.elevatem5 .mbr-section-btn .btn {
  background-color: var(--accent-color, #08323c);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 24px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 600;
}
.cid-vbcgBb7iJ8 section.video1.elevatem5 .mbr-section-btn .btn:hover {
  background-color: var(--title-color, #ec8c39);
  color: #fff;
}
.cid-vbcgBb7iJ8 section.video1.elevatem5 .video-block .video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  background: #000;
}
.cid-vbcgBb7iJ8 section.video1.elevatem5 .video-block .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 16px;
}
.cid-vbcgBb7iJ8 section.video1.elevatem5 .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vbcgBb7iJ8 section.video1.elevatem5 .mbr-fallback-image {
  display: none;
}
.cid-vbcgBb7iJ8 section.video1.elevatem5:hover .section-bg {
  transform: scale(1.03);
  opacity: 0.95;
}
.cid-vbcgBb7iJ8 .mbr-desc,
.cid-vbcgBb7iJ8 .mbr-section-btn {
  color: #4479d9;
}
.cid-vbcgBb7iJ8 P {
  color: #ffffff;
}
.cid-vdWDRosqet {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-vdWDRosqet .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdWDRosqet .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdWDRosqet .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdWDRosqet .container {
    padding: 0 15px;
  }
}
.cid-vdWDRosqet .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdWDRosqet .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vdWDRosqet .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-vdWDRosqet .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-vdWDRosqet .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vdWDRosqet .content-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-vdWDRosqet .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdWDRosqet .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-vdWDRosqet .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vdWDRosqet .image-wrapper {
    margin: 0;
  }
}
.cid-vdWDRosqet .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0px solid #373d52;
}
.cid-vdWDRosqet .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-vdWDRosqet .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-vdWDRosqet .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdWDRosqet .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-vdWDRosqet .mbr-text {
  color: #d2d2df;
}
.cid-vdWDRosqet .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-vbcgBc9lkv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-vbcgBc9lkv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbcgBc9lkv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbcgBc9lkv .row {
  justify-content: center;
}
.cid-vbcgBc9lkv .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vbcgBc9lkv .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-vbcgBc9lkv .container {
    padding: 0 15px;
  }
}
.cid-vbcgBc9lkv .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-vbcgBc9lkv .title-wrapper {
    text-align: center;
  }
}
.cid-vbcgBc9lkv .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vbcgBc9lkv .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-vbcgBc9lkv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vbcgBc9lkv .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
  list-style-type: none;
  height: 100%;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vbcgBc9lkv .list {
    justify-content: center;
  }
}
.cid-vbcgBc9lkv .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-vbcgBc9lkv .list .item-wrap:hover,
.cid-vbcgBc9lkv .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-vbcgBc9lkv .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-vbcgBc9lkv .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-vbcgBc9lkv .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vbcgBc9lkv .copy-wrapper {
    height: auto;
  }
}
.cid-vbcgBc9lkv .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vbcgBc9lkv .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-vbcgBc9lkv .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-vbcgBc9lkv .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vbcgBc9lkv .social-wrapper {
    text-align: center;
  }
}
.cid-vbcgBc9lkv .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vbcgBc9lkv .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-vbcgBc9lkv .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-vbcgBc9lkv .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-vbcgBc9lkv .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-vbcgBc9lkv .social-wrapper .social-wrap .social-item .mbr-iconfont {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #232b45;
  background-color: #f2ac2b;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbcgBc9lkv .mbr-section-title {
  color: #f2ac2b;
}
.cid-vbcgBc9lkv .mbr-copy {
  color: #d2d2df;
}
