.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Bacasime Antique;
}
.display-1 {
  font-family: 'Bacasime Antique', 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: #171827 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #8d5ef1 !important;
}
.bg-danger {
  background-color: #4d1760 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f2ac2b !important;
  border-color: #f2ac2b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f5bf5b !important;
  border-color: #f5bf5b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f5bf5b !important;
  border-color: #f5bf5b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ec8c39 !important;
  border-color: #ec8c39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f0a768 !important;
  border-color: #f0a768 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f0a768 !important;
  border-color: #f0a768 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #171827 !important;
  border-color: #171827 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #2a2c47 !important;
  border-color: #2a2c47 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a2c47 !important;
  border-color: #2a2c47 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #8d5ef1 !important;
  border-color: #8d5ef1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ae8df5 !important;
  border-color: #ae8df5 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ae8df5 !important;
  border-color: #ae8df5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4d1760 !important;
  border-color: #4d1760 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #6e2189 !important;
  border-color: #6e2189 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6e2189 !important;
  border-color: #6e2189 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f2ac2b;
  color: #f2ac2b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bb7d0b !important;
  background-color: transparent !important;
  border-color: #bb7d0b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f2ac2b !important;
  border-color: #f2ac2b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ec8c39;
  color: #ec8c39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bc6112 !important;
  background-color: transparent !important;
  border-color: #bc6112 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec8c39 !important;
  border-color: #ec8c39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #171827;
  color: #171827;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #171827 !important;
  border-color: #171827 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #8d5ef1;
  color: #8d5ef1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5714e4 !important;
  background-color: transparent !important;
  border-color: #5714e4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8d5ef1 !important;
  border-color: #8d5ef1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #4d1760;
  color: #4d1760;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #15061a !important;
  background-color: transparent !important;
  border-color: #15061a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4d1760 !important;
  border-color: #4d1760 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f2ac2b !important;
}
.text-secondary {
  color: #ec8c39 !important;
}
.text-success {
  color: #171827 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #8d5ef1 !important;
}
.text-danger {
  color: #4d1760 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ac730b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ae5a11 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5113d6 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0b030e !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  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-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f2ac2b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef7eb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c6c7dd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a030c7;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: inherit;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #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 */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f2ac2b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f2ac2b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f2ac2b;
  border-bottom-color: #f2ac2b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f2ac2b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ec8c39 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f2ac2b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border-width: 1px;
  border-radius: 6px !important;
  padding: 14px 26px;
  font-weight: 400 !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  background-image: linear-gradient(94.47deg, #f2ac2b 0, #ec8c39 75%);
  color: #171827 !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: #f2ac2b !important;
  background-image: initial;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  background-image: linear-gradient(94.47deg, #ec8c39 0, #f2ac2b 75%);
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: #ec8c39 !important;
  background-image: initial;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  background-image: linear-gradient(94.47deg, #171827 0, #ec8c39 75%);
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: #171827 !important;
  background-image: initial;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  background-image: linear-gradient(94.47deg, #ffffff 0, #ec8c39 75%);
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: #ffffff !important;
  background-image: initial;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  background-image: linear-gradient(94.47deg, #8d5ef1 0, #ec8c39 75%);
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: #8d5ef1 !important;
  background-image: initial;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger {
  background-image: linear-gradient(94.47deg, #4d1760 0, #ec8c39 75%);
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: #4d1760 !important;
  background-image: initial;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: #ffffff !important;
  background-image: initial;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black {
  background-color: #000000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: #000000 !important;
  background-image: initial;
}
img {
  border-radius: 12px !important;
}
.cid-tROHsKd3mI {
  background-color: transparent;
}
.cid-tROHsKd3mI .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-tROHsKd3mI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #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: false !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-uKHYR3Bt4O {
  padding-top: 1rem;
  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;
}
.cid-uUYO8iKToo {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uUYO8iKToo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUYO8iKToo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUYO8iKToo .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUYO8iKToo .container {
    padding: 0 15px;
  }
}
.cid-uUYO8iKToo .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uUYO8iKToo .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uUYO8iKToo .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uUYO8iKToo .image-wrapper img {
    height: 400px;
  }
}
.cid-uUYO8iKToo .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUYO8iKToo .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUYO8iKToo .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uUYO8iKToo .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uUYO8iKToo .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uUYO8iKToo .mbr-section-title {
  color: #ffffff;
}
.cid-uUYO8iKToo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUYO8iKToo .mbr-text {
  color: #d2d2df;
}
.cid-uUYO8iKToo .mbr-section-title,
.cid-uUYO8iKToo .mbr-section-btn {
  color: #ec8c39;
}
.cid-uKHu8Pn91Q {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uKHu8Pn91Q .row {
  align-items: center;
  width: 100%;
}
.cid-uKHu8Pn91Q .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-uKHu8Pn91Q .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uKHu8Pn91Q .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uKHu8Pn91Q .img-container {
  overflow: hidden;
  display: block;
  width: 100%;
}
.cid-uKHu8Pn91Q .img-container img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 400px;
  min-height: 400px;
  object-fit: cover;
}
.cid-uKHu8Pn91Q .content-container {
  display: block;
  padding: 0 !important;
  background-color: #232b45;
}
.cid-uKHu8Pn91Q .text-container {
  padding: 16px 32px;
  display: block;
  width: 100%;
}
.cid-uKHu8Pn91Q .text-wrapper {
  display: block;
  width: 100%;
}
.cid-uKHu8Pn91Q .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-uKHu8Pn91Q .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-uKHu8Pn91Q .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-uKHu8Pn91Q .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-uKHu8Pn91Q .mbr-section-title {
  width: 100%;
  color: #ec8c39;
  margin-bottom: 4px;
  text-align: center;
}
.cid-uKHu8Pn91Q .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-uKHu8Pn91Q .btn-container {
  width: 100%;
}
.cid-uKHu8Pn91Q .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-uKHu8Pn91Q .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-uKHu8Pn91Q .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uKHu8Pn91Q .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-uKHC7Jwg3u {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uKHC7Jwg3u .row {
  align-items: center;
  width: 100%;
}
.cid-uKHC7Jwg3u .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-uKHC7Jwg3u .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uKHC7Jwg3u .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uKHC7Jwg3u .img-container {
  overflow: hidden;
  display: block;
  width: 100%;
}
.cid-uKHC7Jwg3u .img-container img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 400px;
  min-height: 400px;
  object-fit: cover;
}
.cid-uKHC7Jwg3u .content-container {
  display: block;
  padding: 0 !important;
  background-color: #232b45;
}
.cid-uKHC7Jwg3u .text-container {
  padding: 16px 32px;
  display: block;
  width: 100%;
}
.cid-uKHC7Jwg3u .text-wrapper {
  display: block;
  width: 100%;
}
.cid-uKHC7Jwg3u .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-uKHC7Jwg3u .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-uKHC7Jwg3u .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-uKHC7Jwg3u .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-uKHC7Jwg3u .mbr-section-title {
  width: 100%;
  color: #ec8c39;
  margin-bottom: 4px;
  text-align: center;
}
.cid-uKHC7Jwg3u .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-uKHC7Jwg3u .btn-container {
  width: 100%;
}
.cid-uKHC7Jwg3u .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-uKHC7Jwg3u .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-uKHC7Jwg3u .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uKHC7Jwg3u .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-uKHEtFSgIs {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uKHEtFSgIs .row {
  align-items: center;
  width: 100%;
}
.cid-uKHEtFSgIs .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-uKHEtFSgIs .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uKHEtFSgIs .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uKHEtFSgIs .img-container {
  overflow: hidden;
  display: block;
  width: 100%;
}
.cid-uKHEtFSgIs .img-container img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 400px;
  min-height: 400px;
  object-fit: cover;
}
.cid-uKHEtFSgIs .content-container {
  display: block;
  padding: 0 !important;
  background-color: #232b45;
}
.cid-uKHEtFSgIs .text-container {
  padding: 16px 32px;
  display: block;
  width: 100%;
}
.cid-uKHEtFSgIs .text-wrapper {
  display: block;
  width: 100%;
}
.cid-uKHEtFSgIs .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-uKHEtFSgIs .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-uKHEtFSgIs .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-uKHEtFSgIs .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-uKHEtFSgIs .mbr-section-title {
  width: 100%;
  color: #ec8c39;
  margin-bottom: 4px;
  text-align: center;
}
.cid-uKHEtFSgIs .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-uKHEtFSgIs .btn-container {
  width: 100%;
}
.cid-uKHEtFSgIs .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-uKHEtFSgIs .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-uKHEtFSgIs .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uKHEtFSgIs .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-uUZhgVKCXp {
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uUZhgVKCXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZhgVKCXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZhgVKCXp .row {
  justify-content: center;
}
.cid-uUZhgVKCXp .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .container {
    padding: 0 15px;
  }
}
.cid-uUZhgVKCXp .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .title-wrapper {
    text-align: center;
  }
}
.cid-uUZhgVKCXp .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uUZhgVKCXp .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uUZhgVKCXp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUZhgVKCXp .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-uUZhgVKCXp .list {
    justify-content: center;
  }
}
.cid-uUZhgVKCXp .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUZhgVKCXp .list .item-wrap:hover,
.cid-uUZhgVKCXp .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uUZhgVKCXp .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uUZhgVKCXp .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uUZhgVKCXp .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .copy-wrapper {
    height: auto;
  }
}
.cid-uUZhgVKCXp .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uUZhgVKCXp .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .social-wrapper {
    text-align: center;
  }
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uUZhgVKCXp .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-uUZhgVKCXp .mbr-section-title {
  color: #f2ac2b;
}
.cid-uUZhgVKCXp .mbr-copy {
  color: #d2d2df;
}
.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-uKIwMIgd7w {
  background-color: transparent;
}
.cid-uKIwMIgd7w .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uKIwMIgd7w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #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: false !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-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-uUZhgVKCXp {
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uUZhgVKCXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZhgVKCXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZhgVKCXp .row {
  justify-content: center;
}
.cid-uUZhgVKCXp .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .container {
    padding: 0 15px;
  }
}
.cid-uUZhgVKCXp .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .title-wrapper {
    text-align: center;
  }
}
.cid-uUZhgVKCXp .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uUZhgVKCXp .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uUZhgVKCXp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUZhgVKCXp .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-uUZhgVKCXp .list {
    justify-content: center;
  }
}
.cid-uUZhgVKCXp .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUZhgVKCXp .list .item-wrap:hover,
.cid-uUZhgVKCXp .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uUZhgVKCXp .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uUZhgVKCXp .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uUZhgVKCXp .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .copy-wrapper {
    height: auto;
  }
}
.cid-uUZhgVKCXp .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uUZhgVKCXp .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .social-wrapper {
    text-align: center;
  }
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uUZhgVKCXp .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-uUZhgVKCXp .mbr-section-title {
  color: #f2ac2b;
}
.cid-uUZhgVKCXp .mbr-copy {
  color: #d2d2df;
}
.cid-uKLNC6Cj35 {
  background-color: transparent;
}
.cid-uKLNC6Cj35 .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uKLNC6Cj35 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #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: false !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-uUZhgVKCXp {
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uUZhgVKCXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZhgVKCXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZhgVKCXp .row {
  justify-content: center;
}
.cid-uUZhgVKCXp .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .container {
    padding: 0 15px;
  }
}
.cid-uUZhgVKCXp .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .title-wrapper {
    text-align: center;
  }
}
.cid-uUZhgVKCXp .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uUZhgVKCXp .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uUZhgVKCXp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUZhgVKCXp .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-uUZhgVKCXp .list {
    justify-content: center;
  }
}
.cid-uUZhgVKCXp .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUZhgVKCXp .list .item-wrap:hover,
.cid-uUZhgVKCXp .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uUZhgVKCXp .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uUZhgVKCXp .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uUZhgVKCXp .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .copy-wrapper {
    height: auto;
  }
}
.cid-uUZhgVKCXp .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uUZhgVKCXp .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .social-wrapper {
    text-align: center;
  }
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uUZhgVKCXp .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-uUZhgVKCXp .mbr-section-title {
  color: #f2ac2b;
}
.cid-uUZhgVKCXp .mbr-copy {
  color: #d2d2df;
}
.cid-uLhUecgLeZ {
  background-color: transparent;
}
.cid-uLhUecgLeZ .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uLhUecgLeZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #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: false !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: 1rem;
  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-uYJMjMApd5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uYJMjMApd5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYJMjMApd5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYJMjMApd5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uYJMjMApd5 .container {
    padding: 0 15px;
  }
}
.cid-uYJMjMApd5 .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uYJMjMApd5 .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uYJMjMApd5 .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uYJMjMApd5 .image-wrapper img {
    height: 400px;
  }
}
.cid-uYJMjMApd5 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYJMjMApd5 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYJMjMApd5 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYJMjMApd5 .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uYJMjMApd5 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uYJMjMApd5 .mbr-section-title {
  color: #ffffff;
}
.cid-uYJMjMApd5 .mbr-section-subtitle {
  color: #ce6a14;
}
.cid-uYJMjMApd5 .mbr-text {
  color: #ffffff;
}
.cid-uYJMjMApd5 .mbr-section-title,
.cid-uYJMjMApd5 .mbr-section-btn {
  color: #ec8c39;
  text-align: center;
}
.cid-uWGYmWWnZc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uWGYmWWnZc .row {
  align-items: center;
  width: 100%;
}
.cid-uWGYmWWnZc .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-uWGYmWWnZc .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uWGYmWWnZc .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uWGYmWWnZc .img-container {
  overflow: hidden;
  display: block;
  width: 100%;
}
.cid-uWGYmWWnZc .img-container img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 520px;
  min-height: 520px;
  object-fit: cover;
}
.cid-uWGYmWWnZc .content-container {
  display: block;
  padding: 0 !important;
  background-color: #232b45;
}
.cid-uWGYmWWnZc .text-container {
  padding: 16px 32px;
  display: block;
  width: 100%;
}
.cid-uWGYmWWnZc .text-wrapper {
  display: block;
  width: 100%;
}
.cid-uWGYmWWnZc .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-uWGYmWWnZc .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-uWGYmWWnZc .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-uWGYmWWnZc .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-uWGYmWWnZc .mbr-section-title {
  width: 100%;
  color: #ec8c39;
  margin-bottom: 4px;
  text-align: center;
}
.cid-uWGYmWWnZc .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-uWGYmWWnZc .btn-container {
  width: 100%;
}
.cid-uWGYmWWnZc .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-uWGYmWWnZc .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-uWGYmWWnZc .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uWGYmWWnZc .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-uWGYsMmOFc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uWGYsMmOFc .row {
  align-items: center;
  width: 100%;
}
.cid-uWGYsMmOFc .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-uWGYsMmOFc .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uWGYsMmOFc .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uWGYsMmOFc .img-container {
  overflow: hidden;
  display: block;
  width: 100%;
}
.cid-uWGYsMmOFc .img-container img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 520px;
  min-height: 520px;
  object-fit: cover;
}
.cid-uWGYsMmOFc .content-container {
  display: block;
  padding: 0 !important;
  background-color: #232b45;
}
.cid-uWGYsMmOFc .text-container {
  padding: 16px 32px;
  display: block;
  width: 100%;
}
.cid-uWGYsMmOFc .text-wrapper {
  display: block;
  width: 100%;
}
.cid-uWGYsMmOFc .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
  flex-wrap: wrap;
  flex-grow: 1;
}
.cid-uWGYsMmOFc .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-uWGYsMmOFc .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-uWGYsMmOFc .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-uWGYsMmOFc .mbr-section-title {
  width: 100%;
  color: #ec8c39;
  margin-bottom: 4px;
  text-align: center;
}
.cid-uWGYsMmOFc .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-uWGYsMmOFc .btn-container {
  width: 100%;
}
.cid-uWGYsMmOFc .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-uWGYsMmOFc .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-uWGYsMmOFc .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uWGYsMmOFc .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-uUZhgVKCXp {
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uUZhgVKCXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZhgVKCXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZhgVKCXp .row {
  justify-content: center;
}
.cid-uUZhgVKCXp .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .container {
    padding: 0 15px;
  }
}
.cid-uUZhgVKCXp .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .title-wrapper {
    text-align: center;
  }
}
.cid-uUZhgVKCXp .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uUZhgVKCXp .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uUZhgVKCXp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUZhgVKCXp .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-uUZhgVKCXp .list {
    justify-content: center;
  }
}
.cid-uUZhgVKCXp .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUZhgVKCXp .list .item-wrap:hover,
.cid-uUZhgVKCXp .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uUZhgVKCXp .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uUZhgVKCXp .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uUZhgVKCXp .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .copy-wrapper {
    height: auto;
  }
}
.cid-uUZhgVKCXp .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uUZhgVKCXp .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .social-wrapper {
    text-align: center;
  }
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uUZhgVKCXp .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-uUZhgVKCXp .mbr-section-title {
  color: #f2ac2b;
}
.cid-uUZhgVKCXp .mbr-copy {
  color: #d2d2df;
}
.cid-tROHsKd3mI {
  background-color: transparent;
}
.cid-tROHsKd3mI .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-tROHsKd3mI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #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: false !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-uSJkEp4Zkf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uSJkEp4Zkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSJkEp4Zkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSJkEp4Zkf .row {
  justify-content: center;
}
.cid-uSJkEp4Zkf .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uSJkEp4Zkf .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uSJkEp4Zkf .container {
    padding: 0 15px;
  }
}
.cid-uSJkEp4Zkf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uSJkEp4Zkf .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSJkEp4Zkf .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSJkEp4Zkf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSJkEp4Zkf .mbr-section-btn {
  margin-top: 40px;
}
.cid-uSJkEp4Zkf .mbr-section-title {
  color: #ffffff;
}
.cid-uSJkEp4Zkf .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uSJkEp4Zkf .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uSJkEp4Zkf .mbr-section-title,
.cid-uSJkEp4Zkf .mbr-section-btn {
  text-align: center;
}
.cid-tROHvnO7p6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROHvnO7p6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHvnO7p6 .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-tROHvnO7p6 .container {
    padding: 0 15px;
  }
}
.cid-tROHvnO7p6 .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tROHvnO7p6 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tROHvnO7p6 .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-tROHvnO7p6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tROHvnO7p6 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tROHvnO7p6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tROHvnO7p6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tROHvnO7p6 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tROHvnO7p6 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-tROHvnO7p6 .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-tROHvnO7p6 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-tROHvnO7p6 .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-tROHvnO7p6 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-tROHvnO7p6 .mbr-section-title {
  color: #ffffff;
}
.cid-tROHvnO7p6 .mbr-section-subtitle {
  color: #ec8c39;
}
.cid-tROHvnO7p6 .mbr-text {
  color: #d2d2df;
}
.cid-tROHvnO7p6 .mbr-section-title,
.cid-tROHvnO7p6 .mbr-section-btn {
  color: #ec8c39;
}
.cid-uSI13AEaMV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uSI13AEaMV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSI13AEaMV .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-uSI13AEaMV .container {
    padding: 0 15px;
  }
}
.cid-uSI13AEaMV .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uSI13AEaMV .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSI13AEaMV .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uSI13AEaMV .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uSI13AEaMV .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSI13AEaMV .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSI13AEaMV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSI13AEaMV .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uSI13AEaMV .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uSI13AEaMV .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-uSI13AEaMV .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uSI13AEaMV .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uSI13AEaMV .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uSI13AEaMV .mbr-section-title {
  color: #ffffff;
}
.cid-uSI13AEaMV .mbr-section-subtitle {
  color: #ec8c39;
}
.cid-uSI13AEaMV .mbr-text {
  color: #d2d2df;
}
.cid-uSI13AEaMV .mbr-section-title,
.cid-uSI13AEaMV .mbr-section-btn {
  color: #ec8c39;
}
.cid-uSI3bgISQT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uSI3bgISQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSI3bgISQT .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-uSI3bgISQT .container {
    padding: 0 15px;
  }
}
.cid-uSI3bgISQT .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uSI3bgISQT .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSI3bgISQT .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uSI3bgISQT .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uSI3bgISQT .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSI3bgISQT .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSI3bgISQT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSI3bgISQT .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uSI3bgISQT .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uSI3bgISQT .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-uSI3bgISQT .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uSI3bgISQT .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uSI3bgISQT .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uSI3bgISQT .mbr-section-title {
  color: #ffffff;
}
.cid-uSI3bgISQT .mbr-section-subtitle {
  color: #ec8c39;
}
.cid-uSI3bgISQT .mbr-text {
  color: #d2d2df;
}
.cid-uSI3bgISQT .mbr-section-title,
.cid-uSI3bgISQT .mbr-section-btn {
  color: #ec8c39;
}
.cid-uSI5lJY6oq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uSI5lJY6oq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSI5lJY6oq .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-uSI5lJY6oq .container {
    padding: 0 15px;
  }
}
.cid-uSI5lJY6oq .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uSI5lJY6oq .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSI5lJY6oq .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uSI5lJY6oq .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uSI5lJY6oq .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSI5lJY6oq .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSI5lJY6oq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSI5lJY6oq .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uSI5lJY6oq .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uSI5lJY6oq .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-uSI5lJY6oq .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uSI5lJY6oq .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uSI5lJY6oq .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uSI5lJY6oq .mbr-section-title {
  color: #ffffff;
}
.cid-uSI5lJY6oq .mbr-section-subtitle {
  color: #ec8c39;
}
.cid-uSI5lJY6oq .mbr-text {
  color: #d2d2df;
}
.cid-uSI5lJY6oq .mbr-section-title,
.cid-uSI5lJY6oq .mbr-section-btn {
  color: #ec8c39;
}
.cid-uUZhgVKCXp {
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uUZhgVKCXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZhgVKCXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZhgVKCXp .row {
  justify-content: center;
}
.cid-uUZhgVKCXp .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .container {
    padding: 0 15px;
  }
}
.cid-uUZhgVKCXp .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .title-wrapper {
    text-align: center;
  }
}
.cid-uUZhgVKCXp .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uUZhgVKCXp .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uUZhgVKCXp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUZhgVKCXp .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-uUZhgVKCXp .list {
    justify-content: center;
  }
}
.cid-uUZhgVKCXp .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUZhgVKCXp .list .item-wrap:hover,
.cid-uUZhgVKCXp .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uUZhgVKCXp .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uUZhgVKCXp .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uUZhgVKCXp .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .copy-wrapper {
    height: auto;
  }
}
.cid-uUZhgVKCXp .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uUZhgVKCXp .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .social-wrapper {
    text-align: center;
  }
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uUZhgVKCXp .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-uUZhgVKCXp .mbr-section-title {
  color: #f2ac2b;
}
.cid-uUZhgVKCXp .mbr-copy {
  color: #d2d2df;
}
.cid-tROHsKd3mI {
  background-color: transparent;
}
.cid-tROHsKd3mI .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-tROHsKd3mI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #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: false !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-tROHvnO7p6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROHvnO7p6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHvnO7p6 .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-tROHvnO7p6 .container {
    padding: 0 15px;
  }
}
.cid-tROHvnO7p6 .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tROHvnO7p6 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tROHvnO7p6 .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-tROHvnO7p6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tROHvnO7p6 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tROHvnO7p6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tROHvnO7p6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tROHvnO7p6 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tROHvnO7p6 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-tROHvnO7p6 .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-tROHvnO7p6 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-tROHvnO7p6 .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-tROHvnO7p6 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-tROHvnO7p6 .mbr-section-title {
  color: #ffffff;
}
.cid-tROHvnO7p6 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-tROHvnO7p6 .mbr-text {
  color: #d2d2df;
}
.cid-tROI4QT8h2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROI4QT8h2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROI4QT8h2 .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-tROI4QT8h2 .container {
    padding: 0 15px;
  }
}
.cid-tROI4QT8h2 .row {
  justify-content: center;
}
.cid-tROI4QT8h2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tROI4QT8h2 .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .subtitle-wrapper {
    padding: 0;
  }
}
.cid-tROI4QT8h2 .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tROI4QT8h2 .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-tROI4QT8h2 .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-tROI4QT8h2 .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-tROI4QT8h2 .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tROI4QT8h2 .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-tROI4QT8h2 .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-tROI4QT8h2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tROI4QT8h2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tROI4QT8h2 .list {
  color: #ffffff;
}
.cid-tROHM6USBC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROHM6USBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHM6USBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROHM6USBC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tROHM6USBC .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-tROHM6USBC .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tROHM6USBC .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tROHM6USBC .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tROHM6USBC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tROHM6USBC .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-tROHM6USBC .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-tROHM6USBC .content-wrapper .list .item-wrap:hover,
.cid-tROHM6USBC .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-tROHM6USBC .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-tROHM6USBC .mbr-section-title {
  color: #ffffff;
}
.cid-tROHM6USBC .mbr-text {
  color: #d2d2df;
}
.cid-tROHM6USBC .list {
  color: #d2d2df;
}
.cid-uSNfyMs8OQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uSNfyMs8OQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSNfyMs8OQ .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-uSNfyMs8OQ .container {
    padding: 0 15px;
  }
}
.cid-uSNfyMs8OQ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-uSNfyMs8OQ .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-uSNfyMs8OQ .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSNfyMs8OQ .content-wrapper .mbr-name {
  margin: 0;
}
.cid-uSNfyMs8OQ .mbr-section-title {
  color: #ffffff;
}
.cid-uSNfyMs8OQ .mbr-text {
  color: #d2d2df;
}
.cid-uSNfyMs8OQ .mbr-name {
  color: #f2ac2b;
}
.cid-uUZhgVKCXp {
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uUZhgVKCXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZhgVKCXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZhgVKCXp .row {
  justify-content: center;
}
.cid-uUZhgVKCXp .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .container {
    padding: 0 15px;
  }
}
.cid-uUZhgVKCXp .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .title-wrapper {
    text-align: center;
  }
}
.cid-uUZhgVKCXp .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uUZhgVKCXp .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uUZhgVKCXp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUZhgVKCXp .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-uUZhgVKCXp .list {
    justify-content: center;
  }
}
.cid-uUZhgVKCXp .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUZhgVKCXp .list .item-wrap:hover,
.cid-uUZhgVKCXp .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uUZhgVKCXp .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uUZhgVKCXp .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uUZhgVKCXp .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .copy-wrapper {
    height: auto;
  }
}
.cid-uUZhgVKCXp .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uUZhgVKCXp .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .social-wrapper {
    text-align: center;
  }
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uUZhgVKCXp .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-uUZhgVKCXp .mbr-section-title {
  color: #f2ac2b;
}
.cid-uUZhgVKCXp .mbr-copy {
  color: #d2d2df;
}
.cid-tROHsKd3mI {
  background-color: transparent;
}
.cid-tROHsKd3mI .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-tROHsKd3mI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #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: false !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-uVyLRw1nWA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uVyLRw1nWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyLRw1nWA .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-uVyLRw1nWA .container {
    padding: 0 16px;
  }
}
.cid-uVyLRw1nWA .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uVyLRw1nWA .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVyLRw1nWA .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVyLRw1nWA .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uVyLRw1nWA .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uVyLRw1nWA .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uVyLRw1nWA .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uVyLRw1nWA .video-block .video-wrapper iframe {
  border-radius: 16px;
}
.cid-uVyLRw1nWA .video-block .video-wrapper .app-video-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uVyLRw1nWA .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  color: #ffffff;
  background-color: #08323c;
  text-shadow: none;
  font-size: 20px;
  border-radius: 100%;
  top: auto;
  bottom: 20px;
  left: 60px;
}
.cid-uVyLRw1nWA .mbr-section-title {
  color: #ec8c39;
}
.cid-uVyLRw1nWA .mbr-desc {
  color: #08323C;
}
.cid-uVyLRw1nWA .mbr-text {
  color: #f7f7f7;
}
.cid-uVyLRw1nWA .mbr-desc,
.cid-uVyLRw1nWA .mbr-section-btn {
  color: #ec8c39;
}
.cid-uVyLSmhyHk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uVyLSmhyHk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyLSmhyHk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyLSmhyHk .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVyLSmhyHk .container {
    padding: 0 15px;
  }
}
.cid-uVyLSmhyHk .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uVyLSmhyHk .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uVyLSmhyHk .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uVyLSmhyHk .image-wrapper img {
    height: 400px;
  }
}
.cid-uVyLSmhyHk .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVyLSmhyHk .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVyLSmhyHk .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uVyLSmhyHk .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uVyLSmhyHk .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uVyLSmhyHk .mbr-section-title {
  color: #ffffff;
}
.cid-uVyLSmhyHk .mbr-section-subtitle {
  color: #ce6a14;
}
.cid-uVyLSmhyHk .mbr-text {
  color: #ffffff;
}
.cid-uVyLSmhyHk .mbr-section-title,
.cid-uVyLSmhyHk .mbr-section-btn {
  color: #ce6a14;
}
.cid-uUZhgVKCXp {
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-uUZhgVKCXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUZhgVKCXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUZhgVKCXp .row {
  justify-content: center;
}
.cid-uUZhgVKCXp .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .container {
    padding: 0 15px;
  }
}
.cid-uUZhgVKCXp .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .title-wrapper {
    text-align: center;
  }
}
.cid-uUZhgVKCXp .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uUZhgVKCXp .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uUZhgVKCXp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUZhgVKCXp .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-uUZhgVKCXp .list {
    justify-content: center;
  }
}
.cid-uUZhgVKCXp .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUZhgVKCXp .list .item-wrap:hover,
.cid-uUZhgVKCXp .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uUZhgVKCXp .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uUZhgVKCXp .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uUZhgVKCXp .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .copy-wrapper {
    height: auto;
  }
}
.cid-uUZhgVKCXp .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uUZhgVKCXp .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uUZhgVKCXp .social-wrapper {
    text-align: center;
  }
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uUZhgVKCXp .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uUZhgVKCXp .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-uUZhgVKCXp .mbr-section-title {
  color: #f2ac2b;
}
.cid-uUZhgVKCXp .mbr-copy {
  color: #d2d2df;
}
