.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.25rem;
  line-height: inherit;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #f2ac2b !important;
}
.bg-success {
  background-color: #171827 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #8d5ef1 !important;
}
.bg-danger {
  background-color: #4d1760 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f2ac2b !important;
  border-color: #f2ac2b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f5bf5b !important;
  border-color: #f5bf5b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f5bf5b !important;
  border-color: #f5bf5b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ec8c39 !important;
  border-color: #ec8c39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f0a768 !important;
  border-color: #f0a768 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f0a768 !important;
  border-color: #f0a768 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #171827 !important;
  border-color: #171827 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #2a2c47 !important;
  border-color: #2a2c47 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a2c47 !important;
  border-color: #2a2c47 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #8d5ef1 !important;
  border-color: #8d5ef1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ae8df5 !important;
  border-color: #ae8df5 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ae8df5 !important;
  border-color: #ae8df5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4d1760 !important;
  border-color: #4d1760 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #6e2189 !important;
  border-color: #6e2189 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6e2189 !important;
  border-color: #6e2189 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f2ac2b;
  color: #f2ac2b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bb7d0b !important;
  background-color: transparent !important;
  border-color: #bb7d0b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f2ac2b !important;
  border-color: #f2ac2b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ec8c39;
  color: #ec8c39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bc6112 !important;
  background-color: transparent !important;
  border-color: #bc6112 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec8c39 !important;
  border-color: #ec8c39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #171827;
  color: #171827;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #171827 !important;
  border-color: #171827 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #8d5ef1;
  color: #8d5ef1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5714e4 !important;
  background-color: transparent !important;
  border-color: #5714e4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8d5ef1 !important;
  border-color: #8d5ef1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #4d1760;
  color: #4d1760;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #15061a !important;
  background-color: transparent !important;
  border-color: #15061a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4d1760 !important;
  border-color: #4d1760 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f2ac2b !important;
}
.text-secondary {
  color: #ec8c39 !important;
}
.text-success {
  color: #171827 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #8d5ef1 !important;
}
.text-danger {
  color: #4d1760 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ac730b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ae5a11 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5113d6 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0b030e !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f2ac2b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #8d5ef1;
}
.alert-danger {
  background-color: #4d1760;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f2ac2b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef7eb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c6c7dd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a030c7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.25rem;
  line-height: inherit;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f2ac2b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.25rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #f2ac2b;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f2ac2b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f2ac2b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f2ac2b;
  border-bottom-color: #f2ac2b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f2ac2b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ec8c39 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f2ac2b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border-width: 1px;
  border-radius: 6px !important;
  padding: 14px 26px;
  font-weight: 400 !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  background-image: linear-gradient(94.47deg, #f2ac2b 0, #ec8c39 75%);
  color: #171827 !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: #f2ac2b !important;
  background-image: initial;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  background-image: linear-gradient(94.47deg, #ec8c39 0, #f2ac2b 75%);
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: #ec8c39 !important;
  background-image: initial;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  background-image: linear-gradient(94.47deg, #171827 0, #ec8c39 75%);
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: #171827 !important;
  background-image: initial;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  background-image: linear-gradient(94.47deg, #ffffff 0, #ec8c39 75%);
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: #ffffff !important;
  background-image: initial;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  background-image: linear-gradient(94.47deg, #8d5ef1 0, #ec8c39 75%);
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: #8d5ef1 !important;
  background-image: initial;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger {
  background-image: linear-gradient(94.47deg, #4d1760 0, #ec8c39 75%);
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: #4d1760 !important;
  background-image: initial;
}
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: #ffffff !important;
  background-image: initial;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black {
  background-color: #000000 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: #000000 !important;
  background-image: initial;
}
img {
  border-radius: 12px !important;
}
.cid-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 {
  max-width: 54px;
  min-height: 54px;
  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-uzkTLTAFhp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkTLTAFhp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkTLTAFhp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkTLTAFhp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzkTLTAFhp .container {
    padding: 0 15px;
  }
}
.cid-uzkTLTAFhp .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uzkTLTAFhp .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzkTLTAFhp .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uzkTLTAFhp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzkTLTAFhp .mbr-section-btn {
  margin-top: 40px;
}
.cid-uzkTLTAFhp .mbr-section-title {
  color: #ffffff;
}
.cid-uzkTLTAFhp .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uzkTLTAFhp .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uzkTLTAFhp .mbr-section-title,
.cid-uzkTLTAFhp .mbr-section-btn {
  text-align: center;
}
.cid-uzkVwLHrSQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkVwLHrSQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkVwLHrSQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkVwLHrSQ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzkVwLHrSQ .container {
    padding: 0 15px;
  }
}
.cid-uzkVwLHrSQ .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzkVwLHrSQ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzkVwLHrSQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzkVwLHrSQ .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uzkVwLHrSQ .item {
    margin-bottom: 20px;
  }
}
.cid-uzkVwLHrSQ .item:hover::before,
.cid-uzkVwLHrSQ .item:focus::before {
  opacity: 1;
}
.cid-uzkVwLHrSQ .item:hover .item-wrapper,
.cid-uzkVwLHrSQ .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-uzkVwLHrSQ .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #284177;
}
.cid-uzkVwLHrSQ .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-uzkVwLHrSQ .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #284177 37.31%, #284177 69.53%, #284177 80.18%, #284177 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-uzkVwLHrSQ .item::before {
    display: none;
  }
}
.cid-uzkVwLHrSQ .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uzkVwLHrSQ .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-uzkVwLHrSQ .item .item-wrapper {
    height: auto;
  }
}
.cid-uzkVwLHrSQ .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uzkVwLHrSQ .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #286477;
  margin-bottom: 20px;
}
.cid-uzkVwLHrSQ .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-uzkVwLHrSQ .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-uzkVwLHrSQ .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzkVwLHrSQ .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzkVwLHrSQ .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-uzkVwLHrSQ .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-uzkVwLHrSQ .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzkVwLHrSQ .item .item-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  margin-left: -36px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
.cid-uzkVwLHrSQ .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uzkVwLHrSQ .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-uzkVwLHrSQ .mbr-section-title {
  color: #39f22b;
  text-align: center;
}
.cid-uzkVwLHrSQ .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzkVwLHrSQ .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uzkVwLHrSQ .item-price {
  color: #39f22b;
  text-align: center;
}
.cid-uzkVwLHrSQ .list {
  color: #d2d2df;
}
.cid-uzl2wcpQR5 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uzl2wcpQR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzl2wcpQR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzl2wcpQR5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzl2wcpQR5 .container {
    padding: 0 15px;
  }
}
.cid-uzl2wcpQR5 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzl2wcpQR5 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzl2wcpQR5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzl2wcpQR5 .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uzl2wcpQR5 .item {
    margin-bottom: 20px;
  }
}
.cid-uzl2wcpQR5 .item:hover::before,
.cid-uzl2wcpQR5 .item:focus::before {
  opacity: 1;
}
.cid-uzl2wcpQR5 .item:hover .item-wrapper,
.cid-uzl2wcpQR5 .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-uzl2wcpQR5 .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #284177;
}
.cid-uzl2wcpQR5 .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-uzl2wcpQR5 .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #284177 37.31%, #284177 69.53%, #284177 80.18%, #284177 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-uzl2wcpQR5 .item::before {
    display: none;
  }
}
.cid-uzl2wcpQR5 .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uzl2wcpQR5 .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-uzl2wcpQR5 .item .item-wrapper {
    height: auto;
  }
}
.cid-uzl2wcpQR5 .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uzl2wcpQR5 .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #286477;
  margin-bottom: 20px;
}
.cid-uzl2wcpQR5 .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-uzl2wcpQR5 .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-uzl2wcpQR5 .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzl2wcpQR5 .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzl2wcpQR5 .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-uzl2wcpQR5 .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-uzl2wcpQR5 .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzl2wcpQR5 .item .item-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  margin-left: -36px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
.cid-uzl2wcpQR5 .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uzl2wcpQR5 .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-uzl2wcpQR5 .mbr-section-title {
  color: #f2b92b;
  text-align: center;
}
.cid-uzl2wcpQR5 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzl2wcpQR5 .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uzl2wcpQR5 .item-price {
  color: #39f22b;
  text-align: center;
}
.cid-uzl2wcpQR5 .list {
  color: #d2d2df;
}
.cid-uzl2SLN1Ly {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uzl2SLN1Ly .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzl2SLN1Ly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzl2SLN1Ly .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzl2SLN1Ly .container {
    padding: 0 15px;
  }
}
.cid-uzl2SLN1Ly .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzl2SLN1Ly .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzl2SLN1Ly .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzl2SLN1Ly .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uzl2SLN1Ly .item {
    margin-bottom: 20px;
  }
}
.cid-uzl2SLN1Ly .item:hover::before,
.cid-uzl2SLN1Ly .item:focus::before {
  opacity: 1;
}
.cid-uzl2SLN1Ly .item:hover .item-wrapper,
.cid-uzl2SLN1Ly .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-uzl2SLN1Ly .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #284177;
}
.cid-uzl2SLN1Ly .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-uzl2SLN1Ly .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #284177 37.31%, #284177 69.53%, #284177 80.18%, #284177 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-uzl2SLN1Ly .item::before {
    display: none;
  }
}
.cid-uzl2SLN1Ly .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uzl2SLN1Ly .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-uzl2SLN1Ly .item .item-wrapper {
    height: auto;
  }
}
.cid-uzl2SLN1Ly .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uzl2SLN1Ly .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #286477;
  margin-bottom: 20px;
}
.cid-uzl2SLN1Ly .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-uzl2SLN1Ly .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-uzl2SLN1Ly .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzl2SLN1Ly .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzl2SLN1Ly .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-uzl2SLN1Ly .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-uzl2SLN1Ly .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzl2SLN1Ly .item .item-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  margin-left: -36px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
.cid-uzl2SLN1Ly .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uzl2SLN1Ly .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-uzl2SLN1Ly .mbr-section-title {
  color: #f2b92b;
  text-align: center;
}
.cid-uzl2SLN1Ly .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzl2SLN1Ly .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uzl2SLN1Ly .item-price {
  color: #39f22b;
  text-align: center;
}
.cid-uzl2SLN1Ly .list {
  color: #d2d2df;
}
.cid-tROHSN7ets {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROHSN7ets .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHSN7ets .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-tROHSN7ets .container {
    padding: 0 15px;
  }
}
.cid-tROHSN7ets .row {
  justify-content: center;
}
.cid-tROHSN7ets .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-tROHSN7ets .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-tROHSN7ets .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-tROHSN7ets .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tROHSN7ets .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-tROHSN7ets .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #284177;
}
.cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-tROHSN7ets .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-tROHSN7ets .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tROHSN7ets .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-tROHSN7ets .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-tROHSN7ets .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tROHTb651R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tROHTb651R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROHTb651R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROHTb651R .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tROHTb651R .container {
    padding: 0 15px;
  }
}
.cid-tROHTb651R .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tROHTb651R .title-wrapper {
    text-align: center;
  }
}
.cid-tROHTb651R .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tROHTb651R .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-tROHTb651R .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tROHTb651R .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-tROHTb651R .list {
    justify-content: center;
  }
}
.cid-tROHTb651R .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tROHTb651R .list .item-wrap:hover,
.cid-tROHTb651R .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-tROHTb651R .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-tROHTb651R .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-tROHTb651R .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tROHTb651R .copy-wrapper {
    height: auto;
  }
}
.cid-tROHTb651R .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tROHTb651R .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-tROHTb651R .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-tROHTb651R .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tROHTb651R .social-wrapper {
    text-align: center;
  }
}
.cid-tROHTb651R .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tROHTb651R .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-tROHTb651R .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-tROHTb651R .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-tROHTb651R .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-tROHTb651R .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-tROHTb651R .mbr-section-title {
  color: #f2ac2b;
}
.cid-tROHTb651R .mbr-copy {
  color: #d2d2df;
}
.cid-udYcaakwOv {
  background-color: transparent;
}
.cid-udYcaakwOv .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-udYcaakwOv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-udYcaakwOv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udYcaakwOv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udYcaakwOv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udYcaakwOv .menu_box .navbar.opened,
  .cid-udYcaakwOv .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-udYcaakwOv .navbar-dropdown {
  position: relative !important;
}
.cid-udYcaakwOv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-udYcaakwOv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udYcaakwOv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udYcaakwOv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udYcaakwOv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udYcaakwOv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-udYcaakwOv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udYcaakwOv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udYcaakwOv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udYcaakwOv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udYcaakwOv .offcanvas-body .mbr-text,
  .cid-udYcaakwOv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udYcaakwOv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udYcaakwOv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udYcaakwOv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-udYcaakwOv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udYcaakwOv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udYcaakwOv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udYcaakwOv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udYcaakwOv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udYcaakwOv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udYcaakwOv .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-udYcaakwOv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udYcaakwOv 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-udYcaakwOv .lg_brand {
    margin: 0 1rem;
  }
  .cid-udYcaakwOv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-udYcaakwOv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-udYcaakwOv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-udYcaakwOv .nav-item {
    margin: 0 !important;
  }
}
.cid-udYcaakwOv .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-udYcaakwOv .nav-item .nav-link:hover,
.cid-udYcaakwOv .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-udYcaakwOv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udYcaakwOv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udYcaakwOv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udYcaakwOv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udYcaakwOv .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-udYcaakwOv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udYcaakwOv .offcanvas_box {
    display: none;
  }
}
.cid-udYcaakwOv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udYcaakwOv .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udYcaakwOv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udYcaakwOv .container {
  display: flex;
  margin: auto;
}
.cid-udYcaakwOv .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-udYcaakwOv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udYcaakwOv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udYcaakwOv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udYcaakwOv .navbar-nav {
    margin: 0;
  }
}
.cid-udYcaakwOv .dropdown-menu,
.cid-udYcaakwOv .navbar.opened {
  background-color: false !important;
}
.cid-udYcaakwOv .nav-item:focus,
.cid-udYcaakwOv .nav-link:focus {
  outline: none;
}
.cid-udYcaakwOv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udYcaakwOv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udYcaakwOv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udYcaakwOv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udYcaakwOv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udYcaakwOv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udYcaakwOv .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udYcaakwOv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udYcaakwOv .navbar.opened {
  transition: all 0.3s;
}
.cid-udYcaakwOv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udYcaakwOv .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-udYcaakwOv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-udYcaakwOv .navbar.collapsed {
  justify-content: center;
}
.cid-udYcaakwOv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udYcaakwOv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udYcaakwOv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udYcaakwOv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udYcaakwOv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udYcaakwOv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udYcaakwOv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udYcaakwOv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udYcaakwOv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udYcaakwOv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udYcaakwOv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udYcaakwOv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udYcaakwOv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udYcaakwOv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udYcaakwOv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udYcaakwOv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udYcaakwOv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udYcaakwOv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udYcaakwOv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udYcaakwOv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udYcaakwOv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udYcaakwOv .navbar.navbar-short {
  min-height: 60px;
}
.cid-udYcaakwOv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udYcaakwOv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udYcaakwOv .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-udYcaakwOv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-udYcaakwOv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udYcaakwOv .dropdown-item.active,
.cid-udYcaakwOv .dropdown-item:active {
  background-color: transparent;
}
.cid-udYcaakwOv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-udYcaakwOv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udYcaakwOv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udYcaakwOv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udYcaakwOv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udYcaakwOv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udYcaakwOv 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-udYcaakwOv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-udYcaakwOv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udYcaakwOv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYcaakwOv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYcaakwOv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udYcaakwOv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYcaakwOv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udYcaakwOv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udYcaakwOv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYcaakwOv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udYcaakwOv .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-udYcaakwOv .navbar {
    height: 70px;
  }
  .cid-udYcaakwOv .navbar.opened {
    height: auto;
  }
  .cid-udYcaakwOv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udYcaakwOv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-udYcaakwOv .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-udYcaakwOv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udYcaakwOv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-udYcaakwOv .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-udYcaakwOv .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-udYcaakwOv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udYcaakwOv .text_widget {
  margin-bottom: 32px;
}
.cid-udYcaakwOv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udYcaakwOv .text_widget a:hover,
.cid-udYcaakwOv .text_widget a:focus {
  opacity: .6;
}
.cid-udYcaakwOv .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-udYcaakwOv .navbar-caption {
  color: #f2ac2b;
}
.cid-udYcaakwOv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-udYcaakwOv .mbr-section-subtitle,
.cid-udYcaakwOv .text_widget,
.cid-udYcaakwOv .mbr-section-btn {
  text-align: center;
}
.cid-udYcaakwOv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udYcab8Jm5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYcab8Jm5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYcab8Jm5 .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-udYcab8Jm5 .container {
    padding: 0 15px;
  }
}
.cid-udYcab8Jm5 .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-udYcab8Jm5 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-udYcab8Jm5 .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-udYcab8Jm5 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-udYcab8Jm5 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udYcab8Jm5 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udYcab8Jm5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udYcab8Jm5 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-udYcab8Jm5 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-udYcab8Jm5 .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-udYcab8Jm5 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-udYcab8Jm5 .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-udYcab8Jm5 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-udYcab8Jm5 .mbr-section-title {
  color: #ffffff;
}
.cid-udYcab8Jm5 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-udYcab8Jm5 .mbr-text {
  color: #d2d2df;
}
.cid-udYcabrHFn {
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYcabrHFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYcabrHFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYcabrHFn .row {
  justify-content: center;
}
.cid-udYcabrHFn .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-udYcabrHFn .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-udYcabrHFn .container {
    padding: 0 15px;
  }
}
.cid-udYcabrHFn .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udYcabrHFn .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udYcabrHFn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udYcabrHFn .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-udYcabrHFn .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-udYcabrHFn .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-udYcabrHFn .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-udYcabrHFn .items-wrapper .item:hover .item-wrapper::before,
.cid-udYcabrHFn .items-wrapper .item:focus .item-wrapper::before {
  margin-right: -10rem;
}
.cid-udYcabrHFn .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 40px 22px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-udYcabrHFn .items-wrapper .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-udYcabrHFn .items-wrapper .item .item-wrapper {
    height: auto;
  }
}
.cid-udYcabrHFn .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -25%;
  width: 150%;
  height: 50%;
  background-image: linear-gradient(90deg, #ffffff -20%, #41798c 50%, #1e6bff 100%);
  border-radius: 50%;
  filter: blur(100px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-udYcabrHFn .items-wrapper .item .item-wrapper::before {
    display: none;
  }
}
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 15px;
}
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
  color: #ffffff;
}
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline,
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:focus,
.cid-udYcabrHFn .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-udYcabrHFn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udYcabrHFn .item-title {
  color: #f2ac2b;
}
.cid-udYcabrHFn .item-text {
  color: #ffffff;
}
.cid-udYcabMXNS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYcabMXNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYcabMXNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYcabMXNS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udYcabMXNS .container {
    padding: 0 15px;
  }
}
.cid-udYcabMXNS .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udYcabMXNS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udYcabMXNS .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udYcabMXNS .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udYcabMXNS .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-udYcabMXNS .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-udYcabMXNS .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-udYcabMXNS .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-udYcabMXNS .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-udYcabMXNS .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-udYcabMXNS .items-wrapper .item a {
  display: block;
}
.cid-udYcabMXNS .items-wrapper .item a:hover .item-wrapper::before,
.cid-udYcabMXNS .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-udYcabMXNS .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-udYcabMXNS .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-udYcabMXNS .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udYcabMXNS .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-udYcabMXNS .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-udYcabMXNS .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-udYcabMXNS .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-udYcabMXNS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udYcabMXNS .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-udYcac50jR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYcac50jR .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYcac50jR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYcac50jR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udYcac50jR .container {
    padding: 0 15px;
  }
}
.cid-udYcac50jR .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udYcac50jR .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udYcac50jR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udYcac50jR .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-udYcac50jR .items-wrapper {
    display: block;
  }
}
.cid-udYcac50jR .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-udYcac50jR .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
    margin-bottom: 80px;
  }
}
.cid-udYcac50jR .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-udYcac50jR .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #f2ac2b;
  background-color: #171827;
  font-size: 52px;
  border: 1px solid #373d52;
  border-radius: 100%;
}
.cid-udYcac50jR .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-udYcac50jR .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-udYcac50jR .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-udYcac50jR .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #1e6bff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-udYcac50jR .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-udYcac50jR .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-udYcac50jR .text-wrapper {
    margin-top: 40px;
  }
}
.cid-udYcac50jR .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udYcac50jR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udYcac50jR .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-udYcac50jR .item-text {
  color: #d2d2df;
}
.cid-udYcac50jR .item-text,
.cid-udYcac50jR .icon-wrapper {
  text-align: center;
}
.cid-udYcacvNsO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYcacvNsO .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYcacvNsO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYcacvNsO .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udYcacvNsO .container {
    padding: 0 15px;
  }
}
.cid-udYcacvNsO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udYcacvNsO .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udYcacvNsO .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-udYcacvNsO .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-udYcacvNsO .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-udYcacvNsO .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-udYcacvNsO .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-udYcacvNsO .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-udYcacvNsO .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-udYcacvNsO .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-udYcacvNsO .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-udYcacvNsO .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-udYcacvNsO .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-udYcacvNsO .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-udYcacvNsO .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-udYcacvNsO .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-udYcacvNsO .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udYcacvNsO .image-wrapper {
    margin: 0;
  }
}
.cid-udYcacvNsO .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
  z-index: 1;
}
.cid-udYcacvNsO .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-udYcacvNsO .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-udYcacvNsO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udYcacvNsO .panel-title {
  color: #d2d2df;
}
.cid-udYcacvNsO .panel-text {
  color: #d2d2df;
}
.cid-udYcacvNsO .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-udYcad5B3m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYcad5B3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYcad5B3m .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-udYcad5B3m .container {
    padding: 0 15px;
  }
}
.cid-udYcad5B3m .row {
  justify-content: center;
}
.cid-udYcad5B3m .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udYcad5B3m .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udYcad5B3m .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-udYcad5B3m .subtitle-wrapper {
    padding: 0;
  }
}
.cid-udYcad5B3m .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udYcad5B3m .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-udYcad5B3m .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-udYcad5B3m .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-udYcad5B3m .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-udYcad5B3m .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-udYcad5B3m .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-udYcad5B3m .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-udYcad5B3m .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udYcad5B3m .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udYcad5B3m .list {
  color: #ffffff;
}
.cid-udYcadyJhY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYcadyJhY .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYcadyJhY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYcadyJhY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udYcadyJhY .container {
    padding: 0 15px;
  }
}
.cid-udYcadyJhY .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-udYcadyJhY .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-udYcadyJhY .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-udYcadyJhY .image-wrapper img {
    height: 400px;
  }
}
.cid-udYcadyJhY .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udYcadyJhY .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udYcadyJhY .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-udYcadyJhY .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-udYcadyJhY .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-udYcadyJhY .mbr-section-title {
  color: #ffffff;
}
.cid-udYcadyJhY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udYcadyJhY .mbr-text {
  color: #d2d2df;
}
.cid-udYcaetf0Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYcaetf0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYcaetf0Y .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-udYcaetf0Y .container {
    padding: 0 15px;
  }
}
.cid-udYcaetf0Y .row {
  justify-content: center;
}
.cid-udYcaetf0Y .content-wrapper {
  padding: 92px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-udYcaetf0Y .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-udYcaetf0Y .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-udYcaetf0Y .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udYcaetf0Y .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #232b45;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-udYcaetf0Y .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udYcaetf0Y .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udYcaetf0Y .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udYcaetf0Y .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udYcaetf0Y .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-udYcaetf0Y .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
.cid-udYcaetf0Y .content-wrapper .countdown-cont {
  position: relative;
  z-index: 1;
}
@media (max-width: 425px) {
  .cid-udYcaetf0Y .countdown.countdown-inited .row .col-3 {
    padding: 0 10px;
  }
}
.cid-udYcaetf0Y .number-wrap {
  color: #d2d2df;
  text-align: center;
}
.cid-udYcaetf0Y .number {
  color: #f2ac2b;
}
.cid-udYcaetf0Y .period {
  display: block;
}
.cid-udYcaetf0Y .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-udYcaetf0Y .period {
    font-size: 0.8rem;
  }
}
.cid-udYcaetf0Y .mbr-section-title {
  color: #ffffff;
}
.cid-udYcaetf0Y .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-udYcaetf0Y .mbr-section-title,
.cid-udYcaetf0Y .mbr-section-btn {
  text-align: center;
}
.cid-udYcafeGAh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYcafeGAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYcafeGAh .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-udYcafeGAh .container {
    padding: 0 15px;
  }
}
.cid-udYcafeGAh .row {
  justify-content: center;
}
.cid-udYcafeGAh .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-udYcafeGAh .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-udYcafeGAh .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-udYcafeGAh .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udYcafeGAh .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-udYcafeGAh .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-udYcafeGAh .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-udYcafeGAh .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-udYcafeGAh .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-udYcafeGAh .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-udYcafeGAh .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-udYcafeGAh .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-udYcafeGAh .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-udYcafeGAh .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-udYcafeGAh .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-udYcafeGAh .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-udYcafeGAh .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #284177;
}
.cid-udYcafeGAh .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-udYcafeGAh .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-udYcafeGAh .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-udYcafeGAh .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-udYcafeGAh .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-udYcafeGAh .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-udYcafeGAh .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-udYcafeGAh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-udYcafyMro {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYcafyMro .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYcafyMro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYcafyMro .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udYcafyMro .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-udYcafyMro .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udYcafyMro .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udYcafyMro .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udYcafyMro .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udYcafyMro .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-udYcafyMro .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-udYcafyMro .content-wrapper .list .item-wrap:hover,
.cid-udYcafyMro .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-udYcafyMro .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-udYcafyMro .mbr-section-title {
  color: #ffffff;
}
.cid-udYcafyMro .mbr-text {
  color: #d2d2df;
}
.cid-udYcafyMro .list {
  color: #d2d2df;
}
.cid-udYcagskyr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYcagskyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYcagskyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYcagskyr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udYcagskyr .container {
    padding: 0 15px;
  }
}
.cid-udYcagskyr .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udYcagskyr .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udYcagskyr .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udYcagskyr .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udYcagskyr .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udYcagskyr .item {
  margin-bottom: 32px;
}
.cid-udYcagskyr .item:hover .item-wrapper::before,
.cid-udYcagskyr .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-udYcagskyr .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-udYcagskyr .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-udYcagskyr .item .item-wrapper::before {
    display: none;
  }
}
.cid-udYcagskyr .item .item-wrapper .card-box {
  position: relative;
}
.cid-udYcagskyr .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-udYcagskyr .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-udYcagskyr .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-udYcagskyr .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-udYcagskyr .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-udYcagskyr .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-udYcagskyr .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-udYcagskyr .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-udYcagskyr .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-udYcagskyr .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-udYcagskyr .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-udYcagskyr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udYcagskyr .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-udYcagskyr .mbr-date {
  color: #ffffff;
}
.cid-udYcagskyr .mbr-tag {
  color: #ffffff;
}
.cid-udYcagskyr .mbr-card-title {
  color: #f2ac2b;
}
.cid-udYcagskyr .mbr-card-text {
  color: #d2d2df;
}
.cid-udYcah2X8X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYcah2X8X .mbr-overlay {
  background: #232b45;
  opacity: 0.5;
}
.cid-udYcah2X8X .title-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-udYcah2X8X .title-wrapper {
    margin: 0 0 20px 0;
  }
}
.cid-udYcah2X8X .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-udYcah2X8X .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udYcah2X8X .title-wrapper .buttons-wrapper {
  position: relative;
  display: flex;
  height: 48px;
  min-width: 120px;
}
.cid-udYcah2X8X .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 525px;
  max-width: 525px;
}
@media (max-width: 767px) {
  .cid-udYcah2X8X .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-udYcah2X8X .embla__slide .slide-content {
  width: 100%;
}
.cid-udYcah2X8X .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 15px;
}
.cid-udYcah2X8X .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udYcah2X8X .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 5px;
}
.cid-udYcah2X8X .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-udYcah2X8X .embla__slide .slide-content .item-wrapper .card-box .mbr-text {
  margin-bottom: 20px;
}
.cid-udYcah2X8X .embla__slide .slide-content .item-wrapper .card-box .mbr-name {
  margin-bottom: 5px;
}
.cid-udYcah2X8X .embla__slide .slide-content .item-wrapper .card-box .mbr-role {
  margin-bottom: 0;
}
.cid-udYcah2X8X .embla__button--next,
.cid-udYcah2X8X .embla__button--prev {
  display: flex;
}
.cid-udYcah2X8X .embla__button {
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #f2ac2b !important;
  border: 1px solid #f2ac2b !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-udYcah2X8X .embla__button::before {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #373d52;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
}
.cid-udYcah2X8X .embla__button span {
  z-index: 1;
}
.cid-udYcah2X8X .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-udYcah2X8X .embla__button:hover::before {
  opacity: 0;
}
.cid-udYcah2X8X .embla__button.embla__button--prev {
  left: 0;
}
.cid-udYcah2X8X .embla__button.embla__button--next {
  right: 55%;
}
@media (max-width: 992px) {
  .cid-udYcah2X8X .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-udYcah2X8X .embla {
  position: relative;
  width: 100%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-udYcah2X8X .embla {
    display: block;
  }
}
.cid-udYcah2X8X .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-udYcah2X8X .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-udYcah2X8X .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-udYcah2X8X .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-udYcah2X8X .mbr-section-title {
  color: #ffffff;
}
.cid-udYcah2X8X .mbr-text {
  color: #d2d2df;
}
.cid-udYcah2X8X .mbr-name {
  color: #f2ac2b;
}
.cid-udYcah2X8X .mbr-role {
  color: #d2d2df;
}
.cid-udYcah2X8X .mbr-rating {
  color: #f2ac2b;
}
.cid-udYcahRwh4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYcahRwh4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYcahRwh4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYcahRwh4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udYcahRwh4 .container {
    padding: 0 15px;
  }
}
.cid-udYcahRwh4 .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-udYcahRwh4 .title-wrapper {
    text-align: center;
  }
}
.cid-udYcahRwh4 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udYcahRwh4 .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-udYcahRwh4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udYcahRwh4 .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-udYcahRwh4 .list {
    justify-content: center;
  }
}
.cid-udYcahRwh4 .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-udYcahRwh4 .list .item-wrap:hover,
.cid-udYcahRwh4 .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-udYcahRwh4 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-udYcahRwh4 .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-udYcahRwh4 .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-udYcahRwh4 .copy-wrapper {
    height: auto;
  }
}
.cid-udYcahRwh4 .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udYcahRwh4 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-udYcahRwh4 .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-udYcahRwh4 .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-udYcahRwh4 .social-wrapper {
    text-align: center;
  }
}
.cid-udYcahRwh4 .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udYcahRwh4 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-udYcahRwh4 .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-udYcahRwh4 .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-udYcahRwh4 .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-udYcahRwh4 .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-udYcahRwh4 .mbr-section-title {
  color: #f2ac2b;
}
.cid-udYcahRwh4 .mbr-copy {
  color: #d2d2df;
}
.cid-udYcd02Gie {
  background-color: transparent;
}
.cid-udYcd02Gie .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-udYcd02Gie .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-udYcd02Gie .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udYcd02Gie .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udYcd02Gie .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udYcd02Gie .menu_box .navbar.opened,
  .cid-udYcd02Gie .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-udYcd02Gie .navbar-dropdown {
  position: relative !important;
}
.cid-udYcd02Gie .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-udYcd02Gie .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udYcd02Gie .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udYcd02Gie .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udYcd02Gie .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udYcd02Gie .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-udYcd02Gie .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udYcd02Gie .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udYcd02Gie .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udYcd02Gie .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udYcd02Gie .offcanvas-body .mbr-text,
  .cid-udYcd02Gie .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udYcd02Gie .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udYcd02Gie .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udYcd02Gie .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-udYcd02Gie .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udYcd02Gie .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udYcd02Gie .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udYcd02Gie .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udYcd02Gie ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udYcd02Gie .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udYcd02Gie .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-udYcd02Gie .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udYcd02Gie 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-udYcd02Gie .lg_brand {
    margin: 0 1rem;
  }
  .cid-udYcd02Gie .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-udYcd02Gie .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-udYcd02Gie .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-udYcd02Gie .nav-item {
    margin: 0 !important;
  }
}
.cid-udYcd02Gie .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-udYcd02Gie .nav-item .nav-link:hover,
.cid-udYcd02Gie .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-udYcd02Gie .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udYcd02Gie .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udYcd02Gie .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udYcd02Gie .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udYcd02Gie .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-udYcd02Gie .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udYcd02Gie .offcanvas_box {
    display: none;
  }
}
.cid-udYcd02Gie .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udYcd02Gie .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udYcd02Gie .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udYcd02Gie .container {
  display: flex;
  margin: auto;
}
.cid-udYcd02Gie .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-udYcd02Gie .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udYcd02Gie .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udYcd02Gie .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udYcd02Gie .navbar-nav {
    margin: 0;
  }
}
.cid-udYcd02Gie .dropdown-menu,
.cid-udYcd02Gie .navbar.opened {
  background-color: false !important;
}
.cid-udYcd02Gie .nav-item:focus,
.cid-udYcd02Gie .nav-link:focus {
  outline: none;
}
.cid-udYcd02Gie .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udYcd02Gie .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udYcd02Gie .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udYcd02Gie .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udYcd02Gie .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udYcd02Gie .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udYcd02Gie .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udYcd02Gie .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udYcd02Gie .navbar.opened {
  transition: all 0.3s;
}
.cid-udYcd02Gie .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udYcd02Gie .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-udYcd02Gie .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-udYcd02Gie .navbar.collapsed {
  justify-content: center;
}
.cid-udYcd02Gie .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udYcd02Gie .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udYcd02Gie .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udYcd02Gie .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udYcd02Gie .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udYcd02Gie .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udYcd02Gie .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udYcd02Gie .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udYcd02Gie .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udYcd02Gie .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udYcd02Gie .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udYcd02Gie .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udYcd02Gie .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udYcd02Gie .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udYcd02Gie .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udYcd02Gie .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udYcd02Gie .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udYcd02Gie .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udYcd02Gie .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udYcd02Gie .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udYcd02Gie .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udYcd02Gie .navbar.navbar-short {
  min-height: 60px;
}
.cid-udYcd02Gie .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udYcd02Gie .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udYcd02Gie .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-udYcd02Gie .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-udYcd02Gie .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udYcd02Gie .dropdown-item.active,
.cid-udYcd02Gie .dropdown-item:active {
  background-color: transparent;
}
.cid-udYcd02Gie .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-udYcd02Gie .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udYcd02Gie .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udYcd02Gie .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udYcd02Gie ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udYcd02Gie .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udYcd02Gie 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-udYcd02Gie button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-udYcd02Gie button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udYcd02Gie button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYcd02Gie button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYcd02Gie button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udYcd02Gie nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYcd02Gie nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udYcd02Gie nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udYcd02Gie nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYcd02Gie a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udYcd02Gie .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-udYcd02Gie .navbar {
    height: 70px;
  }
  .cid-udYcd02Gie .navbar.opened {
    height: auto;
  }
  .cid-udYcd02Gie .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udYcd02Gie .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-udYcd02Gie .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-udYcd02Gie .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udYcd02Gie .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-udYcd02Gie .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-udYcd02Gie .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-udYcd02Gie .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udYcd02Gie .text_widget {
  margin-bottom: 32px;
}
.cid-udYcd02Gie .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udYcd02Gie .text_widget a:hover,
.cid-udYcd02Gie .text_widget a:focus {
  opacity: .6;
}
.cid-udYcd02Gie .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-udYcd02Gie .navbar-caption {
  color: #f2ac2b;
}
.cid-udYcd02Gie .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-udYcd02Gie .mbr-section-subtitle,
.cid-udYcd02Gie .text_widget,
.cid-udYcd02Gie .mbr-section-btn {
  text-align: center;
}
.cid-udYcd02Gie a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udYgmX1xRU {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #e1f2e6;
}
.cid-udYgmX1xRU .mbr-section-subtitle {
  color: #36187d;
  text-align: center;
}
.cid-udYgmX1xRU .mbr-text {
  color: #6c758f;
  text-align: center;
}
.cid-udYgCvS6cF {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #e1f2e6;
}
.cid-udYgCvS6cF .mbr-section-subtitle {
  color: #36187d;
}
.cid-udYgCvS6cF .mbr-text {
  color: #6c758f;
}
.cid-udYcd55YO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYcd55YO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYcd55YO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYcd55YO7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udYcd55YO7 .container {
    padding: 0 15px;
  }
}
.cid-udYcd55YO7 .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-udYcd55YO7 .title-wrapper {
    text-align: center;
  }
}
.cid-udYcd55YO7 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udYcd55YO7 .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-udYcd55YO7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udYcd55YO7 .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-udYcd55YO7 .list {
    justify-content: center;
  }
}
.cid-udYcd55YO7 .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-udYcd55YO7 .list .item-wrap:hover,
.cid-udYcd55YO7 .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-udYcd55YO7 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-udYcd55YO7 .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-udYcd55YO7 .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-udYcd55YO7 .copy-wrapper {
    height: auto;
  }
}
.cid-udYcd55YO7 .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udYcd55YO7 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-udYcd55YO7 .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-udYcd55YO7 .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-udYcd55YO7 .social-wrapper {
    text-align: center;
  }
}
.cid-udYcd55YO7 .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udYcd55YO7 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-udYcd55YO7 .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-udYcd55YO7 .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-udYcd55YO7 .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-udYcd55YO7 .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-udYcd55YO7 .mbr-section-title {
  color: #f2ac2b;
}
.cid-udYcd55YO7 .mbr-copy {
  color: #d2d2df;
}
.cid-udYj1cFwkD {
  background-color: transparent;
}
.cid-udYj1cFwkD .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-udYj1cFwkD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-udYj1cFwkD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udYj1cFwkD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udYj1cFwkD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udYj1cFwkD .menu_box .navbar.opened,
  .cid-udYj1cFwkD .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-udYj1cFwkD .navbar-dropdown {
  position: relative !important;
}
.cid-udYj1cFwkD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-udYj1cFwkD .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udYj1cFwkD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udYj1cFwkD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udYj1cFwkD .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udYj1cFwkD .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-udYj1cFwkD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udYj1cFwkD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udYj1cFwkD .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udYj1cFwkD .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udYj1cFwkD .offcanvas-body .mbr-text,
  .cid-udYj1cFwkD .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udYj1cFwkD .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udYj1cFwkD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udYj1cFwkD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-udYj1cFwkD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udYj1cFwkD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udYj1cFwkD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udYj1cFwkD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udYj1cFwkD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udYj1cFwkD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udYj1cFwkD .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-udYj1cFwkD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udYj1cFwkD 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-udYj1cFwkD .lg_brand {
    margin: 0 1rem;
  }
  .cid-udYj1cFwkD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-udYj1cFwkD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-udYj1cFwkD .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-udYj1cFwkD .nav-item {
    margin: 0 !important;
  }
}
.cid-udYj1cFwkD .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-udYj1cFwkD .nav-item .nav-link:hover,
.cid-udYj1cFwkD .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-udYj1cFwkD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udYj1cFwkD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udYj1cFwkD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udYj1cFwkD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udYj1cFwkD .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-udYj1cFwkD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udYj1cFwkD .offcanvas_box {
    display: none;
  }
}
.cid-udYj1cFwkD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udYj1cFwkD .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udYj1cFwkD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udYj1cFwkD .container {
  display: flex;
  margin: auto;
}
.cid-udYj1cFwkD .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-udYj1cFwkD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udYj1cFwkD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udYj1cFwkD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udYj1cFwkD .navbar-nav {
    margin: 0;
  }
}
.cid-udYj1cFwkD .dropdown-menu,
.cid-udYj1cFwkD .navbar.opened {
  background-color: false !important;
}
.cid-udYj1cFwkD .nav-item:focus,
.cid-udYj1cFwkD .nav-link:focus {
  outline: none;
}
.cid-udYj1cFwkD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udYj1cFwkD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udYj1cFwkD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udYj1cFwkD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udYj1cFwkD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udYj1cFwkD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udYj1cFwkD .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udYj1cFwkD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udYj1cFwkD .navbar.opened {
  transition: all 0.3s;
}
.cid-udYj1cFwkD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udYj1cFwkD .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-udYj1cFwkD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-udYj1cFwkD .navbar.collapsed {
  justify-content: center;
}
.cid-udYj1cFwkD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udYj1cFwkD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udYj1cFwkD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udYj1cFwkD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udYj1cFwkD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udYj1cFwkD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udYj1cFwkD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udYj1cFwkD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udYj1cFwkD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udYj1cFwkD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udYj1cFwkD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udYj1cFwkD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udYj1cFwkD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udYj1cFwkD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udYj1cFwkD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udYj1cFwkD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udYj1cFwkD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udYj1cFwkD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udYj1cFwkD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udYj1cFwkD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udYj1cFwkD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udYj1cFwkD .navbar.navbar-short {
  min-height: 60px;
}
.cid-udYj1cFwkD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udYj1cFwkD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udYj1cFwkD .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-udYj1cFwkD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-udYj1cFwkD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udYj1cFwkD .dropdown-item.active,
.cid-udYj1cFwkD .dropdown-item:active {
  background-color: transparent;
}
.cid-udYj1cFwkD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-udYj1cFwkD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udYj1cFwkD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udYj1cFwkD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udYj1cFwkD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udYj1cFwkD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udYj1cFwkD 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-udYj1cFwkD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-udYj1cFwkD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udYj1cFwkD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYj1cFwkD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYj1cFwkD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udYj1cFwkD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYj1cFwkD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udYj1cFwkD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udYj1cFwkD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYj1cFwkD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udYj1cFwkD .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-udYj1cFwkD .navbar {
    height: 70px;
  }
  .cid-udYj1cFwkD .navbar.opened {
    height: auto;
  }
  .cid-udYj1cFwkD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udYj1cFwkD .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-udYj1cFwkD .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-udYj1cFwkD .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udYj1cFwkD .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-udYj1cFwkD .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-udYj1cFwkD .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-udYj1cFwkD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udYj1cFwkD .text_widget {
  margin-bottom: 32px;
}
.cid-udYj1cFwkD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udYj1cFwkD .text_widget a:hover,
.cid-udYj1cFwkD .text_widget a:focus {
  opacity: .6;
}
.cid-udYj1cFwkD .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-udYj1cFwkD .navbar-caption {
  color: #f2ac2b;
}
.cid-udYj1cFwkD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-udYj1cFwkD .mbr-section-subtitle,
.cid-udYj1cFwkD .text_widget,
.cid-udYj1cFwkD .mbr-section-btn {
  text-align: center;
}
.cid-udYj1cFwkD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udYj1dumdU {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #e1f2e6;
}
.cid-udYj1dumdU .mbr-section-subtitle {
  color: #36187d;
  text-align: center;
}
.cid-udYj1dumdU .mbr-text {
  color: #6c758f;
  text-align: center;
}
.cid-udYj1dEvOx {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #e1f2e6;
}
.cid-udYj1dEvOx .mbr-section-subtitle {
  color: #36187d;
}
.cid-udYj1dEvOx .mbr-text {
  color: #6c758f;
}
.cid-udYj1dQzve {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYj1dQzve .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYj1dQzve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYj1dQzve .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udYj1dQzve .container {
    padding: 0 15px;
  }
}
.cid-udYj1dQzve .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-udYj1dQzve .title-wrapper {
    text-align: center;
  }
}
.cid-udYj1dQzve .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udYj1dQzve .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-udYj1dQzve .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udYj1dQzve .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-udYj1dQzve .list {
    justify-content: center;
  }
}
.cid-udYj1dQzve .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-udYj1dQzve .list .item-wrap:hover,
.cid-udYj1dQzve .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-udYj1dQzve .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-udYj1dQzve .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-udYj1dQzve .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-udYj1dQzve .copy-wrapper {
    height: auto;
  }
}
.cid-udYj1dQzve .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udYj1dQzve .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-udYj1dQzve .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-udYj1dQzve .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-udYj1dQzve .social-wrapper {
    text-align: center;
  }
}
.cid-udYj1dQzve .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udYj1dQzve .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-udYj1dQzve .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-udYj1dQzve .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-udYj1dQzve .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-udYj1dQzve .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-udYj1dQzve .mbr-section-title {
  color: #f2ac2b;
}
.cid-udYj1dQzve .mbr-copy {
  color: #d2d2df;
}
.cid-udYoMihRi8 {
  background-color: transparent;
}
.cid-udYoMihRi8 .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-udYoMihRi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-udYoMihRi8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udYoMihRi8 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udYoMihRi8 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udYoMihRi8 .menu_box .navbar.opened,
  .cid-udYoMihRi8 .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-udYoMihRi8 .navbar-dropdown {
  position: relative !important;
}
.cid-udYoMihRi8 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-udYoMihRi8 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udYoMihRi8 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udYoMihRi8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udYoMihRi8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udYoMihRi8 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-udYoMihRi8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udYoMihRi8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udYoMihRi8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udYoMihRi8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udYoMihRi8 .offcanvas-body .mbr-text,
  .cid-udYoMihRi8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udYoMihRi8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udYoMihRi8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udYoMihRi8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-udYoMihRi8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udYoMihRi8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udYoMihRi8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udYoMihRi8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udYoMihRi8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udYoMihRi8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udYoMihRi8 .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-udYoMihRi8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udYoMihRi8 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-udYoMihRi8 .lg_brand {
    margin: 0 1rem;
  }
  .cid-udYoMihRi8 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-udYoMihRi8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-udYoMihRi8 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-udYoMihRi8 .nav-item {
    margin: 0 !important;
  }
}
.cid-udYoMihRi8 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-udYoMihRi8 .nav-item .nav-link:hover,
.cid-udYoMihRi8 .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-udYoMihRi8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udYoMihRi8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udYoMihRi8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udYoMihRi8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udYoMihRi8 .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-udYoMihRi8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udYoMihRi8 .offcanvas_box {
    display: none;
  }
}
.cid-udYoMihRi8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udYoMihRi8 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udYoMihRi8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udYoMihRi8 .container {
  display: flex;
  margin: auto;
}
.cid-udYoMihRi8 .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-udYoMihRi8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udYoMihRi8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udYoMihRi8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udYoMihRi8 .navbar-nav {
    margin: 0;
  }
}
.cid-udYoMihRi8 .dropdown-menu,
.cid-udYoMihRi8 .navbar.opened {
  background-color: false !important;
}
.cid-udYoMihRi8 .nav-item:focus,
.cid-udYoMihRi8 .nav-link:focus {
  outline: none;
}
.cid-udYoMihRi8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udYoMihRi8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udYoMihRi8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udYoMihRi8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udYoMihRi8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udYoMihRi8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udYoMihRi8 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udYoMihRi8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udYoMihRi8 .navbar.opened {
  transition: all 0.3s;
}
.cid-udYoMihRi8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udYoMihRi8 .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-udYoMihRi8 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-udYoMihRi8 .navbar.collapsed {
  justify-content: center;
}
.cid-udYoMihRi8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udYoMihRi8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udYoMihRi8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udYoMihRi8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udYoMihRi8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udYoMihRi8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udYoMihRi8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udYoMihRi8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udYoMihRi8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udYoMihRi8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udYoMihRi8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udYoMihRi8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udYoMihRi8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udYoMihRi8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udYoMihRi8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udYoMihRi8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udYoMihRi8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udYoMihRi8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udYoMihRi8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udYoMihRi8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udYoMihRi8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udYoMihRi8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-udYoMihRi8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udYoMihRi8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udYoMihRi8 .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-udYoMihRi8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-udYoMihRi8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udYoMihRi8 .dropdown-item.active,
.cid-udYoMihRi8 .dropdown-item:active {
  background-color: transparent;
}
.cid-udYoMihRi8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-udYoMihRi8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udYoMihRi8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udYoMihRi8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udYoMihRi8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udYoMihRi8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udYoMihRi8 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-udYoMihRi8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-udYoMihRi8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udYoMihRi8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYoMihRi8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYoMihRi8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udYoMihRi8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYoMihRi8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udYoMihRi8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udYoMihRi8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYoMihRi8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udYoMihRi8 .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-udYoMihRi8 .navbar {
    height: 70px;
  }
  .cid-udYoMihRi8 .navbar.opened {
    height: auto;
  }
  .cid-udYoMihRi8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udYoMihRi8 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-udYoMihRi8 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-udYoMihRi8 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udYoMihRi8 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-udYoMihRi8 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-udYoMihRi8 .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-udYoMihRi8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udYoMihRi8 .text_widget {
  margin-bottom: 32px;
}
.cid-udYoMihRi8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udYoMihRi8 .text_widget a:hover,
.cid-udYoMihRi8 .text_widget a:focus {
  opacity: .6;
}
.cid-udYoMihRi8 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-udYoMihRi8 .navbar-caption {
  color: #f2ac2b;
}
.cid-udYoMihRi8 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-udYoMihRi8 .mbr-section-subtitle,
.cid-udYoMihRi8 .text_widget,
.cid-udYoMihRi8 .mbr-section-btn {
  text-align: center;
}
.cid-udYoMihRi8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udYoMjg1Ab {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYoMjg1Ab .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYoMjg1Ab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYoMjg1Ab .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udYoMjg1Ab .container {
    padding: 0 15px;
  }
}
.cid-udYoMjg1Ab .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-udYoMjg1Ab .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-udYoMjg1Ab .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-udYoMjg1Ab .image-wrapper img {
    height: 400px;
  }
}
.cid-udYoMjg1Ab .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udYoMjg1Ab .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udYoMjg1Ab .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-udYoMjg1Ab .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-udYoMjg1Ab .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-udYoMjg1Ab .mbr-section-title {
  color: #ffffff;
}
.cid-udYoMjg1Ab .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udYoMjg1Ab .mbr-text {
  color: #d2d2df;
}
.cid-udYoMjy3MZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYoMjy3MZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYoMjy3MZ .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-udYoMjy3MZ .container {
    padding: 0 15px;
  }
}
.cid-udYoMjy3MZ .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-udYoMjy3MZ .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-udYoMjy3MZ .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-udYoMjy3MZ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-udYoMjy3MZ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udYoMjy3MZ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udYoMjy3MZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udYoMjy3MZ .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-udYoMjy3MZ .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-udYoMjy3MZ .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-udYoMjy3MZ .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-udYoMjy3MZ .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-udYoMjy3MZ .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-udYoMjy3MZ .mbr-section-title {
  color: #ffffff;
}
.cid-udYoMjy3MZ .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-udYoMjy3MZ .mbr-text {
  color: #d2d2df;
}
.cid-udYoMjNzGf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYoMjNzGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYoMjNzGf .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-udYoMjNzGf .container {
    padding: 0 15px;
  }
}
.cid-udYoMjNzGf .row {
  justify-content: center;
}
.cid-udYoMjNzGf .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udYoMjNzGf .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udYoMjNzGf .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-udYoMjNzGf .subtitle-wrapper {
    padding: 0;
  }
}
.cid-udYoMjNzGf .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udYoMjNzGf .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-udYoMjNzGf .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-udYoMjNzGf .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-udYoMjNzGf .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-udYoMjNzGf .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-udYoMjNzGf .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-udYoMjNzGf .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-udYoMjNzGf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udYoMjNzGf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udYoMjNzGf .list {
  color: #ffffff;
}
.cid-udYoMk22hj {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-udYoMk22hj {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-udYoMk22hj .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-udYoMk22hj .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-udYoMk22hj img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-udYoMk22hj .container-fluid {
    padding: 0 1rem;
  }
  .cid-udYoMk22hj .right-wrapper {
    text-align: left;
  }
  .cid-udYoMk22hj .blue-block {
    width: 100%;
  }
  .cid-udYoMk22hj .mbr-section-title {
    text-align: center;
  }
  .cid-udYoMk22hj .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-udYoMk22hj .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-udYoMk22hj .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-udYoMk22hj img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-udYoMk22hj .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-udYoMk22hj .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-udYoMk22hj .container-fluid {
  max-width: 1200px;
}
.cid-udYoMk22hj .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-udYoMk22hj .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-udYoMk22hj .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-udYoMk22hj .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-udYoMk22hj .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(141, 94, 241, 0.5), rgba(141, 94, 241, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-udYoMk22hj .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(242, 172, 43, 0.5), rgba(242, 172, 43, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-udYoMk22hj .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-udYoMk22hj .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-udYoMk22hj .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-udYoMk22hj .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-udYoMk22hj .blue-block {
  background-color: #ec8c39;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-udYoMk22hj .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-udYoMk22hj .blue-title {
  margin: 0;
}
.cid-udYoMk22hj .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-udYoMk22hj .mbr-section-title DIV {
  text-align: left;
}
.cid-udZcqc1wqn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-udZcqc1wqn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udZcqc1wqn .row {
  flex-direction: row-reverse;
}
.cid-udZcqc1wqn img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-udZcqc1wqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZcqc1wqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZ8FnsOhl {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-udZ8FnsOhl .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZ8FnsOhl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZ8FnsOhl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZ8FnsOhl .container {
    padding: 0 15px;
  }
}
.cid-udZ8FnsOhl .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udZ8FnsOhl .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udZ8FnsOhl .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udZ8FnsOhl .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udZ8FnsOhl .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-udZ8FnsOhl .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-udZ8FnsOhl .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-udZ8FnsOhl .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-udZ8FnsOhl .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-udZ8FnsOhl .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-udZ8FnsOhl .items-wrapper .item a {
  display: block;
}
.cid-udZ8FnsOhl .items-wrapper .item a:hover .item-wrapper::before,
.cid-udZ8FnsOhl .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-udZ8FnsOhl .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-udZ8FnsOhl .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-udZ8FnsOhl .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udZ8FnsOhl .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-udZ8FnsOhl .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-udZ8FnsOhl .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-udZ8FnsOhl .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-udZ8FnsOhl .mbr-section-title {
  color: #284177;
  text-align: center;
}
.cid-udZ8FnsOhl .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-udYoMkjOhP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYoMkjOhP .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYoMkjOhP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYoMkjOhP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udYoMkjOhP .container {
    padding: 0 15px;
  }
}
.cid-udYoMkjOhP .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udYoMkjOhP .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udYoMkjOhP .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udYoMkjOhP .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udYoMkjOhP .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-udYoMkjOhP .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-udYoMkjOhP .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-udYoMkjOhP .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-udYoMkjOhP .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-udYoMkjOhP .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-udYoMkjOhP .items-wrapper .item a {
  display: block;
}
.cid-udYoMkjOhP .items-wrapper .item a:hover .item-wrapper::before,
.cid-udYoMkjOhP .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-udYoMkjOhP .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-udYoMkjOhP .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-udYoMkjOhP .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udYoMkjOhP .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-udYoMkjOhP .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-udYoMkjOhP .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-udYoMkjOhP .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-udYoMkjOhP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udYoMkjOhP .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-udYoMlbaC3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYoMlbaC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYoMlbaC3 .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-udYoMlbaC3 .container {
    padding: 0 15px;
  }
}
.cid-udYoMlbaC3 .row {
  justify-content: center;
}
.cid-udYoMlbaC3 .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-udYoMlbaC3 .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-udYoMlbaC3 .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-udYoMlbaC3 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udYoMlbaC3 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-udYoMlbaC3 .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-udYoMlbaC3 .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-udYoMlbaC3 .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-udYoMlbaC3 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-udYoMlbaC3 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-udYoMlbaC3 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-udYoMlbaC3 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-udYoMlbaC3 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-udYoMlbaC3 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-udYoMlbaC3 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-udYoMlbaC3 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-udYoMlbaC3 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #284177;
}
.cid-udYoMlbaC3 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-udYoMlbaC3 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-udYoMlbaC3 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-udYoMlbaC3 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-udYoMlbaC3 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-udYoMlbaC3 .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-udYoMlbaC3 .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-udYoMlbaC3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-udYoMlDIcx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYoMlDIcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYoMlDIcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYoMlDIcx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udYoMlDIcx .container {
    padding: 0 15px;
  }
}
.cid-udYoMlDIcx .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udYoMlDIcx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udYoMlDIcx .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udYoMlDIcx .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udYoMlDIcx .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udYoMlDIcx .item {
  margin-bottom: 32px;
}
.cid-udYoMlDIcx .item:hover .item-wrapper::before,
.cid-udYoMlDIcx .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-udYoMlDIcx .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-udYoMlDIcx .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-udYoMlDIcx .item .item-wrapper::before {
    display: none;
  }
}
.cid-udYoMlDIcx .item .item-wrapper .card-box {
  position: relative;
}
.cid-udYoMlDIcx .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-udYoMlDIcx .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-udYoMlDIcx .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-udYoMlDIcx .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-udYoMlDIcx .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-udYoMlDIcx .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-udYoMlDIcx .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-udYoMlDIcx .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-udYoMlDIcx .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-udYoMlDIcx .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-udYoMlDIcx .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-udYoMlDIcx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udYoMlDIcx .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-udYoMlDIcx .mbr-date {
  color: #ffffff;
}
.cid-udYoMlDIcx .mbr-tag {
  color: #ffffff;
}
.cid-udYoMlDIcx .mbr-card-title {
  color: #f2ac2b;
}
.cid-udYoMlDIcx .mbr-card-text {
  color: #d2d2df;
}
.cid-udYoMlZ593 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYoMlZ593 .mbr-overlay {
  background: #232b45;
  opacity: 0.5;
}
.cid-udYoMlZ593 .title-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-udYoMlZ593 .title-wrapper {
    margin: 0 0 20px 0;
  }
}
.cid-udYoMlZ593 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-udYoMlZ593 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udYoMlZ593 .title-wrapper .buttons-wrapper {
  position: relative;
  display: flex;
  height: 48px;
  min-width: 120px;
}
.cid-udYoMlZ593 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 525px;
  max-width: 525px;
}
@media (max-width: 767px) {
  .cid-udYoMlZ593 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-udYoMlZ593 .embla__slide .slide-content {
  width: 100%;
}
.cid-udYoMlZ593 .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 15px;
}
.cid-udYoMlZ593 .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udYoMlZ593 .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 5px;
}
.cid-udYoMlZ593 .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-udYoMlZ593 .embla__slide .slide-content .item-wrapper .card-box .mbr-text {
  margin-bottom: 20px;
}
.cid-udYoMlZ593 .embla__slide .slide-content .item-wrapper .card-box .mbr-name {
  margin-bottom: 5px;
}
.cid-udYoMlZ593 .embla__slide .slide-content .item-wrapper .card-box .mbr-role {
  margin-bottom: 0;
}
.cid-udYoMlZ593 .embla__button--next,
.cid-udYoMlZ593 .embla__button--prev {
  display: flex;
}
.cid-udYoMlZ593 .embla__button {
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #f2ac2b !important;
  border: 1px solid #f2ac2b !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-udYoMlZ593 .embla__button::before {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #373d52;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
}
.cid-udYoMlZ593 .embla__button span {
  z-index: 1;
}
.cid-udYoMlZ593 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-udYoMlZ593 .embla__button:hover::before {
  opacity: 0;
}
.cid-udYoMlZ593 .embla__button.embla__button--prev {
  left: 0;
}
.cid-udYoMlZ593 .embla__button.embla__button--next {
  right: 55%;
}
@media (max-width: 992px) {
  .cid-udYoMlZ593 .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-udYoMlZ593 .embla {
  position: relative;
  width: 100%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-udYoMlZ593 .embla {
    display: block;
  }
}
.cid-udYoMlZ593 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-udYoMlZ593 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-udYoMlZ593 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-udYoMlZ593 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-udYoMlZ593 .mbr-section-title {
  color: #ffffff;
}
.cid-udYoMlZ593 .mbr-text {
  color: #d2d2df;
}
.cid-udYoMlZ593 .mbr-name {
  color: #f2ac2b;
}
.cid-udYoMlZ593 .mbr-role {
  color: #d2d2df;
}
.cid-udYoMlZ593 .mbr-rating {
  color: #f2ac2b;
}
.cid-udYoMmHFew {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYoMmHFew .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYoMmHFew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYoMmHFew .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udYoMmHFew .container {
    padding: 0 15px;
  }
}
.cid-udYoMmHFew .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-udYoMmHFew .title-wrapper {
    text-align: center;
  }
}
.cid-udYoMmHFew .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udYoMmHFew .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-udYoMmHFew .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udYoMmHFew .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-udYoMmHFew .list {
    justify-content: center;
  }
}
.cid-udYoMmHFew .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-udYoMmHFew .list .item-wrap:hover,
.cid-udYoMmHFew .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-udYoMmHFew .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-udYoMmHFew .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-udYoMmHFew .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-udYoMmHFew .copy-wrapper {
    height: auto;
  }
}
.cid-udYoMmHFew .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udYoMmHFew .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-udYoMmHFew .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-udYoMmHFew .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-udYoMmHFew .social-wrapper {
    text-align: center;
  }
}
.cid-udYoMmHFew .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udYoMmHFew .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-udYoMmHFew .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-udYoMmHFew .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-udYoMmHFew .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-udYoMmHFew .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-udYoMmHFew .mbr-section-title {
  color: #f2ac2b;
}
.cid-udYoMmHFew .mbr-copy {
  color: #d2d2df;
}
.cid-udZdYeN2FB {
  background-color: transparent;
}
.cid-udZdYeN2FB .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-udZdYeN2FB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-udZdYeN2FB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udZdYeN2FB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udZdYeN2FB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udZdYeN2FB .menu_box .navbar.opened,
  .cid-udZdYeN2FB .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-udZdYeN2FB .navbar-dropdown {
  position: relative !important;
}
.cid-udZdYeN2FB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-udZdYeN2FB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udZdYeN2FB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udZdYeN2FB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udZdYeN2FB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udZdYeN2FB .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-udZdYeN2FB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udZdYeN2FB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udZdYeN2FB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udZdYeN2FB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udZdYeN2FB .offcanvas-body .mbr-text,
  .cid-udZdYeN2FB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udZdYeN2FB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udZdYeN2FB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udZdYeN2FB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-udZdYeN2FB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udZdYeN2FB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udZdYeN2FB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udZdYeN2FB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udZdYeN2FB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udZdYeN2FB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udZdYeN2FB .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-udZdYeN2FB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udZdYeN2FB 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-udZdYeN2FB .lg_brand {
    margin: 0 1rem;
  }
  .cid-udZdYeN2FB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-udZdYeN2FB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-udZdYeN2FB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-udZdYeN2FB .nav-item {
    margin: 0 !important;
  }
}
.cid-udZdYeN2FB .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-udZdYeN2FB .nav-item .nav-link:hover,
.cid-udZdYeN2FB .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-udZdYeN2FB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udZdYeN2FB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udZdYeN2FB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udZdYeN2FB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udZdYeN2FB .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-udZdYeN2FB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udZdYeN2FB .offcanvas_box {
    display: none;
  }
}
.cid-udZdYeN2FB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udZdYeN2FB .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udZdYeN2FB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udZdYeN2FB .container {
  display: flex;
  margin: auto;
}
.cid-udZdYeN2FB .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-udZdYeN2FB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udZdYeN2FB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udZdYeN2FB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udZdYeN2FB .navbar-nav {
    margin: 0;
  }
}
.cid-udZdYeN2FB .dropdown-menu,
.cid-udZdYeN2FB .navbar.opened {
  background-color: false !important;
}
.cid-udZdYeN2FB .nav-item:focus,
.cid-udZdYeN2FB .nav-link:focus {
  outline: none;
}
.cid-udZdYeN2FB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udZdYeN2FB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udZdYeN2FB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udZdYeN2FB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udZdYeN2FB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udZdYeN2FB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udZdYeN2FB .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udZdYeN2FB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udZdYeN2FB .navbar.opened {
  transition: all 0.3s;
}
.cid-udZdYeN2FB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udZdYeN2FB .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-udZdYeN2FB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-udZdYeN2FB .navbar.collapsed {
  justify-content: center;
}
.cid-udZdYeN2FB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udZdYeN2FB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udZdYeN2FB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udZdYeN2FB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udZdYeN2FB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udZdYeN2FB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udZdYeN2FB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udZdYeN2FB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udZdYeN2FB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udZdYeN2FB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udZdYeN2FB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udZdYeN2FB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udZdYeN2FB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udZdYeN2FB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udZdYeN2FB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udZdYeN2FB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udZdYeN2FB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udZdYeN2FB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udZdYeN2FB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udZdYeN2FB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udZdYeN2FB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udZdYeN2FB .navbar.navbar-short {
  min-height: 60px;
}
.cid-udZdYeN2FB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udZdYeN2FB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udZdYeN2FB .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-udZdYeN2FB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-udZdYeN2FB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udZdYeN2FB .dropdown-item.active,
.cid-udZdYeN2FB .dropdown-item:active {
  background-color: transparent;
}
.cid-udZdYeN2FB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-udZdYeN2FB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udZdYeN2FB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udZdYeN2FB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udZdYeN2FB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udZdYeN2FB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udZdYeN2FB 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-udZdYeN2FB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-udZdYeN2FB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udZdYeN2FB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZdYeN2FB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZdYeN2FB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udZdYeN2FB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZdYeN2FB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udZdYeN2FB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udZdYeN2FB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZdYeN2FB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udZdYeN2FB .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-udZdYeN2FB .navbar {
    height: 70px;
  }
  .cid-udZdYeN2FB .navbar.opened {
    height: auto;
  }
  .cid-udZdYeN2FB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udZdYeN2FB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-udZdYeN2FB .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-udZdYeN2FB .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udZdYeN2FB .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-udZdYeN2FB .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-udZdYeN2FB .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-udZdYeN2FB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udZdYeN2FB .text_widget {
  margin-bottom: 32px;
}
.cid-udZdYeN2FB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udZdYeN2FB .text_widget a:hover,
.cid-udZdYeN2FB .text_widget a:focus {
  opacity: .6;
}
.cid-udZdYeN2FB .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-udZdYeN2FB .navbar-caption {
  color: #f2ac2b;
}
.cid-udZdYeN2FB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-udZdYeN2FB .mbr-section-subtitle,
.cid-udZdYeN2FB .text_widget,
.cid-udZdYeN2FB .mbr-section-btn {
  text-align: center;
}
.cid-udZdYeN2FB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udZdYfKmgY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZdYfKmgY .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZdYfKmgY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZdYfKmgY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZdYfKmgY .container {
    padding: 0 15px;
  }
}
.cid-udZdYfKmgY .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-udZdYfKmgY .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-udZdYfKmgY .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-udZdYfKmgY .image-wrapper img {
    height: 400px;
  }
}
.cid-udZdYfKmgY .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udZdYfKmgY .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udZdYfKmgY .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-udZdYfKmgY .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-udZdYfKmgY .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-udZdYfKmgY .mbr-section-title {
  color: #ffffff;
}
.cid-udZdYfKmgY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udZdYfKmgY .mbr-text {
  color: #d2d2df;
}
.cid-udZdYg8nin {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZdYg8nin .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZdYg8nin .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-udZdYg8nin .container {
    padding: 0 15px;
  }
}
.cid-udZdYg8nin .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-udZdYg8nin .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-udZdYg8nin .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-udZdYg8nin .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-udZdYg8nin .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udZdYg8nin .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udZdYg8nin .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udZdYg8nin .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-udZdYg8nin .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-udZdYg8nin .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-udZdYg8nin .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-udZdYg8nin .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-udZdYg8nin .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-udZdYg8nin .mbr-section-title {
  color: #ffffff;
}
.cid-udZdYg8nin .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-udZdYg8nin .mbr-text {
  color: #d2d2df;
}
.cid-ue7RFWI9VO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-ue7RFWI9VO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue7RFWI9VO .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-ue7RFWI9VO .container {
    padding: 0 15px;
  }
}
.cid-ue7RFWI9VO .row {
  justify-content: center;
}
.cid-ue7RFWI9VO .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue7RFWI9VO .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ue7RFWI9VO .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-ue7RFWI9VO .subtitle-wrapper {
    padding: 0;
  }
}
.cid-ue7RFWI9VO .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ue7RFWI9VO .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ue7RFWI9VO .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-ue7RFWI9VO .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-ue7RFWI9VO .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-ue7RFWI9VO .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ue7RFWI9VO .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-ue7RFWI9VO .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-ue7RFWI9VO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue7RFWI9VO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ue7RFWI9VO .list {
  color: #ffffff;
}
.cid-ue7RJvDEMv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-ue7RJvDEMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue7RJvDEMv .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-ue7RJvDEMv .container {
    padding: 0 15px;
  }
}
.cid-ue7RJvDEMv .row {
  justify-content: center;
}
.cid-ue7RJvDEMv .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue7RJvDEMv .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ue7RJvDEMv .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-ue7RJvDEMv .subtitle-wrapper {
    padding: 0;
  }
}
.cid-ue7RJvDEMv .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ue7RJvDEMv .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ue7RJvDEMv .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-ue7RJvDEMv .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-ue7RJvDEMv .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-ue7RJvDEMv .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ue7RJvDEMv .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-ue7RJvDEMv .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-ue7RJvDEMv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue7RJvDEMv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ue7RJvDEMv .list {
  color: #ffffff;
}
.cid-udZdYgFTic {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-udZdYgFTic {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-udZdYgFTic .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-udZdYgFTic .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-udZdYgFTic img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-udZdYgFTic .container-fluid {
    padding: 0 1rem;
  }
  .cid-udZdYgFTic .right-wrapper {
    text-align: left;
  }
  .cid-udZdYgFTic .blue-block {
    width: 100%;
  }
  .cid-udZdYgFTic .mbr-section-title {
    text-align: center;
  }
  .cid-udZdYgFTic .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-udZdYgFTic .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-udZdYgFTic .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-udZdYgFTic img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-udZdYgFTic .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-udZdYgFTic .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-udZdYgFTic .container-fluid {
  max-width: 1200px;
}
.cid-udZdYgFTic .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-udZdYgFTic .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-udZdYgFTic .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-udZdYgFTic .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-udZdYgFTic .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(141, 94, 241, 0.5), rgba(141, 94, 241, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-udZdYgFTic .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(242, 172, 43, 0.5), rgba(242, 172, 43, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-udZdYgFTic .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-udZdYgFTic .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-udZdYgFTic .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-udZdYgFTic .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-udZdYgFTic .blue-block {
  background-color: #ec8c39;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-udZdYgFTic .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-udZdYgFTic .blue-title {
  margin: 0;
}
.cid-udZdYgFTic .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-udZdYgFTic .mbr-section-title DIV {
  text-align: left;
}
.cid-udZdYgVZMm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-udZdYgVZMm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udZdYgVZMm .row {
  flex-direction: row-reverse;
}
.cid-udZdYgVZMm img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-udZdYgVZMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZdYgVZMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZdYhb6dw {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-udZdYhb6dw .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZdYhb6dw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZdYhb6dw .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZdYhb6dw .container {
    padding: 0 15px;
  }
}
.cid-udZdYhb6dw .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udZdYhb6dw .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udZdYhb6dw .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udZdYhb6dw .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udZdYhb6dw .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-udZdYhb6dw .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-udZdYhb6dw .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-udZdYhb6dw .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-udZdYhb6dw .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-udZdYhb6dw .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-udZdYhb6dw .items-wrapper .item a {
  display: block;
}
.cid-udZdYhb6dw .items-wrapper .item a:hover .item-wrapper::before,
.cid-udZdYhb6dw .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-udZdYhb6dw .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-udZdYhb6dw .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-udZdYhb6dw .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udZdYhb6dw .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-udZdYhb6dw .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-udZdYhb6dw .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-udZdYhb6dw .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-udZdYhb6dw .mbr-section-title {
  color: #284177;
  text-align: center;
}
.cid-udZdYhb6dw .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-udZdYhtcw1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZdYhtcw1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZdYhtcw1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZdYhtcw1 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZdYhtcw1 .container {
    padding: 0 15px;
  }
}
.cid-udZdYhtcw1 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udZdYhtcw1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udZdYhtcw1 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udZdYhtcw1 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udZdYhtcw1 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-udZdYhtcw1 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-udZdYhtcw1 .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-udZdYhtcw1 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-udZdYhtcw1 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-udZdYhtcw1 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-udZdYhtcw1 .items-wrapper .item a {
  display: block;
}
.cid-udZdYhtcw1 .items-wrapper .item a:hover .item-wrapper::before,
.cid-udZdYhtcw1 .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-udZdYhtcw1 .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-udZdYhtcw1 .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-udZdYhtcw1 .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udZdYhtcw1 .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-udZdYhtcw1 .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-udZdYhtcw1 .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-udZdYhtcw1 .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-udZdYhtcw1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udZdYhtcw1 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-udZdYhOABB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZdYhOABB .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZdYhOABB .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-udZdYhOABB .container {
    padding: 0 15px;
  }
}
.cid-udZdYhOABB .row {
  justify-content: center;
}
.cid-udZdYhOABB .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-udZdYhOABB .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-udZdYhOABB .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-udZdYhOABB .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udZdYhOABB .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-udZdYhOABB .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-udZdYhOABB .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-udZdYhOABB .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-udZdYhOABB .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-udZdYhOABB .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-udZdYhOABB .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-udZdYhOABB .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-udZdYhOABB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-udZdYhOABB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-udZdYhOABB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-udZdYhOABB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-udZdYhOABB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #284177;
}
.cid-udZdYhOABB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-udZdYhOABB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-udZdYhOABB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-udZdYhOABB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-udZdYhOABB .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-udZdYhOABB .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-udZdYhOABB .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-udZdYhOABB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-udZdYihwWf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZdYihwWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZdYihwWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZdYihwWf .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZdYihwWf .container {
    padding: 0 15px;
  }
}
.cid-udZdYihwWf .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udZdYihwWf .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udZdYihwWf .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udZdYihwWf .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udZdYihwWf .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udZdYihwWf .item {
  margin-bottom: 32px;
}
.cid-udZdYihwWf .item:hover .item-wrapper::before,
.cid-udZdYihwWf .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-udZdYihwWf .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-udZdYihwWf .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-udZdYihwWf .item .item-wrapper::before {
    display: none;
  }
}
.cid-udZdYihwWf .item .item-wrapper .card-box {
  position: relative;
}
.cid-udZdYihwWf .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-udZdYihwWf .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-udZdYihwWf .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-udZdYihwWf .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-udZdYihwWf .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-udZdYihwWf .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-udZdYihwWf .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-udZdYihwWf .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-udZdYihwWf .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-udZdYihwWf .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-udZdYihwWf .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-udZdYihwWf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udZdYihwWf .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-udZdYihwWf .mbr-date {
  color: #ffffff;
}
.cid-udZdYihwWf .mbr-tag {
  color: #ffffff;
}
.cid-udZdYihwWf .mbr-card-title {
  color: #f2ac2b;
}
.cid-udZdYihwWf .mbr-card-text {
  color: #d2d2df;
}
.cid-udZdYiLsGW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZdYiLsGW .mbr-overlay {
  background: #232b45;
  opacity: 0.5;
}
.cid-udZdYiLsGW .title-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-udZdYiLsGW .title-wrapper {
    margin: 0 0 20px 0;
  }
}
.cid-udZdYiLsGW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-udZdYiLsGW .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udZdYiLsGW .title-wrapper .buttons-wrapper {
  position: relative;
  display: flex;
  height: 48px;
  min-width: 120px;
}
.cid-udZdYiLsGW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 525px;
  max-width: 525px;
}
@media (max-width: 767px) {
  .cid-udZdYiLsGW .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-udZdYiLsGW .embla__slide .slide-content {
  width: 100%;
}
.cid-udZdYiLsGW .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 15px;
}
.cid-udZdYiLsGW .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udZdYiLsGW .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 5px;
}
.cid-udZdYiLsGW .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-udZdYiLsGW .embla__slide .slide-content .item-wrapper .card-box .mbr-text {
  margin-bottom: 20px;
}
.cid-udZdYiLsGW .embla__slide .slide-content .item-wrapper .card-box .mbr-name {
  margin-bottom: 5px;
}
.cid-udZdYiLsGW .embla__slide .slide-content .item-wrapper .card-box .mbr-role {
  margin-bottom: 0;
}
.cid-udZdYiLsGW .embla__button--next,
.cid-udZdYiLsGW .embla__button--prev {
  display: flex;
}
.cid-udZdYiLsGW .embla__button {
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #f2ac2b !important;
  border: 1px solid #f2ac2b !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-udZdYiLsGW .embla__button::before {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #373d52;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
}
.cid-udZdYiLsGW .embla__button span {
  z-index: 1;
}
.cid-udZdYiLsGW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-udZdYiLsGW .embla__button:hover::before {
  opacity: 0;
}
.cid-udZdYiLsGW .embla__button.embla__button--prev {
  left: 0;
}
.cid-udZdYiLsGW .embla__button.embla__button--next {
  right: 55%;
}
@media (max-width: 992px) {
  .cid-udZdYiLsGW .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-udZdYiLsGW .embla {
  position: relative;
  width: 100%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-udZdYiLsGW .embla {
    display: block;
  }
}
.cid-udZdYiLsGW .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-udZdYiLsGW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-udZdYiLsGW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-udZdYiLsGW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-udZdYiLsGW .mbr-section-title {
  color: #ffffff;
}
.cid-udZdYiLsGW .mbr-text {
  color: #d2d2df;
}
.cid-udZdYiLsGW .mbr-name {
  color: #f2ac2b;
}
.cid-udZdYiLsGW .mbr-role {
  color: #d2d2df;
}
.cid-udZdYiLsGW .mbr-rating {
  color: #f2ac2b;
}
.cid-udZdYjpjVD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZdYjpjVD .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZdYjpjVD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZdYjpjVD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZdYjpjVD .container {
    padding: 0 15px;
  }
}
.cid-udZdYjpjVD .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-udZdYjpjVD .title-wrapper {
    text-align: center;
  }
}
.cid-udZdYjpjVD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udZdYjpjVD .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-udZdYjpjVD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udZdYjpjVD .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-udZdYjpjVD .list {
    justify-content: center;
  }
}
.cid-udZdYjpjVD .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-udZdYjpjVD .list .item-wrap:hover,
.cid-udZdYjpjVD .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-udZdYjpjVD .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-udZdYjpjVD .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-udZdYjpjVD .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-udZdYjpjVD .copy-wrapper {
    height: auto;
  }
}
.cid-udZdYjpjVD .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udZdYjpjVD .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-udZdYjpjVD .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-udZdYjpjVD .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-udZdYjpjVD .social-wrapper {
    text-align: center;
  }
}
.cid-udZdYjpjVD .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udZdYjpjVD .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-udZdYjpjVD .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-udZdYjpjVD .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-udZdYjpjVD .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-udZdYjpjVD .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-udZdYjpjVD .mbr-section-title {
  color: #f2ac2b;
}
.cid-udZdYjpjVD .mbr-copy {
  color: #d2d2df;
}
.cid-ue7RGSj2Rb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-ue7RGSj2Rb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue7RGSj2Rb .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-ue7RGSj2Rb .container {
    padding: 0 15px;
  }
}
.cid-ue7RGSj2Rb .row {
  justify-content: center;
}
.cid-ue7RGSj2Rb .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue7RGSj2Rb .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ue7RGSj2Rb .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-ue7RGSj2Rb .subtitle-wrapper {
    padding: 0;
  }
}
.cid-ue7RGSj2Rb .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ue7RGSj2Rb .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ue7RGSj2Rb .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-ue7RGSj2Rb .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-ue7RGSj2Rb .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-ue7RGSj2Rb .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ue7RGSj2Rb .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-ue7RGSj2Rb .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-ue7RGSj2Rb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue7RGSj2Rb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ue7RGSj2Rb .list {
  color: #ffffff;
}
.cid-udZe2e8ypT {
  background-color: transparent;
}
.cid-udZe2e8ypT .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-udZe2e8ypT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-udZe2e8ypT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udZe2e8ypT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udZe2e8ypT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udZe2e8ypT .menu_box .navbar.opened,
  .cid-udZe2e8ypT .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-udZe2e8ypT .navbar-dropdown {
  position: relative !important;
}
.cid-udZe2e8ypT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-udZe2e8ypT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udZe2e8ypT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udZe2e8ypT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udZe2e8ypT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udZe2e8ypT .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-udZe2e8ypT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udZe2e8ypT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udZe2e8ypT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udZe2e8ypT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udZe2e8ypT .offcanvas-body .mbr-text,
  .cid-udZe2e8ypT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udZe2e8ypT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udZe2e8ypT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udZe2e8ypT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-udZe2e8ypT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udZe2e8ypT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udZe2e8ypT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udZe2e8ypT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udZe2e8ypT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udZe2e8ypT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udZe2e8ypT .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-udZe2e8ypT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udZe2e8ypT 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-udZe2e8ypT .lg_brand {
    margin: 0 1rem;
  }
  .cid-udZe2e8ypT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-udZe2e8ypT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-udZe2e8ypT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-udZe2e8ypT .nav-item {
    margin: 0 !important;
  }
}
.cid-udZe2e8ypT .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-udZe2e8ypT .nav-item .nav-link:hover,
.cid-udZe2e8ypT .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-udZe2e8ypT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udZe2e8ypT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udZe2e8ypT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udZe2e8ypT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udZe2e8ypT .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-udZe2e8ypT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udZe2e8ypT .offcanvas_box {
    display: none;
  }
}
.cid-udZe2e8ypT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udZe2e8ypT .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udZe2e8ypT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udZe2e8ypT .container {
  display: flex;
  margin: auto;
}
.cid-udZe2e8ypT .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-udZe2e8ypT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udZe2e8ypT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udZe2e8ypT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udZe2e8ypT .navbar-nav {
    margin: 0;
  }
}
.cid-udZe2e8ypT .dropdown-menu,
.cid-udZe2e8ypT .navbar.opened {
  background-color: false !important;
}
.cid-udZe2e8ypT .nav-item:focus,
.cid-udZe2e8ypT .nav-link:focus {
  outline: none;
}
.cid-udZe2e8ypT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udZe2e8ypT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udZe2e8ypT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udZe2e8ypT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udZe2e8ypT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udZe2e8ypT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udZe2e8ypT .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udZe2e8ypT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udZe2e8ypT .navbar.opened {
  transition: all 0.3s;
}
.cid-udZe2e8ypT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udZe2e8ypT .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-udZe2e8ypT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-udZe2e8ypT .navbar.collapsed {
  justify-content: center;
}
.cid-udZe2e8ypT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udZe2e8ypT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udZe2e8ypT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udZe2e8ypT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udZe2e8ypT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udZe2e8ypT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udZe2e8ypT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udZe2e8ypT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udZe2e8ypT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udZe2e8ypT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udZe2e8ypT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udZe2e8ypT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udZe2e8ypT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udZe2e8ypT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udZe2e8ypT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udZe2e8ypT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udZe2e8ypT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udZe2e8ypT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udZe2e8ypT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udZe2e8ypT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udZe2e8ypT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udZe2e8ypT .navbar.navbar-short {
  min-height: 60px;
}
.cid-udZe2e8ypT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udZe2e8ypT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udZe2e8ypT .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-udZe2e8ypT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-udZe2e8ypT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udZe2e8ypT .dropdown-item.active,
.cid-udZe2e8ypT .dropdown-item:active {
  background-color: transparent;
}
.cid-udZe2e8ypT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-udZe2e8ypT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udZe2e8ypT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udZe2e8ypT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udZe2e8ypT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udZe2e8ypT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udZe2e8ypT 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-udZe2e8ypT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-udZe2e8ypT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udZe2e8ypT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZe2e8ypT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZe2e8ypT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udZe2e8ypT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZe2e8ypT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udZe2e8ypT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udZe2e8ypT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZe2e8ypT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udZe2e8ypT .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-udZe2e8ypT .navbar {
    height: 70px;
  }
  .cid-udZe2e8ypT .navbar.opened {
    height: auto;
  }
  .cid-udZe2e8ypT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udZe2e8ypT .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-udZe2e8ypT .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-udZe2e8ypT .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udZe2e8ypT .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-udZe2e8ypT .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-udZe2e8ypT .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-udZe2e8ypT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udZe2e8ypT .text_widget {
  margin-bottom: 32px;
}
.cid-udZe2e8ypT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udZe2e8ypT .text_widget a:hover,
.cid-udZe2e8ypT .text_widget a:focus {
  opacity: .6;
}
.cid-udZe2e8ypT .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-udZe2e8ypT .navbar-caption {
  color: #f2ac2b;
}
.cid-udZe2e8ypT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-udZe2e8ypT .mbr-section-subtitle,
.cid-udZe2e8ypT .text_widget,
.cid-udZe2e8ypT .mbr-section-btn {
  text-align: center;
}
.cid-udZe2e8ypT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udZe2f0KHY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZe2f0KHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZe2f0KHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZe2f0KHY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZe2f0KHY .container {
    padding: 0 15px;
  }
}
.cid-udZe2f0KHY .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-udZe2f0KHY .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-udZe2f0KHY .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-udZe2f0KHY .image-wrapper img {
    height: 400px;
  }
}
.cid-udZe2f0KHY .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udZe2f0KHY .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udZe2f0KHY .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-udZe2f0KHY .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-udZe2f0KHY .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-udZe2f0KHY .mbr-section-title {
  color: #ffffff;
}
.cid-udZe2f0KHY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udZe2f0KHY .mbr-text {
  color: #d2d2df;
}
.cid-udZe2fjRUP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZe2fjRUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZe2fjRUP .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-udZe2fjRUP .container {
    padding: 0 15px;
  }
}
.cid-udZe2fjRUP .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-udZe2fjRUP .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-udZe2fjRUP .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-udZe2fjRUP .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-udZe2fjRUP .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udZe2fjRUP .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udZe2fjRUP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udZe2fjRUP .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-udZe2fjRUP .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-udZe2fjRUP .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-udZe2fjRUP .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-udZe2fjRUP .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-udZe2fjRUP .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-udZe2fjRUP .mbr-section-title {
  color: #ffffff;
}
.cid-udZe2fjRUP .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-udZe2fjRUP .mbr-text {
  color: #d2d2df;
}
.cid-ue7S4zRAIp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-ue7S4zRAIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue7S4zRAIp .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-ue7S4zRAIp .container {
    padding: 0 15px;
  }
}
.cid-ue7S4zRAIp .row {
  justify-content: center;
}
.cid-ue7S4zRAIp .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue7S4zRAIp .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ue7S4zRAIp .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-ue7S4zRAIp .subtitle-wrapper {
    padding: 0;
  }
}
.cid-ue7S4zRAIp .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ue7S4zRAIp .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ue7S4zRAIp .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-ue7S4zRAIp .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-ue7S4zRAIp .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-ue7S4zRAIp .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ue7S4zRAIp .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-ue7S4zRAIp .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-ue7S4zRAIp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue7S4zRAIp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ue7S4zRAIp .list {
  color: #ffffff;
}
.cid-ue7S5u9b4U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-ue7S5u9b4U .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue7S5u9b4U .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-ue7S5u9b4U .container {
    padding: 0 15px;
  }
}
.cid-ue7S5u9b4U .row {
  justify-content: center;
}
.cid-ue7S5u9b4U .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue7S5u9b4U .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ue7S5u9b4U .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-ue7S5u9b4U .subtitle-wrapper {
    padding: 0;
  }
}
.cid-ue7S5u9b4U .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ue7S5u9b4U .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ue7S5u9b4U .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-ue7S5u9b4U .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-ue7S5u9b4U .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-ue7S5u9b4U .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ue7S5u9b4U .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-ue7S5u9b4U .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-ue7S5u9b4U .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue7S5u9b4U .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ue7S5u9b4U .list {
  color: #ffffff;
}
.cid-udZe2fQzqL {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-udZe2fQzqL {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-udZe2fQzqL .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-udZe2fQzqL .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-udZe2fQzqL img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-udZe2fQzqL .container-fluid {
    padding: 0 1rem;
  }
  .cid-udZe2fQzqL .right-wrapper {
    text-align: left;
  }
  .cid-udZe2fQzqL .blue-block {
    width: 100%;
  }
  .cid-udZe2fQzqL .mbr-section-title {
    text-align: center;
  }
  .cid-udZe2fQzqL .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-udZe2fQzqL .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-udZe2fQzqL .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-udZe2fQzqL img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-udZe2fQzqL .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-udZe2fQzqL .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-udZe2fQzqL .container-fluid {
  max-width: 1200px;
}
.cid-udZe2fQzqL .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-udZe2fQzqL .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-udZe2fQzqL .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-udZe2fQzqL .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-udZe2fQzqL .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(141, 94, 241, 0.5), rgba(141, 94, 241, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-udZe2fQzqL .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(242, 172, 43, 0.5), rgba(242, 172, 43, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-udZe2fQzqL .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-udZe2fQzqL .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-udZe2fQzqL .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-udZe2fQzqL .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-udZe2fQzqL .blue-block {
  background-color: #ec8c39;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-udZe2fQzqL .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-udZe2fQzqL .blue-title {
  margin: 0;
}
.cid-udZe2fQzqL .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-udZe2fQzqL .mbr-section-title DIV {
  text-align: left;
}
.cid-udZe2gbNfz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-udZe2gbNfz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udZe2gbNfz .row {
  flex-direction: row-reverse;
}
.cid-udZe2gbNfz img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-udZe2gbNfz .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZe2gbNfz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZe2gv36u {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-udZe2gv36u .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZe2gv36u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZe2gv36u .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZe2gv36u .container {
    padding: 0 15px;
  }
}
.cid-udZe2gv36u .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udZe2gv36u .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udZe2gv36u .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udZe2gv36u .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udZe2gv36u .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-udZe2gv36u .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-udZe2gv36u .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-udZe2gv36u .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-udZe2gv36u .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-udZe2gv36u .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-udZe2gv36u .items-wrapper .item a {
  display: block;
}
.cid-udZe2gv36u .items-wrapper .item a:hover .item-wrapper::before,
.cid-udZe2gv36u .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-udZe2gv36u .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-udZe2gv36u .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-udZe2gv36u .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udZe2gv36u .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-udZe2gv36u .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-udZe2gv36u .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-udZe2gv36u .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-udZe2gv36u .mbr-section-title {
  color: #284177;
  text-align: center;
}
.cid-udZe2gv36u .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-udZe2gNMbN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZe2gNMbN .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZe2gNMbN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZe2gNMbN .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZe2gNMbN .container {
    padding: 0 15px;
  }
}
.cid-udZe2gNMbN .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udZe2gNMbN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udZe2gNMbN .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udZe2gNMbN .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udZe2gNMbN .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-udZe2gNMbN .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-udZe2gNMbN .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-udZe2gNMbN .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-udZe2gNMbN .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-udZe2gNMbN .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-udZe2gNMbN .items-wrapper .item a {
  display: block;
}
.cid-udZe2gNMbN .items-wrapper .item a:hover .item-wrapper::before,
.cid-udZe2gNMbN .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-udZe2gNMbN .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-udZe2gNMbN .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-udZe2gNMbN .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udZe2gNMbN .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-udZe2gNMbN .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-udZe2gNMbN .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-udZe2gNMbN .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-udZe2gNMbN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udZe2gNMbN .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-udZe2h5swx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZe2h5swx .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZe2h5swx .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-udZe2h5swx .container {
    padding: 0 15px;
  }
}
.cid-udZe2h5swx .row {
  justify-content: center;
}
.cid-udZe2h5swx .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-udZe2h5swx .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-udZe2h5swx .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-udZe2h5swx .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udZe2h5swx .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-udZe2h5swx .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-udZe2h5swx .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-udZe2h5swx .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-udZe2h5swx .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-udZe2h5swx .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-udZe2h5swx .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-udZe2h5swx .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-udZe2h5swx .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-udZe2h5swx .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-udZe2h5swx .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-udZe2h5swx .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-udZe2h5swx .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #284177;
}
.cid-udZe2h5swx .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-udZe2h5swx .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-udZe2h5swx .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-udZe2h5swx .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-udZe2h5swx .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-udZe2h5swx .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-udZe2h5swx .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-udZe2h5swx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-udZe2hpJih {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZe2hpJih .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZe2hpJih .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZe2hpJih .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZe2hpJih .container {
    padding: 0 15px;
  }
}
.cid-udZe2hpJih .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udZe2hpJih .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udZe2hpJih .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udZe2hpJih .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udZe2hpJih .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udZe2hpJih .item {
  margin-bottom: 32px;
}
.cid-udZe2hpJih .item:hover .item-wrapper::before,
.cid-udZe2hpJih .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-udZe2hpJih .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-udZe2hpJih .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-udZe2hpJih .item .item-wrapper::before {
    display: none;
  }
}
.cid-udZe2hpJih .item .item-wrapper .card-box {
  position: relative;
}
.cid-udZe2hpJih .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-udZe2hpJih .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-udZe2hpJih .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-udZe2hpJih .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-udZe2hpJih .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-udZe2hpJih .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-udZe2hpJih .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-udZe2hpJih .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-udZe2hpJih .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-udZe2hpJih .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-udZe2hpJih .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-udZe2hpJih .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udZe2hpJih .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-udZe2hpJih .mbr-date {
  color: #ffffff;
}
.cid-udZe2hpJih .mbr-tag {
  color: #ffffff;
}
.cid-udZe2hpJih .mbr-card-title {
  color: #f2ac2b;
}
.cid-udZe2hpJih .mbr-card-text {
  color: #d2d2df;
}
.cid-udZe2hQiHK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZe2hQiHK .mbr-overlay {
  background: #232b45;
  opacity: 0.5;
}
.cid-udZe2hQiHK .title-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-udZe2hQiHK .title-wrapper {
    margin: 0 0 20px 0;
  }
}
.cid-udZe2hQiHK .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-udZe2hQiHK .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udZe2hQiHK .title-wrapper .buttons-wrapper {
  position: relative;
  display: flex;
  height: 48px;
  min-width: 120px;
}
.cid-udZe2hQiHK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 525px;
  max-width: 525px;
}
@media (max-width: 767px) {
  .cid-udZe2hQiHK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-udZe2hQiHK .embla__slide .slide-content {
  width: 100%;
}
.cid-udZe2hQiHK .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 15px;
}
.cid-udZe2hQiHK .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udZe2hQiHK .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 5px;
}
.cid-udZe2hQiHK .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-udZe2hQiHK .embla__slide .slide-content .item-wrapper .card-box .mbr-text {
  margin-bottom: 20px;
}
.cid-udZe2hQiHK .embla__slide .slide-content .item-wrapper .card-box .mbr-name {
  margin-bottom: 5px;
}
.cid-udZe2hQiHK .embla__slide .slide-content .item-wrapper .card-box .mbr-role {
  margin-bottom: 0;
}
.cid-udZe2hQiHK .embla__button--next,
.cid-udZe2hQiHK .embla__button--prev {
  display: flex;
}
.cid-udZe2hQiHK .embla__button {
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #f2ac2b !important;
  border: 1px solid #f2ac2b !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-udZe2hQiHK .embla__button::before {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #373d52;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
}
.cid-udZe2hQiHK .embla__button span {
  z-index: 1;
}
.cid-udZe2hQiHK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-udZe2hQiHK .embla__button:hover::before {
  opacity: 0;
}
.cid-udZe2hQiHK .embla__button.embla__button--prev {
  left: 0;
}
.cid-udZe2hQiHK .embla__button.embla__button--next {
  right: 55%;
}
@media (max-width: 992px) {
  .cid-udZe2hQiHK .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-udZe2hQiHK .embla {
  position: relative;
  width: 100%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-udZe2hQiHK .embla {
    display: block;
  }
}
.cid-udZe2hQiHK .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-udZe2hQiHK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-udZe2hQiHK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-udZe2hQiHK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-udZe2hQiHK .mbr-section-title {
  color: #ffffff;
}
.cid-udZe2hQiHK .mbr-text {
  color: #d2d2df;
}
.cid-udZe2hQiHK .mbr-name {
  color: #f2ac2b;
}
.cid-udZe2hQiHK .mbr-role {
  color: #d2d2df;
}
.cid-udZe2hQiHK .mbr-rating {
  color: #f2ac2b;
}
.cid-udZe2ix9jz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZe2ix9jz .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZe2ix9jz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZe2ix9jz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZe2ix9jz .container {
    padding: 0 15px;
  }
}
.cid-udZe2ix9jz .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-udZe2ix9jz .title-wrapper {
    text-align: center;
  }
}
.cid-udZe2ix9jz .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udZe2ix9jz .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-udZe2ix9jz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udZe2ix9jz .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-udZe2ix9jz .list {
    justify-content: center;
  }
}
.cid-udZe2ix9jz .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-udZe2ix9jz .list .item-wrap:hover,
.cid-udZe2ix9jz .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-udZe2ix9jz .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-udZe2ix9jz .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-udZe2ix9jz .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-udZe2ix9jz .copy-wrapper {
    height: auto;
  }
}
.cid-udZe2ix9jz .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udZe2ix9jz .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-udZe2ix9jz .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-udZe2ix9jz .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-udZe2ix9jz .social-wrapper {
    text-align: center;
  }
}
.cid-udZe2ix9jz .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udZe2ix9jz .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-udZe2ix9jz .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-udZe2ix9jz .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-udZe2ix9jz .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-udZe2ix9jz .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-udZe2ix9jz .mbr-section-title {
  color: #f2ac2b;
}
.cid-udZe2ix9jz .mbr-copy {
  color: #d2d2df;
}
.cid-utb3znoVtD {
  background-color: transparent;
}
.cid-utb3znoVtD .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-utb3znoVtD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-utb3znoVtD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utb3znoVtD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utb3znoVtD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utb3znoVtD .menu_box .navbar.opened,
  .cid-utb3znoVtD .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-utb3znoVtD .navbar-dropdown {
  position: relative !important;
}
.cid-utb3znoVtD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utb3znoVtD .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utb3znoVtD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utb3znoVtD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utb3znoVtD .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utb3znoVtD .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-utb3znoVtD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utb3znoVtD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utb3znoVtD .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utb3znoVtD .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utb3znoVtD .offcanvas-body .mbr-text,
  .cid-utb3znoVtD .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utb3znoVtD .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utb3znoVtD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utb3znoVtD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-utb3znoVtD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utb3znoVtD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utb3znoVtD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utb3znoVtD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utb3znoVtD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utb3znoVtD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utb3znoVtD .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-utb3znoVtD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utb3znoVtD 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-utb3znoVtD .lg_brand {
    margin: 0 1rem;
  }
  .cid-utb3znoVtD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utb3znoVtD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utb3znoVtD .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utb3znoVtD .nav-item {
    margin: 0 !important;
  }
}
.cid-utb3znoVtD .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-utb3znoVtD .nav-item .nav-link:hover,
.cid-utb3znoVtD .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-utb3znoVtD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utb3znoVtD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utb3znoVtD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utb3znoVtD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utb3znoVtD .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-utb3znoVtD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utb3znoVtD .offcanvas_box {
    display: none;
  }
}
.cid-utb3znoVtD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utb3znoVtD .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utb3znoVtD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utb3znoVtD .container {
  display: flex;
  margin: auto;
}
.cid-utb3znoVtD .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-utb3znoVtD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utb3znoVtD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utb3znoVtD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utb3znoVtD .navbar-nav {
    margin: 0;
  }
}
.cid-utb3znoVtD .dropdown-menu,
.cid-utb3znoVtD .navbar.opened {
  background-color: false !important;
}
.cid-utb3znoVtD .nav-item:focus,
.cid-utb3znoVtD .nav-link:focus {
  outline: none;
}
.cid-utb3znoVtD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utb3znoVtD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utb3znoVtD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utb3znoVtD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utb3znoVtD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utb3znoVtD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utb3znoVtD .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utb3znoVtD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utb3znoVtD .navbar.opened {
  transition: all 0.3s;
}
.cid-utb3znoVtD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utb3znoVtD .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-utb3znoVtD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utb3znoVtD .navbar.collapsed {
  justify-content: center;
}
.cid-utb3znoVtD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utb3znoVtD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utb3znoVtD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utb3znoVtD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utb3znoVtD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utb3znoVtD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utb3znoVtD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utb3znoVtD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utb3znoVtD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-utb3znoVtD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utb3znoVtD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utb3znoVtD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utb3znoVtD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utb3znoVtD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utb3znoVtD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utb3znoVtD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utb3znoVtD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utb3znoVtD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utb3znoVtD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utb3znoVtD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utb3znoVtD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utb3znoVtD .navbar.navbar-short {
  min-height: 60px;
}
.cid-utb3znoVtD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utb3znoVtD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utb3znoVtD .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-utb3znoVtD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-utb3znoVtD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utb3znoVtD .dropdown-item.active,
.cid-utb3znoVtD .dropdown-item:active {
  background-color: transparent;
}
.cid-utb3znoVtD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utb3znoVtD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utb3znoVtD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utb3znoVtD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utb3znoVtD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utb3znoVtD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utb3znoVtD 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-utb3znoVtD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-utb3znoVtD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utb3znoVtD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utb3znoVtD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utb3znoVtD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utb3znoVtD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utb3znoVtD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utb3znoVtD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utb3znoVtD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utb3znoVtD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utb3znoVtD .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-utb3znoVtD .navbar {
    height: 70px;
  }
  .cid-utb3znoVtD .navbar.opened {
    height: auto;
  }
  .cid-utb3znoVtD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utb3znoVtD .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utb3znoVtD .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-utb3znoVtD .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utb3znoVtD .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utb3znoVtD .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-utb3znoVtD .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-utb3znoVtD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utb3znoVtD .text_widget {
  margin-bottom: 32px;
}
.cid-utb3znoVtD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utb3znoVtD .text_widget a:hover,
.cid-utb3znoVtD .text_widget a:focus {
  opacity: .6;
}
.cid-utb3znoVtD .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-utb3znoVtD .navbar-caption {
  color: #f2ac2b;
}
.cid-utb3znoVtD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utb3znoVtD .mbr-section-subtitle,
.cid-utb3znoVtD .text_widget,
.cid-utb3znoVtD .mbr-section-btn {
  text-align: center;
}
.cid-utb3znoVtD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utb3zolo5B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-utb3zolo5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-utb3zolo5B .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-utb3zolo5B .container {
    padding: 0 15px;
  }
}
.cid-utb3zolo5B .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-utb3zolo5B .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-utb3zolo5B .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-utb3zolo5B .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-utb3zolo5B .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-utb3zolo5B .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-utb3zolo5B .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utb3zolo5B .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-utb3zolo5B .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-utb3zolo5B .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-utb3zolo5B .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-utb3zolo5B .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-utb3zolo5B .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-utb3zolo5B .mbr-section-title {
  color: #ffffff;
}
.cid-utb3zolo5B .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-utb3zolo5B .mbr-text {
  color: #d2d2df;
}
.cid-utb3zoJxFz {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-utb3zoJxFz {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-utb3zoJxFz .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-utb3zoJxFz .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-utb3zoJxFz img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-utb3zoJxFz .container-fluid {
    padding: 0 1rem;
  }
  .cid-utb3zoJxFz .right-wrapper {
    text-align: left;
  }
  .cid-utb3zoJxFz .blue-block {
    width: 100%;
  }
  .cid-utb3zoJxFz .mbr-section-title {
    text-align: center;
  }
  .cid-utb3zoJxFz .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-utb3zoJxFz .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-utb3zoJxFz .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-utb3zoJxFz img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-utb3zoJxFz .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-utb3zoJxFz .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-utb3zoJxFz .container-fluid {
  max-width: 1200px;
}
.cid-utb3zoJxFz .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-utb3zoJxFz .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-utb3zoJxFz .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-utb3zoJxFz .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-utb3zoJxFz .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(141, 94, 241, 0.5), rgba(141, 94, 241, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-utb3zoJxFz .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(242, 172, 43, 0.5), rgba(242, 172, 43, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-utb3zoJxFz .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-utb3zoJxFz .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-utb3zoJxFz .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-utb3zoJxFz .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-utb3zoJxFz .blue-block {
  background-color: #ec8c39;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-utb3zoJxFz .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-utb3zoJxFz .blue-title {
  margin: 0;
}
.cid-utb3zoJxFz .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-utb3zoJxFz .mbr-section-title DIV {
  text-align: left;
}
.cid-utb3zp9xhh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-utb3zp9xhh .mbr-fallback-image.disabled {
  display: none;
}
.cid-utb3zp9xhh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utb3zp9xhh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utb3zp9xhh .container {
    padding: 0 15px;
  }
}
.cid-utb3zp9xhh .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-utb3zp9xhh .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-utb3zp9xhh .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-utb3zp9xhh .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-utb3zp9xhh .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-utb3zp9xhh .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-utb3zp9xhh .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-utb3zp9xhh .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-utb3zp9xhh .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-utb3zp9xhh .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-utb3zp9xhh .items-wrapper .item a {
  display: block;
}
.cid-utb3zp9xhh .items-wrapper .item a:hover .item-wrapper::before,
.cid-utb3zp9xhh .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-utb3zp9xhh .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-utb3zp9xhh .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-utb3zp9xhh .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utb3zp9xhh .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-utb3zp9xhh .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-utb3zp9xhh .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-utb3zp9xhh .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-utb3zp9xhh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-utb3zp9xhh .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-utb3zpwqyb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-utb3zpwqyb .mbr-fallback-image.disabled {
  display: none;
}
.cid-utb3zpwqyb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utb3zpwqyb .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utb3zpwqyb .container {
    padding: 0 15px;
  }
}
.cid-utb3zpwqyb .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-utb3zpwqyb .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-utb3zpwqyb .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-utb3zpwqyb .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-utb3zpwqyb .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-utb3zpwqyb .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-utb3zpwqyb .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-utb3zpwqyb .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-utb3zpwqyb .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-utb3zpwqyb .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-utb3zpwqyb .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-utb3zpwqyb .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-utb3zpwqyb .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-utb3zpwqyb .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-utb3zpwqyb .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-utb3zpwqyb .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-utb3zpwqyb .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utb3zpwqyb .image-wrapper {
    margin: 0;
  }
}
.cid-utb3zpwqyb .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
  z-index: 1;
}
.cid-utb3zpwqyb .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-utb3zpwqyb .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-utb3zpwqyb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-utb3zpwqyb .panel-title {
  color: #d2d2df;
}
.cid-utb3zpwqyb .panel-text {
  color: #d2d2df;
}
.cid-utb3zpwqyb .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-utb3zpZc2n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-utb3zpZc2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-utb3zpZc2n .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-utb3zpZc2n .container {
    padding: 0 15px;
  }
}
.cid-utb3zpZc2n .row {
  justify-content: center;
}
.cid-utb3zpZc2n .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-utb3zpZc2n .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-utb3zpZc2n .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-utb3zpZc2n .subtitle-wrapper {
    padding: 0;
  }
}
.cid-utb3zpZc2n .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utb3zpZc2n .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-utb3zpZc2n .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-utb3zpZc2n .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-utb3zpZc2n .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-utb3zpZc2n .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-utb3zpZc2n .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-utb3zpZc2n .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-utb3zpZc2n .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-utb3zpZc2n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-utb3zpZc2n .list {
  color: #ffffff;
}
.cid-utb3zqm1Y0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-utb3zqm1Y0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utb3zqm1Y0 .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-utb3zqm1Y0 .container {
    padding: 0 15px;
  }
}
.cid-utb3zqm1Y0 .row {
  justify-content: center;
}
.cid-utb3zqm1Y0 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-utb3zqm1Y0 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-utb3zqm1Y0 .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-utb3zqm1Y0 .subtitle-wrapper {
    padding: 0;
  }
}
.cid-utb3zqm1Y0 .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utb3zqm1Y0 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-utb3zqm1Y0 .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-utb3zqm1Y0 .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-utb3zqm1Y0 .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-utb3zqm1Y0 .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-utb3zqm1Y0 .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-utb3zqm1Y0 .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-utb3zqm1Y0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-utb3zqm1Y0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-utb3zqm1Y0 .list {
  color: #ffffff;
}
.cid-utb3zqGiIp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-utb3zqGiIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-utb3zqGiIp .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-utb3zqGiIp .container {
    padding: 0 15px;
  }
}
.cid-utb3zqGiIp .row {
  justify-content: center;
}
.cid-utb3zqGiIp .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-utb3zqGiIp .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-utb3zqGiIp .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-utb3zqGiIp .subtitle-wrapper {
    padding: 0;
  }
}
.cid-utb3zqGiIp .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utb3zqGiIp .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-utb3zqGiIp .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-utb3zqGiIp .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-utb3zqGiIp .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-utb3zqGiIp .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-utb3zqGiIp .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-utb3zqGiIp .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-utb3zqGiIp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-utb3zqGiIp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-utb3zqGiIp .list {
  color: #ffffff;
}
.cid-utb3zr51aw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-utb3zr51aw .mbr-fallback-image.disabled {
  display: none;
}
.cid-utb3zr51aw .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-utb3zr51aw .container {
    padding: 0 15px;
  }
}
.cid-utb3zr51aw .row {
  justify-content: center;
}
.cid-utb3zr51aw .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-utb3zr51aw .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-utb3zr51aw .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-utb3zr51aw .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-utb3zr51aw .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-utb3zr51aw .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-utb3zr51aw .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-utb3zr51aw .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-utb3zr51aw .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-utb3zr51aw .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-utb3zr51aw .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-utb3zr51aw .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-utb3zr51aw .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-utb3zr51aw .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-utb3zr51aw .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-utb3zr51aw .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-utb3zr51aw .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #284177;
}
.cid-utb3zr51aw .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-utb3zr51aw .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-utb3zr51aw .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-utb3zr51aw .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-utb3zr51aw .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-utb3zr51aw .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-utb3zr51aw .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-utb3zr51aw .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utb3zrvCdT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-utb3zrvCdT .mbr-fallback-image.disabled {
  display: none;
}
.cid-utb3zrvCdT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utb3zrvCdT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utb3zrvCdT .container {
    padding: 0 15px;
  }
}
.cid-utb3zrvCdT .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-utb3zrvCdT .title-wrapper {
    text-align: center;
  }
}
.cid-utb3zrvCdT .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-utb3zrvCdT .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-utb3zrvCdT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-utb3zrvCdT .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-utb3zrvCdT .list {
    justify-content: center;
  }
}
.cid-utb3zrvCdT .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-utb3zrvCdT .list .item-wrap:hover,
.cid-utb3zrvCdT .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-utb3zrvCdT .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-utb3zrvCdT .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-utb3zrvCdT .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-utb3zrvCdT .copy-wrapper {
    height: auto;
  }
}
.cid-utb3zrvCdT .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utb3zrvCdT .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-utb3zrvCdT .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-utb3zrvCdT .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-utb3zrvCdT .social-wrapper {
    text-align: center;
  }
}
.cid-utb3zrvCdT .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-utb3zrvCdT .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-utb3zrvCdT .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-utb3zrvCdT .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-utb3zrvCdT .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-utb3zrvCdT .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-utb3zrvCdT .mbr-section-title {
  color: #f2ac2b;
}
.cid-utb3zrvCdT .mbr-copy {
  color: #d2d2df;
}
.cid-utb3UsKTzr {
  background-color: transparent;
}
.cid-utb3UsKTzr .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-utb3UsKTzr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-utb3UsKTzr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utb3UsKTzr .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utb3UsKTzr .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utb3UsKTzr .menu_box .navbar.opened,
  .cid-utb3UsKTzr .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-utb3UsKTzr .navbar-dropdown {
  position: relative !important;
}
.cid-utb3UsKTzr .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utb3UsKTzr .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utb3UsKTzr .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utb3UsKTzr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utb3UsKTzr .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utb3UsKTzr .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-utb3UsKTzr .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utb3UsKTzr .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utb3UsKTzr .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utb3UsKTzr .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utb3UsKTzr .offcanvas-body .mbr-text,
  .cid-utb3UsKTzr .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utb3UsKTzr .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utb3UsKTzr .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utb3UsKTzr .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-utb3UsKTzr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utb3UsKTzr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utb3UsKTzr .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utb3UsKTzr .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utb3UsKTzr ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utb3UsKTzr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utb3UsKTzr .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-utb3UsKTzr .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utb3UsKTzr 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-utb3UsKTzr .lg_brand {
    margin: 0 1rem;
  }
  .cid-utb3UsKTzr .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utb3UsKTzr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utb3UsKTzr .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utb3UsKTzr .nav-item {
    margin: 0 !important;
  }
}
.cid-utb3UsKTzr .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-utb3UsKTzr .nav-item .nav-link:hover,
.cid-utb3UsKTzr .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-utb3UsKTzr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utb3UsKTzr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utb3UsKTzr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utb3UsKTzr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utb3UsKTzr .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-utb3UsKTzr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utb3UsKTzr .offcanvas_box {
    display: none;
  }
}
.cid-utb3UsKTzr .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utb3UsKTzr .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utb3UsKTzr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utb3UsKTzr .container {
  display: flex;
  margin: auto;
}
.cid-utb3UsKTzr .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-utb3UsKTzr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utb3UsKTzr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utb3UsKTzr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utb3UsKTzr .navbar-nav {
    margin: 0;
  }
}
.cid-utb3UsKTzr .dropdown-menu,
.cid-utb3UsKTzr .navbar.opened {
  background-color: false !important;
}
.cid-utb3UsKTzr .nav-item:focus,
.cid-utb3UsKTzr .nav-link:focus {
  outline: none;
}
.cid-utb3UsKTzr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utb3UsKTzr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utb3UsKTzr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utb3UsKTzr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utb3UsKTzr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utb3UsKTzr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utb3UsKTzr .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utb3UsKTzr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utb3UsKTzr .navbar.opened {
  transition: all 0.3s;
}
.cid-utb3UsKTzr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utb3UsKTzr .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-utb3UsKTzr .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utb3UsKTzr .navbar.collapsed {
  justify-content: center;
}
.cid-utb3UsKTzr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utb3UsKTzr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utb3UsKTzr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utb3UsKTzr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utb3UsKTzr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utb3UsKTzr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utb3UsKTzr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utb3UsKTzr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utb3UsKTzr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-utb3UsKTzr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utb3UsKTzr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utb3UsKTzr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utb3UsKTzr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utb3UsKTzr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utb3UsKTzr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utb3UsKTzr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utb3UsKTzr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utb3UsKTzr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utb3UsKTzr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utb3UsKTzr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utb3UsKTzr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utb3UsKTzr .navbar.navbar-short {
  min-height: 60px;
}
.cid-utb3UsKTzr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utb3UsKTzr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utb3UsKTzr .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-utb3UsKTzr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-utb3UsKTzr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utb3UsKTzr .dropdown-item.active,
.cid-utb3UsKTzr .dropdown-item:active {
  background-color: transparent;
}
.cid-utb3UsKTzr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utb3UsKTzr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utb3UsKTzr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utb3UsKTzr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utb3UsKTzr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utb3UsKTzr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utb3UsKTzr 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-utb3UsKTzr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-utb3UsKTzr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utb3UsKTzr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utb3UsKTzr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utb3UsKTzr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utb3UsKTzr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utb3UsKTzr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utb3UsKTzr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utb3UsKTzr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utb3UsKTzr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utb3UsKTzr .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-utb3UsKTzr .navbar {
    height: 70px;
  }
  .cid-utb3UsKTzr .navbar.opened {
    height: auto;
  }
  .cid-utb3UsKTzr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utb3UsKTzr .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utb3UsKTzr .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-utb3UsKTzr .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utb3UsKTzr .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utb3UsKTzr .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-utb3UsKTzr .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-utb3UsKTzr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utb3UsKTzr .text_widget {
  margin-bottom: 32px;
}
.cid-utb3UsKTzr .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utb3UsKTzr .text_widget a:hover,
.cid-utb3UsKTzr .text_widget a:focus {
  opacity: .6;
}
.cid-utb3UsKTzr .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-utb3UsKTzr .navbar-caption {
  color: #f2ac2b;
}
.cid-utb3UsKTzr .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utb3UsKTzr .mbr-section-subtitle,
.cid-utb3UsKTzr .text_widget,
.cid-utb3UsKTzr .mbr-section-btn {
  text-align: center;
}
.cid-utb3UsKTzr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utb3UtPmw8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-utb3UtPmw8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utb3UtPmw8 .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-utb3UtPmw8 .container {
    padding: 0 15px;
  }
}
.cid-utb3UtPmw8 .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-utb3UtPmw8 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-utb3UtPmw8 .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-utb3UtPmw8 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-utb3UtPmw8 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-utb3UtPmw8 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-utb3UtPmw8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utb3UtPmw8 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-utb3UtPmw8 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-utb3UtPmw8 .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-utb3UtPmw8 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-utb3UtPmw8 .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-utb3UtPmw8 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-utb3UtPmw8 .mbr-section-title {
  color: #ffffff;
}
.cid-utb3UtPmw8 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-utb3UtPmw8 .mbr-text {
  color: #d2d2df;
}
.cid-utb3UucbrM {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-utb3UucbrM {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-utb3UucbrM .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-utb3UucbrM .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-utb3UucbrM img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-utb3UucbrM .container-fluid {
    padding: 0 1rem;
  }
  .cid-utb3UucbrM .right-wrapper {
    text-align: left;
  }
  .cid-utb3UucbrM .blue-block {
    width: 100%;
  }
  .cid-utb3UucbrM .mbr-section-title {
    text-align: center;
  }
  .cid-utb3UucbrM .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-utb3UucbrM .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-utb3UucbrM .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-utb3UucbrM img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-utb3UucbrM .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-utb3UucbrM .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-utb3UucbrM .container-fluid {
  max-width: 1200px;
}
.cid-utb3UucbrM .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-utb3UucbrM .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-utb3UucbrM .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-utb3UucbrM .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-utb3UucbrM .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(141, 94, 241, 0.5), rgba(141, 94, 241, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-utb3UucbrM .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(242, 172, 43, 0.5), rgba(242, 172, 43, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-utb3UucbrM .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-utb3UucbrM .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-utb3UucbrM .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-utb3UucbrM .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-utb3UucbrM .blue-block {
  background-color: #ec8c39;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-utb3UucbrM .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-utb3UucbrM .blue-title {
  margin: 0;
}
.cid-utb3UucbrM .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-utb3UucbrM .mbr-section-title DIV {
  text-align: left;
}
.cid-utb3Uuwepv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-utb3Uuwepv .mbr-fallback-image.disabled {
  display: none;
}
.cid-utb3Uuwepv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utb3Uuwepv .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utb3Uuwepv .container {
    padding: 0 15px;
  }
}
.cid-utb3Uuwepv .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-utb3Uuwepv .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-utb3Uuwepv .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-utb3Uuwepv .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-utb3Uuwepv .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-utb3Uuwepv .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-utb3Uuwepv .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-utb3Uuwepv .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-utb3Uuwepv .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-utb3Uuwepv .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-utb3Uuwepv .items-wrapper .item a {
  display: block;
}
.cid-utb3Uuwepv .items-wrapper .item a:hover .item-wrapper::before,
.cid-utb3Uuwepv .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-utb3Uuwepv .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-utb3Uuwepv .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-utb3Uuwepv .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-utb3Uuwepv .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-utb3Uuwepv .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-utb3Uuwepv .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-utb3Uuwepv .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-utb3Uuwepv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-utb3Uuwepv .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-utb3UuM68I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-utb3UuM68I .mbr-fallback-image.disabled {
  display: none;
}
.cid-utb3UuM68I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utb3UuM68I .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utb3UuM68I .container {
    padding: 0 15px;
  }
}
.cid-utb3UuM68I .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-utb3UuM68I .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-utb3UuM68I .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-utb3UuM68I .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-utb3UuM68I .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-utb3UuM68I .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-utb3UuM68I .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-utb3UuM68I .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-utb3UuM68I .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-utb3UuM68I .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-utb3UuM68I .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-utb3UuM68I .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-utb3UuM68I .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-utb3UuM68I .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-utb3UuM68I .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-utb3UuM68I .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-utb3UuM68I .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utb3UuM68I .image-wrapper {
    margin: 0;
  }
}
.cid-utb3UuM68I .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
  z-index: 1;
}
.cid-utb3UuM68I .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-utb3UuM68I .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-utb3UuM68I .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-utb3UuM68I .panel-title {
  color: #d2d2df;
}
.cid-utb3UuM68I .panel-text {
  color: #d2d2df;
}
.cid-utb3UuM68I .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-utb3Uv9zb7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-utb3Uv9zb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utb3Uv9zb7 .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-utb3Uv9zb7 .container {
    padding: 0 15px;
  }
}
.cid-utb3Uv9zb7 .row {
  justify-content: center;
}
.cid-utb3Uv9zb7 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-utb3Uv9zb7 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-utb3Uv9zb7 .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-utb3Uv9zb7 .subtitle-wrapper {
    padding: 0;
  }
}
.cid-utb3Uv9zb7 .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utb3Uv9zb7 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-utb3Uv9zb7 .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-utb3Uv9zb7 .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-utb3Uv9zb7 .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-utb3Uv9zb7 .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-utb3Uv9zb7 .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-utb3Uv9zb7 .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-utb3Uv9zb7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-utb3Uv9zb7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-utb3Uv9zb7 .list {
  color: #ffffff;
}
.cid-utb3UvxoJo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-utb3UvxoJo .mbr-fallback-image.disabled {
  display: none;
}
.cid-utb3UvxoJo .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-utb3UvxoJo .container {
    padding: 0 15px;
  }
}
.cid-utb3UvxoJo .row {
  justify-content: center;
}
.cid-utb3UvxoJo .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-utb3UvxoJo .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-utb3UvxoJo .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-utb3UvxoJo .subtitle-wrapper {
    padding: 0;
  }
}
.cid-utb3UvxoJo .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utb3UvxoJo .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-utb3UvxoJo .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-utb3UvxoJo .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-utb3UvxoJo .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-utb3UvxoJo .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-utb3UvxoJo .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-utb3UvxoJo .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-utb3UvxoJo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-utb3UvxoJo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-utb3UvxoJo .list {
  color: #ffffff;
}
.cid-utb3UvNfWj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-utb3UvNfWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-utb3UvNfWj .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-utb3UvNfWj .container {
    padding: 0 15px;
  }
}
.cid-utb3UvNfWj .row {
  justify-content: center;
}
.cid-utb3UvNfWj .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-utb3UvNfWj .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-utb3UvNfWj .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-utb3UvNfWj .subtitle-wrapper {
    padding: 0;
  }
}
.cid-utb3UvNfWj .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utb3UvNfWj .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-utb3UvNfWj .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-utb3UvNfWj .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-utb3UvNfWj .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-utb3UvNfWj .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-utb3UvNfWj .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-utb3UvNfWj .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-utb3UvNfWj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-utb3UvNfWj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-utb3UvNfWj .list {
  color: #ffffff;
}
.cid-utb3Uw9uwB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-utb3Uw9uwB .mbr-fallback-image.disabled {
  display: none;
}
.cid-utb3Uw9uwB .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-utb3Uw9uwB .container {
    padding: 0 15px;
  }
}
.cid-utb3Uw9uwB .row {
  justify-content: center;
}
.cid-utb3Uw9uwB .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-utb3Uw9uwB .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-utb3Uw9uwB .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-utb3Uw9uwB .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-utb3Uw9uwB .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-utb3Uw9uwB .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-utb3Uw9uwB .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-utb3Uw9uwB .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-utb3Uw9uwB .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-utb3Uw9uwB .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-utb3Uw9uwB .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-utb3Uw9uwB .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-utb3Uw9uwB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-utb3Uw9uwB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-utb3Uw9uwB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-utb3Uw9uwB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-utb3Uw9uwB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #284177;
}
.cid-utb3Uw9uwB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-utb3Uw9uwB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-utb3Uw9uwB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-utb3Uw9uwB .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-utb3Uw9uwB .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-utb3Uw9uwB .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-utb3Uw9uwB .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-utb3Uw9uwB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utb3UwCAj6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-utb3UwCAj6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utb3UwCAj6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utb3UwCAj6 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utb3UwCAj6 .container {
    padding: 0 15px;
  }
}
.cid-utb3UwCAj6 .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-utb3UwCAj6 .title-wrapper {
    text-align: center;
  }
}
.cid-utb3UwCAj6 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-utb3UwCAj6 .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-utb3UwCAj6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-utb3UwCAj6 .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-utb3UwCAj6 .list {
    justify-content: center;
  }
}
.cid-utb3UwCAj6 .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-utb3UwCAj6 .list .item-wrap:hover,
.cid-utb3UwCAj6 .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-utb3UwCAj6 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-utb3UwCAj6 .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-utb3UwCAj6 .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-utb3UwCAj6 .copy-wrapper {
    height: auto;
  }
}
.cid-utb3UwCAj6 .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utb3UwCAj6 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-utb3UwCAj6 .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-utb3UwCAj6 .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-utb3UwCAj6 .social-wrapper {
    text-align: center;
  }
}
.cid-utb3UwCAj6 .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-utb3UwCAj6 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-utb3UwCAj6 .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-utb3UwCAj6 .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-utb3UwCAj6 .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-utb3UwCAj6 .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-utb3UwCAj6 .mbr-section-title {
  color: #f2ac2b;
}
.cid-utb3UwCAj6 .mbr-copy {
  color: #d2d2df;
}
.cid-utb5aFLk5B {
  background-color: transparent;
}
.cid-utb5aFLk5B .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-utb5aFLk5B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-utb5aFLk5B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utb5aFLk5B .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utb5aFLk5B .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utb5aFLk5B .menu_box .navbar.opened,
  .cid-utb5aFLk5B .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-utb5aFLk5B .navbar-dropdown {
  position: relative !important;
}
.cid-utb5aFLk5B .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utb5aFLk5B .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utb5aFLk5B .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utb5aFLk5B .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utb5aFLk5B .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utb5aFLk5B .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-utb5aFLk5B .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utb5aFLk5B .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utb5aFLk5B .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utb5aFLk5B .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utb5aFLk5B .offcanvas-body .mbr-text,
  .cid-utb5aFLk5B .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utb5aFLk5B .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utb5aFLk5B .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utb5aFLk5B .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-utb5aFLk5B .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utb5aFLk5B .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utb5aFLk5B .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utb5aFLk5B .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utb5aFLk5B ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utb5aFLk5B .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utb5aFLk5B .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-utb5aFLk5B .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utb5aFLk5B 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-utb5aFLk5B .lg_brand {
    margin: 0 1rem;
  }
  .cid-utb5aFLk5B .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utb5aFLk5B .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utb5aFLk5B .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utb5aFLk5B .nav-item {
    margin: 0 !important;
  }
}
.cid-utb5aFLk5B .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-utb5aFLk5B .nav-item .nav-link:hover,
.cid-utb5aFLk5B .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-utb5aFLk5B .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utb5aFLk5B .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utb5aFLk5B .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utb5aFLk5B .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utb5aFLk5B .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-utb5aFLk5B .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utb5aFLk5B .offcanvas_box {
    display: none;
  }
}
.cid-utb5aFLk5B .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utb5aFLk5B .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utb5aFLk5B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utb5aFLk5B .container {
  display: flex;
  margin: auto;
}
.cid-utb5aFLk5B .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-utb5aFLk5B .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utb5aFLk5B .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utb5aFLk5B .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utb5aFLk5B .navbar-nav {
    margin: 0;
  }
}
.cid-utb5aFLk5B .dropdown-menu,
.cid-utb5aFLk5B .navbar.opened {
  background-color: false !important;
}
.cid-utb5aFLk5B .nav-item:focus,
.cid-utb5aFLk5B .nav-link:focus {
  outline: none;
}
.cid-utb5aFLk5B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utb5aFLk5B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utb5aFLk5B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utb5aFLk5B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utb5aFLk5B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utb5aFLk5B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utb5aFLk5B .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utb5aFLk5B .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utb5aFLk5B .navbar.opened {
  transition: all 0.3s;
}
.cid-utb5aFLk5B .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utb5aFLk5B .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-utb5aFLk5B .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utb5aFLk5B .navbar.collapsed {
  justify-content: center;
}
.cid-utb5aFLk5B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utb5aFLk5B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utb5aFLk5B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utb5aFLk5B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utb5aFLk5B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utb5aFLk5B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utb5aFLk5B .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utb5aFLk5B .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utb5aFLk5B .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-utb5aFLk5B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utb5aFLk5B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utb5aFLk5B .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utb5aFLk5B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utb5aFLk5B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utb5aFLk5B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utb5aFLk5B .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utb5aFLk5B .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utb5aFLk5B .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utb5aFLk5B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utb5aFLk5B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utb5aFLk5B .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utb5aFLk5B .navbar.navbar-short {
  min-height: 60px;
}
.cid-utb5aFLk5B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utb5aFLk5B .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utb5aFLk5B .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-utb5aFLk5B .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-utb5aFLk5B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utb5aFLk5B .dropdown-item.active,
.cid-utb5aFLk5B .dropdown-item:active {
  background-color: transparent;
}
.cid-utb5aFLk5B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utb5aFLk5B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utb5aFLk5B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utb5aFLk5B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utb5aFLk5B ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utb5aFLk5B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utb5aFLk5B 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-utb5aFLk5B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-utb5aFLk5B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utb5aFLk5B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utb5aFLk5B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utb5aFLk5B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utb5aFLk5B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utb5aFLk5B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utb5aFLk5B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utb5aFLk5B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utb5aFLk5B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utb5aFLk5B .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-utb5aFLk5B .navbar {
    height: 70px;
  }
  .cid-utb5aFLk5B .navbar.opened {
    height: auto;
  }
  .cid-utb5aFLk5B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utb5aFLk5B .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utb5aFLk5B .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-utb5aFLk5B .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utb5aFLk5B .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utb5aFLk5B .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-utb5aFLk5B .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-utb5aFLk5B .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utb5aFLk5B .text_widget {
  margin-bottom: 32px;
}
.cid-utb5aFLk5B .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utb5aFLk5B .text_widget a:hover,
.cid-utb5aFLk5B .text_widget a:focus {
  opacity: .6;
}
.cid-utb5aFLk5B .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-utb5aFLk5B .navbar-caption {
  color: #f2ac2b;
}
.cid-utb5aFLk5B .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utb5aFLk5B .mbr-section-subtitle,
.cid-utb5aFLk5B .text_widget,
.cid-utb5aFLk5B .mbr-section-btn {
  text-align: center;
}
.cid-utb5aFLk5B a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzqQ53RH72 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uzqQ53RH72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqQ53RH72 .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-uzqQ53RH72 .container {
    padding: 0 15px;
  }
}
.cid-uzqQ53RH72 .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uzqQ53RH72 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzqQ53RH72 .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uzqQ53RH72 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uzqQ53RH72 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzqQ53RH72 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uzqQ53RH72 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzqQ53RH72 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uzqQ53RH72 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uzqQ53RH72 .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-uzqQ53RH72 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uzqQ53RH72 .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uzqQ53RH72 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uzqQ53RH72 .mbr-section-title {
  color: #ffffff;
}
.cid-uzqQ53RH72 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uzqQ53RH72 .mbr-text {
  color: #d2d2df;
}
.cid-utb5aKQQa2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-utb5aKQQa2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utb5aKQQa2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utb5aKQQa2 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utb5aKQQa2 .container {
    padding: 0 15px;
  }
}
.cid-utb5aKQQa2 .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-utb5aKQQa2 .title-wrapper {
    text-align: center;
  }
}
.cid-utb5aKQQa2 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-utb5aKQQa2 .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-utb5aKQQa2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-utb5aKQQa2 .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-utb5aKQQa2 .list {
    justify-content: center;
  }
}
.cid-utb5aKQQa2 .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-utb5aKQQa2 .list .item-wrap:hover,
.cid-utb5aKQQa2 .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-utb5aKQQa2 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-utb5aKQQa2 .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-utb5aKQQa2 .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-utb5aKQQa2 .copy-wrapper {
    height: auto;
  }
}
.cid-utb5aKQQa2 .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utb5aKQQa2 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-utb5aKQQa2 .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-utb5aKQQa2 .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-utb5aKQQa2 .social-wrapper {
    text-align: center;
  }
}
.cid-utb5aKQQa2 .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-utb5aKQQa2 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-utb5aKQQa2 .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-utb5aKQQa2 .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-utb5aKQQa2 .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-utb5aKQQa2 .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-utb5aKQQa2 .mbr-section-title {
  color: #f2ac2b;
}
.cid-utb5aKQQa2 .mbr-copy {
  color: #d2d2df;
}
.cid-uzqQijGrui {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uzqQijGrui .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqQijGrui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzqQijGrui .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzqQijGrui .container {
    padding: 0 15px;
  }
}
.cid-uzqQijGrui .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzqQijGrui .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzqQijGrui .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzqQijGrui .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uzqQijGrui .item {
    margin-bottom: 20px;
  }
}
.cid-uzqQijGrui .item:hover::before,
.cid-uzqQijGrui .item:focus::before {
  opacity: 1;
}
.cid-uzqQijGrui .item:hover .item-wrapper,
.cid-uzqQijGrui .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-uzqQijGrui .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #284177;
}
.cid-uzqQijGrui .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-uzqQijGrui .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #284177 37.31%, #284177 69.53%, #284177 80.18%, #284177 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-uzqQijGrui .item::before {
    display: none;
  }
}
.cid-uzqQijGrui .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uzqQijGrui .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-uzqQijGrui .item .item-wrapper {
    height: auto;
  }
}
.cid-uzqQijGrui .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uzqQijGrui .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #286477;
  margin-bottom: 20px;
}
.cid-uzqQijGrui .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-uzqQijGrui .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-uzqQijGrui .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzqQijGrui .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzqQijGrui .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-uzqQijGrui .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-uzqQijGrui .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzqQijGrui .item .item-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  margin-left: -36px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
.cid-uzqQijGrui .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uzqQijGrui .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-uzqQijGrui .mbr-section-title {
  color: #f2b92b;
  text-align: center;
}
.cid-uzqQijGrui .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzqQijGrui .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uzqQijGrui .item-price {
  color: #39f22b;
  text-align: center;
}
.cid-uzqQijGrui .list {
  color: #d2d2df;
}
.cid-uzqUO0jByN {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uzqUO0jByN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqUO0jByN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzqUO0jByN .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzqUO0jByN .container {
    padding: 0 15px;
  }
}
.cid-uzqUO0jByN .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzqUO0jByN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzqUO0jByN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzqUO0jByN .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uzqUO0jByN .item {
    margin-bottom: 20px;
  }
}
.cid-uzqUO0jByN .item:hover::before,
.cid-uzqUO0jByN .item:focus::before {
  opacity: 1;
}
.cid-uzqUO0jByN .item:hover .item-wrapper,
.cid-uzqUO0jByN .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-uzqUO0jByN .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #284177;
}
.cid-uzqUO0jByN .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-uzqUO0jByN .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #284177 37.31%, #284177 69.53%, #284177 80.18%, #284177 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-uzqUO0jByN .item::before {
    display: none;
  }
}
.cid-uzqUO0jByN .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uzqUO0jByN .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-uzqUO0jByN .item .item-wrapper {
    height: auto;
  }
}
.cid-uzqUO0jByN .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uzqUO0jByN .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #286477;
  margin-bottom: 20px;
}
.cid-uzqUO0jByN .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-uzqUO0jByN .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-uzqUO0jByN .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzqUO0jByN .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzqUO0jByN .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-uzqUO0jByN .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-uzqUO0jByN .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzqUO0jByN .item .item-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  margin-left: -36px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
.cid-uzqUO0jByN .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uzqUO0jByN .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-uzqUO0jByN .mbr-section-title {
  color: #f2b92b;
  text-align: center;
}
.cid-uzqUO0jByN .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzqUO0jByN .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uzqUO0jByN .item-price {
  color: #39f22b;
  text-align: center;
}
.cid-uzqUO0jByN .list {
  color: #d2d2df;
}
.cid-utb8rvqWtx {
  background-color: transparent;
}
.cid-utb8rvqWtx .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-utb8rvqWtx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-utb8rvqWtx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utb8rvqWtx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utb8rvqWtx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utb8rvqWtx .menu_box .navbar.opened,
  .cid-utb8rvqWtx .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-utb8rvqWtx .navbar-dropdown {
  position: relative !important;
}
.cid-utb8rvqWtx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utb8rvqWtx .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utb8rvqWtx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utb8rvqWtx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utb8rvqWtx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utb8rvqWtx .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-utb8rvqWtx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utb8rvqWtx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utb8rvqWtx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utb8rvqWtx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utb8rvqWtx .offcanvas-body .mbr-text,
  .cid-utb8rvqWtx .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utb8rvqWtx .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utb8rvqWtx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utb8rvqWtx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-utb8rvqWtx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utb8rvqWtx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utb8rvqWtx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utb8rvqWtx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utb8rvqWtx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utb8rvqWtx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utb8rvqWtx .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-utb8rvqWtx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utb8rvqWtx 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-utb8rvqWtx .lg_brand {
    margin: 0 1rem;
  }
  .cid-utb8rvqWtx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utb8rvqWtx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utb8rvqWtx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utb8rvqWtx .nav-item {
    margin: 0 !important;
  }
}
.cid-utb8rvqWtx .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-utb8rvqWtx .nav-item .nav-link:hover,
.cid-utb8rvqWtx .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-utb8rvqWtx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utb8rvqWtx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utb8rvqWtx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utb8rvqWtx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utb8rvqWtx .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-utb8rvqWtx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utb8rvqWtx .offcanvas_box {
    display: none;
  }
}
.cid-utb8rvqWtx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utb8rvqWtx .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utb8rvqWtx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utb8rvqWtx .container {
  display: flex;
  margin: auto;
}
.cid-utb8rvqWtx .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-utb8rvqWtx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utb8rvqWtx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utb8rvqWtx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utb8rvqWtx .navbar-nav {
    margin: 0;
  }
}
.cid-utb8rvqWtx .dropdown-menu,
.cid-utb8rvqWtx .navbar.opened {
  background-color: false !important;
}
.cid-utb8rvqWtx .nav-item:focus,
.cid-utb8rvqWtx .nav-link:focus {
  outline: none;
}
.cid-utb8rvqWtx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utb8rvqWtx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utb8rvqWtx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utb8rvqWtx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utb8rvqWtx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utb8rvqWtx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utb8rvqWtx .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utb8rvqWtx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utb8rvqWtx .navbar.opened {
  transition: all 0.3s;
}
.cid-utb8rvqWtx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utb8rvqWtx .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-utb8rvqWtx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utb8rvqWtx .navbar.collapsed {
  justify-content: center;
}
.cid-utb8rvqWtx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utb8rvqWtx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utb8rvqWtx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utb8rvqWtx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utb8rvqWtx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utb8rvqWtx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utb8rvqWtx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utb8rvqWtx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utb8rvqWtx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-utb8rvqWtx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utb8rvqWtx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utb8rvqWtx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utb8rvqWtx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utb8rvqWtx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utb8rvqWtx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utb8rvqWtx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utb8rvqWtx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utb8rvqWtx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utb8rvqWtx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utb8rvqWtx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utb8rvqWtx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utb8rvqWtx .navbar.navbar-short {
  min-height: 60px;
}
.cid-utb8rvqWtx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utb8rvqWtx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utb8rvqWtx .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-utb8rvqWtx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-utb8rvqWtx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utb8rvqWtx .dropdown-item.active,
.cid-utb8rvqWtx .dropdown-item:active {
  background-color: transparent;
}
.cid-utb8rvqWtx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utb8rvqWtx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utb8rvqWtx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utb8rvqWtx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utb8rvqWtx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utb8rvqWtx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utb8rvqWtx 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-utb8rvqWtx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-utb8rvqWtx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utb8rvqWtx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utb8rvqWtx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utb8rvqWtx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utb8rvqWtx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utb8rvqWtx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utb8rvqWtx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utb8rvqWtx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utb8rvqWtx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utb8rvqWtx .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-utb8rvqWtx .navbar {
    height: 70px;
  }
  .cid-utb8rvqWtx .navbar.opened {
    height: auto;
  }
  .cid-utb8rvqWtx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utb8rvqWtx .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utb8rvqWtx .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-utb8rvqWtx .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utb8rvqWtx .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utb8rvqWtx .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-utb8rvqWtx .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-utb8rvqWtx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utb8rvqWtx .text_widget {
  margin-bottom: 32px;
}
.cid-utb8rvqWtx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utb8rvqWtx .text_widget a:hover,
.cid-utb8rvqWtx .text_widget a:focus {
  opacity: .6;
}
.cid-utb8rvqWtx .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-utb8rvqWtx .navbar-caption {
  color: #f2ac2b;
}
.cid-utb8rvqWtx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utb8rvqWtx .mbr-section-subtitle,
.cid-utb8rvqWtx .text_widget,
.cid-utb8rvqWtx .mbr-section-btn {
  text-align: center;
}
.cid-utb8rvqWtx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utb8rvYwTO {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #e1f2e6;
}
.cid-utb8rvYwTO .mbr-section-subtitle {
  color: #36187d;
  text-align: center;
}
.cid-utb8rvYwTO .mbr-text {
  color: #6c758f;
  text-align: center;
}
.cid-utb8rw8kj5 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #e1f2e6;
}
.cid-utb8rw8kj5 .mbr-section-subtitle {
  color: #36187d;
}
.cid-utb8rw8kj5 .mbr-text {
  color: #6c758f;
}
.cid-utb8rwiAMh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-utb8rwiAMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-utb8rwiAMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utb8rwiAMh .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utb8rwiAMh .container {
    padding: 0 15px;
  }
}
.cid-utb8rwiAMh .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-utb8rwiAMh .title-wrapper {
    text-align: center;
  }
}
.cid-utb8rwiAMh .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-utb8rwiAMh .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-utb8rwiAMh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-utb8rwiAMh .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-utb8rwiAMh .list {
    justify-content: center;
  }
}
.cid-utb8rwiAMh .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-utb8rwiAMh .list .item-wrap:hover,
.cid-utb8rwiAMh .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-utb8rwiAMh .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-utb8rwiAMh .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-utb8rwiAMh .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-utb8rwiAMh .copy-wrapper {
    height: auto;
  }
}
.cid-utb8rwiAMh .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utb8rwiAMh .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-utb8rwiAMh .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-utb8rwiAMh .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-utb8rwiAMh .social-wrapper {
    text-align: center;
  }
}
.cid-utb8rwiAMh .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-utb8rwiAMh .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-utb8rwiAMh .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-utb8rwiAMh .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-utb8rwiAMh .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-utb8rwiAMh .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-utb8rwiAMh .mbr-section-title {
  color: #f2ac2b;
}
.cid-utb8rwiAMh .mbr-copy {
  color: #d2d2df;
}
.cid-udZIb2W9aK {
  background-color: transparent;
}
.cid-udZIb2W9aK .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-udZIb2W9aK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-udZIb2W9aK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udZIb2W9aK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udZIb2W9aK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udZIb2W9aK .menu_box .navbar.opened,
  .cid-udZIb2W9aK .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-udZIb2W9aK .navbar-dropdown {
  position: relative !important;
}
.cid-udZIb2W9aK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-udZIb2W9aK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udZIb2W9aK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udZIb2W9aK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udZIb2W9aK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udZIb2W9aK .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-udZIb2W9aK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udZIb2W9aK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udZIb2W9aK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udZIb2W9aK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udZIb2W9aK .offcanvas-body .mbr-text,
  .cid-udZIb2W9aK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udZIb2W9aK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udZIb2W9aK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udZIb2W9aK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-udZIb2W9aK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udZIb2W9aK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udZIb2W9aK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udZIb2W9aK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udZIb2W9aK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udZIb2W9aK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udZIb2W9aK .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-udZIb2W9aK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udZIb2W9aK 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-udZIb2W9aK .lg_brand {
    margin: 0 1rem;
  }
  .cid-udZIb2W9aK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-udZIb2W9aK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-udZIb2W9aK .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-udZIb2W9aK .nav-item {
    margin: 0 !important;
  }
}
.cid-udZIb2W9aK .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-udZIb2W9aK .nav-item .nav-link:hover,
.cid-udZIb2W9aK .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-udZIb2W9aK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udZIb2W9aK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udZIb2W9aK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udZIb2W9aK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udZIb2W9aK .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-udZIb2W9aK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udZIb2W9aK .offcanvas_box {
    display: none;
  }
}
.cid-udZIb2W9aK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udZIb2W9aK .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udZIb2W9aK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udZIb2W9aK .container {
  display: flex;
  margin: auto;
}
.cid-udZIb2W9aK .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-udZIb2W9aK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udZIb2W9aK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udZIb2W9aK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udZIb2W9aK .navbar-nav {
    margin: 0;
  }
}
.cid-udZIb2W9aK .dropdown-menu,
.cid-udZIb2W9aK .navbar.opened {
  background-color: false !important;
}
.cid-udZIb2W9aK .nav-item:focus,
.cid-udZIb2W9aK .nav-link:focus {
  outline: none;
}
.cid-udZIb2W9aK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udZIb2W9aK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udZIb2W9aK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udZIb2W9aK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udZIb2W9aK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udZIb2W9aK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udZIb2W9aK .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udZIb2W9aK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udZIb2W9aK .navbar.opened {
  transition: all 0.3s;
}
.cid-udZIb2W9aK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udZIb2W9aK .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-udZIb2W9aK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-udZIb2W9aK .navbar.collapsed {
  justify-content: center;
}
.cid-udZIb2W9aK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udZIb2W9aK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udZIb2W9aK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udZIb2W9aK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udZIb2W9aK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udZIb2W9aK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udZIb2W9aK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udZIb2W9aK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udZIb2W9aK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udZIb2W9aK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udZIb2W9aK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udZIb2W9aK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udZIb2W9aK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udZIb2W9aK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udZIb2W9aK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udZIb2W9aK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udZIb2W9aK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udZIb2W9aK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udZIb2W9aK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udZIb2W9aK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udZIb2W9aK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udZIb2W9aK .navbar.navbar-short {
  min-height: 60px;
}
.cid-udZIb2W9aK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udZIb2W9aK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udZIb2W9aK .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-udZIb2W9aK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-udZIb2W9aK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udZIb2W9aK .dropdown-item.active,
.cid-udZIb2W9aK .dropdown-item:active {
  background-color: transparent;
}
.cid-udZIb2W9aK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-udZIb2W9aK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udZIb2W9aK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udZIb2W9aK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udZIb2W9aK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udZIb2W9aK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udZIb2W9aK 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-udZIb2W9aK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-udZIb2W9aK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udZIb2W9aK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZIb2W9aK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZIb2W9aK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udZIb2W9aK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZIb2W9aK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udZIb2W9aK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udZIb2W9aK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZIb2W9aK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udZIb2W9aK .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-udZIb2W9aK .navbar {
    height: 70px;
  }
  .cid-udZIb2W9aK .navbar.opened {
    height: auto;
  }
  .cid-udZIb2W9aK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udZIb2W9aK .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-udZIb2W9aK .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-udZIb2W9aK .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udZIb2W9aK .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-udZIb2W9aK .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-udZIb2W9aK .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-udZIb2W9aK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udZIb2W9aK .text_widget {
  margin-bottom: 32px;
}
.cid-udZIb2W9aK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udZIb2W9aK .text_widget a:hover,
.cid-udZIb2W9aK .text_widget a:focus {
  opacity: .6;
}
.cid-udZIb2W9aK .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-udZIb2W9aK .navbar-caption {
  color: #f2ac2b;
}
.cid-udZIb2W9aK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-udZIb2W9aK .mbr-section-subtitle,
.cid-udZIb2W9aK .text_widget,
.cid-udZIb2W9aK .mbr-section-btn {
  text-align: center;
}
.cid-udZIb2W9aK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udZIb3N2Sf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZIb3N2Sf .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZIb3N2Sf .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-udZIb3N2Sf .container {
    padding: 0 15px;
  }
}
.cid-udZIb3N2Sf .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-udZIb3N2Sf .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-udZIb3N2Sf .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-udZIb3N2Sf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-udZIb3N2Sf .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udZIb3N2Sf .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udZIb3N2Sf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udZIb3N2Sf .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-udZIb3N2Sf .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-udZIb3N2Sf .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-udZIb3N2Sf .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-udZIb3N2Sf .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-udZIb3N2Sf .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-udZIb3N2Sf .mbr-section-title {
  color: #ffffff;
}
.cid-udZIb3N2Sf .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-udZIb3N2Sf .mbr-text {
  color: #d2d2df;
}
.cid-udZJwGdXd2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udZJwGdXd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZJwGdXd2 .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-udZJwGdXd2 .container {
    padding: 0 15px;
  }
}
.cid-udZJwGdXd2 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-udZJwGdXd2 .content-wrapper {
  position: relative;
}
.cid-udZJwGdXd2 .content-wrapper .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-udZJwGdXd2 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udZJwGdXd2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-udZJwGdXd2 .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-udZJwGdXd2 .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-udZJwGdXd2 .dragArea.row .mbr-section-title {
  margin-bottom: 40px !important;
}
.cid-udZJwGdXd2 .dragArea.row .mbr-text {
  margin-bottom: 40px !important;
}
.cid-udZJwGdXd2 .dragArea.row .form-group {
  margin-bottom: 30px !important;
  padding: 0 15px;
}
.cid-udZJwGdXd2 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 15px;
}
.cid-udZJwGdXd2 .dragArea.row .form-group .form-control {
  padding: 20px 40px 24px;
  border: 1px solid #68707c !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-udZJwGdXd2 .dragArea.row .form-group .form-control {
    padding: 20px 30px;
  }
}
.cid-udZJwGdXd2 .dragArea.row .form-group .form-control:hover,
.cid-udZJwGdXd2 .dragArea.row .form-group .form-control:focus {
  border: 1px solid #303030 !important;
}
.cid-udZJwGdXd2 .dragArea.row .form-group .form-control::placeholder {
  color: #303030;
  font-size: 20px;
}
.cid-udZJwGdXd2 .dragArea.row .form-group textarea {
  min-height: 200px;
}
.cid-udZJwGdXd2 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-udZJwGdXd2 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #68707c;
  border-color: #68707c;
  border-radius: 0;
}
.cid-udZJwGdXd2 .dragArea.row .mbr-section-btn {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cid-udZJwGdXd2 .mbr-section-title {
  color: #ffffff;
}
.cid-udZJwGdXd2 .mbr-desc {
  color: #303030;
}
.cid-udZJwGdXd2 label {
  color: #ffffff;
}
.cid-udZJwGdXd2 .mbr-section-btn {
  text-align: right;
}
.cid-udZIb4dEco {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-udZIb4dEco {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-udZIb4dEco .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-udZIb4dEco .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-udZIb4dEco img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-udZIb4dEco .container-fluid {
    padding: 0 1rem;
  }
  .cid-udZIb4dEco .right-wrapper {
    text-align: left;
  }
  .cid-udZIb4dEco .blue-block {
    width: 100%;
  }
  .cid-udZIb4dEco .mbr-section-title {
    text-align: center;
  }
  .cid-udZIb4dEco .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-udZIb4dEco .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-udZIb4dEco .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-udZIb4dEco img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-udZIb4dEco .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-udZIb4dEco .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-udZIb4dEco .container-fluid {
  max-width: 1200px;
}
.cid-udZIb4dEco .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-udZIb4dEco .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-udZIb4dEco .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-udZIb4dEco .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-udZIb4dEco .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(141, 94, 241, 0.5), rgba(141, 94, 241, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-udZIb4dEco .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(242, 172, 43, 0.5), rgba(242, 172, 43, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-udZIb4dEco .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-udZIb4dEco .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-udZIb4dEco .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-udZIb4dEco .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-udZIb4dEco .blue-block {
  background-color: #ec8c39;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-udZIb4dEco .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-udZIb4dEco .blue-title {
  margin: 0;
}
.cid-udZIb4dEco .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-udZIb4dEco .mbr-section-title DIV {
  text-align: left;
}
.cid-udZIb4BW79 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZIb4BW79 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZIb4BW79 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZIb4BW79 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZIb4BW79 .container {
    padding: 0 15px;
  }
}
.cid-udZIb4BW79 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udZIb4BW79 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udZIb4BW79 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udZIb4BW79 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udZIb4BW79 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-udZIb4BW79 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-udZIb4BW79 .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-udZIb4BW79 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-udZIb4BW79 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-udZIb4BW79 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-udZIb4BW79 .items-wrapper .item a {
  display: block;
}
.cid-udZIb4BW79 .items-wrapper .item a:hover .item-wrapper::before,
.cid-udZIb4BW79 .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-udZIb4BW79 .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-udZIb4BW79 .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-udZIb4BW79 .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udZIb4BW79 .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-udZIb4BW79 .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-udZIb4BW79 .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-udZIb4BW79 .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-udZIb4BW79 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udZIb4BW79 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-udZIb4XKyW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZIb4XKyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZIb4XKyW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZIb4XKyW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZIb4XKyW .container {
    padding: 0 15px;
  }
}
.cid-udZIb4XKyW .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udZIb4XKyW .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udZIb4XKyW .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-udZIb4XKyW .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-udZIb4XKyW .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-udZIb4XKyW .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-udZIb4XKyW .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-udZIb4XKyW .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-udZIb4XKyW .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-udZIb4XKyW .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-udZIb4XKyW .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-udZIb4XKyW .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-udZIb4XKyW .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-udZIb4XKyW .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-udZIb4XKyW .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-udZIb4XKyW .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-udZIb4XKyW .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZIb4XKyW .image-wrapper {
    margin: 0;
  }
}
.cid-udZIb4XKyW .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
  z-index: 1;
}
.cid-udZIb4XKyW .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-udZIb4XKyW .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-udZIb4XKyW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udZIb4XKyW .panel-title {
  color: #d2d2df;
}
.cid-udZIb4XKyW .panel-text {
  color: #d2d2df;
}
.cid-udZIb4XKyW .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-udZIb5qcWP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZIb5qcWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZIb5qcWP .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-udZIb5qcWP .container {
    padding: 0 15px;
  }
}
.cid-udZIb5qcWP .row {
  justify-content: center;
}
.cid-udZIb5qcWP .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udZIb5qcWP .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udZIb5qcWP .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-udZIb5qcWP .subtitle-wrapper {
    padding: 0;
  }
}
.cid-udZIb5qcWP .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udZIb5qcWP .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-udZIb5qcWP .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-udZIb5qcWP .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-udZIb5qcWP .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-udZIb5qcWP .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-udZIb5qcWP .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-udZIb5qcWP .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-udZIb5qcWP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udZIb5qcWP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udZIb5qcWP .list {
  color: #ffffff;
}
.cid-udZIb5M3Cd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZIb5M3Cd .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZIb5M3Cd .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-udZIb5M3Cd .container {
    padding: 0 15px;
  }
}
.cid-udZIb5M3Cd .row {
  justify-content: center;
}
.cid-udZIb5M3Cd .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-udZIb5M3Cd .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-udZIb5M3Cd .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-udZIb5M3Cd .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udZIb5M3Cd .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-udZIb5M3Cd .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-udZIb5M3Cd .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-udZIb5M3Cd .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-udZIb5M3Cd .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-udZIb5M3Cd .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-udZIb5M3Cd .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-udZIb5M3Cd .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-udZIb5M3Cd .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-udZIb5M3Cd .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-udZIb5M3Cd .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-udZIb5M3Cd .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-udZIb5M3Cd .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #284177;
}
.cid-udZIb5M3Cd .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-udZIb5M3Cd .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-udZIb5M3Cd .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-udZIb5M3Cd .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-udZIb5M3Cd .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-udZIb5M3Cd .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-udZIb5M3Cd .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-udZIb5M3Cd .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-udZIb6khgX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZIb6khgX .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZIb6khgX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZIb6khgX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZIb6khgX .container {
    padding: 0 15px;
  }
}
.cid-udZIb6khgX .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-udZIb6khgX .title-wrapper {
    text-align: center;
  }
}
.cid-udZIb6khgX .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udZIb6khgX .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-udZIb6khgX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udZIb6khgX .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-udZIb6khgX .list {
    justify-content: center;
  }
}
.cid-udZIb6khgX .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-udZIb6khgX .list .item-wrap:hover,
.cid-udZIb6khgX .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-udZIb6khgX .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-udZIb6khgX .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-udZIb6khgX .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-udZIb6khgX .copy-wrapper {
    height: auto;
  }
}
.cid-udZIb6khgX .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udZIb6khgX .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-udZIb6khgX .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-udZIb6khgX .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-udZIb6khgX .social-wrapper {
    text-align: center;
  }
}
.cid-udZIb6khgX .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udZIb6khgX .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-udZIb6khgX .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-udZIb6khgX .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-udZIb6khgX .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-udZIb6khgX .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-udZIb6khgX .mbr-section-title {
  color: #f2ac2b;
}
.cid-udZIb6khgX .mbr-copy {
  color: #d2d2df;
}
.cid-utb5yTLZXN {
  background-color: transparent;
}
.cid-utb5yTLZXN .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-utb5yTLZXN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-utb5yTLZXN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utb5yTLZXN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utb5yTLZXN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utb5yTLZXN .menu_box .navbar.opened,
  .cid-utb5yTLZXN .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-utb5yTLZXN .navbar-dropdown {
  position: relative !important;
}
.cid-utb5yTLZXN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utb5yTLZXN .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utb5yTLZXN .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utb5yTLZXN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utb5yTLZXN .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utb5yTLZXN .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-utb5yTLZXN .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utb5yTLZXN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utb5yTLZXN .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utb5yTLZXN .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utb5yTLZXN .offcanvas-body .mbr-text,
  .cid-utb5yTLZXN .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utb5yTLZXN .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utb5yTLZXN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utb5yTLZXN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-utb5yTLZXN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utb5yTLZXN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utb5yTLZXN .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utb5yTLZXN .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utb5yTLZXN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utb5yTLZXN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utb5yTLZXN .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-utb5yTLZXN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utb5yTLZXN 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-utb5yTLZXN .lg_brand {
    margin: 0 1rem;
  }
  .cid-utb5yTLZXN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utb5yTLZXN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utb5yTLZXN .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utb5yTLZXN .nav-item {
    margin: 0 !important;
  }
}
.cid-utb5yTLZXN .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-utb5yTLZXN .nav-item .nav-link:hover,
.cid-utb5yTLZXN .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-utb5yTLZXN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utb5yTLZXN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utb5yTLZXN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utb5yTLZXN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utb5yTLZXN .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-utb5yTLZXN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utb5yTLZXN .offcanvas_box {
    display: none;
  }
}
.cid-utb5yTLZXN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utb5yTLZXN .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utb5yTLZXN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utb5yTLZXN .container {
  display: flex;
  margin: auto;
}
.cid-utb5yTLZXN .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-utb5yTLZXN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utb5yTLZXN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utb5yTLZXN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utb5yTLZXN .navbar-nav {
    margin: 0;
  }
}
.cid-utb5yTLZXN .dropdown-menu,
.cid-utb5yTLZXN .navbar.opened {
  background-color: false !important;
}
.cid-utb5yTLZXN .nav-item:focus,
.cid-utb5yTLZXN .nav-link:focus {
  outline: none;
}
.cid-utb5yTLZXN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utb5yTLZXN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utb5yTLZXN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utb5yTLZXN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utb5yTLZXN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utb5yTLZXN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utb5yTLZXN .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utb5yTLZXN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utb5yTLZXN .navbar.opened {
  transition: all 0.3s;
}
.cid-utb5yTLZXN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utb5yTLZXN .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-utb5yTLZXN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utb5yTLZXN .navbar.collapsed {
  justify-content: center;
}
.cid-utb5yTLZXN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utb5yTLZXN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utb5yTLZXN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utb5yTLZXN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utb5yTLZXN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utb5yTLZXN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utb5yTLZXN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utb5yTLZXN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utb5yTLZXN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-utb5yTLZXN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utb5yTLZXN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utb5yTLZXN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utb5yTLZXN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utb5yTLZXN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utb5yTLZXN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utb5yTLZXN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utb5yTLZXN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utb5yTLZXN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utb5yTLZXN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utb5yTLZXN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utb5yTLZXN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utb5yTLZXN .navbar.navbar-short {
  min-height: 60px;
}
.cid-utb5yTLZXN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utb5yTLZXN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utb5yTLZXN .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-utb5yTLZXN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-utb5yTLZXN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utb5yTLZXN .dropdown-item.active,
.cid-utb5yTLZXN .dropdown-item:active {
  background-color: transparent;
}
.cid-utb5yTLZXN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utb5yTLZXN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utb5yTLZXN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utb5yTLZXN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utb5yTLZXN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utb5yTLZXN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utb5yTLZXN 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-utb5yTLZXN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-utb5yTLZXN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utb5yTLZXN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utb5yTLZXN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utb5yTLZXN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utb5yTLZXN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utb5yTLZXN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utb5yTLZXN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utb5yTLZXN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utb5yTLZXN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utb5yTLZXN .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-utb5yTLZXN .navbar {
    height: 70px;
  }
  .cid-utb5yTLZXN .navbar.opened {
    height: auto;
  }
  .cid-utb5yTLZXN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utb5yTLZXN .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utb5yTLZXN .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-utb5yTLZXN .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utb5yTLZXN .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utb5yTLZXN .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-utb5yTLZXN .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-utb5yTLZXN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utb5yTLZXN .text_widget {
  margin-bottom: 32px;
}
.cid-utb5yTLZXN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utb5yTLZXN .text_widget a:hover,
.cid-utb5yTLZXN .text_widget a:focus {
  opacity: .6;
}
.cid-utb5yTLZXN .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-utb5yTLZXN .navbar-caption {
  color: #f2ac2b;
}
.cid-utb5yTLZXN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utb5yTLZXN .mbr-section-subtitle,
.cid-utb5yTLZXN .text_widget,
.cid-utb5yTLZXN .mbr-section-btn {
  text-align: center;
}
.cid-utb5yTLZXN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utb5yUDQ6H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-utb5yUDQ6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-utb5yUDQ6H .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-utb5yUDQ6H .container {
    padding: 0 15px;
  }
}
.cid-utb5yUDQ6H .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-utb5yUDQ6H .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-utb5yUDQ6H .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-utb5yUDQ6H .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-utb5yUDQ6H .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-utb5yUDQ6H .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-utb5yUDQ6H .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-utb5yUDQ6H .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-utb5yUDQ6H .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-utb5yUDQ6H .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-utb5yUDQ6H .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-utb5yUDQ6H .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-utb5yUDQ6H .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-utb5yUDQ6H .mbr-section-title {
  color: #ffffff;
}
.cid-utb5yUDQ6H .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-utb5yUDQ6H .mbr-text {
  color: #d2d2df;
}
.cid-uzqEFXMJJw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #284177;
}
.cid-uzqEFXMJJw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqEFXMJJw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzqEFXMJJw .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzqEFXMJJw .container {
    padding: 0 15px;
  }
}
.cid-uzqEFXMJJw .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uzqEFXMJJw .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uzqEFXMJJw .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uzqEFXMJJw .image-wrapper img {
    height: 400px;
  }
}
.cid-uzqEFXMJJw .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzqEFXMJJw .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uzqEFXMJJw .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uzqEFXMJJw .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uzqEFXMJJw .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uzqEFXMJJw .mbr-section-title {
  color: #ffffff;
}
.cid-uzqEFXMJJw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzqEFXMJJw .mbr-text {
  color: #d2d2df;
}
.cid-uzqEFXMJJw .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-uzqOqhCHgt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0f2260;
}
.cid-uzqOqhCHgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqOqhCHgt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzqOqhCHgt .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzqOqhCHgt .container {
    padding: 0 15px;
  }
}
.cid-uzqOqhCHgt .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uzqOqhCHgt .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uzqOqhCHgt .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uzqOqhCHgt .image-wrapper img {
    height: 400px;
  }
}
.cid-uzqOqhCHgt .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzqOqhCHgt .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uzqOqhCHgt .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uzqOqhCHgt .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uzqOqhCHgt .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uzqOqhCHgt .mbr-section-title {
  color: #ffffff;
}
.cid-uzqOqhCHgt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzqOqhCHgt .mbr-text {
  color: #d2d2df;
}
.cid-uzqOqhCHgt .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-uzqEmOUhKm {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uzqEmOUhKm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqEmOUhKm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzqEmOUhKm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzqEmOUhKm .container {
    padding: 0 15px;
  }
}
.cid-uzqEmOUhKm .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzqEmOUhKm .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzqEmOUhKm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzqEmOUhKm .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uzqEmOUhKm .item {
    margin-bottom: 20px;
  }
}
.cid-uzqEmOUhKm .item:hover::before,
.cid-uzqEmOUhKm .item:focus::before {
  opacity: 1;
}
.cid-uzqEmOUhKm .item:hover .item-wrapper,
.cid-uzqEmOUhKm .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-uzqEmOUhKm .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #284177;
}
.cid-uzqEmOUhKm .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-uzqEmOUhKm .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #284177 37.31%, #284177 69.53%, #284177 80.18%, #284177 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-uzqEmOUhKm .item::before {
    display: none;
  }
}
.cid-uzqEmOUhKm .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uzqEmOUhKm .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-uzqEmOUhKm .item .item-wrapper {
    height: auto;
  }
}
.cid-uzqEmOUhKm .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uzqEmOUhKm .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #286477;
  margin-bottom: 20px;
}
.cid-uzqEmOUhKm .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-uzqEmOUhKm .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-uzqEmOUhKm .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzqEmOUhKm .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzqEmOUhKm .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-uzqEmOUhKm .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-uzqEmOUhKm .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzqEmOUhKm .item .item-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  margin-left: -36px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
.cid-uzqEmOUhKm .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uzqEmOUhKm .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-uzqEmOUhKm .mbr-section-title {
  color: #f2b92b;
  text-align: center;
}
.cid-uzqEmOUhKm .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzqEmOUhKm .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uzqEmOUhKm .item-price {
  color: #39f22b;
  text-align: center;
}
.cid-uzqEmOUhKm .list {
  color: #d2d2df;
}
.cid-utb5yXEkX9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-utb5yXEkX9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utb5yXEkX9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utb5yXEkX9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utb5yXEkX9 .container {
    padding: 0 15px;
  }
}
.cid-utb5yXEkX9 .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-utb5yXEkX9 .title-wrapper {
    text-align: center;
  }
}
.cid-utb5yXEkX9 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-utb5yXEkX9 .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-utb5yXEkX9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-utb5yXEkX9 .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-utb5yXEkX9 .list {
    justify-content: center;
  }
}
.cid-utb5yXEkX9 .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-utb5yXEkX9 .list .item-wrap:hover,
.cid-utb5yXEkX9 .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-utb5yXEkX9 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-utb5yXEkX9 .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-utb5yXEkX9 .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-utb5yXEkX9 .copy-wrapper {
    height: auto;
  }
}
.cid-utb5yXEkX9 .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utb5yXEkX9 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-utb5yXEkX9 .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-utb5yXEkX9 .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-utb5yXEkX9 .social-wrapper {
    text-align: center;
  }
}
.cid-utb5yXEkX9 .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-utb5yXEkX9 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-utb5yXEkX9 .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-utb5yXEkX9 .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-utb5yXEkX9 .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-utb5yXEkX9 .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-utb5yXEkX9 .mbr-section-title {
  color: #f2ac2b;
}
.cid-utb5yXEkX9 .mbr-copy {
  color: #d2d2df;
}
.cid-udYnXyq0EV {
  background-color: transparent;
}
.cid-udYnXyq0EV .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-udYnXyq0EV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-udYnXyq0EV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udYnXyq0EV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udYnXyq0EV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udYnXyq0EV .menu_box .navbar.opened,
  .cid-udYnXyq0EV .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-udYnXyq0EV .navbar-dropdown {
  position: relative !important;
}
.cid-udYnXyq0EV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-udYnXyq0EV .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udYnXyq0EV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udYnXyq0EV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udYnXyq0EV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udYnXyq0EV .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-udYnXyq0EV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udYnXyq0EV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udYnXyq0EV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udYnXyq0EV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udYnXyq0EV .offcanvas-body .mbr-text,
  .cid-udYnXyq0EV .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udYnXyq0EV .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udYnXyq0EV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udYnXyq0EV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-udYnXyq0EV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udYnXyq0EV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udYnXyq0EV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udYnXyq0EV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udYnXyq0EV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udYnXyq0EV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udYnXyq0EV .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-udYnXyq0EV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udYnXyq0EV 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-udYnXyq0EV .lg_brand {
    margin: 0 1rem;
  }
  .cid-udYnXyq0EV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-udYnXyq0EV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-udYnXyq0EV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-udYnXyq0EV .nav-item {
    margin: 0 !important;
  }
}
.cid-udYnXyq0EV .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-udYnXyq0EV .nav-item .nav-link:hover,
.cid-udYnXyq0EV .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-udYnXyq0EV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udYnXyq0EV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udYnXyq0EV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udYnXyq0EV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udYnXyq0EV .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-udYnXyq0EV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udYnXyq0EV .offcanvas_box {
    display: none;
  }
}
.cid-udYnXyq0EV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udYnXyq0EV .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udYnXyq0EV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udYnXyq0EV .container {
  display: flex;
  margin: auto;
}
.cid-udYnXyq0EV .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-udYnXyq0EV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udYnXyq0EV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udYnXyq0EV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udYnXyq0EV .navbar-nav {
    margin: 0;
  }
}
.cid-udYnXyq0EV .dropdown-menu,
.cid-udYnXyq0EV .navbar.opened {
  background-color: false !important;
}
.cid-udYnXyq0EV .nav-item:focus,
.cid-udYnXyq0EV .nav-link:focus {
  outline: none;
}
.cid-udYnXyq0EV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udYnXyq0EV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udYnXyq0EV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udYnXyq0EV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udYnXyq0EV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udYnXyq0EV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udYnXyq0EV .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udYnXyq0EV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udYnXyq0EV .navbar.opened {
  transition: all 0.3s;
}
.cid-udYnXyq0EV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udYnXyq0EV .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-udYnXyq0EV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-udYnXyq0EV .navbar.collapsed {
  justify-content: center;
}
.cid-udYnXyq0EV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udYnXyq0EV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udYnXyq0EV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udYnXyq0EV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udYnXyq0EV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udYnXyq0EV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udYnXyq0EV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udYnXyq0EV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udYnXyq0EV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udYnXyq0EV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udYnXyq0EV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udYnXyq0EV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udYnXyq0EV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udYnXyq0EV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udYnXyq0EV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udYnXyq0EV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udYnXyq0EV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udYnXyq0EV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udYnXyq0EV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udYnXyq0EV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udYnXyq0EV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udYnXyq0EV .navbar.navbar-short {
  min-height: 60px;
}
.cid-udYnXyq0EV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udYnXyq0EV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udYnXyq0EV .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-udYnXyq0EV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-udYnXyq0EV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udYnXyq0EV .dropdown-item.active,
.cid-udYnXyq0EV .dropdown-item:active {
  background-color: transparent;
}
.cid-udYnXyq0EV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-udYnXyq0EV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udYnXyq0EV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udYnXyq0EV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udYnXyq0EV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udYnXyq0EV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udYnXyq0EV 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-udYnXyq0EV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-udYnXyq0EV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udYnXyq0EV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYnXyq0EV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYnXyq0EV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udYnXyq0EV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYnXyq0EV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udYnXyq0EV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udYnXyq0EV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYnXyq0EV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udYnXyq0EV .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-udYnXyq0EV .navbar {
    height: 70px;
  }
  .cid-udYnXyq0EV .navbar.opened {
    height: auto;
  }
  .cid-udYnXyq0EV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udYnXyq0EV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-udYnXyq0EV .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-udYnXyq0EV .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udYnXyq0EV .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-udYnXyq0EV .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-udYnXyq0EV .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-udYnXyq0EV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udYnXyq0EV .text_widget {
  margin-bottom: 32px;
}
.cid-udYnXyq0EV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udYnXyq0EV .text_widget a:hover,
.cid-udYnXyq0EV .text_widget a:focus {
  opacity: .6;
}
.cid-udYnXyq0EV .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-udYnXyq0EV .navbar-caption {
  color: #f2ac2b;
}
.cid-udYnXyq0EV .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-udYnXyq0EV .mbr-section-subtitle,
.cid-udYnXyq0EV .text_widget,
.cid-udYnXyq0EV .mbr-section-btn {
  text-align: center;
}
.cid-udYnXyq0EV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udYnXzemHx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYnXzemHx .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYnXzemHx .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-udYnXzemHx .container {
    padding: 0 15px;
  }
}
.cid-udYnXzemHx .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-udYnXzemHx .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-udYnXzemHx .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-udYnXzemHx .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-udYnXzemHx .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udYnXzemHx .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udYnXzemHx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udYnXzemHx .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-udYnXzemHx .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-udYnXzemHx .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-udYnXzemHx .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-udYnXzemHx .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-udYnXzemHx .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-udYnXzemHx .mbr-section-title {
  color: #ffffff;
}
.cid-udYnXzemHx .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-udYnXzemHx .mbr-text {
  color: #d2d2df;
}
.cid-udZicNxQDi {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-udZicNxQDi {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-udZicNxQDi .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-udZicNxQDi .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-udZicNxQDi img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-udZicNxQDi .container-fluid {
    padding: 0 1rem;
  }
  .cid-udZicNxQDi .right-wrapper {
    text-align: left;
  }
  .cid-udZicNxQDi .blue-block {
    width: 100%;
  }
  .cid-udZicNxQDi .mbr-section-title {
    text-align: center;
  }
  .cid-udZicNxQDi .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-udZicNxQDi .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-udZicNxQDi .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-udZicNxQDi img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-udZicNxQDi .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-udZicNxQDi .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-udZicNxQDi .container-fluid {
  max-width: 1200px;
}
.cid-udZicNxQDi .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-udZicNxQDi .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-udZicNxQDi .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-udZicNxQDi .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-udZicNxQDi .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(141, 94, 241, 0.5), rgba(141, 94, 241, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-udZicNxQDi .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(242, 172, 43, 0.5), rgba(242, 172, 43, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-udZicNxQDi .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-udZicNxQDi .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-udZicNxQDi .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-udZicNxQDi .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-udZicNxQDi .blue-block {
  background-color: #ec8c39;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-udZicNxQDi .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-udZicNxQDi .blue-title {
  margin: 0;
}
.cid-udZicNxQDi .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-udZicNxQDi .mbr-section-title DIV {
  text-align: left;
}
.cid-udYnXzyH2G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYnXzyH2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYnXzyH2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYnXzyH2G .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udYnXzyH2G .container {
    padding: 0 15px;
  }
}
.cid-udYnXzyH2G .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udYnXzyH2G .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udYnXzyH2G .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udYnXzyH2G .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udYnXzyH2G .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-udYnXzyH2G .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-udYnXzyH2G .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-udYnXzyH2G .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-udYnXzyH2G .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-udYnXzyH2G .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-udYnXzyH2G .items-wrapper .item a {
  display: block;
}
.cid-udYnXzyH2G .items-wrapper .item a:hover .item-wrapper::before,
.cid-udYnXzyH2G .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-udYnXzyH2G .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-udYnXzyH2G .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-udYnXzyH2G .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udYnXzyH2G .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-udYnXzyH2G .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-udYnXzyH2G .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-udYnXzyH2G .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-udYnXzyH2G .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udYnXzyH2G .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-ue7RqCtrMi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-ue7RqCtrMi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue7RqCtrMi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue7RqCtrMi .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue7RqCtrMi .container {
    padding: 0 15px;
  }
}
.cid-ue7RqCtrMi .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue7RqCtrMi .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ue7RqCtrMi .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-ue7RqCtrMi .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ue7RqCtrMi .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-ue7RqCtrMi .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-ue7RqCtrMi .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-ue7RqCtrMi .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-ue7RqCtrMi .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-ue7RqCtrMi .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-ue7RqCtrMi .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-ue7RqCtrMi .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-ue7RqCtrMi .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-ue7RqCtrMi .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-ue7RqCtrMi .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-ue7RqCtrMi .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ue7RqCtrMi .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ue7RqCtrMi .image-wrapper {
    margin: 0;
  }
}
.cid-ue7RqCtrMi .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
  z-index: 1;
}
.cid-ue7RqCtrMi .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-ue7RqCtrMi .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-ue7RqCtrMi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue7RqCtrMi .panel-title {
  color: #d2d2df;
}
.cid-ue7RqCtrMi .panel-text {
  color: #d2d2df;
}
.cid-ue7RqCtrMi .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-ue7Rst3loB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-ue7Rst3loB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue7Rst3loB .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-ue7Rst3loB .container {
    padding: 0 15px;
  }
}
.cid-ue7Rst3loB .row {
  justify-content: center;
}
.cid-ue7Rst3loB .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue7Rst3loB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ue7Rst3loB .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-ue7Rst3loB .subtitle-wrapper {
    padding: 0;
  }
}
.cid-ue7Rst3loB .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ue7Rst3loB .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ue7Rst3loB .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-ue7Rst3loB .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-ue7Rst3loB .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-ue7Rst3loB .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ue7Rst3loB .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-ue7Rst3loB .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-ue7Rst3loB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue7Rst3loB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ue7Rst3loB .list {
  color: #ffffff;
}
.cid-ue7RtqHUNl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-ue7RtqHUNl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue7RtqHUNl .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-ue7RtqHUNl .container {
    padding: 0 15px;
  }
}
.cid-ue7RtqHUNl .row {
  justify-content: center;
}
.cid-ue7RtqHUNl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue7RtqHUNl .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ue7RtqHUNl .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-ue7RtqHUNl .subtitle-wrapper {
    padding: 0;
  }
}
.cid-ue7RtqHUNl .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ue7RtqHUNl .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ue7RtqHUNl .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-ue7RtqHUNl .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-ue7RtqHUNl .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-ue7RtqHUNl .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ue7RtqHUNl .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-ue7RtqHUNl .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-ue7RtqHUNl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue7RtqHUNl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ue7RtqHUNl .list {
  color: #ffffff;
}
.cid-ue7RtSEbZL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-ue7RtSEbZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue7RtSEbZL .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-ue7RtSEbZL .container {
    padding: 0 15px;
  }
}
.cid-ue7RtSEbZL .row {
  justify-content: center;
}
.cid-ue7RtSEbZL .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ue7RtSEbZL .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ue7RtSEbZL .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-ue7RtSEbZL .subtitle-wrapper {
    padding: 0;
  }
}
.cid-ue7RtSEbZL .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ue7RtSEbZL .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ue7RtSEbZL .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-ue7RtSEbZL .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-ue7RtSEbZL .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-ue7RtSEbZL .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ue7RtSEbZL .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-ue7RtSEbZL .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-ue7RtSEbZL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ue7RtSEbZL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ue7RtSEbZL .list {
  color: #ffffff;
}
.cid-udYnXAjUDA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYnXAjUDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYnXAjUDA .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-udYnXAjUDA .container {
    padding: 0 15px;
  }
}
.cid-udYnXAjUDA .row {
  justify-content: center;
}
.cid-udYnXAjUDA .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-udYnXAjUDA .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-udYnXAjUDA .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-udYnXAjUDA .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udYnXAjUDA .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-udYnXAjUDA .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-udYnXAjUDA .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-udYnXAjUDA .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-udYnXAjUDA .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-udYnXAjUDA .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-udYnXAjUDA .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-udYnXAjUDA .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-udYnXAjUDA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-udYnXAjUDA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-udYnXAjUDA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-udYnXAjUDA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-udYnXAjUDA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #284177;
}
.cid-udYnXAjUDA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-udYnXAjUDA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-udYnXAjUDA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-udYnXAjUDA .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-udYnXAjUDA .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-udYnXAjUDA .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-udYnXAjUDA .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-udYnXAjUDA .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-udYnXAC7Ov {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udYnXAC7Ov .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYnXAC7Ov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYnXAC7Ov .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udYnXAC7Ov .container {
    padding: 0 15px;
  }
}
.cid-udYnXAC7Ov .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-udYnXAC7Ov .title-wrapper {
    text-align: center;
  }
}
.cid-udYnXAC7Ov .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udYnXAC7Ov .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-udYnXAC7Ov .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udYnXAC7Ov .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-udYnXAC7Ov .list {
    justify-content: center;
  }
}
.cid-udYnXAC7Ov .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-udYnXAC7Ov .list .item-wrap:hover,
.cid-udYnXAC7Ov .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-udYnXAC7Ov .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-udYnXAC7Ov .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-udYnXAC7Ov .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-udYnXAC7Ov .copy-wrapper {
    height: auto;
  }
}
.cid-udYnXAC7Ov .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udYnXAC7Ov .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-udYnXAC7Ov .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-udYnXAC7Ov .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-udYnXAC7Ov .social-wrapper {
    text-align: center;
  }
}
.cid-udYnXAC7Ov .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udYnXAC7Ov .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-udYnXAC7Ov .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-udYnXAC7Ov .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-udYnXAC7Ov .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-udYnXAC7Ov .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-udYnXAC7Ov .mbr-section-title {
  color: #f2ac2b;
}
.cid-udYnXAC7Ov .mbr-copy {
  color: #d2d2df;
}
.cid-utb8QrWjqs {
  background-color: transparent;
}
.cid-utb8QrWjqs .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-utb8QrWjqs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-utb8QrWjqs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utb8QrWjqs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utb8QrWjqs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utb8QrWjqs .menu_box .navbar.opened,
  .cid-utb8QrWjqs .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-utb8QrWjqs .navbar-dropdown {
  position: relative !important;
}
.cid-utb8QrWjqs .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utb8QrWjqs .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utb8QrWjqs .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utb8QrWjqs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utb8QrWjqs .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utb8QrWjqs .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-utb8QrWjqs .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utb8QrWjqs .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utb8QrWjqs .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utb8QrWjqs .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utb8QrWjqs .offcanvas-body .mbr-text,
  .cid-utb8QrWjqs .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utb8QrWjqs .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utb8QrWjqs .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utb8QrWjqs .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-utb8QrWjqs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utb8QrWjqs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utb8QrWjqs .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utb8QrWjqs .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utb8QrWjqs ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utb8QrWjqs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utb8QrWjqs .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-utb8QrWjqs .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utb8QrWjqs 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-utb8QrWjqs .lg_brand {
    margin: 0 1rem;
  }
  .cid-utb8QrWjqs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utb8QrWjqs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utb8QrWjqs .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utb8QrWjqs .nav-item {
    margin: 0 !important;
  }
}
.cid-utb8QrWjqs .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-utb8QrWjqs .nav-item .nav-link:hover,
.cid-utb8QrWjqs .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-utb8QrWjqs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utb8QrWjqs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utb8QrWjqs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utb8QrWjqs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utb8QrWjqs .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-utb8QrWjqs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utb8QrWjqs .offcanvas_box {
    display: none;
  }
}
.cid-utb8QrWjqs .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utb8QrWjqs .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utb8QrWjqs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utb8QrWjqs .container {
  display: flex;
  margin: auto;
}
.cid-utb8QrWjqs .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-utb8QrWjqs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utb8QrWjqs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utb8QrWjqs .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utb8QrWjqs .navbar-nav {
    margin: 0;
  }
}
.cid-utb8QrWjqs .dropdown-menu,
.cid-utb8QrWjqs .navbar.opened {
  background-color: false !important;
}
.cid-utb8QrWjqs .nav-item:focus,
.cid-utb8QrWjqs .nav-link:focus {
  outline: none;
}
.cid-utb8QrWjqs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utb8QrWjqs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utb8QrWjqs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utb8QrWjqs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utb8QrWjqs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utb8QrWjqs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utb8QrWjqs .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utb8QrWjqs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utb8QrWjqs .navbar.opened {
  transition: all 0.3s;
}
.cid-utb8QrWjqs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utb8QrWjqs .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-utb8QrWjqs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utb8QrWjqs .navbar.collapsed {
  justify-content: center;
}
.cid-utb8QrWjqs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utb8QrWjqs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utb8QrWjqs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utb8QrWjqs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utb8QrWjqs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utb8QrWjqs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utb8QrWjqs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utb8QrWjqs .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utb8QrWjqs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-utb8QrWjqs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utb8QrWjqs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utb8QrWjqs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utb8QrWjqs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utb8QrWjqs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utb8QrWjqs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utb8QrWjqs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utb8QrWjqs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utb8QrWjqs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utb8QrWjqs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utb8QrWjqs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utb8QrWjqs .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utb8QrWjqs .navbar.navbar-short {
  min-height: 60px;
}
.cid-utb8QrWjqs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utb8QrWjqs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utb8QrWjqs .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-utb8QrWjqs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-utb8QrWjqs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utb8QrWjqs .dropdown-item.active,
.cid-utb8QrWjqs .dropdown-item:active {
  background-color: transparent;
}
.cid-utb8QrWjqs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utb8QrWjqs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utb8QrWjqs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utb8QrWjqs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utb8QrWjqs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utb8QrWjqs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utb8QrWjqs 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-utb8QrWjqs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-utb8QrWjqs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utb8QrWjqs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utb8QrWjqs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utb8QrWjqs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utb8QrWjqs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utb8QrWjqs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utb8QrWjqs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utb8QrWjqs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utb8QrWjqs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utb8QrWjqs .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-utb8QrWjqs .navbar {
    height: 70px;
  }
  .cid-utb8QrWjqs .navbar.opened {
    height: auto;
  }
  .cid-utb8QrWjqs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utb8QrWjqs .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utb8QrWjqs .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-utb8QrWjqs .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utb8QrWjqs .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utb8QrWjqs .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-utb8QrWjqs .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-utb8QrWjqs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utb8QrWjqs .text_widget {
  margin-bottom: 32px;
}
.cid-utb8QrWjqs .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utb8QrWjqs .text_widget a:hover,
.cid-utb8QrWjqs .text_widget a:focus {
  opacity: .6;
}
.cid-utb8QrWjqs .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-utb8QrWjqs .navbar-caption {
  color: #f2ac2b;
}
.cid-utb8QrWjqs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utb8QrWjqs .mbr-section-subtitle,
.cid-utb8QrWjqs .text_widget,
.cid-utb8QrWjqs .mbr-section-btn {
  text-align: center;
}
.cid-utb8QrWjqs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utb8QsrU3c {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #e1f2e6;
}
.cid-utb8QsrU3c .mbr-section-subtitle {
  color: #36187d;
  text-align: center;
}
.cid-utb8QsrU3c .mbr-text {
  color: #6c758f;
  text-align: center;
}
.cid-utb8QsAcj1 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #e1f2e6;
}
.cid-utb8QsAcj1 .mbr-section-subtitle {
  color: #36187d;
}
.cid-utb8QsAcj1 .mbr-text {
  color: #6c758f;
}
.cid-utb8QsLFkC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-utb8QsLFkC .mbr-fallback-image.disabled {
  display: none;
}
.cid-utb8QsLFkC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utb8QsLFkC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utb8QsLFkC .container {
    padding: 0 15px;
  }
}
.cid-utb8QsLFkC .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-utb8QsLFkC .title-wrapper {
    text-align: center;
  }
}
.cid-utb8QsLFkC .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-utb8QsLFkC .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-utb8QsLFkC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-utb8QsLFkC .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-utb8QsLFkC .list {
    justify-content: center;
  }
}
.cid-utb8QsLFkC .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-utb8QsLFkC .list .item-wrap:hover,
.cid-utb8QsLFkC .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-utb8QsLFkC .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-utb8QsLFkC .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-utb8QsLFkC .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-utb8QsLFkC .copy-wrapper {
    height: auto;
  }
}
.cid-utb8QsLFkC .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utb8QsLFkC .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-utb8QsLFkC .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-utb8QsLFkC .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-utb8QsLFkC .social-wrapper {
    text-align: center;
  }
}
.cid-utb8QsLFkC .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-utb8QsLFkC .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-utb8QsLFkC .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-utb8QsLFkC .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-utb8QsLFkC .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-utb8QsLFkC .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-utb8QsLFkC .mbr-section-title {
  color: #f2ac2b;
}
.cid-utb8QsLFkC .mbr-copy {
  color: #d2d2df;
}
.cid-utb8VVlr0L {
  background-color: transparent;
}
.cid-utb8VVlr0L .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-utb8VVlr0L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-utb8VVlr0L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-utb8VVlr0L .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-utb8VVlr0L .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-utb8VVlr0L .menu_box .navbar.opened,
  .cid-utb8VVlr0L .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-utb8VVlr0L .navbar-dropdown {
  position: relative !important;
}
.cid-utb8VVlr0L .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-utb8VVlr0L .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utb8VVlr0L .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-utb8VVlr0L .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-utb8VVlr0L .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-utb8VVlr0L .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-utb8VVlr0L .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-utb8VVlr0L .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-utb8VVlr0L .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-utb8VVlr0L .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-utb8VVlr0L .offcanvas-body .mbr-text,
  .cid-utb8VVlr0L .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-utb8VVlr0L .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-utb8VVlr0L .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-utb8VVlr0L .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-utb8VVlr0L .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-utb8VVlr0L .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-utb8VVlr0L .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-utb8VVlr0L .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-utb8VVlr0L ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-utb8VVlr0L .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utb8VVlr0L .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-utb8VVlr0L .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-utb8VVlr0L 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-utb8VVlr0L .lg_brand {
    margin: 0 1rem;
  }
  .cid-utb8VVlr0L .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-utb8VVlr0L .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-utb8VVlr0L .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-utb8VVlr0L .nav-item {
    margin: 0 !important;
  }
}
.cid-utb8VVlr0L .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-utb8VVlr0L .nav-item .nav-link:hover,
.cid-utb8VVlr0L .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-utb8VVlr0L .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-utb8VVlr0L .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-utb8VVlr0L .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-utb8VVlr0L .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-utb8VVlr0L .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-utb8VVlr0L .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-utb8VVlr0L .offcanvas_box {
    display: none;
  }
}
.cid-utb8VVlr0L .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-utb8VVlr0L .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-utb8VVlr0L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-utb8VVlr0L .container {
  display: flex;
  margin: auto;
}
.cid-utb8VVlr0L .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-utb8VVlr0L .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-utb8VVlr0L .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-utb8VVlr0L .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-utb8VVlr0L .navbar-nav {
    margin: 0;
  }
}
.cid-utb8VVlr0L .dropdown-menu,
.cid-utb8VVlr0L .navbar.opened {
  background-color: false !important;
}
.cid-utb8VVlr0L .nav-item:focus,
.cid-utb8VVlr0L .nav-link:focus {
  outline: none;
}
.cid-utb8VVlr0L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-utb8VVlr0L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utb8VVlr0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-utb8VVlr0L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-utb8VVlr0L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utb8VVlr0L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utb8VVlr0L .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-utb8VVlr0L .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-utb8VVlr0L .navbar.opened {
  transition: all 0.3s;
}
.cid-utb8VVlr0L .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-utb8VVlr0L .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-utb8VVlr0L .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-utb8VVlr0L .navbar.collapsed {
  justify-content: center;
}
.cid-utb8VVlr0L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-utb8VVlr0L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-utb8VVlr0L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-utb8VVlr0L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-utb8VVlr0L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-utb8VVlr0L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-utb8VVlr0L .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-utb8VVlr0L .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-utb8VVlr0L .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-utb8VVlr0L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-utb8VVlr0L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-utb8VVlr0L .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-utb8VVlr0L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-utb8VVlr0L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-utb8VVlr0L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-utb8VVlr0L .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-utb8VVlr0L .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-utb8VVlr0L .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-utb8VVlr0L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-utb8VVlr0L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-utb8VVlr0L .navbar .icons-menu {
    padding: 0;
  }
}
.cid-utb8VVlr0L .navbar.navbar-short {
  min-height: 60px;
}
.cid-utb8VVlr0L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-utb8VVlr0L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-utb8VVlr0L .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-utb8VVlr0L .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-utb8VVlr0L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-utb8VVlr0L .dropdown-item.active,
.cid-utb8VVlr0L .dropdown-item:active {
  background-color: transparent;
}
.cid-utb8VVlr0L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-utb8VVlr0L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-utb8VVlr0L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-utb8VVlr0L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utb8VVlr0L ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-utb8VVlr0L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-utb8VVlr0L 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-utb8VVlr0L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-utb8VVlr0L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-utb8VVlr0L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utb8VVlr0L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-utb8VVlr0L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-utb8VVlr0L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utb8VVlr0L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-utb8VVlr0L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-utb8VVlr0L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-utb8VVlr0L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-utb8VVlr0L .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-utb8VVlr0L .navbar {
    height: 70px;
  }
  .cid-utb8VVlr0L .navbar.opened {
    height: auto;
  }
  .cid-utb8VVlr0L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utb8VVlr0L .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-utb8VVlr0L .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-utb8VVlr0L .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-utb8VVlr0L .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-utb8VVlr0L .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-utb8VVlr0L .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-utb8VVlr0L .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-utb8VVlr0L .text_widget {
  margin-bottom: 32px;
}
.cid-utb8VVlr0L .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-utb8VVlr0L .text_widget a:hover,
.cid-utb8VVlr0L .text_widget a:focus {
  opacity: .6;
}
.cid-utb8VVlr0L .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-utb8VVlr0L .navbar-caption {
  color: #f2ac2b;
}
.cid-utb8VVlr0L .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-utb8VVlr0L .mbr-section-subtitle,
.cid-utb8VVlr0L .text_widget,
.cid-utb8VVlr0L .mbr-section-btn {
  text-align: center;
}
.cid-utb8VVlr0L a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-utb8VVNQon {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #e1f2e6;
}
.cid-utb8VVNQon .mbr-section-subtitle {
  color: #36187d;
  text-align: center;
}
.cid-utb8VVNQon .mbr-text {
  color: #6c758f;
  text-align: center;
}
.cid-utb8VVVV60 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #e1f2e6;
}
.cid-utb8VVVV60 .mbr-section-subtitle {
  color: #36187d;
}
.cid-utb8VVVV60 .mbr-text {
  color: #6c758f;
}
.cid-utb8VW4F3h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-utb8VW4F3h .mbr-fallback-image.disabled {
  display: none;
}
.cid-utb8VW4F3h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utb8VW4F3h .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utb8VW4F3h .container {
    padding: 0 15px;
  }
}
.cid-utb8VW4F3h .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-utb8VW4F3h .title-wrapper {
    text-align: center;
  }
}
.cid-utb8VW4F3h .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-utb8VW4F3h .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-utb8VW4F3h .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-utb8VW4F3h .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-utb8VW4F3h .list {
    justify-content: center;
  }
}
.cid-utb8VW4F3h .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-utb8VW4F3h .list .item-wrap:hover,
.cid-utb8VW4F3h .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-utb8VW4F3h .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-utb8VW4F3h .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-utb8VW4F3h .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-utb8VW4F3h .copy-wrapper {
    height: auto;
  }
}
.cid-utb8VW4F3h .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-utb8VW4F3h .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-utb8VW4F3h .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-utb8VW4F3h .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-utb8VW4F3h .social-wrapper {
    text-align: center;
  }
}
.cid-utb8VW4F3h .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-utb8VW4F3h .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-utb8VW4F3h .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-utb8VW4F3h .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-utb8VW4F3h .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-utb8VW4F3h .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-utb8VW4F3h .mbr-section-title {
  color: #f2ac2b;
}
.cid-utb8VW4F3h .mbr-copy {
  color: #d2d2df;
}
.cid-udZdJP1BYr {
  background-color: transparent;
}
.cid-udZdJP1BYr .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-udZdJP1BYr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-udZdJP1BYr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udZdJP1BYr .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udZdJP1BYr .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udZdJP1BYr .menu_box .navbar.opened,
  .cid-udZdJP1BYr .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-udZdJP1BYr .navbar-dropdown {
  position: relative !important;
}
.cid-udZdJP1BYr .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-udZdJP1BYr .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udZdJP1BYr .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udZdJP1BYr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udZdJP1BYr .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udZdJP1BYr .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-udZdJP1BYr .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udZdJP1BYr .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udZdJP1BYr .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udZdJP1BYr .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udZdJP1BYr .offcanvas-body .mbr-text,
  .cid-udZdJP1BYr .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udZdJP1BYr .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udZdJP1BYr .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udZdJP1BYr .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-udZdJP1BYr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udZdJP1BYr .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udZdJP1BYr .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udZdJP1BYr .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udZdJP1BYr ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udZdJP1BYr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udZdJP1BYr .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-udZdJP1BYr .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udZdJP1BYr 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-udZdJP1BYr .lg_brand {
    margin: 0 1rem;
  }
  .cid-udZdJP1BYr .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-udZdJP1BYr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-udZdJP1BYr .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-udZdJP1BYr .nav-item {
    margin: 0 !important;
  }
}
.cid-udZdJP1BYr .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-udZdJP1BYr .nav-item .nav-link:hover,
.cid-udZdJP1BYr .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-udZdJP1BYr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udZdJP1BYr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udZdJP1BYr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udZdJP1BYr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udZdJP1BYr .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-udZdJP1BYr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udZdJP1BYr .offcanvas_box {
    display: none;
  }
}
.cid-udZdJP1BYr .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udZdJP1BYr .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udZdJP1BYr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udZdJP1BYr .container {
  display: flex;
  margin: auto;
}
.cid-udZdJP1BYr .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-udZdJP1BYr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udZdJP1BYr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udZdJP1BYr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udZdJP1BYr .navbar-nav {
    margin: 0;
  }
}
.cid-udZdJP1BYr .dropdown-menu,
.cid-udZdJP1BYr .navbar.opened {
  background-color: false !important;
}
.cid-udZdJP1BYr .nav-item:focus,
.cid-udZdJP1BYr .nav-link:focus {
  outline: none;
}
.cid-udZdJP1BYr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udZdJP1BYr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udZdJP1BYr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udZdJP1BYr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udZdJP1BYr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udZdJP1BYr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udZdJP1BYr .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udZdJP1BYr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udZdJP1BYr .navbar.opened {
  transition: all 0.3s;
}
.cid-udZdJP1BYr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udZdJP1BYr .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-udZdJP1BYr .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-udZdJP1BYr .navbar.collapsed {
  justify-content: center;
}
.cid-udZdJP1BYr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udZdJP1BYr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udZdJP1BYr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udZdJP1BYr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udZdJP1BYr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udZdJP1BYr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udZdJP1BYr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udZdJP1BYr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udZdJP1BYr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udZdJP1BYr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udZdJP1BYr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udZdJP1BYr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udZdJP1BYr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udZdJP1BYr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udZdJP1BYr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udZdJP1BYr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udZdJP1BYr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udZdJP1BYr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udZdJP1BYr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udZdJP1BYr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udZdJP1BYr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udZdJP1BYr .navbar.navbar-short {
  min-height: 60px;
}
.cid-udZdJP1BYr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udZdJP1BYr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udZdJP1BYr .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-udZdJP1BYr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-udZdJP1BYr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udZdJP1BYr .dropdown-item.active,
.cid-udZdJP1BYr .dropdown-item:active {
  background-color: transparent;
}
.cid-udZdJP1BYr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-udZdJP1BYr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udZdJP1BYr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udZdJP1BYr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udZdJP1BYr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udZdJP1BYr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udZdJP1BYr 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-udZdJP1BYr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-udZdJP1BYr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udZdJP1BYr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZdJP1BYr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZdJP1BYr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udZdJP1BYr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZdJP1BYr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udZdJP1BYr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udZdJP1BYr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZdJP1BYr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udZdJP1BYr .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-udZdJP1BYr .navbar {
    height: 70px;
  }
  .cid-udZdJP1BYr .navbar.opened {
    height: auto;
  }
  .cid-udZdJP1BYr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udZdJP1BYr .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-udZdJP1BYr .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-udZdJP1BYr .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udZdJP1BYr .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-udZdJP1BYr .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-udZdJP1BYr .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-udZdJP1BYr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udZdJP1BYr .text_widget {
  margin-bottom: 32px;
}
.cid-udZdJP1BYr .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udZdJP1BYr .text_widget a:hover,
.cid-udZdJP1BYr .text_widget a:focus {
  opacity: .6;
}
.cid-udZdJP1BYr .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-udZdJP1BYr .navbar-caption {
  color: #f2ac2b;
}
.cid-udZdJP1BYr .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-udZdJP1BYr .mbr-section-subtitle,
.cid-udZdJP1BYr .text_widget,
.cid-udZdJP1BYr .mbr-section-btn {
  text-align: center;
}
.cid-udZdJP1BYr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udZdJPYW9M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZdJPYW9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZdJPYW9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZdJPYW9M .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZdJPYW9M .container {
    padding: 0 15px;
  }
}
.cid-udZdJPYW9M .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-udZdJPYW9M .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-udZdJPYW9M .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-udZdJPYW9M .image-wrapper img {
    height: 400px;
  }
}
.cid-udZdJPYW9M .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udZdJPYW9M .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udZdJPYW9M .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-udZdJPYW9M .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-udZdJPYW9M .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-udZdJPYW9M .mbr-section-title {
  color: #ffffff;
}
.cid-udZdJPYW9M .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udZdJPYW9M .mbr-text {
  color: #d2d2df;
}
.cid-udZdJQiB2K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZdJQiB2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZdJQiB2K .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-udZdJQiB2K .container {
    padding: 0 15px;
  }
}
.cid-udZdJQiB2K .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-udZdJQiB2K .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-udZdJQiB2K .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-udZdJQiB2K .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-udZdJQiB2K .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udZdJQiB2K .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udZdJQiB2K .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udZdJQiB2K .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-udZdJQiB2K .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-udZdJQiB2K .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-udZdJQiB2K .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-udZdJQiB2K .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-udZdJQiB2K .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-udZdJQiB2K .mbr-section-title {
  color: #ffffff;
}
.cid-udZdJQiB2K .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-udZdJQiB2K .mbr-text {
  color: #d2d2df;
}
.cid-udZdJQw5ma {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZdJQw5ma .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZdJQw5ma .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-udZdJQw5ma .container {
    padding: 0 15px;
  }
}
.cid-udZdJQw5ma .row {
  justify-content: center;
}
.cid-udZdJQw5ma .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udZdJQw5ma .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udZdJQw5ma .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-udZdJQw5ma .subtitle-wrapper {
    padding: 0;
  }
}
.cid-udZdJQw5ma .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udZdJQw5ma .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-udZdJQw5ma .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-udZdJQw5ma .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-udZdJQw5ma .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-udZdJQw5ma .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-udZdJQw5ma .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-udZdJQw5ma .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-udZdJQw5ma .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udZdJQw5ma .mbr-section-subtitle {
  color: #ffffff;
}
.cid-udZdJQw5ma .list {
  color: #ffffff;
}
.cid-udZdJQLo7T {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-udZdJQLo7T {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-udZdJQLo7T .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-udZdJQLo7T .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-udZdJQLo7T img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-udZdJQLo7T .container-fluid {
    padding: 0 1rem;
  }
  .cid-udZdJQLo7T .right-wrapper {
    text-align: left;
  }
  .cid-udZdJQLo7T .blue-block {
    width: 100%;
  }
  .cid-udZdJQLo7T .mbr-section-title {
    text-align: center;
  }
  .cid-udZdJQLo7T .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-udZdJQLo7T .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-udZdJQLo7T .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-udZdJQLo7T img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-udZdJQLo7T .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-udZdJQLo7T .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-udZdJQLo7T .container-fluid {
  max-width: 1200px;
}
.cid-udZdJQLo7T .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-udZdJQLo7T .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-udZdJQLo7T .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-udZdJQLo7T .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-udZdJQLo7T .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(141, 94, 241, 0.5), rgba(141, 94, 241, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-udZdJQLo7T .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(242, 172, 43, 0.5), rgba(242, 172, 43, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-udZdJQLo7T .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-udZdJQLo7T .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-udZdJQLo7T .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-udZdJQLo7T .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-udZdJQLo7T .blue-block {
  background-color: #ec8c39;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-udZdJQLo7T .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-udZdJQLo7T .blue-title {
  margin: 0;
}
.cid-udZdJQLo7T .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-udZdJQLo7T .mbr-section-title DIV {
  text-align: left;
}
.cid-udZdJR2Dou {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-udZdJR2Dou .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udZdJR2Dou .row {
  flex-direction: row-reverse;
}
.cid-udZdJR2Dou img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-udZdJR2Dou .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZdJR2Dou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZdJS1dVG {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-udZdJS1dVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZdJS1dVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZdJS1dVG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZdJS1dVG .container {
    padding: 0 15px;
  }
}
.cid-udZdJS1dVG .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udZdJS1dVG .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udZdJS1dVG .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udZdJS1dVG .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udZdJS1dVG .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-udZdJS1dVG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-udZdJS1dVG .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-udZdJS1dVG .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-udZdJS1dVG .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-udZdJS1dVG .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-udZdJS1dVG .items-wrapper .item a {
  display: block;
}
.cid-udZdJS1dVG .items-wrapper .item a:hover .item-wrapper::before,
.cid-udZdJS1dVG .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-udZdJS1dVG .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-udZdJS1dVG .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-udZdJS1dVG .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udZdJS1dVG .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-udZdJS1dVG .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-udZdJS1dVG .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-udZdJS1dVG .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-udZdJS1dVG .mbr-section-title {
  color: #284177;
  text-align: center;
}
.cid-udZdJS1dVG .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-udZdJSlWY6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZdJSlWY6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZdJSlWY6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZdJSlWY6 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZdJSlWY6 .container {
    padding: 0 15px;
  }
}
.cid-udZdJSlWY6 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udZdJSlWY6 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udZdJSlWY6 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udZdJSlWY6 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udZdJSlWY6 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-udZdJSlWY6 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-udZdJSlWY6 .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-udZdJSlWY6 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-udZdJSlWY6 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-udZdJSlWY6 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-udZdJSlWY6 .items-wrapper .item a {
  display: block;
}
.cid-udZdJSlWY6 .items-wrapper .item a:hover .item-wrapper::before,
.cid-udZdJSlWY6 .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-udZdJSlWY6 .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-udZdJSlWY6 .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-udZdJSlWY6 .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udZdJSlWY6 .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-udZdJSlWY6 .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-udZdJSlWY6 .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-udZdJSlWY6 .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-udZdJSlWY6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udZdJSlWY6 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-udZdJSFPKK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZdJSFPKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZdJSFPKK .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-udZdJSFPKK .container {
    padding: 0 15px;
  }
}
.cid-udZdJSFPKK .row {
  justify-content: center;
}
.cid-udZdJSFPKK .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-udZdJSFPKK .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-udZdJSFPKK .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-udZdJSFPKK .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udZdJSFPKK .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-udZdJSFPKK .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-udZdJSFPKK .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-udZdJSFPKK .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-udZdJSFPKK .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-udZdJSFPKK .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-udZdJSFPKK .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-udZdJSFPKK .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-udZdJSFPKK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-udZdJSFPKK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-udZdJSFPKK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-udZdJSFPKK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-udZdJSFPKK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #284177;
}
.cid-udZdJSFPKK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-udZdJSFPKK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-udZdJSFPKK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-udZdJSFPKK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-udZdJSFPKK .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-udZdJSFPKK .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-udZdJSFPKK .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-udZdJSFPKK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-udZdJT1hzO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZdJT1hzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZdJT1hzO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZdJT1hzO .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZdJT1hzO .container {
    padding: 0 15px;
  }
}
.cid-udZdJT1hzO .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udZdJT1hzO .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-udZdJT1hzO .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-udZdJT1hzO .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udZdJT1hzO .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udZdJT1hzO .item {
  margin-bottom: 32px;
}
.cid-udZdJT1hzO .item:hover .item-wrapper::before,
.cid-udZdJT1hzO .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-udZdJT1hzO .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-udZdJT1hzO .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-udZdJT1hzO .item .item-wrapper::before {
    display: none;
  }
}
.cid-udZdJT1hzO .item .item-wrapper .card-box {
  position: relative;
}
.cid-udZdJT1hzO .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-udZdJT1hzO .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-udZdJT1hzO .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-udZdJT1hzO .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-udZdJT1hzO .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-udZdJT1hzO .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-udZdJT1hzO .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-udZdJT1hzO .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-udZdJT1hzO .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-udZdJT1hzO .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-udZdJT1hzO .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-udZdJT1hzO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udZdJT1hzO .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-udZdJT1hzO .mbr-date {
  color: #ffffff;
}
.cid-udZdJT1hzO .mbr-tag {
  color: #ffffff;
}
.cid-udZdJT1hzO .mbr-card-title {
  color: #f2ac2b;
}
.cid-udZdJT1hzO .mbr-card-text {
  color: #d2d2df;
}
.cid-udZdJTrMB9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZdJTrMB9 .mbr-overlay {
  background: #232b45;
  opacity: 0.5;
}
.cid-udZdJTrMB9 .title-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-udZdJTrMB9 .title-wrapper {
    margin: 0 0 20px 0;
  }
}
.cid-udZdJTrMB9 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-udZdJTrMB9 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udZdJTrMB9 .title-wrapper .buttons-wrapper {
  position: relative;
  display: flex;
  height: 48px;
  min-width: 120px;
}
.cid-udZdJTrMB9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 525px;
  max-width: 525px;
}
@media (max-width: 767px) {
  .cid-udZdJTrMB9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-udZdJTrMB9 .embla__slide .slide-content {
  width: 100%;
}
.cid-udZdJTrMB9 .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 15px;
}
.cid-udZdJTrMB9 .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udZdJTrMB9 .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 5px;
}
.cid-udZdJTrMB9 .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-udZdJTrMB9 .embla__slide .slide-content .item-wrapper .card-box .mbr-text {
  margin-bottom: 20px;
}
.cid-udZdJTrMB9 .embla__slide .slide-content .item-wrapper .card-box .mbr-name {
  margin-bottom: 5px;
}
.cid-udZdJTrMB9 .embla__slide .slide-content .item-wrapper .card-box .mbr-role {
  margin-bottom: 0;
}
.cid-udZdJTrMB9 .embla__button--next,
.cid-udZdJTrMB9 .embla__button--prev {
  display: flex;
}
.cid-udZdJTrMB9 .embla__button {
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #f2ac2b !important;
  border: 1px solid #f2ac2b !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-udZdJTrMB9 .embla__button::before {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #373d52;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
}
.cid-udZdJTrMB9 .embla__button span {
  z-index: 1;
}
.cid-udZdJTrMB9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-udZdJTrMB9 .embla__button:hover::before {
  opacity: 0;
}
.cid-udZdJTrMB9 .embla__button.embla__button--prev {
  left: 0;
}
.cid-udZdJTrMB9 .embla__button.embla__button--next {
  right: 55%;
}
@media (max-width: 992px) {
  .cid-udZdJTrMB9 .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-udZdJTrMB9 .embla {
  position: relative;
  width: 100%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-udZdJTrMB9 .embla {
    display: block;
  }
}
.cid-udZdJTrMB9 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-udZdJTrMB9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-udZdJTrMB9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-udZdJTrMB9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-udZdJTrMB9 .mbr-section-title {
  color: #ffffff;
}
.cid-udZdJTrMB9 .mbr-text {
  color: #d2d2df;
}
.cid-udZdJTrMB9 .mbr-name {
  color: #f2ac2b;
}
.cid-udZdJTrMB9 .mbr-role {
  color: #d2d2df;
}
.cid-udZdJTrMB9 .mbr-rating {
  color: #f2ac2b;
}
.cid-udZdJU5RZ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-udZdJU5RZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZdJU5RZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZdJU5RZ7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZdJU5RZ7 .container {
    padding: 0 15px;
  }
}
.cid-udZdJU5RZ7 .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-udZdJU5RZ7 .title-wrapper {
    text-align: center;
  }
}
.cid-udZdJU5RZ7 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-udZdJU5RZ7 .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-udZdJU5RZ7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udZdJU5RZ7 .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-udZdJU5RZ7 .list {
    justify-content: center;
  }
}
.cid-udZdJU5RZ7 .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-udZdJU5RZ7 .list .item-wrap:hover,
.cid-udZdJU5RZ7 .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-udZdJU5RZ7 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-udZdJU5RZ7 .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-udZdJU5RZ7 .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-udZdJU5RZ7 .copy-wrapper {
    height: auto;
  }
}
.cid-udZdJU5RZ7 .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udZdJU5RZ7 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-udZdJU5RZ7 .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-udZdJU5RZ7 .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-udZdJU5RZ7 .social-wrapper {
    text-align: center;
  }
}
.cid-udZdJU5RZ7 .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udZdJU5RZ7 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-udZdJU5RZ7 .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-udZdJU5RZ7 .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-udZdJU5RZ7 .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-udZdJU5RZ7 .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-udZdJU5RZ7 .mbr-section-title {
  color: #f2ac2b;
}
.cid-udZdJU5RZ7 .mbr-copy {
  color: #d2d2df;
}
.cid-uwtp5KgXX9 {
  background-color: transparent;
}
.cid-uwtp5KgXX9 .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uwtp5KgXX9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uwtp5KgXX9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwtp5KgXX9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uwtp5KgXX9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uwtp5KgXX9 .menu_box .navbar.opened,
  .cid-uwtp5KgXX9 .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uwtp5KgXX9 .navbar-dropdown {
  position: relative !important;
}
.cid-uwtp5KgXX9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uwtp5KgXX9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwtp5KgXX9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uwtp5KgXX9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uwtp5KgXX9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uwtp5KgXX9 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uwtp5KgXX9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uwtp5KgXX9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uwtp5KgXX9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uwtp5KgXX9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uwtp5KgXX9 .offcanvas-body .mbr-text,
  .cid-uwtp5KgXX9 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uwtp5KgXX9 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uwtp5KgXX9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uwtp5KgXX9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uwtp5KgXX9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uwtp5KgXX9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uwtp5KgXX9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uwtp5KgXX9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uwtp5KgXX9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uwtp5KgXX9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtp5KgXX9 .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-uwtp5KgXX9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uwtp5KgXX9 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-uwtp5KgXX9 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uwtp5KgXX9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uwtp5KgXX9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uwtp5KgXX9 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uwtp5KgXX9 .nav-item {
    margin: 0 !important;
  }
}
.cid-uwtp5KgXX9 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uwtp5KgXX9 .nav-item .nav-link:hover,
.cid-uwtp5KgXX9 .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtp5KgXX9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uwtp5KgXX9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uwtp5KgXX9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uwtp5KgXX9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtp5KgXX9 .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-uwtp5KgXX9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uwtp5KgXX9 .offcanvas_box {
    display: none;
  }
}
.cid-uwtp5KgXX9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uwtp5KgXX9 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uwtp5KgXX9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uwtp5KgXX9 .container {
  display: flex;
  margin: auto;
}
.cid-uwtp5KgXX9 .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-uwtp5KgXX9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uwtp5KgXX9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uwtp5KgXX9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uwtp5KgXX9 .navbar-nav {
    margin: 0;
  }
}
.cid-uwtp5KgXX9 .dropdown-menu,
.cid-uwtp5KgXX9 .navbar.opened {
  background-color: false !important;
}
.cid-uwtp5KgXX9 .nav-item:focus,
.cid-uwtp5KgXX9 .nav-link:focus {
  outline: none;
}
.cid-uwtp5KgXX9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwtp5KgXX9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwtp5KgXX9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwtp5KgXX9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwtp5KgXX9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwtp5KgXX9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwtp5KgXX9 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uwtp5KgXX9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uwtp5KgXX9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uwtp5KgXX9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uwtp5KgXX9 .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uwtp5KgXX9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uwtp5KgXX9 .navbar.collapsed {
  justify-content: center;
}
.cid-uwtp5KgXX9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwtp5KgXX9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uwtp5KgXX9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwtp5KgXX9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwtp5KgXX9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwtp5KgXX9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uwtp5KgXX9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uwtp5KgXX9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uwtp5KgXX9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uwtp5KgXX9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwtp5KgXX9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwtp5KgXX9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uwtp5KgXX9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwtp5KgXX9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uwtp5KgXX9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwtp5KgXX9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uwtp5KgXX9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uwtp5KgXX9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uwtp5KgXX9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uwtp5KgXX9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwtp5KgXX9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uwtp5KgXX9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwtp5KgXX9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwtp5KgXX9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwtp5KgXX9 .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-uwtp5KgXX9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uwtp5KgXX9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwtp5KgXX9 .dropdown-item.active,
.cid-uwtp5KgXX9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwtp5KgXX9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uwtp5KgXX9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwtp5KgXX9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwtp5KgXX9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwtp5KgXX9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uwtp5KgXX9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwtp5KgXX9 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-uwtp5KgXX9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uwtp5KgXX9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwtp5KgXX9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtp5KgXX9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtp5KgXX9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwtp5KgXX9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtp5KgXX9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwtp5KgXX9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwtp5KgXX9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtp5KgXX9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uwtp5KgXX9 .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-uwtp5KgXX9 .navbar {
    height: 70px;
  }
  .cid-uwtp5KgXX9 .navbar.opened {
    height: auto;
  }
  .cid-uwtp5KgXX9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwtp5KgXX9 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uwtp5KgXX9 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uwtp5KgXX9 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uwtp5KgXX9 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uwtp5KgXX9 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uwtp5KgXX9 .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uwtp5KgXX9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uwtp5KgXX9 .text_widget {
  margin-bottom: 32px;
}
.cid-uwtp5KgXX9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uwtp5KgXX9 .text_widget a:hover,
.cid-uwtp5KgXX9 .text_widget a:focus {
  opacity: .6;
}
.cid-uwtp5KgXX9 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtp5KgXX9 .navbar-caption {
  color: #f2ac2b;
}
.cid-uwtp5KgXX9 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtp5KgXX9 .mbr-section-subtitle,
.cid-uwtp5KgXX9 .text_widget,
.cid-uwtp5KgXX9 .mbr-section-btn {
  text-align: center;
}
.cid-uwtp5KgXX9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uwtp5LbYFp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtp5LbYFp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtp5LbYFp .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-uwtp5LbYFp .container {
    padding: 0 15px;
  }
}
.cid-uwtp5LbYFp .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uwtp5LbYFp .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uwtp5LbYFp .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uwtp5LbYFp .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uwtp5LbYFp .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtp5LbYFp .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtp5LbYFp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwtp5LbYFp .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwtp5LbYFp .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uwtp5LbYFp .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-uwtp5LbYFp .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uwtp5LbYFp .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uwtp5LbYFp .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uwtp5LbYFp .mbr-section-title {
  color: #ffffff;
}
.cid-uwtp5LbYFp .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uwtp5LbYFp .mbr-text {
  color: #d2d2df;
}
.cid-uwtp5LrUoE {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uwtp5LrUoE {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uwtp5LrUoE .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-uwtp5LrUoE .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-uwtp5LrUoE img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uwtp5LrUoE .container-fluid {
    padding: 0 1rem;
  }
  .cid-uwtp5LrUoE .right-wrapper {
    text-align: left;
  }
  .cid-uwtp5LrUoE .blue-block {
    width: 100%;
  }
  .cid-uwtp5LrUoE .mbr-section-title {
    text-align: center;
  }
  .cid-uwtp5LrUoE .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uwtp5LrUoE .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-uwtp5LrUoE .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-uwtp5LrUoE img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-uwtp5LrUoE .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-uwtp5LrUoE .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-uwtp5LrUoE .container-fluid {
  max-width: 1200px;
}
.cid-uwtp5LrUoE .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-uwtp5LrUoE .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-uwtp5LrUoE .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uwtp5LrUoE .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-uwtp5LrUoE .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(141, 94, 241, 0.5), rgba(141, 94, 241, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uwtp5LrUoE .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(242, 172, 43, 0.5), rgba(242, 172, 43, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uwtp5LrUoE .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-uwtp5LrUoE .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uwtp5LrUoE .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uwtp5LrUoE .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uwtp5LrUoE .blue-block {
  background-color: #ec8c39;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-uwtp5LrUoE .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-uwtp5LrUoE .blue-title {
  margin: 0;
}
.cid-uwtp5LrUoE .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-uwtp5LrUoE .mbr-section-title DIV {
  text-align: left;
}
.cid-uwtp5LFyaz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtp5LFyaz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtp5LFyaz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtp5LFyaz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtp5LFyaz .container {
    padding: 0 15px;
  }
}
.cid-uwtp5LFyaz .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtp5LFyaz .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtp5LFyaz .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtp5LFyaz .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtp5LFyaz .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uwtp5LFyaz .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-uwtp5LFyaz .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwtp5LFyaz .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uwtp5LFyaz .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uwtp5LFyaz .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uwtp5LFyaz .items-wrapper .item a {
  display: block;
}
.cid-uwtp5LFyaz .items-wrapper .item a:hover .item-wrapper::before,
.cid-uwtp5LFyaz .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-uwtp5LFyaz .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-uwtp5LFyaz .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-uwtp5LFyaz .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwtp5LFyaz .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtp5LFyaz .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uwtp5LFyaz .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-uwtp5LFyaz .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-uwtp5LFyaz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtp5LFyaz .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtp5LUAts {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtp5LUAts .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtp5LUAts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtp5LUAts .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtp5LUAts .container {
    padding: 0 15px;
  }
}
.cid-uwtp5LUAts .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtp5LUAts .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtp5LUAts .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uwtp5LUAts .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uwtp5LUAts .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uwtp5LUAts .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uwtp5LUAts .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uwtp5LUAts .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uwtp5LUAts .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-uwtp5LUAts .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-uwtp5LUAts .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uwtp5LUAts .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uwtp5LUAts .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uwtp5LUAts .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uwtp5LUAts .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uwtp5LUAts .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uwtp5LUAts .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtp5LUAts .image-wrapper {
    margin: 0;
  }
}
.cid-uwtp5LUAts .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
  z-index: 1;
}
.cid-uwtp5LUAts .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uwtp5LUAts .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uwtp5LUAts .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtp5LUAts .panel-title {
  color: #d2d2df;
}
.cid-uwtp5LUAts .panel-text {
  color: #d2d2df;
}
.cid-uwtp5LUAts .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtp5McOHv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtp5McOHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtp5McOHv .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-uwtp5McOHv .container {
    padding: 0 15px;
  }
}
.cid-uwtp5McOHv .row {
  justify-content: center;
}
.cid-uwtp5McOHv .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtp5McOHv .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtp5McOHv .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uwtp5McOHv .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uwtp5McOHv .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtp5McOHv .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwtp5McOHv .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uwtp5McOHv .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uwtp5McOHv .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uwtp5McOHv .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwtp5McOHv .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-uwtp5McOHv .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uwtp5McOHv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtp5McOHv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtp5McOHv .list {
  color: #ffffff;
}
.cid-uwtp5MqQyj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtp5MqQyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtp5MqQyj .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-uwtp5MqQyj .container {
    padding: 0 15px;
  }
}
.cid-uwtp5MqQyj .row {
  justify-content: center;
}
.cid-uwtp5MqQyj .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtp5MqQyj .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtp5MqQyj .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uwtp5MqQyj .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uwtp5MqQyj .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtp5MqQyj .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwtp5MqQyj .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uwtp5MqQyj .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uwtp5MqQyj .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uwtp5MqQyj .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwtp5MqQyj .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-uwtp5MqQyj .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uwtp5MqQyj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtp5MqQyj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtp5MqQyj .list {
  color: #ffffff;
}
.cid-uwtp5Nrc0D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtp5Nrc0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtp5Nrc0D .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-uwtp5Nrc0D .container {
    padding: 0 15px;
  }
}
.cid-uwtp5Nrc0D .row {
  justify-content: center;
}
.cid-uwtp5Nrc0D .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtp5Nrc0D .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtp5Nrc0D .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uwtp5Nrc0D .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uwtp5Nrc0D .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtp5Nrc0D .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwtp5Nrc0D .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uwtp5Nrc0D .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uwtp5Nrc0D .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uwtp5Nrc0D .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwtp5Nrc0D .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-uwtp5Nrc0D .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uwtp5Nrc0D .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtp5Nrc0D .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtp5Nrc0D .list {
  color: #ffffff;
}
.cid-uwtp5NHthm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtp5NHthm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtp5NHthm .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-uwtp5NHthm .container {
    padding: 0 15px;
  }
}
.cid-uwtp5NHthm .row {
  justify-content: center;
}
.cid-uwtp5NHthm .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-uwtp5NHthm .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-uwtp5NHthm .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uwtp5NHthm .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uwtp5NHthm .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-uwtp5NHthm .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-uwtp5NHthm .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uwtp5NHthm .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-uwtp5NHthm .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uwtp5NHthm .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-uwtp5NHthm .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uwtp5NHthm .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-uwtp5NHthm .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uwtp5NHthm .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-uwtp5NHthm .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uwtp5NHthm .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uwtp5NHthm .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #284177;
}
.cid-uwtp5NHthm .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uwtp5NHthm .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uwtp5NHthm .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uwtp5NHthm .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-uwtp5NHthm .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uwtp5NHthm .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-uwtp5NHthm .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtp5NHthm .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtp5NZxaC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtp5NZxaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtp5NZxaC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtp5NZxaC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtp5NZxaC .container {
    padding: 0 15px;
  }
}
.cid-uwtp5NZxaC .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uwtp5NZxaC .title-wrapper {
    text-align: center;
  }
}
.cid-uwtp5NZxaC .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uwtp5NZxaC .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uwtp5NZxaC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwtp5NZxaC .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-uwtp5NZxaC .list {
    justify-content: center;
  }
}
.cid-uwtp5NZxaC .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uwtp5NZxaC .list .item-wrap:hover,
.cid-uwtp5NZxaC .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtp5NZxaC .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uwtp5NZxaC .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uwtp5NZxaC .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uwtp5NZxaC .copy-wrapper {
    height: auto;
  }
}
.cid-uwtp5NZxaC .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtp5NZxaC .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uwtp5NZxaC .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uwtp5NZxaC .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uwtp5NZxaC .social-wrapper {
    text-align: center;
  }
}
.cid-uwtp5NZxaC .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uwtp5NZxaC .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uwtp5NZxaC .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uwtp5NZxaC .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uwtp5NZxaC .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uwtp5NZxaC .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-uwtp5NZxaC .mbr-section-title {
  color: #f2ac2b;
}
.cid-uwtp5NZxaC .mbr-copy {
  color: #d2d2df;
}
.cid-uwtpdBPqlD {
  background-color: transparent;
}
.cid-uwtpdBPqlD .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uwtpdBPqlD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uwtpdBPqlD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwtpdBPqlD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uwtpdBPqlD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uwtpdBPqlD .menu_box .navbar.opened,
  .cid-uwtpdBPqlD .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uwtpdBPqlD .navbar-dropdown {
  position: relative !important;
}
.cid-uwtpdBPqlD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uwtpdBPqlD .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwtpdBPqlD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uwtpdBPqlD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uwtpdBPqlD .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uwtpdBPqlD .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uwtpdBPqlD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uwtpdBPqlD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uwtpdBPqlD .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uwtpdBPqlD .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uwtpdBPqlD .offcanvas-body .mbr-text,
  .cid-uwtpdBPqlD .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uwtpdBPqlD .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uwtpdBPqlD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uwtpdBPqlD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uwtpdBPqlD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uwtpdBPqlD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uwtpdBPqlD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uwtpdBPqlD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uwtpdBPqlD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uwtpdBPqlD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtpdBPqlD .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-uwtpdBPqlD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uwtpdBPqlD 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-uwtpdBPqlD .lg_brand {
    margin: 0 1rem;
  }
  .cid-uwtpdBPqlD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uwtpdBPqlD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uwtpdBPqlD .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uwtpdBPqlD .nav-item {
    margin: 0 !important;
  }
}
.cid-uwtpdBPqlD .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uwtpdBPqlD .nav-item .nav-link:hover,
.cid-uwtpdBPqlD .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtpdBPqlD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uwtpdBPqlD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uwtpdBPqlD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uwtpdBPqlD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtpdBPqlD .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-uwtpdBPqlD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uwtpdBPqlD .offcanvas_box {
    display: none;
  }
}
.cid-uwtpdBPqlD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uwtpdBPqlD .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uwtpdBPqlD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uwtpdBPqlD .container {
  display: flex;
  margin: auto;
}
.cid-uwtpdBPqlD .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-uwtpdBPqlD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uwtpdBPqlD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uwtpdBPqlD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uwtpdBPqlD .navbar-nav {
    margin: 0;
  }
}
.cid-uwtpdBPqlD .dropdown-menu,
.cid-uwtpdBPqlD .navbar.opened {
  background-color: false !important;
}
.cid-uwtpdBPqlD .nav-item:focus,
.cid-uwtpdBPqlD .nav-link:focus {
  outline: none;
}
.cid-uwtpdBPqlD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwtpdBPqlD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwtpdBPqlD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwtpdBPqlD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwtpdBPqlD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwtpdBPqlD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwtpdBPqlD .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uwtpdBPqlD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uwtpdBPqlD .navbar.opened {
  transition: all 0.3s;
}
.cid-uwtpdBPqlD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uwtpdBPqlD .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uwtpdBPqlD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uwtpdBPqlD .navbar.collapsed {
  justify-content: center;
}
.cid-uwtpdBPqlD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwtpdBPqlD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uwtpdBPqlD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwtpdBPqlD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwtpdBPqlD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwtpdBPqlD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uwtpdBPqlD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uwtpdBPqlD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uwtpdBPqlD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uwtpdBPqlD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwtpdBPqlD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwtpdBPqlD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uwtpdBPqlD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwtpdBPqlD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uwtpdBPqlD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwtpdBPqlD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uwtpdBPqlD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uwtpdBPqlD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uwtpdBPqlD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uwtpdBPqlD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwtpdBPqlD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uwtpdBPqlD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwtpdBPqlD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwtpdBPqlD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwtpdBPqlD .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-uwtpdBPqlD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uwtpdBPqlD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwtpdBPqlD .dropdown-item.active,
.cid-uwtpdBPqlD .dropdown-item:active {
  background-color: transparent;
}
.cid-uwtpdBPqlD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uwtpdBPqlD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwtpdBPqlD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwtpdBPqlD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwtpdBPqlD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uwtpdBPqlD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwtpdBPqlD 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-uwtpdBPqlD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uwtpdBPqlD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwtpdBPqlD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtpdBPqlD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtpdBPqlD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwtpdBPqlD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtpdBPqlD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwtpdBPqlD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwtpdBPqlD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtpdBPqlD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uwtpdBPqlD .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-uwtpdBPqlD .navbar {
    height: 70px;
  }
  .cid-uwtpdBPqlD .navbar.opened {
    height: auto;
  }
  .cid-uwtpdBPqlD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwtpdBPqlD .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uwtpdBPqlD .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uwtpdBPqlD .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uwtpdBPqlD .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uwtpdBPqlD .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uwtpdBPqlD .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uwtpdBPqlD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uwtpdBPqlD .text_widget {
  margin-bottom: 32px;
}
.cid-uwtpdBPqlD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uwtpdBPqlD .text_widget a:hover,
.cid-uwtpdBPqlD .text_widget a:focus {
  opacity: .6;
}
.cid-uwtpdBPqlD .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtpdBPqlD .navbar-caption {
  color: #f2ac2b;
}
.cid-uwtpdBPqlD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpdBPqlD .mbr-section-subtitle,
.cid-uwtpdBPqlD .text_widget,
.cid-uwtpdBPqlD .mbr-section-btn {
  text-align: center;
}
.cid-uwtpdBPqlD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uwtpdCxi0q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpdCxi0q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpdCxi0q .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-uwtpdCxi0q .container {
    padding: 0 15px;
  }
}
.cid-uwtpdCxi0q .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uwtpdCxi0q .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uwtpdCxi0q .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uwtpdCxi0q .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uwtpdCxi0q .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtpdCxi0q .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtpdCxi0q .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwtpdCxi0q .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwtpdCxi0q .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uwtpdCxi0q .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-uwtpdCxi0q .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uwtpdCxi0q .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uwtpdCxi0q .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uwtpdCxi0q .mbr-section-title {
  color: #ffffff;
}
.cid-uwtpdCxi0q .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uwtpdCxi0q .mbr-text {
  color: #d2d2df;
}
.cid-uwtpdCWUSx {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uwtpdCWUSx {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uwtpdCWUSx .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-uwtpdCWUSx .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-uwtpdCWUSx img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uwtpdCWUSx .container-fluid {
    padding: 0 1rem;
  }
  .cid-uwtpdCWUSx .right-wrapper {
    text-align: left;
  }
  .cid-uwtpdCWUSx .blue-block {
    width: 100%;
  }
  .cid-uwtpdCWUSx .mbr-section-title {
    text-align: center;
  }
  .cid-uwtpdCWUSx .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uwtpdCWUSx .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-uwtpdCWUSx .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-uwtpdCWUSx img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-uwtpdCWUSx .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-uwtpdCWUSx .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-uwtpdCWUSx .container-fluid {
  max-width: 1200px;
}
.cid-uwtpdCWUSx .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-uwtpdCWUSx .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-uwtpdCWUSx .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uwtpdCWUSx .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-uwtpdCWUSx .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(141, 94, 241, 0.5), rgba(141, 94, 241, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uwtpdCWUSx .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(242, 172, 43, 0.5), rgba(242, 172, 43, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uwtpdCWUSx .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-uwtpdCWUSx .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uwtpdCWUSx .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uwtpdCWUSx .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uwtpdCWUSx .blue-block {
  background-color: #ec8c39;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-uwtpdCWUSx .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-uwtpdCWUSx .blue-title {
  margin: 0;
}
.cid-uwtpdCWUSx .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-uwtpdCWUSx .mbr-section-title DIV {
  text-align: left;
}
.cid-uwtpdDau7R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpdDau7R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpdDau7R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtpdDau7R .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtpdDau7R .container {
    padding: 0 15px;
  }
}
.cid-uwtpdDau7R .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpdDau7R .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtpdDau7R .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtpdDau7R .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtpdDau7R .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uwtpdDau7R .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-uwtpdDau7R .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwtpdDau7R .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uwtpdDau7R .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uwtpdDau7R .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uwtpdDau7R .items-wrapper .item a {
  display: block;
}
.cid-uwtpdDau7R .items-wrapper .item a:hover .item-wrapper::before,
.cid-uwtpdDau7R .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-uwtpdDau7R .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-uwtpdDau7R .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-uwtpdDau7R .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwtpdDau7R .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtpdDau7R .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uwtpdDau7R .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-uwtpdDau7R .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-uwtpdDau7R .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpdDau7R .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtpdDpDNf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtpdDpDNf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpdDpDNf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtpdDpDNf .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtpdDpDNf .container {
    padding: 0 15px;
  }
}
.cid-uwtpdDpDNf .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpdDpDNf .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtpdDpDNf .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uwtpdDpDNf .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uwtpdDpDNf .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uwtpdDpDNf .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uwtpdDpDNf .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uwtpdDpDNf .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uwtpdDpDNf .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-uwtpdDpDNf .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-uwtpdDpDNf .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uwtpdDpDNf .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uwtpdDpDNf .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uwtpdDpDNf .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uwtpdDpDNf .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uwtpdDpDNf .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uwtpdDpDNf .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtpdDpDNf .image-wrapper {
    margin: 0;
  }
}
.cid-uwtpdDpDNf .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
  z-index: 1;
}
.cid-uwtpdDpDNf .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uwtpdDpDNf .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uwtpdDpDNf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpdDpDNf .panel-title {
  color: #d2d2df;
}
.cid-uwtpdDpDNf .panel-text {
  color: #d2d2df;
}
.cid-uwtpdDpDNf .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpdDOoiQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtpdDOoiQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpdDOoiQ .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-uwtpdDOoiQ .container {
    padding: 0 15px;
  }
}
.cid-uwtpdDOoiQ .row {
  justify-content: center;
}
.cid-uwtpdDOoiQ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpdDOoiQ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtpdDOoiQ .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uwtpdDOoiQ .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uwtpdDOoiQ .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtpdDOoiQ .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwtpdDOoiQ .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpdDOoiQ .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uwtpdDOoiQ .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uwtpdDOoiQ .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwtpdDOoiQ .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-uwtpdDOoiQ .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uwtpdDOoiQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpdDOoiQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtpdDOoiQ .list {
  color: #ffffff;
}
.cid-uwtpdE4i0u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtpdE4i0u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpdE4i0u .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-uwtpdE4i0u .container {
    padding: 0 15px;
  }
}
.cid-uwtpdE4i0u .row {
  justify-content: center;
}
.cid-uwtpdE4i0u .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpdE4i0u .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtpdE4i0u .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uwtpdE4i0u .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uwtpdE4i0u .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtpdE4i0u .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwtpdE4i0u .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpdE4i0u .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uwtpdE4i0u .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uwtpdE4i0u .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwtpdE4i0u .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-uwtpdE4i0u .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uwtpdE4i0u .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpdE4i0u .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtpdE4i0u .list {
  color: #ffffff;
}
.cid-uwtpdEmEwn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtpdEmEwn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpdEmEwn .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-uwtpdEmEwn .container {
    padding: 0 15px;
  }
}
.cid-uwtpdEmEwn .row {
  justify-content: center;
}
.cid-uwtpdEmEwn .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpdEmEwn .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtpdEmEwn .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uwtpdEmEwn .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uwtpdEmEwn .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtpdEmEwn .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwtpdEmEwn .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpdEmEwn .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uwtpdEmEwn .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uwtpdEmEwn .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwtpdEmEwn .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-uwtpdEmEwn .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uwtpdEmEwn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpdEmEwn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtpdEmEwn .list {
  color: #ffffff;
}
.cid-uwtpdEJwPK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpdEJwPK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpdEJwPK .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-uwtpdEJwPK .container {
    padding: 0 15px;
  }
}
.cid-uwtpdEJwPK .row {
  justify-content: center;
}
.cid-uwtpdEJwPK .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-uwtpdEJwPK .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-uwtpdEJwPK .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uwtpdEJwPK .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uwtpdEJwPK .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-uwtpdEJwPK .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-uwtpdEJwPK .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uwtpdEJwPK .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-uwtpdEJwPK .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uwtpdEJwPK .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-uwtpdEJwPK .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uwtpdEJwPK .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-uwtpdEJwPK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uwtpdEJwPK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-uwtpdEJwPK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uwtpdEJwPK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uwtpdEJwPK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #284177;
}
.cid-uwtpdEJwPK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uwtpdEJwPK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uwtpdEJwPK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uwtpdEJwPK .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-uwtpdEJwPK .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uwtpdEJwPK .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-uwtpdEJwPK .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtpdEJwPK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpdF8Q4Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpdF8Q4Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpdF8Q4Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtpdF8Q4Q .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtpdF8Q4Q .container {
    padding: 0 15px;
  }
}
.cid-uwtpdF8Q4Q .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uwtpdF8Q4Q .title-wrapper {
    text-align: center;
  }
}
.cid-uwtpdF8Q4Q .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uwtpdF8Q4Q .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uwtpdF8Q4Q .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwtpdF8Q4Q .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-uwtpdF8Q4Q .list {
    justify-content: center;
  }
}
.cid-uwtpdF8Q4Q .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uwtpdF8Q4Q .list .item-wrap:hover,
.cid-uwtpdF8Q4Q .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtpdF8Q4Q .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uwtpdF8Q4Q .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uwtpdF8Q4Q .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uwtpdF8Q4Q .copy-wrapper {
    height: auto;
  }
}
.cid-uwtpdF8Q4Q .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtpdF8Q4Q .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uwtpdF8Q4Q .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uwtpdF8Q4Q .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uwtpdF8Q4Q .social-wrapper {
    text-align: center;
  }
}
.cid-uwtpdF8Q4Q .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uwtpdF8Q4Q .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uwtpdF8Q4Q .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uwtpdF8Q4Q .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uwtpdF8Q4Q .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uwtpdF8Q4Q .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-uwtpdF8Q4Q .mbr-section-title {
  color: #f2ac2b;
}
.cid-uwtpdF8Q4Q .mbr-copy {
  color: #d2d2df;
}
.cid-uwtplja3bO {
  background-color: transparent;
}
.cid-uwtplja3bO .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uwtplja3bO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uwtplja3bO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwtplja3bO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uwtplja3bO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uwtplja3bO .menu_box .navbar.opened,
  .cid-uwtplja3bO .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uwtplja3bO .navbar-dropdown {
  position: relative !important;
}
.cid-uwtplja3bO .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uwtplja3bO .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwtplja3bO .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uwtplja3bO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uwtplja3bO .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uwtplja3bO .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uwtplja3bO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uwtplja3bO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uwtplja3bO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uwtplja3bO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uwtplja3bO .offcanvas-body .mbr-text,
  .cid-uwtplja3bO .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uwtplja3bO .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uwtplja3bO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uwtplja3bO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uwtplja3bO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uwtplja3bO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uwtplja3bO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uwtplja3bO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uwtplja3bO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uwtplja3bO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtplja3bO .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-uwtplja3bO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uwtplja3bO 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-uwtplja3bO .lg_brand {
    margin: 0 1rem;
  }
  .cid-uwtplja3bO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uwtplja3bO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uwtplja3bO .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uwtplja3bO .nav-item {
    margin: 0 !important;
  }
}
.cid-uwtplja3bO .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uwtplja3bO .nav-item .nav-link:hover,
.cid-uwtplja3bO .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtplja3bO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uwtplja3bO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uwtplja3bO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uwtplja3bO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtplja3bO .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-uwtplja3bO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uwtplja3bO .offcanvas_box {
    display: none;
  }
}
.cid-uwtplja3bO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uwtplja3bO .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uwtplja3bO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uwtplja3bO .container {
  display: flex;
  margin: auto;
}
.cid-uwtplja3bO .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-uwtplja3bO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uwtplja3bO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uwtplja3bO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uwtplja3bO .navbar-nav {
    margin: 0;
  }
}
.cid-uwtplja3bO .dropdown-menu,
.cid-uwtplja3bO .navbar.opened {
  background-color: false !important;
}
.cid-uwtplja3bO .nav-item:focus,
.cid-uwtplja3bO .nav-link:focus {
  outline: none;
}
.cid-uwtplja3bO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwtplja3bO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwtplja3bO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwtplja3bO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwtplja3bO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwtplja3bO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwtplja3bO .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uwtplja3bO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uwtplja3bO .navbar.opened {
  transition: all 0.3s;
}
.cid-uwtplja3bO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uwtplja3bO .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uwtplja3bO .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uwtplja3bO .navbar.collapsed {
  justify-content: center;
}
.cid-uwtplja3bO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwtplja3bO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uwtplja3bO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwtplja3bO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwtplja3bO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwtplja3bO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uwtplja3bO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uwtplja3bO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uwtplja3bO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uwtplja3bO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwtplja3bO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwtplja3bO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uwtplja3bO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwtplja3bO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uwtplja3bO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwtplja3bO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uwtplja3bO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uwtplja3bO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uwtplja3bO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uwtplja3bO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwtplja3bO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uwtplja3bO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwtplja3bO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwtplja3bO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwtplja3bO .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-uwtplja3bO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uwtplja3bO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwtplja3bO .dropdown-item.active,
.cid-uwtplja3bO .dropdown-item:active {
  background-color: transparent;
}
.cid-uwtplja3bO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uwtplja3bO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwtplja3bO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwtplja3bO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwtplja3bO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uwtplja3bO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwtplja3bO 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-uwtplja3bO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uwtplja3bO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwtplja3bO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtplja3bO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtplja3bO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwtplja3bO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtplja3bO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwtplja3bO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwtplja3bO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtplja3bO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uwtplja3bO .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-uwtplja3bO .navbar {
    height: 70px;
  }
  .cid-uwtplja3bO .navbar.opened {
    height: auto;
  }
  .cid-uwtplja3bO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwtplja3bO .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uwtplja3bO .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uwtplja3bO .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uwtplja3bO .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uwtplja3bO .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uwtplja3bO .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uwtplja3bO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uwtplja3bO .text_widget {
  margin-bottom: 32px;
}
.cid-uwtplja3bO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uwtplja3bO .text_widget a:hover,
.cid-uwtplja3bO .text_widget a:focus {
  opacity: .6;
}
.cid-uwtplja3bO .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtplja3bO .navbar-caption {
  color: #f2ac2b;
}
.cid-uwtplja3bO .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtplja3bO .mbr-section-subtitle,
.cid-uwtplja3bO .text_widget,
.cid-uwtplja3bO .mbr-section-btn {
  text-align: center;
}
.cid-uwtplja3bO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uwtplk7hCf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtplk7hCf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtplk7hCf .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-uwtplk7hCf .container {
    padding: 0 15px;
  }
}
.cid-uwtplk7hCf .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uwtplk7hCf .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uwtplk7hCf .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uwtplk7hCf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uwtplk7hCf .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtplk7hCf .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtplk7hCf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwtplk7hCf .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwtplk7hCf .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uwtplk7hCf .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-uwtplk7hCf .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uwtplk7hCf .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uwtplk7hCf .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uwtplk7hCf .mbr-section-title {
  color: #ffffff;
}
.cid-uwtplk7hCf .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uwtplk7hCf .mbr-text {
  color: #d2d2df;
}
.cid-uwtplkmDTW {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uwtplkmDTW {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uwtplkmDTW .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-uwtplkmDTW .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-uwtplkmDTW img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uwtplkmDTW .container-fluid {
    padding: 0 1rem;
  }
  .cid-uwtplkmDTW .right-wrapper {
    text-align: left;
  }
  .cid-uwtplkmDTW .blue-block {
    width: 100%;
  }
  .cid-uwtplkmDTW .mbr-section-title {
    text-align: center;
  }
  .cid-uwtplkmDTW .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uwtplkmDTW .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-uwtplkmDTW .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-uwtplkmDTW img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-uwtplkmDTW .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-uwtplkmDTW .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-uwtplkmDTW .container-fluid {
  max-width: 1200px;
}
.cid-uwtplkmDTW .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-uwtplkmDTW .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-uwtplkmDTW .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uwtplkmDTW .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-uwtplkmDTW .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(141, 94, 241, 0.5), rgba(141, 94, 241, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uwtplkmDTW .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(242, 172, 43, 0.5), rgba(242, 172, 43, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uwtplkmDTW .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-uwtplkmDTW .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uwtplkmDTW .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uwtplkmDTW .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uwtplkmDTW .blue-block {
  background-color: #ec8c39;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-uwtplkmDTW .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-uwtplkmDTW .blue-title {
  margin: 0;
}
.cid-uwtplkmDTW .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-uwtplkmDTW .mbr-section-title DIV {
  text-align: left;
}
.cid-uwtplkAFx2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtplkAFx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtplkAFx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtplkAFx2 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtplkAFx2 .container {
    padding: 0 15px;
  }
}
.cid-uwtplkAFx2 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtplkAFx2 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtplkAFx2 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtplkAFx2 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtplkAFx2 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uwtplkAFx2 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-uwtplkAFx2 .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwtplkAFx2 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uwtplkAFx2 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uwtplkAFx2 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uwtplkAFx2 .items-wrapper .item a {
  display: block;
}
.cid-uwtplkAFx2 .items-wrapper .item a:hover .item-wrapper::before,
.cid-uwtplkAFx2 .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-uwtplkAFx2 .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-uwtplkAFx2 .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-uwtplkAFx2 .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwtplkAFx2 .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtplkAFx2 .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uwtplkAFx2 .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-uwtplkAFx2 .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-uwtplkAFx2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtplkAFx2 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtplkOcFe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtplkOcFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtplkOcFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtplkOcFe .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtplkOcFe .container {
    padding: 0 15px;
  }
}
.cid-uwtplkOcFe .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtplkOcFe .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtplkOcFe .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uwtplkOcFe .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uwtplkOcFe .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uwtplkOcFe .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uwtplkOcFe .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uwtplkOcFe .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uwtplkOcFe .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-uwtplkOcFe .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-uwtplkOcFe .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uwtplkOcFe .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uwtplkOcFe .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uwtplkOcFe .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uwtplkOcFe .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uwtplkOcFe .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uwtplkOcFe .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtplkOcFe .image-wrapper {
    margin: 0;
  }
}
.cid-uwtplkOcFe .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
  z-index: 1;
}
.cid-uwtplkOcFe .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uwtplkOcFe .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uwtplkOcFe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtplkOcFe .panel-title {
  color: #d2d2df;
}
.cid-uwtplkOcFe .panel-text {
  color: #d2d2df;
}
.cid-uwtplkOcFe .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpll5Bbf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtpll5Bbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpll5Bbf .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-uwtpll5Bbf .container {
    padding: 0 15px;
  }
}
.cid-uwtpll5Bbf .row {
  justify-content: center;
}
.cid-uwtpll5Bbf .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpll5Bbf .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtpll5Bbf .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uwtpll5Bbf .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uwtpll5Bbf .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtpll5Bbf .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwtpll5Bbf .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpll5Bbf .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uwtpll5Bbf .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uwtpll5Bbf .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwtpll5Bbf .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-uwtpll5Bbf .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uwtpll5Bbf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpll5Bbf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtpll5Bbf .list {
  color: #ffffff;
}
.cid-uwtplllJht {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtplllJht .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtplllJht .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-uwtplllJht .container {
    padding: 0 15px;
  }
}
.cid-uwtplllJht .row {
  justify-content: center;
}
.cid-uwtplllJht .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtplllJht .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtplllJht .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uwtplllJht .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uwtplllJht .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtplllJht .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwtplllJht .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uwtplllJht .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uwtplllJht .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uwtplllJht .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwtplllJht .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-uwtplllJht .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uwtplllJht .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtplllJht .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtplllJht .list {
  color: #ffffff;
}
.cid-uwtplmqvMR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtplmqvMR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtplmqvMR .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-uwtplmqvMR .container {
    padding: 0 15px;
  }
}
.cid-uwtplmqvMR .row {
  justify-content: center;
}
.cid-uwtplmqvMR .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtplmqvMR .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtplmqvMR .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uwtplmqvMR .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uwtplmqvMR .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtplmqvMR .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwtplmqvMR .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uwtplmqvMR .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uwtplmqvMR .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uwtplmqvMR .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwtplmqvMR .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-uwtplmqvMR .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uwtplmqvMR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtplmqvMR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtplmqvMR .list {
  color: #ffffff;
}
.cid-uwtplmFWWZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtplmFWWZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtplmFWWZ .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-uwtplmFWWZ .container {
    padding: 0 15px;
  }
}
.cid-uwtplmFWWZ .row {
  justify-content: center;
}
.cid-uwtplmFWWZ .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-uwtplmFWWZ .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-uwtplmFWWZ .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uwtplmFWWZ .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uwtplmFWWZ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-uwtplmFWWZ .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-uwtplmFWWZ .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uwtplmFWWZ .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-uwtplmFWWZ .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uwtplmFWWZ .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-uwtplmFWWZ .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uwtplmFWWZ .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-uwtplmFWWZ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uwtplmFWWZ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-uwtplmFWWZ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uwtplmFWWZ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uwtplmFWWZ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #284177;
}
.cid-uwtplmFWWZ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uwtplmFWWZ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uwtplmFWWZ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uwtplmFWWZ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-uwtplmFWWZ .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uwtplmFWWZ .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-uwtplmFWWZ .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtplmFWWZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtplmXT1e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtplmXT1e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtplmXT1e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtplmXT1e .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtplmXT1e .container {
    padding: 0 15px;
  }
}
.cid-uwtplmXT1e .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uwtplmXT1e .title-wrapper {
    text-align: center;
  }
}
.cid-uwtplmXT1e .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uwtplmXT1e .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uwtplmXT1e .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwtplmXT1e .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-uwtplmXT1e .list {
    justify-content: center;
  }
}
.cid-uwtplmXT1e .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uwtplmXT1e .list .item-wrap:hover,
.cid-uwtplmXT1e .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtplmXT1e .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uwtplmXT1e .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uwtplmXT1e .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uwtplmXT1e .copy-wrapper {
    height: auto;
  }
}
.cid-uwtplmXT1e .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtplmXT1e .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uwtplmXT1e .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uwtplmXT1e .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uwtplmXT1e .social-wrapper {
    text-align: center;
  }
}
.cid-uwtplmXT1e .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uwtplmXT1e .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uwtplmXT1e .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uwtplmXT1e .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uwtplmXT1e .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uwtplmXT1e .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-uwtplmXT1e .mbr-section-title {
  color: #f2ac2b;
}
.cid-uwtplmXT1e .mbr-copy {
  color: #d2d2df;
}
.cid-uwtpFABUUB {
  background-color: transparent;
}
.cid-uwtpFABUUB .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uwtpFABUUB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uwtpFABUUB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwtpFABUUB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uwtpFABUUB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uwtpFABUUB .menu_box .navbar.opened,
  .cid-uwtpFABUUB .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uwtpFABUUB .navbar-dropdown {
  position: relative !important;
}
.cid-uwtpFABUUB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uwtpFABUUB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwtpFABUUB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uwtpFABUUB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uwtpFABUUB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uwtpFABUUB .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uwtpFABUUB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uwtpFABUUB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uwtpFABUUB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uwtpFABUUB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uwtpFABUUB .offcanvas-body .mbr-text,
  .cid-uwtpFABUUB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uwtpFABUUB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uwtpFABUUB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uwtpFABUUB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uwtpFABUUB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uwtpFABUUB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uwtpFABUUB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uwtpFABUUB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uwtpFABUUB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uwtpFABUUB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtpFABUUB .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-uwtpFABUUB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uwtpFABUUB 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-uwtpFABUUB .lg_brand {
    margin: 0 1rem;
  }
  .cid-uwtpFABUUB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uwtpFABUUB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uwtpFABUUB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uwtpFABUUB .nav-item {
    margin: 0 !important;
  }
}
.cid-uwtpFABUUB .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uwtpFABUUB .nav-item .nav-link:hover,
.cid-uwtpFABUUB .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtpFABUUB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uwtpFABUUB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uwtpFABUUB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uwtpFABUUB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtpFABUUB .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-uwtpFABUUB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uwtpFABUUB .offcanvas_box {
    display: none;
  }
}
.cid-uwtpFABUUB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uwtpFABUUB .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uwtpFABUUB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uwtpFABUUB .container {
  display: flex;
  margin: auto;
}
.cid-uwtpFABUUB .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-uwtpFABUUB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uwtpFABUUB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uwtpFABUUB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uwtpFABUUB .navbar-nav {
    margin: 0;
  }
}
.cid-uwtpFABUUB .dropdown-menu,
.cid-uwtpFABUUB .navbar.opened {
  background-color: false !important;
}
.cid-uwtpFABUUB .nav-item:focus,
.cid-uwtpFABUUB .nav-link:focus {
  outline: none;
}
.cid-uwtpFABUUB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwtpFABUUB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwtpFABUUB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwtpFABUUB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwtpFABUUB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwtpFABUUB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwtpFABUUB .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uwtpFABUUB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uwtpFABUUB .navbar.opened {
  transition: all 0.3s;
}
.cid-uwtpFABUUB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uwtpFABUUB .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uwtpFABUUB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uwtpFABUUB .navbar.collapsed {
  justify-content: center;
}
.cid-uwtpFABUUB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwtpFABUUB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uwtpFABUUB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwtpFABUUB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwtpFABUUB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwtpFABUUB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uwtpFABUUB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uwtpFABUUB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uwtpFABUUB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uwtpFABUUB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwtpFABUUB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwtpFABUUB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uwtpFABUUB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwtpFABUUB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uwtpFABUUB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwtpFABUUB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uwtpFABUUB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uwtpFABUUB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uwtpFABUUB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uwtpFABUUB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwtpFABUUB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uwtpFABUUB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwtpFABUUB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwtpFABUUB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwtpFABUUB .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-uwtpFABUUB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uwtpFABUUB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwtpFABUUB .dropdown-item.active,
.cid-uwtpFABUUB .dropdown-item:active {
  background-color: transparent;
}
.cid-uwtpFABUUB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uwtpFABUUB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwtpFABUUB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwtpFABUUB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwtpFABUUB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uwtpFABUUB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwtpFABUUB 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-uwtpFABUUB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uwtpFABUUB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwtpFABUUB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtpFABUUB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtpFABUUB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwtpFABUUB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtpFABUUB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwtpFABUUB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwtpFABUUB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtpFABUUB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uwtpFABUUB .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-uwtpFABUUB .navbar {
    height: 70px;
  }
  .cid-uwtpFABUUB .navbar.opened {
    height: auto;
  }
  .cid-uwtpFABUUB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwtpFABUUB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uwtpFABUUB .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uwtpFABUUB .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uwtpFABUUB .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uwtpFABUUB .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uwtpFABUUB .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uwtpFABUUB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uwtpFABUUB .text_widget {
  margin-bottom: 32px;
}
.cid-uwtpFABUUB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uwtpFABUUB .text_widget a:hover,
.cid-uwtpFABUUB .text_widget a:focus {
  opacity: .6;
}
.cid-uwtpFABUUB .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtpFABUUB .navbar-caption {
  color: #f2ac2b;
}
.cid-uwtpFABUUB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpFABUUB .mbr-section-subtitle,
.cid-uwtpFABUUB .text_widget,
.cid-uwtpFABUUB .mbr-section-btn {
  text-align: center;
}
.cid-uwtpFABUUB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uwtpFBHPv6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpFBHPv6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpFBHPv6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtpFBHPv6 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtpFBHPv6 .container {
    padding: 0 15px;
  }
}
.cid-uwtpFBHPv6 .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uwtpFBHPv6 .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uwtpFBHPv6 .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uwtpFBHPv6 .image-wrapper img {
    height: 400px;
  }
}
.cid-uwtpFBHPv6 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtpFBHPv6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtpFBHPv6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uwtpFBHPv6 .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uwtpFBHPv6 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwtpFBHPv6 .mbr-section-title {
  color: #ffffff;
}
.cid-uwtpFBHPv6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtpFBHPv6 .mbr-text {
  color: #d2d2df;
}
.cid-uwtpFBYo1A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpFBYo1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpFBYo1A .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-uwtpFBYo1A .container {
    padding: 0 15px;
  }
}
.cid-uwtpFBYo1A .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uwtpFBYo1A .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uwtpFBYo1A .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uwtpFBYo1A .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uwtpFBYo1A .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtpFBYo1A .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtpFBYo1A .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwtpFBYo1A .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwtpFBYo1A .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uwtpFBYo1A .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-uwtpFBYo1A .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uwtpFBYo1A .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uwtpFBYo1A .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uwtpFBYo1A .mbr-section-title {
  color: #ffffff;
}
.cid-uwtpFBYo1A .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uwtpFBYo1A .mbr-text {
  color: #d2d2df;
}
.cid-uwtpFCdE9D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtpFCdE9D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpFCdE9D .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-uwtpFCdE9D .container {
    padding: 0 15px;
  }
}
.cid-uwtpFCdE9D .row {
  justify-content: center;
}
.cid-uwtpFCdE9D .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpFCdE9D .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtpFCdE9D .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uwtpFCdE9D .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uwtpFCdE9D .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtpFCdE9D .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwtpFCdE9D .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpFCdE9D .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uwtpFCdE9D .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uwtpFCdE9D .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwtpFCdE9D .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-uwtpFCdE9D .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uwtpFCdE9D .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpFCdE9D .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtpFCdE9D .list {
  color: #ffffff;
}
.cid-uwtpFCth1R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtpFCth1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpFCth1R .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-uwtpFCth1R .container {
    padding: 0 15px;
  }
}
.cid-uwtpFCth1R .row {
  justify-content: center;
}
.cid-uwtpFCth1R .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpFCth1R .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtpFCth1R .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uwtpFCth1R .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uwtpFCth1R .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtpFCth1R .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwtpFCth1R .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpFCth1R .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uwtpFCth1R .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uwtpFCth1R .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwtpFCth1R .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-uwtpFCth1R .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uwtpFCth1R .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpFCth1R .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtpFCth1R .list {
  color: #ffffff;
}
.cid-uwtpFCIhOc {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uwtpFCIhOc {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uwtpFCIhOc .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-uwtpFCIhOc .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-uwtpFCIhOc img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uwtpFCIhOc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uwtpFCIhOc .right-wrapper {
    text-align: left;
  }
  .cid-uwtpFCIhOc .blue-block {
    width: 100%;
  }
  .cid-uwtpFCIhOc .mbr-section-title {
    text-align: center;
  }
  .cid-uwtpFCIhOc .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uwtpFCIhOc .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-uwtpFCIhOc .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-uwtpFCIhOc img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-uwtpFCIhOc .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-uwtpFCIhOc .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-uwtpFCIhOc .container-fluid {
  max-width: 1200px;
}
.cid-uwtpFCIhOc .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-uwtpFCIhOc .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-uwtpFCIhOc .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uwtpFCIhOc .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-uwtpFCIhOc .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(141, 94, 241, 0.5), rgba(141, 94, 241, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uwtpFCIhOc .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(242, 172, 43, 0.5), rgba(242, 172, 43, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uwtpFCIhOc .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-uwtpFCIhOc .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uwtpFCIhOc .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uwtpFCIhOc .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uwtpFCIhOc .blue-block {
  background-color: #ec8c39;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-uwtpFCIhOc .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-uwtpFCIhOc .blue-title {
  margin: 0;
}
.cid-uwtpFCIhOc .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-uwtpFCIhOc .mbr-section-title DIV {
  text-align: left;
}
.cid-uwtpFCXrgg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwtpFCXrgg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwtpFCXrgg .row {
  flex-direction: row-reverse;
}
.cid-uwtpFCXrgg img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uwtpFCXrgg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpFCXrgg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtpFDcSEr {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uwtpFDcSEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpFDcSEr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtpFDcSEr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtpFDcSEr .container {
    padding: 0 15px;
  }
}
.cid-uwtpFDcSEr .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpFDcSEr .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtpFDcSEr .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtpFDcSEr .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtpFDcSEr .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uwtpFDcSEr .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-uwtpFDcSEr .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwtpFDcSEr .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uwtpFDcSEr .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uwtpFDcSEr .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uwtpFDcSEr .items-wrapper .item a {
  display: block;
}
.cid-uwtpFDcSEr .items-wrapper .item a:hover .item-wrapper::before,
.cid-uwtpFDcSEr .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-uwtpFDcSEr .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-uwtpFDcSEr .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-uwtpFDcSEr .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwtpFDcSEr .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtpFDcSEr .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uwtpFDcSEr .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-uwtpFDcSEr .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-uwtpFDcSEr .mbr-section-title {
  color: #284177;
  text-align: center;
}
.cid-uwtpFDcSEr .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtpFDuRow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpFDuRow .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpFDuRow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtpFDuRow .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtpFDuRow .container {
    padding: 0 15px;
  }
}
.cid-uwtpFDuRow .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpFDuRow .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtpFDuRow .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtpFDuRow .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtpFDuRow .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uwtpFDuRow .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-uwtpFDuRow .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwtpFDuRow .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uwtpFDuRow .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uwtpFDuRow .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uwtpFDuRow .items-wrapper .item a {
  display: block;
}
.cid-uwtpFDuRow .items-wrapper .item a:hover .item-wrapper::before,
.cid-uwtpFDuRow .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-uwtpFDuRow .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-uwtpFDuRow .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-uwtpFDuRow .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwtpFDuRow .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtpFDuRow .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uwtpFDuRow .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-uwtpFDuRow .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-uwtpFDuRow .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpFDuRow .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtpFDLDmr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpFDLDmr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpFDLDmr .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-uwtpFDLDmr .container {
    padding: 0 15px;
  }
}
.cid-uwtpFDLDmr .row {
  justify-content: center;
}
.cid-uwtpFDLDmr .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-uwtpFDLDmr .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-uwtpFDLDmr .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uwtpFDLDmr .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uwtpFDLDmr .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-uwtpFDLDmr .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-uwtpFDLDmr .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uwtpFDLDmr .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-uwtpFDLDmr .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uwtpFDLDmr .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-uwtpFDLDmr .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uwtpFDLDmr .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-uwtpFDLDmr .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uwtpFDLDmr .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-uwtpFDLDmr .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uwtpFDLDmr .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uwtpFDLDmr .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #284177;
}
.cid-uwtpFDLDmr .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uwtpFDLDmr .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uwtpFDLDmr .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uwtpFDLDmr .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-uwtpFDLDmr .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uwtpFDLDmr .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-uwtpFDLDmr .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtpFDLDmr .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpFE6vaT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpFE6vaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpFE6vaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtpFE6vaT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtpFE6vaT .container {
    padding: 0 15px;
  }
}
.cid-uwtpFE6vaT .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpFE6vaT .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtpFE6vaT .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtpFE6vaT .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtpFE6vaT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwtpFE6vaT .item {
  margin-bottom: 32px;
}
.cid-uwtpFE6vaT .item:hover .item-wrapper::before,
.cid-uwtpFE6vaT .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-uwtpFE6vaT .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-uwtpFE6vaT .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtpFE6vaT .item .item-wrapper::before {
    display: none;
  }
}
.cid-uwtpFE6vaT .item .item-wrapper .card-box {
  position: relative;
}
.cid-uwtpFE6vaT .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uwtpFE6vaT .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-uwtpFE6vaT .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uwtpFE6vaT .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-uwtpFE6vaT .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uwtpFE6vaT .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-uwtpFE6vaT .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-uwtpFE6vaT .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-uwtpFE6vaT .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uwtpFE6vaT .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-uwtpFE6vaT .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uwtpFE6vaT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpFE6vaT .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uwtpFE6vaT .mbr-date {
  color: #ffffff;
}
.cid-uwtpFE6vaT .mbr-tag {
  color: #ffffff;
}
.cid-uwtpFE6vaT .mbr-card-title {
  color: #f2ac2b;
}
.cid-uwtpFE6vaT .mbr-card-text {
  color: #d2d2df;
}
.cid-uwtpFEwDUV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpFEwDUV .mbr-overlay {
  background: #232b45;
  opacity: 0.5;
}
.cid-uwtpFEwDUV .title-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uwtpFEwDUV .title-wrapper {
    margin: 0 0 20px 0;
  }
}
.cid-uwtpFEwDUV .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwtpFEwDUV .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtpFEwDUV .title-wrapper .buttons-wrapper {
  position: relative;
  display: flex;
  height: 48px;
  min-width: 120px;
}
.cid-uwtpFEwDUV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 525px;
  max-width: 525px;
}
@media (max-width: 767px) {
  .cid-uwtpFEwDUV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uwtpFEwDUV .embla__slide .slide-content {
  width: 100%;
}
.cid-uwtpFEwDUV .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 15px;
}
.cid-uwtpFEwDUV .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uwtpFEwDUV .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 5px;
}
.cid-uwtpFEwDUV .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uwtpFEwDUV .embla__slide .slide-content .item-wrapper .card-box .mbr-text {
  margin-bottom: 20px;
}
.cid-uwtpFEwDUV .embla__slide .slide-content .item-wrapper .card-box .mbr-name {
  margin-bottom: 5px;
}
.cid-uwtpFEwDUV .embla__slide .slide-content .item-wrapper .card-box .mbr-role {
  margin-bottom: 0;
}
.cid-uwtpFEwDUV .embla__button--next,
.cid-uwtpFEwDUV .embla__button--prev {
  display: flex;
}
.cid-uwtpFEwDUV .embla__button {
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #f2ac2b !important;
  border: 1px solid #f2ac2b !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uwtpFEwDUV .embla__button::before {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #373d52;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
}
.cid-uwtpFEwDUV .embla__button span {
  z-index: 1;
}
.cid-uwtpFEwDUV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uwtpFEwDUV .embla__button:hover::before {
  opacity: 0;
}
.cid-uwtpFEwDUV .embla__button.embla__button--prev {
  left: 0;
}
.cid-uwtpFEwDUV .embla__button.embla__button--next {
  right: 55%;
}
@media (max-width: 992px) {
  .cid-uwtpFEwDUV .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uwtpFEwDUV .embla {
  position: relative;
  width: 100%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uwtpFEwDUV .embla {
    display: block;
  }
}
.cid-uwtpFEwDUV .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uwtpFEwDUV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uwtpFEwDUV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uwtpFEwDUV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uwtpFEwDUV .mbr-section-title {
  color: #ffffff;
}
.cid-uwtpFEwDUV .mbr-text {
  color: #d2d2df;
}
.cid-uwtpFEwDUV .mbr-name {
  color: #f2ac2b;
}
.cid-uwtpFEwDUV .mbr-role {
  color: #d2d2df;
}
.cid-uwtpFEwDUV .mbr-rating {
  color: #f2ac2b;
}
.cid-uwtpFF9KXX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpFF9KXX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpFF9KXX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtpFF9KXX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtpFF9KXX .container {
    padding: 0 15px;
  }
}
.cid-uwtpFF9KXX .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uwtpFF9KXX .title-wrapper {
    text-align: center;
  }
}
.cid-uwtpFF9KXX .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uwtpFF9KXX .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uwtpFF9KXX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwtpFF9KXX .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-uwtpFF9KXX .list {
    justify-content: center;
  }
}
.cid-uwtpFF9KXX .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uwtpFF9KXX .list .item-wrap:hover,
.cid-uwtpFF9KXX .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtpFF9KXX .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uwtpFF9KXX .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uwtpFF9KXX .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uwtpFF9KXX .copy-wrapper {
    height: auto;
  }
}
.cid-uwtpFF9KXX .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtpFF9KXX .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uwtpFF9KXX .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uwtpFF9KXX .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uwtpFF9KXX .social-wrapper {
    text-align: center;
  }
}
.cid-uwtpFF9KXX .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uwtpFF9KXX .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uwtpFF9KXX .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uwtpFF9KXX .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uwtpFF9KXX .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uwtpFF9KXX .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-uwtpFF9KXX .mbr-section-title {
  color: #f2ac2b;
}
.cid-uwtpFF9KXX .mbr-copy {
  color: #d2d2df;
}
.cid-uwtpIT7pKE {
  background-color: transparent;
}
.cid-uwtpIT7pKE .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uwtpIT7pKE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uwtpIT7pKE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwtpIT7pKE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uwtpIT7pKE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uwtpIT7pKE .menu_box .navbar.opened,
  .cid-uwtpIT7pKE .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uwtpIT7pKE .navbar-dropdown {
  position: relative !important;
}
.cid-uwtpIT7pKE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uwtpIT7pKE .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwtpIT7pKE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uwtpIT7pKE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uwtpIT7pKE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uwtpIT7pKE .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uwtpIT7pKE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uwtpIT7pKE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uwtpIT7pKE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uwtpIT7pKE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uwtpIT7pKE .offcanvas-body .mbr-text,
  .cid-uwtpIT7pKE .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uwtpIT7pKE .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uwtpIT7pKE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uwtpIT7pKE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uwtpIT7pKE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uwtpIT7pKE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uwtpIT7pKE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uwtpIT7pKE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uwtpIT7pKE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uwtpIT7pKE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtpIT7pKE .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-uwtpIT7pKE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uwtpIT7pKE 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-uwtpIT7pKE .lg_brand {
    margin: 0 1rem;
  }
  .cid-uwtpIT7pKE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uwtpIT7pKE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uwtpIT7pKE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uwtpIT7pKE .nav-item {
    margin: 0 !important;
  }
}
.cid-uwtpIT7pKE .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uwtpIT7pKE .nav-item .nav-link:hover,
.cid-uwtpIT7pKE .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtpIT7pKE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uwtpIT7pKE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uwtpIT7pKE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uwtpIT7pKE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtpIT7pKE .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-uwtpIT7pKE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uwtpIT7pKE .offcanvas_box {
    display: none;
  }
}
.cid-uwtpIT7pKE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uwtpIT7pKE .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uwtpIT7pKE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uwtpIT7pKE .container {
  display: flex;
  margin: auto;
}
.cid-uwtpIT7pKE .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-uwtpIT7pKE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uwtpIT7pKE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uwtpIT7pKE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uwtpIT7pKE .navbar-nav {
    margin: 0;
  }
}
.cid-uwtpIT7pKE .dropdown-menu,
.cid-uwtpIT7pKE .navbar.opened {
  background-color: false !important;
}
.cid-uwtpIT7pKE .nav-item:focus,
.cid-uwtpIT7pKE .nav-link:focus {
  outline: none;
}
.cid-uwtpIT7pKE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwtpIT7pKE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwtpIT7pKE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwtpIT7pKE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwtpIT7pKE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwtpIT7pKE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwtpIT7pKE .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uwtpIT7pKE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uwtpIT7pKE .navbar.opened {
  transition: all 0.3s;
}
.cid-uwtpIT7pKE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uwtpIT7pKE .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uwtpIT7pKE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uwtpIT7pKE .navbar.collapsed {
  justify-content: center;
}
.cid-uwtpIT7pKE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwtpIT7pKE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uwtpIT7pKE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwtpIT7pKE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwtpIT7pKE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwtpIT7pKE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uwtpIT7pKE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uwtpIT7pKE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uwtpIT7pKE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uwtpIT7pKE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwtpIT7pKE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwtpIT7pKE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uwtpIT7pKE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwtpIT7pKE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uwtpIT7pKE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwtpIT7pKE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uwtpIT7pKE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uwtpIT7pKE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uwtpIT7pKE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uwtpIT7pKE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwtpIT7pKE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uwtpIT7pKE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwtpIT7pKE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwtpIT7pKE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwtpIT7pKE .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-uwtpIT7pKE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uwtpIT7pKE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwtpIT7pKE .dropdown-item.active,
.cid-uwtpIT7pKE .dropdown-item:active {
  background-color: transparent;
}
.cid-uwtpIT7pKE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uwtpIT7pKE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwtpIT7pKE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwtpIT7pKE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwtpIT7pKE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uwtpIT7pKE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwtpIT7pKE 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-uwtpIT7pKE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uwtpIT7pKE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwtpIT7pKE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtpIT7pKE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtpIT7pKE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwtpIT7pKE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtpIT7pKE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwtpIT7pKE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwtpIT7pKE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtpIT7pKE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uwtpIT7pKE .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-uwtpIT7pKE .navbar {
    height: 70px;
  }
  .cid-uwtpIT7pKE .navbar.opened {
    height: auto;
  }
  .cid-uwtpIT7pKE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwtpIT7pKE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uwtpIT7pKE .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uwtpIT7pKE .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uwtpIT7pKE .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uwtpIT7pKE .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uwtpIT7pKE .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uwtpIT7pKE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uwtpIT7pKE .text_widget {
  margin-bottom: 32px;
}
.cid-uwtpIT7pKE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uwtpIT7pKE .text_widget a:hover,
.cid-uwtpIT7pKE .text_widget a:focus {
  opacity: .6;
}
.cid-uwtpIT7pKE .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtpIT7pKE .navbar-caption {
  color: #f2ac2b;
}
.cid-uwtpIT7pKE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpIT7pKE .mbr-section-subtitle,
.cid-uwtpIT7pKE .text_widget,
.cid-uwtpIT7pKE .mbr-section-btn {
  text-align: center;
}
.cid-uwtpIT7pKE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uwtpIU1H6x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpIU1H6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpIU1H6x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtpIU1H6x .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtpIU1H6x .container {
    padding: 0 15px;
  }
}
.cid-uwtpIU1H6x .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uwtpIU1H6x .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uwtpIU1H6x .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uwtpIU1H6x .image-wrapper img {
    height: 400px;
  }
}
.cid-uwtpIU1H6x .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtpIU1H6x .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtpIU1H6x .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uwtpIU1H6x .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uwtpIU1H6x .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwtpIU1H6x .mbr-section-title {
  color: #ffffff;
}
.cid-uwtpIU1H6x .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtpIU1H6x .mbr-text {
  color: #d2d2df;
}
.cid-uwtpIUk72B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpIUk72B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpIUk72B .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-uwtpIUk72B .container {
    padding: 0 15px;
  }
}
.cid-uwtpIUk72B .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uwtpIUk72B .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uwtpIUk72B .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uwtpIUk72B .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uwtpIUk72B .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtpIUk72B .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtpIUk72B .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwtpIUk72B .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwtpIUk72B .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uwtpIUk72B .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-uwtpIUk72B .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uwtpIUk72B .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uwtpIUk72B .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uwtpIUk72B .mbr-section-title {
  color: #ffffff;
}
.cid-uwtpIUk72B .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uwtpIUk72B .mbr-text {
  color: #d2d2df;
}
.cid-uwtpIUyJtY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtpIUyJtY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpIUyJtY .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-uwtpIUyJtY .container {
    padding: 0 15px;
  }
}
.cid-uwtpIUyJtY .row {
  justify-content: center;
}
.cid-uwtpIUyJtY .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpIUyJtY .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtpIUyJtY .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uwtpIUyJtY .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uwtpIUyJtY .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtpIUyJtY .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwtpIUyJtY .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpIUyJtY .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uwtpIUyJtY .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uwtpIUyJtY .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwtpIUyJtY .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-uwtpIUyJtY .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uwtpIUyJtY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpIUyJtY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtpIUyJtY .list {
  color: #ffffff;
}
.cid-uwtpIULdpT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtpIULdpT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpIULdpT .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-uwtpIULdpT .container {
    padding: 0 15px;
  }
}
.cid-uwtpIULdpT .row {
  justify-content: center;
}
.cid-uwtpIULdpT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpIULdpT .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtpIULdpT .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uwtpIULdpT .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uwtpIULdpT .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtpIULdpT .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwtpIULdpT .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpIULdpT .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uwtpIULdpT .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uwtpIULdpT .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwtpIULdpT .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-uwtpIULdpT .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uwtpIULdpT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpIULdpT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtpIULdpT .list {
  color: #ffffff;
}
.cid-uwtpIUYFwq {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uwtpIUYFwq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uwtpIUYFwq .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-uwtpIUYFwq .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-uwtpIUYFwq img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uwtpIUYFwq .container-fluid {
    padding: 0 1rem;
  }
  .cid-uwtpIUYFwq .right-wrapper {
    text-align: left;
  }
  .cid-uwtpIUYFwq .blue-block {
    width: 100%;
  }
  .cid-uwtpIUYFwq .mbr-section-title {
    text-align: center;
  }
  .cid-uwtpIUYFwq .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uwtpIUYFwq .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-uwtpIUYFwq .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-uwtpIUYFwq img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-uwtpIUYFwq .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-uwtpIUYFwq .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-uwtpIUYFwq .container-fluid {
  max-width: 1200px;
}
.cid-uwtpIUYFwq .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-uwtpIUYFwq .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-uwtpIUYFwq .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uwtpIUYFwq .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-uwtpIUYFwq .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(141, 94, 241, 0.5), rgba(141, 94, 241, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uwtpIUYFwq .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(242, 172, 43, 0.5), rgba(242, 172, 43, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uwtpIUYFwq .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-uwtpIUYFwq .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uwtpIUYFwq .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uwtpIUYFwq .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uwtpIUYFwq .blue-block {
  background-color: #ec8c39;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-uwtpIUYFwq .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-uwtpIUYFwq .blue-title {
  margin: 0;
}
.cid-uwtpIUYFwq .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-uwtpIUYFwq .mbr-section-title DIV {
  text-align: left;
}
.cid-uwtpIVerFG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwtpIVerFG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwtpIVerFG .row {
  flex-direction: row-reverse;
}
.cid-uwtpIVerFG img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uwtpIVerFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpIVerFG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtpIVtpgr {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uwtpIVtpgr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpIVtpgr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtpIVtpgr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtpIVtpgr .container {
    padding: 0 15px;
  }
}
.cid-uwtpIVtpgr .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpIVtpgr .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtpIVtpgr .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtpIVtpgr .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtpIVtpgr .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uwtpIVtpgr .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-uwtpIVtpgr .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwtpIVtpgr .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uwtpIVtpgr .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uwtpIVtpgr .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uwtpIVtpgr .items-wrapper .item a {
  display: block;
}
.cid-uwtpIVtpgr .items-wrapper .item a:hover .item-wrapper::before,
.cid-uwtpIVtpgr .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-uwtpIVtpgr .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-uwtpIVtpgr .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-uwtpIVtpgr .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwtpIVtpgr .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtpIVtpgr .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uwtpIVtpgr .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-uwtpIVtpgr .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-uwtpIVtpgr .mbr-section-title {
  color: #284177;
  text-align: center;
}
.cid-uwtpIVtpgr .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtpIVNURf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpIVNURf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpIVNURf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtpIVNURf .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtpIVNURf .container {
    padding: 0 15px;
  }
}
.cid-uwtpIVNURf .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpIVNURf .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtpIVNURf .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtpIVNURf .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtpIVNURf .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uwtpIVNURf .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-uwtpIVNURf .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwtpIVNURf .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uwtpIVNURf .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uwtpIVNURf .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uwtpIVNURf .items-wrapper .item a {
  display: block;
}
.cid-uwtpIVNURf .items-wrapper .item a:hover .item-wrapper::before,
.cid-uwtpIVNURf .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-uwtpIVNURf .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-uwtpIVNURf .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-uwtpIVNURf .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwtpIVNURf .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtpIVNURf .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uwtpIVNURf .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-uwtpIVNURf .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-uwtpIVNURf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpIVNURf .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtpIW4mE1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpIW4mE1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpIW4mE1 .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-uwtpIW4mE1 .container {
    padding: 0 15px;
  }
}
.cid-uwtpIW4mE1 .row {
  justify-content: center;
}
.cid-uwtpIW4mE1 .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-uwtpIW4mE1 .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-uwtpIW4mE1 .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uwtpIW4mE1 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uwtpIW4mE1 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-uwtpIW4mE1 .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-uwtpIW4mE1 .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uwtpIW4mE1 .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-uwtpIW4mE1 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uwtpIW4mE1 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-uwtpIW4mE1 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uwtpIW4mE1 .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-uwtpIW4mE1 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uwtpIW4mE1 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-uwtpIW4mE1 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uwtpIW4mE1 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uwtpIW4mE1 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #284177;
}
.cid-uwtpIW4mE1 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uwtpIW4mE1 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uwtpIW4mE1 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uwtpIW4mE1 .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-uwtpIW4mE1 .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uwtpIW4mE1 .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-uwtpIW4mE1 .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtpIW4mE1 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpIWs74E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpIWs74E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpIWs74E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtpIWs74E .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtpIWs74E .container {
    padding: 0 15px;
  }
}
.cid-uwtpIWs74E .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpIWs74E .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtpIWs74E .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtpIWs74E .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtpIWs74E .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwtpIWs74E .item {
  margin-bottom: 32px;
}
.cid-uwtpIWs74E .item:hover .item-wrapper::before,
.cid-uwtpIWs74E .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-uwtpIWs74E .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-uwtpIWs74E .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtpIWs74E .item .item-wrapper::before {
    display: none;
  }
}
.cid-uwtpIWs74E .item .item-wrapper .card-box {
  position: relative;
}
.cid-uwtpIWs74E .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uwtpIWs74E .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-uwtpIWs74E .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uwtpIWs74E .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-uwtpIWs74E .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uwtpIWs74E .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-uwtpIWs74E .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-uwtpIWs74E .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-uwtpIWs74E .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uwtpIWs74E .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-uwtpIWs74E .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uwtpIWs74E .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpIWs74E .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uwtpIWs74E .mbr-date {
  color: #ffffff;
}
.cid-uwtpIWs74E .mbr-tag {
  color: #ffffff;
}
.cid-uwtpIWs74E .mbr-card-title {
  color: #f2ac2b;
}
.cid-uwtpIWs74E .mbr-card-text {
  color: #d2d2df;
}
.cid-uwtpIWPOfw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpIWPOfw .mbr-overlay {
  background: #232b45;
  opacity: 0.5;
}
.cid-uwtpIWPOfw .title-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uwtpIWPOfw .title-wrapper {
    margin: 0 0 20px 0;
  }
}
.cid-uwtpIWPOfw .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwtpIWPOfw .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtpIWPOfw .title-wrapper .buttons-wrapper {
  position: relative;
  display: flex;
  height: 48px;
  min-width: 120px;
}
.cid-uwtpIWPOfw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 525px;
  max-width: 525px;
}
@media (max-width: 767px) {
  .cid-uwtpIWPOfw .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uwtpIWPOfw .embla__slide .slide-content {
  width: 100%;
}
.cid-uwtpIWPOfw .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 15px;
}
.cid-uwtpIWPOfw .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uwtpIWPOfw .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 5px;
}
.cid-uwtpIWPOfw .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uwtpIWPOfw .embla__slide .slide-content .item-wrapper .card-box .mbr-text {
  margin-bottom: 20px;
}
.cid-uwtpIWPOfw .embla__slide .slide-content .item-wrapper .card-box .mbr-name {
  margin-bottom: 5px;
}
.cid-uwtpIWPOfw .embla__slide .slide-content .item-wrapper .card-box .mbr-role {
  margin-bottom: 0;
}
.cid-uwtpIWPOfw .embla__button--next,
.cid-uwtpIWPOfw .embla__button--prev {
  display: flex;
}
.cid-uwtpIWPOfw .embla__button {
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #f2ac2b !important;
  border: 1px solid #f2ac2b !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uwtpIWPOfw .embla__button::before {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #373d52;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
}
.cid-uwtpIWPOfw .embla__button span {
  z-index: 1;
}
.cid-uwtpIWPOfw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uwtpIWPOfw .embla__button:hover::before {
  opacity: 0;
}
.cid-uwtpIWPOfw .embla__button.embla__button--prev {
  left: 0;
}
.cid-uwtpIWPOfw .embla__button.embla__button--next {
  right: 55%;
}
@media (max-width: 992px) {
  .cid-uwtpIWPOfw .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uwtpIWPOfw .embla {
  position: relative;
  width: 100%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uwtpIWPOfw .embla {
    display: block;
  }
}
.cid-uwtpIWPOfw .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uwtpIWPOfw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uwtpIWPOfw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uwtpIWPOfw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uwtpIWPOfw .mbr-section-title {
  color: #ffffff;
}
.cid-uwtpIWPOfw .mbr-text {
  color: #d2d2df;
}
.cid-uwtpIWPOfw .mbr-name {
  color: #f2ac2b;
}
.cid-uwtpIWPOfw .mbr-role {
  color: #d2d2df;
}
.cid-uwtpIWPOfw .mbr-rating {
  color: #f2ac2b;
}
.cid-uwtpIXvP1k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpIXvP1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpIXvP1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtpIXvP1k .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtpIXvP1k .container {
    padding: 0 15px;
  }
}
.cid-uwtpIXvP1k .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uwtpIXvP1k .title-wrapper {
    text-align: center;
  }
}
.cid-uwtpIXvP1k .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uwtpIXvP1k .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uwtpIXvP1k .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwtpIXvP1k .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-uwtpIXvP1k .list {
    justify-content: center;
  }
}
.cid-uwtpIXvP1k .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uwtpIXvP1k .list .item-wrap:hover,
.cid-uwtpIXvP1k .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtpIXvP1k .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uwtpIXvP1k .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uwtpIXvP1k .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uwtpIXvP1k .copy-wrapper {
    height: auto;
  }
}
.cid-uwtpIXvP1k .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtpIXvP1k .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uwtpIXvP1k .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uwtpIXvP1k .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uwtpIXvP1k .social-wrapper {
    text-align: center;
  }
}
.cid-uwtpIXvP1k .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uwtpIXvP1k .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uwtpIXvP1k .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uwtpIXvP1k .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uwtpIXvP1k .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uwtpIXvP1k .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-uwtpIXvP1k .mbr-section-title {
  color: #f2ac2b;
}
.cid-uwtpIXvP1k .mbr-copy {
  color: #d2d2df;
}
.cid-uwtpVxiks6 {
  background-color: transparent;
}
.cid-uwtpVxiks6 .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uwtpVxiks6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uwtpVxiks6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwtpVxiks6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uwtpVxiks6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uwtpVxiks6 .menu_box .navbar.opened,
  .cid-uwtpVxiks6 .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uwtpVxiks6 .navbar-dropdown {
  position: relative !important;
}
.cid-uwtpVxiks6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uwtpVxiks6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwtpVxiks6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uwtpVxiks6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uwtpVxiks6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uwtpVxiks6 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uwtpVxiks6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uwtpVxiks6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uwtpVxiks6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uwtpVxiks6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uwtpVxiks6 .offcanvas-body .mbr-text,
  .cid-uwtpVxiks6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uwtpVxiks6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uwtpVxiks6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uwtpVxiks6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uwtpVxiks6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uwtpVxiks6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uwtpVxiks6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uwtpVxiks6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uwtpVxiks6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uwtpVxiks6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtpVxiks6 .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-uwtpVxiks6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uwtpVxiks6 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-uwtpVxiks6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uwtpVxiks6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uwtpVxiks6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uwtpVxiks6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uwtpVxiks6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uwtpVxiks6 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uwtpVxiks6 .nav-item .nav-link:hover,
.cid-uwtpVxiks6 .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtpVxiks6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uwtpVxiks6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uwtpVxiks6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uwtpVxiks6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtpVxiks6 .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-uwtpVxiks6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uwtpVxiks6 .offcanvas_box {
    display: none;
  }
}
.cid-uwtpVxiks6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uwtpVxiks6 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uwtpVxiks6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uwtpVxiks6 .container {
  display: flex;
  margin: auto;
}
.cid-uwtpVxiks6 .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-uwtpVxiks6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uwtpVxiks6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uwtpVxiks6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uwtpVxiks6 .navbar-nav {
    margin: 0;
  }
}
.cid-uwtpVxiks6 .dropdown-menu,
.cid-uwtpVxiks6 .navbar.opened {
  background-color: false !important;
}
.cid-uwtpVxiks6 .nav-item:focus,
.cid-uwtpVxiks6 .nav-link:focus {
  outline: none;
}
.cid-uwtpVxiks6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwtpVxiks6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwtpVxiks6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwtpVxiks6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwtpVxiks6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwtpVxiks6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwtpVxiks6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uwtpVxiks6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uwtpVxiks6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uwtpVxiks6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uwtpVxiks6 .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uwtpVxiks6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uwtpVxiks6 .navbar.collapsed {
  justify-content: center;
}
.cid-uwtpVxiks6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwtpVxiks6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uwtpVxiks6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwtpVxiks6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwtpVxiks6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwtpVxiks6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uwtpVxiks6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uwtpVxiks6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uwtpVxiks6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uwtpVxiks6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwtpVxiks6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwtpVxiks6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uwtpVxiks6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwtpVxiks6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uwtpVxiks6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwtpVxiks6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uwtpVxiks6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uwtpVxiks6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uwtpVxiks6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uwtpVxiks6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwtpVxiks6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uwtpVxiks6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwtpVxiks6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwtpVxiks6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwtpVxiks6 .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-uwtpVxiks6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uwtpVxiks6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwtpVxiks6 .dropdown-item.active,
.cid-uwtpVxiks6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwtpVxiks6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uwtpVxiks6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwtpVxiks6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwtpVxiks6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwtpVxiks6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uwtpVxiks6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwtpVxiks6 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-uwtpVxiks6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uwtpVxiks6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwtpVxiks6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtpVxiks6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtpVxiks6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwtpVxiks6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtpVxiks6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwtpVxiks6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwtpVxiks6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtpVxiks6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uwtpVxiks6 .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-uwtpVxiks6 .navbar {
    height: 70px;
  }
  .cid-uwtpVxiks6 .navbar.opened {
    height: auto;
  }
  .cid-uwtpVxiks6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwtpVxiks6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uwtpVxiks6 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uwtpVxiks6 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uwtpVxiks6 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uwtpVxiks6 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uwtpVxiks6 .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uwtpVxiks6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uwtpVxiks6 .text_widget {
  margin-bottom: 32px;
}
.cid-uwtpVxiks6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uwtpVxiks6 .text_widget a:hover,
.cid-uwtpVxiks6 .text_widget a:focus {
  opacity: .6;
}
.cid-uwtpVxiks6 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtpVxiks6 .navbar-caption {
  color: #f2ac2b;
}
.cid-uwtpVxiks6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpVxiks6 .mbr-section-subtitle,
.cid-uwtpVxiks6 .text_widget,
.cid-uwtpVxiks6 .mbr-section-btn {
  text-align: center;
}
.cid-uwtpVxiks6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uwtpVym9Pi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpVym9Pi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpVym9Pi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtpVym9Pi .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtpVym9Pi .container {
    padding: 0 15px;
  }
}
.cid-uwtpVym9Pi .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uwtpVym9Pi .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uwtpVym9Pi .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uwtpVym9Pi .image-wrapper img {
    height: 400px;
  }
}
.cid-uwtpVym9Pi .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtpVym9Pi .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtpVym9Pi .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uwtpVym9Pi .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uwtpVym9Pi .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwtpVym9Pi .mbr-section-title {
  color: #ffffff;
}
.cid-uwtpVym9Pi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtpVym9Pi .mbr-text {
  color: #d2d2df;
}
.cid-uwtpVyGMxP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpVyGMxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpVyGMxP .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-uwtpVyGMxP .container {
    padding: 0 15px;
  }
}
.cid-uwtpVyGMxP .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uwtpVyGMxP .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uwtpVyGMxP .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uwtpVyGMxP .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uwtpVyGMxP .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtpVyGMxP .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtpVyGMxP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwtpVyGMxP .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwtpVyGMxP .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uwtpVyGMxP .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-uwtpVyGMxP .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uwtpVyGMxP .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uwtpVyGMxP .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uwtpVyGMxP .mbr-section-title {
  color: #ffffff;
}
.cid-uwtpVyGMxP .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uwtpVyGMxP .mbr-text {
  color: #d2d2df;
}
.cid-uwtpVyVswd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtpVyVswd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpVyVswd .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-uwtpVyVswd .container {
    padding: 0 15px;
  }
}
.cid-uwtpVyVswd .row {
  justify-content: center;
}
.cid-uwtpVyVswd .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpVyVswd .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtpVyVswd .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uwtpVyVswd .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uwtpVyVswd .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtpVyVswd .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwtpVyVswd .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpVyVswd .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uwtpVyVswd .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uwtpVyVswd .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwtpVyVswd .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-uwtpVyVswd .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uwtpVyVswd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpVyVswd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtpVyVswd .list {
  color: #ffffff;
}
.cid-uwtpVzax0Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtpVzax0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpVzax0Z .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-uwtpVzax0Z .container {
    padding: 0 15px;
  }
}
.cid-uwtpVzax0Z .row {
  justify-content: center;
}
.cid-uwtpVzax0Z .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpVzax0Z .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtpVzax0Z .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uwtpVzax0Z .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uwtpVzax0Z .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtpVzax0Z .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwtpVzax0Z .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpVzax0Z .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uwtpVzax0Z .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uwtpVzax0Z .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwtpVzax0Z .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-uwtpVzax0Z .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uwtpVzax0Z .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpVzax0Z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtpVzax0Z .list {
  color: #ffffff;
}
.cid-uwtpVzrvQW {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uwtpVzrvQW {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uwtpVzrvQW .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-uwtpVzrvQW .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-uwtpVzrvQW img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uwtpVzrvQW .container-fluid {
    padding: 0 1rem;
  }
  .cid-uwtpVzrvQW .right-wrapper {
    text-align: left;
  }
  .cid-uwtpVzrvQW .blue-block {
    width: 100%;
  }
  .cid-uwtpVzrvQW .mbr-section-title {
    text-align: center;
  }
  .cid-uwtpVzrvQW .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uwtpVzrvQW .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-uwtpVzrvQW .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-uwtpVzrvQW img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-uwtpVzrvQW .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-uwtpVzrvQW .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-uwtpVzrvQW .container-fluid {
  max-width: 1200px;
}
.cid-uwtpVzrvQW .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-uwtpVzrvQW .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-uwtpVzrvQW .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uwtpVzrvQW .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-uwtpVzrvQW .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(141, 94, 241, 0.5), rgba(141, 94, 241, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uwtpVzrvQW .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(242, 172, 43, 0.5), rgba(242, 172, 43, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uwtpVzrvQW .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-uwtpVzrvQW .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uwtpVzrvQW .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uwtpVzrvQW .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uwtpVzrvQW .blue-block {
  background-color: #ec8c39;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-uwtpVzrvQW .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-uwtpVzrvQW .blue-title {
  margin: 0;
}
.cid-uwtpVzrvQW .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-uwtpVzrvQW .mbr-section-title DIV {
  text-align: left;
}
.cid-uwtpVzHZo4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwtpVzHZo4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwtpVzHZo4 .row {
  flex-direction: row-reverse;
}
.cid-uwtpVzHZo4 img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uwtpVzHZo4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpVzHZo4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtpVAObDR {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uwtpVAObDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpVAObDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtpVAObDR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtpVAObDR .container {
    padding: 0 15px;
  }
}
.cid-uwtpVAObDR .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpVAObDR .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtpVAObDR .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtpVAObDR .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtpVAObDR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uwtpVAObDR .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-uwtpVAObDR .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwtpVAObDR .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uwtpVAObDR .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uwtpVAObDR .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uwtpVAObDR .items-wrapper .item a {
  display: block;
}
.cid-uwtpVAObDR .items-wrapper .item a:hover .item-wrapper::before,
.cid-uwtpVAObDR .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-uwtpVAObDR .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-uwtpVAObDR .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-uwtpVAObDR .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwtpVAObDR .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtpVAObDR .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uwtpVAObDR .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-uwtpVAObDR .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-uwtpVAObDR .mbr-section-title {
  color: #284177;
  text-align: center;
}
.cid-uwtpVAObDR .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtpVB81Wg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpVB81Wg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpVB81Wg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtpVB81Wg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtpVB81Wg .container {
    padding: 0 15px;
  }
}
.cid-uwtpVB81Wg .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpVB81Wg .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtpVB81Wg .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtpVB81Wg .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtpVB81Wg .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uwtpVB81Wg .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-uwtpVB81Wg .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwtpVB81Wg .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uwtpVB81Wg .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uwtpVB81Wg .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uwtpVB81Wg .items-wrapper .item a {
  display: block;
}
.cid-uwtpVB81Wg .items-wrapper .item a:hover .item-wrapper::before,
.cid-uwtpVB81Wg .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-uwtpVB81Wg .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-uwtpVB81Wg .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-uwtpVB81Wg .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwtpVB81Wg .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtpVB81Wg .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uwtpVB81Wg .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-uwtpVB81Wg .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-uwtpVB81Wg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpVB81Wg .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtpVBqiTh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpVBqiTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpVBqiTh .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-uwtpVBqiTh .container {
    padding: 0 15px;
  }
}
.cid-uwtpVBqiTh .row {
  justify-content: center;
}
.cid-uwtpVBqiTh .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-uwtpVBqiTh .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-uwtpVBqiTh .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uwtpVBqiTh .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uwtpVBqiTh .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-uwtpVBqiTh .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-uwtpVBqiTh .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uwtpVBqiTh .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-uwtpVBqiTh .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uwtpVBqiTh .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-uwtpVBqiTh .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uwtpVBqiTh .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-uwtpVBqiTh .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uwtpVBqiTh .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-uwtpVBqiTh .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uwtpVBqiTh .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uwtpVBqiTh .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #284177;
}
.cid-uwtpVBqiTh .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uwtpVBqiTh .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uwtpVBqiTh .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uwtpVBqiTh .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-uwtpVBqiTh .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uwtpVBqiTh .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-uwtpVBqiTh .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtpVBqiTh .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpVBKU91 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpVBKU91 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpVBKU91 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtpVBKU91 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtpVBKU91 .container {
    padding: 0 15px;
  }
}
.cid-uwtpVBKU91 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtpVBKU91 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtpVBKU91 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtpVBKU91 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtpVBKU91 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwtpVBKU91 .item {
  margin-bottom: 32px;
}
.cid-uwtpVBKU91 .item:hover .item-wrapper::before,
.cid-uwtpVBKU91 .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-uwtpVBKU91 .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-uwtpVBKU91 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtpVBKU91 .item .item-wrapper::before {
    display: none;
  }
}
.cid-uwtpVBKU91 .item .item-wrapper .card-box {
  position: relative;
}
.cid-uwtpVBKU91 .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uwtpVBKU91 .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-uwtpVBKU91 .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uwtpVBKU91 .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-uwtpVBKU91 .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uwtpVBKU91 .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-uwtpVBKU91 .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-uwtpVBKU91 .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-uwtpVBKU91 .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uwtpVBKU91 .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-uwtpVBKU91 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uwtpVBKU91 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpVBKU91 .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uwtpVBKU91 .mbr-date {
  color: #ffffff;
}
.cid-uwtpVBKU91 .mbr-tag {
  color: #ffffff;
}
.cid-uwtpVBKU91 .mbr-card-title {
  color: #f2ac2b;
}
.cid-uwtpVBKU91 .mbr-card-text {
  color: #d2d2df;
}
.cid-uwtpVC7QTM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpVC7QTM .mbr-overlay {
  background: #232b45;
  opacity: 0.5;
}
.cid-uwtpVC7QTM .title-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uwtpVC7QTM .title-wrapper {
    margin: 0 0 20px 0;
  }
}
.cid-uwtpVC7QTM .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwtpVC7QTM .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtpVC7QTM .title-wrapper .buttons-wrapper {
  position: relative;
  display: flex;
  height: 48px;
  min-width: 120px;
}
.cid-uwtpVC7QTM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 525px;
  max-width: 525px;
}
@media (max-width: 767px) {
  .cid-uwtpVC7QTM .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uwtpVC7QTM .embla__slide .slide-content {
  width: 100%;
}
.cid-uwtpVC7QTM .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 15px;
}
.cid-uwtpVC7QTM .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uwtpVC7QTM .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 5px;
}
.cid-uwtpVC7QTM .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uwtpVC7QTM .embla__slide .slide-content .item-wrapper .card-box .mbr-text {
  margin-bottom: 20px;
}
.cid-uwtpVC7QTM .embla__slide .slide-content .item-wrapper .card-box .mbr-name {
  margin-bottom: 5px;
}
.cid-uwtpVC7QTM .embla__slide .slide-content .item-wrapper .card-box .mbr-role {
  margin-bottom: 0;
}
.cid-uwtpVC7QTM .embla__button--next,
.cid-uwtpVC7QTM .embla__button--prev {
  display: flex;
}
.cid-uwtpVC7QTM .embla__button {
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #f2ac2b !important;
  border: 1px solid #f2ac2b !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uwtpVC7QTM .embla__button::before {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #373d52;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
}
.cid-uwtpVC7QTM .embla__button span {
  z-index: 1;
}
.cid-uwtpVC7QTM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uwtpVC7QTM .embla__button:hover::before {
  opacity: 0;
}
.cid-uwtpVC7QTM .embla__button.embla__button--prev {
  left: 0;
}
.cid-uwtpVC7QTM .embla__button.embla__button--next {
  right: 55%;
}
@media (max-width: 992px) {
  .cid-uwtpVC7QTM .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uwtpVC7QTM .embla {
  position: relative;
  width: 100%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uwtpVC7QTM .embla {
    display: block;
  }
}
.cid-uwtpVC7QTM .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uwtpVC7QTM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uwtpVC7QTM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uwtpVC7QTM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uwtpVC7QTM .mbr-section-title {
  color: #ffffff;
}
.cid-uwtpVC7QTM .mbr-text {
  color: #d2d2df;
}
.cid-uwtpVC7QTM .mbr-name {
  color: #f2ac2b;
}
.cid-uwtpVC7QTM .mbr-role {
  color: #d2d2df;
}
.cid-uwtpVC7QTM .mbr-rating {
  color: #f2ac2b;
}
.cid-uwtpVCMJib {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpVCMJib .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpVCMJib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtpVCMJib .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtpVCMJib .container {
    padding: 0 15px;
  }
}
.cid-uwtpVCMJib .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uwtpVCMJib .title-wrapper {
    text-align: center;
  }
}
.cid-uwtpVCMJib .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uwtpVCMJib .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uwtpVCMJib .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwtpVCMJib .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-uwtpVCMJib .list {
    justify-content: center;
  }
}
.cid-uwtpVCMJib .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uwtpVCMJib .list .item-wrap:hover,
.cid-uwtpVCMJib .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtpVCMJib .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uwtpVCMJib .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uwtpVCMJib .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uwtpVCMJib .copy-wrapper {
    height: auto;
  }
}
.cid-uwtpVCMJib .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtpVCMJib .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uwtpVCMJib .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uwtpVCMJib .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uwtpVCMJib .social-wrapper {
    text-align: center;
  }
}
.cid-uwtpVCMJib .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uwtpVCMJib .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uwtpVCMJib .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uwtpVCMJib .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uwtpVCMJib .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uwtpVCMJib .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-uwtpVCMJib .mbr-section-title {
  color: #f2ac2b;
}
.cid-uwtpVCMJib .mbr-copy {
  color: #d2d2df;
}
.cid-uwtqbyxJil {
  background-color: transparent;
}
.cid-uwtqbyxJil .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uwtqbyxJil .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uwtqbyxJil .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwtqbyxJil .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uwtqbyxJil .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uwtqbyxJil .menu_box .navbar.opened,
  .cid-uwtqbyxJil .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uwtqbyxJil .navbar-dropdown {
  position: relative !important;
}
.cid-uwtqbyxJil .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uwtqbyxJil .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwtqbyxJil .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uwtqbyxJil .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uwtqbyxJil .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uwtqbyxJil .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uwtqbyxJil .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uwtqbyxJil .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uwtqbyxJil .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uwtqbyxJil .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uwtqbyxJil .offcanvas-body .mbr-text,
  .cid-uwtqbyxJil .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uwtqbyxJil .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uwtqbyxJil .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uwtqbyxJil .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uwtqbyxJil .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uwtqbyxJil .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uwtqbyxJil .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uwtqbyxJil .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uwtqbyxJil ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uwtqbyxJil .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtqbyxJil .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-uwtqbyxJil .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uwtqbyxJil 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-uwtqbyxJil .lg_brand {
    margin: 0 1rem;
  }
  .cid-uwtqbyxJil .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uwtqbyxJil .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uwtqbyxJil .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uwtqbyxJil .nav-item {
    margin: 0 !important;
  }
}
.cid-uwtqbyxJil .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uwtqbyxJil .nav-item .nav-link:hover,
.cid-uwtqbyxJil .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtqbyxJil .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uwtqbyxJil .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uwtqbyxJil .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uwtqbyxJil .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtqbyxJil .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-uwtqbyxJil .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uwtqbyxJil .offcanvas_box {
    display: none;
  }
}
.cid-uwtqbyxJil .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uwtqbyxJil .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uwtqbyxJil .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uwtqbyxJil .container {
  display: flex;
  margin: auto;
}
.cid-uwtqbyxJil .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-uwtqbyxJil .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uwtqbyxJil .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uwtqbyxJil .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uwtqbyxJil .navbar-nav {
    margin: 0;
  }
}
.cid-uwtqbyxJil .dropdown-menu,
.cid-uwtqbyxJil .navbar.opened {
  background-color: false !important;
}
.cid-uwtqbyxJil .nav-item:focus,
.cid-uwtqbyxJil .nav-link:focus {
  outline: none;
}
.cid-uwtqbyxJil .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwtqbyxJil .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwtqbyxJil .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwtqbyxJil .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwtqbyxJil .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwtqbyxJil .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwtqbyxJil .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uwtqbyxJil .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uwtqbyxJil .navbar.opened {
  transition: all 0.3s;
}
.cid-uwtqbyxJil .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uwtqbyxJil .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uwtqbyxJil .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uwtqbyxJil .navbar.collapsed {
  justify-content: center;
}
.cid-uwtqbyxJil .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwtqbyxJil .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uwtqbyxJil .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwtqbyxJil .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwtqbyxJil .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwtqbyxJil .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uwtqbyxJil .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uwtqbyxJil .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uwtqbyxJil .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uwtqbyxJil .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwtqbyxJil .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwtqbyxJil .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uwtqbyxJil .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwtqbyxJil .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uwtqbyxJil .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwtqbyxJil .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uwtqbyxJil .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uwtqbyxJil .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uwtqbyxJil .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uwtqbyxJil .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwtqbyxJil .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uwtqbyxJil .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwtqbyxJil .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwtqbyxJil .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwtqbyxJil .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-uwtqbyxJil .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uwtqbyxJil .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwtqbyxJil .dropdown-item.active,
.cid-uwtqbyxJil .dropdown-item:active {
  background-color: transparent;
}
.cid-uwtqbyxJil .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uwtqbyxJil .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwtqbyxJil .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwtqbyxJil .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwtqbyxJil ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uwtqbyxJil .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwtqbyxJil 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-uwtqbyxJil button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uwtqbyxJil button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwtqbyxJil button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtqbyxJil button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtqbyxJil button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwtqbyxJil nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtqbyxJil nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwtqbyxJil nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwtqbyxJil nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtqbyxJil a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uwtqbyxJil .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-uwtqbyxJil .navbar {
    height: 70px;
  }
  .cid-uwtqbyxJil .navbar.opened {
    height: auto;
  }
  .cid-uwtqbyxJil .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwtqbyxJil .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uwtqbyxJil .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uwtqbyxJil .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uwtqbyxJil .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uwtqbyxJil .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uwtqbyxJil .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uwtqbyxJil .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uwtqbyxJil .text_widget {
  margin-bottom: 32px;
}
.cid-uwtqbyxJil .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uwtqbyxJil .text_widget a:hover,
.cid-uwtqbyxJil .text_widget a:focus {
  opacity: .6;
}
.cid-uwtqbyxJil .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtqbyxJil .navbar-caption {
  color: #f2ac2b;
}
.cid-uwtqbyxJil .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqbyxJil .mbr-section-subtitle,
.cid-uwtqbyxJil .text_widget,
.cid-uwtqbyxJil .mbr-section-btn {
  text-align: center;
}
.cid-uwtqbyxJil a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uwtqbzpdFz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqbzpdFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqbzpdFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqbzpdFz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtqbzpdFz .container {
    padding: 0 15px;
  }
}
.cid-uwtqbzpdFz .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uwtqbzpdFz .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uwtqbzpdFz .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uwtqbzpdFz .image-wrapper img {
    height: 400px;
  }
}
.cid-uwtqbzpdFz .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtqbzpdFz .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqbzpdFz .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uwtqbzpdFz .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uwtqbzpdFz .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwtqbzpdFz .mbr-section-title {
  color: #ffffff;
}
.cid-uwtqbzpdFz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtqbzpdFz .mbr-text {
  color: #d2d2df;
}
.cid-uwtqbzISTf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqbzISTf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqbzISTf .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-uwtqbzISTf .container {
    padding: 0 15px;
  }
}
.cid-uwtqbzISTf .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uwtqbzISTf .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uwtqbzISTf .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uwtqbzISTf .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uwtqbzISTf .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtqbzISTf .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqbzISTf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwtqbzISTf .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwtqbzISTf .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uwtqbzISTf .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-uwtqbzISTf .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uwtqbzISTf .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uwtqbzISTf .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uwtqbzISTf .mbr-section-title {
  color: #ffffff;
}
.cid-uwtqbzISTf .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uwtqbzISTf .mbr-text {
  color: #d2d2df;
}
.cid-uwtqbzW664 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtqbzW664 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqbzW664 .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-uwtqbzW664 .container {
    padding: 0 15px;
  }
}
.cid-uwtqbzW664 .row {
  justify-content: center;
}
.cid-uwtqbzW664 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqbzW664 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtqbzW664 .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uwtqbzW664 .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uwtqbzW664 .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtqbzW664 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwtqbzW664 .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqbzW664 .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uwtqbzW664 .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uwtqbzW664 .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwtqbzW664 .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-uwtqbzW664 .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uwtqbzW664 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqbzW664 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtqbzW664 .list {
  color: #ffffff;
}
.cid-uwtqbAaSff {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtqbAaSff .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqbAaSff .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-uwtqbAaSff .container {
    padding: 0 15px;
  }
}
.cid-uwtqbAaSff .row {
  justify-content: center;
}
.cid-uwtqbAaSff .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqbAaSff .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtqbAaSff .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uwtqbAaSff .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uwtqbAaSff .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtqbAaSff .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwtqbAaSff .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqbAaSff .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uwtqbAaSff .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uwtqbAaSff .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwtqbAaSff .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-uwtqbAaSff .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uwtqbAaSff .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqbAaSff .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtqbAaSff .list {
  color: #ffffff;
}
.cid-uwtqbAokoj {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uwtqbAokoj {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uwtqbAokoj .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-uwtqbAokoj .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-uwtqbAokoj img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uwtqbAokoj .container-fluid {
    padding: 0 1rem;
  }
  .cid-uwtqbAokoj .right-wrapper {
    text-align: left;
  }
  .cid-uwtqbAokoj .blue-block {
    width: 100%;
  }
  .cid-uwtqbAokoj .mbr-section-title {
    text-align: center;
  }
  .cid-uwtqbAokoj .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uwtqbAokoj .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-uwtqbAokoj .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-uwtqbAokoj img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-uwtqbAokoj .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-uwtqbAokoj .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-uwtqbAokoj .container-fluid {
  max-width: 1200px;
}
.cid-uwtqbAokoj .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-uwtqbAokoj .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-uwtqbAokoj .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uwtqbAokoj .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-uwtqbAokoj .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(141, 94, 241, 0.5), rgba(141, 94, 241, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uwtqbAokoj .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(242, 172, 43, 0.5), rgba(242, 172, 43, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uwtqbAokoj .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-uwtqbAokoj .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uwtqbAokoj .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uwtqbAokoj .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uwtqbAokoj .blue-block {
  background-color: #ec8c39;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-uwtqbAokoj .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-uwtqbAokoj .blue-title {
  margin: 0;
}
.cid-uwtqbAokoj .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-uwtqbAokoj .mbr-section-title DIV {
  text-align: left;
}
.cid-uwtqbADJxR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwtqbADJxR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwtqbADJxR .row {
  flex-direction: row-reverse;
}
.cid-uwtqbADJxR img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uwtqbADJxR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqbADJxR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqbAQz5n {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uwtqbAQz5n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqbAQz5n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqbAQz5n .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtqbAQz5n .container {
    padding: 0 15px;
  }
}
.cid-uwtqbAQz5n .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqbAQz5n .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtqbAQz5n .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtqbAQz5n .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqbAQz5n .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uwtqbAQz5n .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-uwtqbAQz5n .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwtqbAQz5n .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uwtqbAQz5n .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uwtqbAQz5n .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uwtqbAQz5n .items-wrapper .item a {
  display: block;
}
.cid-uwtqbAQz5n .items-wrapper .item a:hover .item-wrapper::before,
.cid-uwtqbAQz5n .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-uwtqbAQz5n .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-uwtqbAQz5n .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-uwtqbAQz5n .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwtqbAQz5n .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtqbAQz5n .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uwtqbAQz5n .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-uwtqbAQz5n .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-uwtqbAQz5n .mbr-section-title {
  color: #284177;
  text-align: center;
}
.cid-uwtqbAQz5n .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtqbBhqaR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqbBhqaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqbBhqaR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqbBhqaR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtqbBhqaR .container {
    padding: 0 15px;
  }
}
.cid-uwtqbBhqaR .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqbBhqaR .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtqbBhqaR .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtqbBhqaR .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqbBhqaR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uwtqbBhqaR .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-uwtqbBhqaR .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwtqbBhqaR .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uwtqbBhqaR .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uwtqbBhqaR .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uwtqbBhqaR .items-wrapper .item a {
  display: block;
}
.cid-uwtqbBhqaR .items-wrapper .item a:hover .item-wrapper::before,
.cid-uwtqbBhqaR .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-uwtqbBhqaR .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-uwtqbBhqaR .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-uwtqbBhqaR .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwtqbBhqaR .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtqbBhqaR .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uwtqbBhqaR .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-uwtqbBhqaR .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-uwtqbBhqaR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqbBhqaR .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtqbBI1rL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqbBI1rL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqbBI1rL .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-uwtqbBI1rL .container {
    padding: 0 15px;
  }
}
.cid-uwtqbBI1rL .row {
  justify-content: center;
}
.cid-uwtqbBI1rL .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-uwtqbBI1rL .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-uwtqbBI1rL .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uwtqbBI1rL .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uwtqbBI1rL .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-uwtqbBI1rL .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-uwtqbBI1rL .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uwtqbBI1rL .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-uwtqbBI1rL .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uwtqbBI1rL .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-uwtqbBI1rL .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uwtqbBI1rL .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-uwtqbBI1rL .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uwtqbBI1rL .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-uwtqbBI1rL .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uwtqbBI1rL .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uwtqbBI1rL .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #284177;
}
.cid-uwtqbBI1rL .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uwtqbBI1rL .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uwtqbBI1rL .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uwtqbBI1rL .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-uwtqbBI1rL .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uwtqbBI1rL .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-uwtqbBI1rL .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtqbBI1rL .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqbC14a7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqbC14a7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqbC14a7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqbC14a7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtqbC14a7 .container {
    padding: 0 15px;
  }
}
.cid-uwtqbC14a7 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqbC14a7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtqbC14a7 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtqbC14a7 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqbC14a7 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwtqbC14a7 .item {
  margin-bottom: 32px;
}
.cid-uwtqbC14a7 .item:hover .item-wrapper::before,
.cid-uwtqbC14a7 .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-uwtqbC14a7 .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-uwtqbC14a7 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtqbC14a7 .item .item-wrapper::before {
    display: none;
  }
}
.cid-uwtqbC14a7 .item .item-wrapper .card-box {
  position: relative;
}
.cid-uwtqbC14a7 .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uwtqbC14a7 .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-uwtqbC14a7 .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uwtqbC14a7 .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-uwtqbC14a7 .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uwtqbC14a7 .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-uwtqbC14a7 .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-uwtqbC14a7 .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-uwtqbC14a7 .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uwtqbC14a7 .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-uwtqbC14a7 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uwtqbC14a7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqbC14a7 .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uwtqbC14a7 .mbr-date {
  color: #ffffff;
}
.cid-uwtqbC14a7 .mbr-tag {
  color: #ffffff;
}
.cid-uwtqbC14a7 .mbr-card-title {
  color: #f2ac2b;
}
.cid-uwtqbC14a7 .mbr-card-text {
  color: #d2d2df;
}
.cid-uwtqbCtMml {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqbCtMml .mbr-overlay {
  background: #232b45;
  opacity: 0.5;
}
.cid-uwtqbCtMml .title-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uwtqbCtMml .title-wrapper {
    margin: 0 0 20px 0;
  }
}
.cid-uwtqbCtMml .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwtqbCtMml .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqbCtMml .title-wrapper .buttons-wrapper {
  position: relative;
  display: flex;
  height: 48px;
  min-width: 120px;
}
.cid-uwtqbCtMml .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 525px;
  max-width: 525px;
}
@media (max-width: 767px) {
  .cid-uwtqbCtMml .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uwtqbCtMml .embla__slide .slide-content {
  width: 100%;
}
.cid-uwtqbCtMml .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 15px;
}
.cid-uwtqbCtMml .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uwtqbCtMml .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 5px;
}
.cid-uwtqbCtMml .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uwtqbCtMml .embla__slide .slide-content .item-wrapper .card-box .mbr-text {
  margin-bottom: 20px;
}
.cid-uwtqbCtMml .embla__slide .slide-content .item-wrapper .card-box .mbr-name {
  margin-bottom: 5px;
}
.cid-uwtqbCtMml .embla__slide .slide-content .item-wrapper .card-box .mbr-role {
  margin-bottom: 0;
}
.cid-uwtqbCtMml .embla__button--next,
.cid-uwtqbCtMml .embla__button--prev {
  display: flex;
}
.cid-uwtqbCtMml .embla__button {
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #f2ac2b !important;
  border: 1px solid #f2ac2b !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uwtqbCtMml .embla__button::before {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #373d52;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
}
.cid-uwtqbCtMml .embla__button span {
  z-index: 1;
}
.cid-uwtqbCtMml .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uwtqbCtMml .embla__button:hover::before {
  opacity: 0;
}
.cid-uwtqbCtMml .embla__button.embla__button--prev {
  left: 0;
}
.cid-uwtqbCtMml .embla__button.embla__button--next {
  right: 55%;
}
@media (max-width: 992px) {
  .cid-uwtqbCtMml .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uwtqbCtMml .embla {
  position: relative;
  width: 100%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uwtqbCtMml .embla {
    display: block;
  }
}
.cid-uwtqbCtMml .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uwtqbCtMml .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uwtqbCtMml .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uwtqbCtMml .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uwtqbCtMml .mbr-section-title {
  color: #ffffff;
}
.cid-uwtqbCtMml .mbr-text {
  color: #d2d2df;
}
.cid-uwtqbCtMml .mbr-name {
  color: #f2ac2b;
}
.cid-uwtqbCtMml .mbr-role {
  color: #d2d2df;
}
.cid-uwtqbCtMml .mbr-rating {
  color: #f2ac2b;
}
.cid-uwtqbD4Hc9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqbD4Hc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqbD4Hc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqbD4Hc9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtqbD4Hc9 .container {
    padding: 0 15px;
  }
}
.cid-uwtqbD4Hc9 .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uwtqbD4Hc9 .title-wrapper {
    text-align: center;
  }
}
.cid-uwtqbD4Hc9 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uwtqbD4Hc9 .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uwtqbD4Hc9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwtqbD4Hc9 .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-uwtqbD4Hc9 .list {
    justify-content: center;
  }
}
.cid-uwtqbD4Hc9 .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uwtqbD4Hc9 .list .item-wrap:hover,
.cid-uwtqbD4Hc9 .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtqbD4Hc9 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uwtqbD4Hc9 .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uwtqbD4Hc9 .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uwtqbD4Hc9 .copy-wrapper {
    height: auto;
  }
}
.cid-uwtqbD4Hc9 .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtqbD4Hc9 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uwtqbD4Hc9 .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uwtqbD4Hc9 .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uwtqbD4Hc9 .social-wrapper {
    text-align: center;
  }
}
.cid-uwtqbD4Hc9 .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uwtqbD4Hc9 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uwtqbD4Hc9 .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uwtqbD4Hc9 .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uwtqbD4Hc9 .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uwtqbD4Hc9 .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-uwtqbD4Hc9 .mbr-section-title {
  color: #f2ac2b;
}
.cid-uwtqbD4Hc9 .mbr-copy {
  color: #d2d2df;
}
.cid-uwtqek8Ear {
  background-color: transparent;
}
.cid-uwtqek8Ear .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uwtqek8Ear .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uwtqek8Ear .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwtqek8Ear .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uwtqek8Ear .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uwtqek8Ear .menu_box .navbar.opened,
  .cid-uwtqek8Ear .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uwtqek8Ear .navbar-dropdown {
  position: relative !important;
}
.cid-uwtqek8Ear .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uwtqek8Ear .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwtqek8Ear .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uwtqek8Ear .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uwtqek8Ear .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uwtqek8Ear .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uwtqek8Ear .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uwtqek8Ear .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uwtqek8Ear .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uwtqek8Ear .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uwtqek8Ear .offcanvas-body .mbr-text,
  .cid-uwtqek8Ear .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uwtqek8Ear .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uwtqek8Ear .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uwtqek8Ear .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uwtqek8Ear .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uwtqek8Ear .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uwtqek8Ear .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uwtqek8Ear .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uwtqek8Ear ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uwtqek8Ear .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtqek8Ear .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-uwtqek8Ear .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uwtqek8Ear 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-uwtqek8Ear .lg_brand {
    margin: 0 1rem;
  }
  .cid-uwtqek8Ear .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uwtqek8Ear .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uwtqek8Ear .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uwtqek8Ear .nav-item {
    margin: 0 !important;
  }
}
.cid-uwtqek8Ear .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uwtqek8Ear .nav-item .nav-link:hover,
.cid-uwtqek8Ear .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtqek8Ear .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uwtqek8Ear .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uwtqek8Ear .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uwtqek8Ear .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtqek8Ear .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-uwtqek8Ear .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uwtqek8Ear .offcanvas_box {
    display: none;
  }
}
.cid-uwtqek8Ear .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uwtqek8Ear .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uwtqek8Ear .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uwtqek8Ear .container {
  display: flex;
  margin: auto;
}
.cid-uwtqek8Ear .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-uwtqek8Ear .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uwtqek8Ear .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uwtqek8Ear .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uwtqek8Ear .navbar-nav {
    margin: 0;
  }
}
.cid-uwtqek8Ear .dropdown-menu,
.cid-uwtqek8Ear .navbar.opened {
  background-color: false !important;
}
.cid-uwtqek8Ear .nav-item:focus,
.cid-uwtqek8Ear .nav-link:focus {
  outline: none;
}
.cid-uwtqek8Ear .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwtqek8Ear .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwtqek8Ear .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwtqek8Ear .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwtqek8Ear .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwtqek8Ear .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwtqek8Ear .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uwtqek8Ear .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uwtqek8Ear .navbar.opened {
  transition: all 0.3s;
}
.cid-uwtqek8Ear .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uwtqek8Ear .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uwtqek8Ear .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uwtqek8Ear .navbar.collapsed {
  justify-content: center;
}
.cid-uwtqek8Ear .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwtqek8Ear .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uwtqek8Ear .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwtqek8Ear .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwtqek8Ear .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwtqek8Ear .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uwtqek8Ear .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uwtqek8Ear .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uwtqek8Ear .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uwtqek8Ear .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwtqek8Ear .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwtqek8Ear .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uwtqek8Ear .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwtqek8Ear .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uwtqek8Ear .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwtqek8Ear .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uwtqek8Ear .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uwtqek8Ear .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uwtqek8Ear .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uwtqek8Ear .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwtqek8Ear .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uwtqek8Ear .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwtqek8Ear .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwtqek8Ear .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwtqek8Ear .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-uwtqek8Ear .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uwtqek8Ear .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwtqek8Ear .dropdown-item.active,
.cid-uwtqek8Ear .dropdown-item:active {
  background-color: transparent;
}
.cid-uwtqek8Ear .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uwtqek8Ear .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwtqek8Ear .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwtqek8Ear .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwtqek8Ear ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uwtqek8Ear .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwtqek8Ear 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-uwtqek8Ear button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uwtqek8Ear button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwtqek8Ear button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtqek8Ear button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtqek8Ear button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwtqek8Ear nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtqek8Ear nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwtqek8Ear nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwtqek8Ear nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtqek8Ear a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uwtqek8Ear .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-uwtqek8Ear .navbar {
    height: 70px;
  }
  .cid-uwtqek8Ear .navbar.opened {
    height: auto;
  }
  .cid-uwtqek8Ear .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwtqek8Ear .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uwtqek8Ear .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uwtqek8Ear .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uwtqek8Ear .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uwtqek8Ear .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uwtqek8Ear .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uwtqek8Ear .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uwtqek8Ear .text_widget {
  margin-bottom: 32px;
}
.cid-uwtqek8Ear .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uwtqek8Ear .text_widget a:hover,
.cid-uwtqek8Ear .text_widget a:focus {
  opacity: .6;
}
.cid-uwtqek8Ear .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtqek8Ear .navbar-caption {
  color: #f2ac2b;
}
.cid-uwtqek8Ear .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqek8Ear .mbr-section-subtitle,
.cid-uwtqek8Ear .text_widget,
.cid-uwtqek8Ear .mbr-section-btn {
  text-align: center;
}
.cid-uwtqek8Ear a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uwtqel0b90 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqel0b90 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqel0b90 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqel0b90 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtqel0b90 .container {
    padding: 0 15px;
  }
}
.cid-uwtqel0b90 .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uwtqel0b90 .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uwtqel0b90 .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uwtqel0b90 .image-wrapper img {
    height: 400px;
  }
}
.cid-uwtqel0b90 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtqel0b90 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqel0b90 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uwtqel0b90 .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uwtqel0b90 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwtqel0b90 .mbr-section-title {
  color: #ffffff;
}
.cid-uwtqel0b90 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtqel0b90 .mbr-text {
  color: #d2d2df;
}
.cid-uwtqelg33w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqelg33w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqelg33w .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-uwtqelg33w .container {
    padding: 0 15px;
  }
}
.cid-uwtqelg33w .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uwtqelg33w .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uwtqelg33w .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uwtqelg33w .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uwtqelg33w .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtqelg33w .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqelg33w .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwtqelg33w .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwtqelg33w .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uwtqelg33w .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-uwtqelg33w .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uwtqelg33w .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uwtqelg33w .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uwtqelg33w .mbr-section-title {
  color: #ffffff;
}
.cid-uwtqelg33w .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uwtqelg33w .mbr-text {
  color: #d2d2df;
}
.cid-uwtqelwCfc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtqelwCfc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqelwCfc .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-uwtqelwCfc .container {
    padding: 0 15px;
  }
}
.cid-uwtqelwCfc .row {
  justify-content: center;
}
.cid-uwtqelwCfc .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqelwCfc .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtqelwCfc .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uwtqelwCfc .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uwtqelwCfc .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtqelwCfc .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwtqelwCfc .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqelwCfc .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uwtqelwCfc .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uwtqelwCfc .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwtqelwCfc .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-uwtqelwCfc .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uwtqelwCfc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqelwCfc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtqelwCfc .list {
  color: #ffffff;
}
.cid-uwtqelKVqe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtqelKVqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqelKVqe .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-uwtqelKVqe .container {
    padding: 0 15px;
  }
}
.cid-uwtqelKVqe .row {
  justify-content: center;
}
.cid-uwtqelKVqe .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqelKVqe .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtqelKVqe .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uwtqelKVqe .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uwtqelKVqe .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtqelKVqe .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwtqelKVqe .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqelKVqe .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uwtqelKVqe .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uwtqelKVqe .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwtqelKVqe .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-uwtqelKVqe .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uwtqelKVqe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqelKVqe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtqelKVqe .list {
  color: #ffffff;
}
.cid-uwtqelX7um {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uwtqelX7um {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uwtqelX7um .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-uwtqelX7um .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-uwtqelX7um img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uwtqelX7um .container-fluid {
    padding: 0 1rem;
  }
  .cid-uwtqelX7um .right-wrapper {
    text-align: left;
  }
  .cid-uwtqelX7um .blue-block {
    width: 100%;
  }
  .cid-uwtqelX7um .mbr-section-title {
    text-align: center;
  }
  .cid-uwtqelX7um .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uwtqelX7um .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-uwtqelX7um .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-uwtqelX7um img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-uwtqelX7um .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-uwtqelX7um .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-uwtqelX7um .container-fluid {
  max-width: 1200px;
}
.cid-uwtqelX7um .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-uwtqelX7um .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-uwtqelX7um .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uwtqelX7um .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-uwtqelX7um .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(141, 94, 241, 0.5), rgba(141, 94, 241, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uwtqelX7um .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(242, 172, 43, 0.5), rgba(242, 172, 43, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uwtqelX7um .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-uwtqelX7um .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uwtqelX7um .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uwtqelX7um .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uwtqelX7um .blue-block {
  background-color: #ec8c39;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-uwtqelX7um .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-uwtqelX7um .blue-title {
  margin: 0;
}
.cid-uwtqelX7um .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-uwtqelX7um .mbr-section-title DIV {
  text-align: left;
}
.cid-uwtqemevoV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwtqemevoV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwtqemevoV .row {
  flex-direction: row-reverse;
}
.cid-uwtqemevoV img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uwtqemevoV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqemevoV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqemsGfR {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uwtqemsGfR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqemsGfR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqemsGfR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtqemsGfR .container {
    padding: 0 15px;
  }
}
.cid-uwtqemsGfR .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqemsGfR .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtqemsGfR .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtqemsGfR .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqemsGfR .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uwtqemsGfR .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-uwtqemsGfR .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwtqemsGfR .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uwtqemsGfR .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uwtqemsGfR .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uwtqemsGfR .items-wrapper .item a {
  display: block;
}
.cid-uwtqemsGfR .items-wrapper .item a:hover .item-wrapper::before,
.cid-uwtqemsGfR .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-uwtqemsGfR .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-uwtqemsGfR .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-uwtqemsGfR .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwtqemsGfR .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtqemsGfR .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uwtqemsGfR .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-uwtqemsGfR .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-uwtqemsGfR .mbr-section-title {
  color: #284177;
  text-align: center;
}
.cid-uwtqemsGfR .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtqemIrAJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqemIrAJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqemIrAJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqemIrAJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtqemIrAJ .container {
    padding: 0 15px;
  }
}
.cid-uwtqemIrAJ .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqemIrAJ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtqemIrAJ .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtqemIrAJ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqemIrAJ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uwtqemIrAJ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-uwtqemIrAJ .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwtqemIrAJ .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uwtqemIrAJ .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uwtqemIrAJ .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uwtqemIrAJ .items-wrapper .item a {
  display: block;
}
.cid-uwtqemIrAJ .items-wrapper .item a:hover .item-wrapper::before,
.cid-uwtqemIrAJ .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-uwtqemIrAJ .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-uwtqemIrAJ .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-uwtqemIrAJ .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwtqemIrAJ .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtqemIrAJ .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uwtqemIrAJ .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-uwtqemIrAJ .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-uwtqemIrAJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqemIrAJ .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtqemZknE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqemZknE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqemZknE .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-uwtqemZknE .container {
    padding: 0 15px;
  }
}
.cid-uwtqemZknE .row {
  justify-content: center;
}
.cid-uwtqemZknE .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-uwtqemZknE .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-uwtqemZknE .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uwtqemZknE .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uwtqemZknE .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-uwtqemZknE .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-uwtqemZknE .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uwtqemZknE .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-uwtqemZknE .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uwtqemZknE .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-uwtqemZknE .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uwtqemZknE .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-uwtqemZknE .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uwtqemZknE .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-uwtqemZknE .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uwtqemZknE .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uwtqemZknE .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #284177;
}
.cid-uwtqemZknE .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uwtqemZknE .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uwtqemZknE .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uwtqemZknE .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-uwtqemZknE .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uwtqemZknE .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-uwtqemZknE .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtqemZknE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqeni1F9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqeni1F9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqeni1F9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqeni1F9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtqeni1F9 .container {
    padding: 0 15px;
  }
}
.cid-uwtqeni1F9 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqeni1F9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtqeni1F9 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtqeni1F9 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqeni1F9 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwtqeni1F9 .item {
  margin-bottom: 32px;
}
.cid-uwtqeni1F9 .item:hover .item-wrapper::before,
.cid-uwtqeni1F9 .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-uwtqeni1F9 .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-uwtqeni1F9 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtqeni1F9 .item .item-wrapper::before {
    display: none;
  }
}
.cid-uwtqeni1F9 .item .item-wrapper .card-box {
  position: relative;
}
.cid-uwtqeni1F9 .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uwtqeni1F9 .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-uwtqeni1F9 .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uwtqeni1F9 .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-uwtqeni1F9 .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uwtqeni1F9 .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-uwtqeni1F9 .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-uwtqeni1F9 .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-uwtqeni1F9 .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uwtqeni1F9 .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-uwtqeni1F9 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uwtqeni1F9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqeni1F9 .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uwtqeni1F9 .mbr-date {
  color: #ffffff;
}
.cid-uwtqeni1F9 .mbr-tag {
  color: #ffffff;
}
.cid-uwtqeni1F9 .mbr-card-title {
  color: #f2ac2b;
}
.cid-uwtqeni1F9 .mbr-card-text {
  color: #d2d2df;
}
.cid-uwtqenCibc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqenCibc .mbr-overlay {
  background: #232b45;
  opacity: 0.5;
}
.cid-uwtqenCibc .title-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uwtqenCibc .title-wrapper {
    margin: 0 0 20px 0;
  }
}
.cid-uwtqenCibc .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwtqenCibc .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqenCibc .title-wrapper .buttons-wrapper {
  position: relative;
  display: flex;
  height: 48px;
  min-width: 120px;
}
.cid-uwtqenCibc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 525px;
  max-width: 525px;
}
@media (max-width: 767px) {
  .cid-uwtqenCibc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uwtqenCibc .embla__slide .slide-content {
  width: 100%;
}
.cid-uwtqenCibc .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 15px;
}
.cid-uwtqenCibc .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uwtqenCibc .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 5px;
}
.cid-uwtqenCibc .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uwtqenCibc .embla__slide .slide-content .item-wrapper .card-box .mbr-text {
  margin-bottom: 20px;
}
.cid-uwtqenCibc .embla__slide .slide-content .item-wrapper .card-box .mbr-name {
  margin-bottom: 5px;
}
.cid-uwtqenCibc .embla__slide .slide-content .item-wrapper .card-box .mbr-role {
  margin-bottom: 0;
}
.cid-uwtqenCibc .embla__button--next,
.cid-uwtqenCibc .embla__button--prev {
  display: flex;
}
.cid-uwtqenCibc .embla__button {
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #f2ac2b !important;
  border: 1px solid #f2ac2b !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uwtqenCibc .embla__button::before {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #373d52;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
}
.cid-uwtqenCibc .embla__button span {
  z-index: 1;
}
.cid-uwtqenCibc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uwtqenCibc .embla__button:hover::before {
  opacity: 0;
}
.cid-uwtqenCibc .embla__button.embla__button--prev {
  left: 0;
}
.cid-uwtqenCibc .embla__button.embla__button--next {
  right: 55%;
}
@media (max-width: 992px) {
  .cid-uwtqenCibc .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uwtqenCibc .embla {
  position: relative;
  width: 100%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uwtqenCibc .embla {
    display: block;
  }
}
.cid-uwtqenCibc .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uwtqenCibc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uwtqenCibc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uwtqenCibc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uwtqenCibc .mbr-section-title {
  color: #ffffff;
}
.cid-uwtqenCibc .mbr-text {
  color: #d2d2df;
}
.cid-uwtqenCibc .mbr-name {
  color: #f2ac2b;
}
.cid-uwtqenCibc .mbr-role {
  color: #d2d2df;
}
.cid-uwtqenCibc .mbr-rating {
  color: #f2ac2b;
}
.cid-uwtqeogt0e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqeogt0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqeogt0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqeogt0e .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtqeogt0e .container {
    padding: 0 15px;
  }
}
.cid-uwtqeogt0e .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uwtqeogt0e .title-wrapper {
    text-align: center;
  }
}
.cid-uwtqeogt0e .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uwtqeogt0e .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uwtqeogt0e .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwtqeogt0e .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-uwtqeogt0e .list {
    justify-content: center;
  }
}
.cid-uwtqeogt0e .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uwtqeogt0e .list .item-wrap:hover,
.cid-uwtqeogt0e .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtqeogt0e .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uwtqeogt0e .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uwtqeogt0e .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uwtqeogt0e .copy-wrapper {
    height: auto;
  }
}
.cid-uwtqeogt0e .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtqeogt0e .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uwtqeogt0e .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uwtqeogt0e .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uwtqeogt0e .social-wrapper {
    text-align: center;
  }
}
.cid-uwtqeogt0e .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uwtqeogt0e .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uwtqeogt0e .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uwtqeogt0e .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uwtqeogt0e .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uwtqeogt0e .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-uwtqeogt0e .mbr-section-title {
  color: #f2ac2b;
}
.cid-uwtqeogt0e .mbr-copy {
  color: #d2d2df;
}
.cid-uwtqitc1QA {
  background-color: transparent;
}
.cid-uwtqitc1QA .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uwtqitc1QA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uwtqitc1QA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwtqitc1QA .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uwtqitc1QA .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uwtqitc1QA .menu_box .navbar.opened,
  .cid-uwtqitc1QA .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uwtqitc1QA .navbar-dropdown {
  position: relative !important;
}
.cid-uwtqitc1QA .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uwtqitc1QA .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwtqitc1QA .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uwtqitc1QA .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uwtqitc1QA .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uwtqitc1QA .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uwtqitc1QA .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uwtqitc1QA .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uwtqitc1QA .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uwtqitc1QA .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uwtqitc1QA .offcanvas-body .mbr-text,
  .cid-uwtqitc1QA .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uwtqitc1QA .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uwtqitc1QA .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uwtqitc1QA .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uwtqitc1QA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uwtqitc1QA .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uwtqitc1QA .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uwtqitc1QA .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uwtqitc1QA ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uwtqitc1QA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtqitc1QA .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-uwtqitc1QA .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uwtqitc1QA 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-uwtqitc1QA .lg_brand {
    margin: 0 1rem;
  }
  .cid-uwtqitc1QA .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uwtqitc1QA .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uwtqitc1QA .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uwtqitc1QA .nav-item {
    margin: 0 !important;
  }
}
.cid-uwtqitc1QA .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uwtqitc1QA .nav-item .nav-link:hover,
.cid-uwtqitc1QA .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtqitc1QA .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uwtqitc1QA .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uwtqitc1QA .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uwtqitc1QA .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtqitc1QA .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-uwtqitc1QA .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uwtqitc1QA .offcanvas_box {
    display: none;
  }
}
.cid-uwtqitc1QA .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uwtqitc1QA .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uwtqitc1QA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uwtqitc1QA .container {
  display: flex;
  margin: auto;
}
.cid-uwtqitc1QA .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-uwtqitc1QA .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uwtqitc1QA .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uwtqitc1QA .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uwtqitc1QA .navbar-nav {
    margin: 0;
  }
}
.cid-uwtqitc1QA .dropdown-menu,
.cid-uwtqitc1QA .navbar.opened {
  background-color: false !important;
}
.cid-uwtqitc1QA .nav-item:focus,
.cid-uwtqitc1QA .nav-link:focus {
  outline: none;
}
.cid-uwtqitc1QA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwtqitc1QA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwtqitc1QA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwtqitc1QA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwtqitc1QA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwtqitc1QA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwtqitc1QA .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uwtqitc1QA .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uwtqitc1QA .navbar.opened {
  transition: all 0.3s;
}
.cid-uwtqitc1QA .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uwtqitc1QA .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uwtqitc1QA .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uwtqitc1QA .navbar.collapsed {
  justify-content: center;
}
.cid-uwtqitc1QA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwtqitc1QA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uwtqitc1QA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwtqitc1QA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwtqitc1QA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwtqitc1QA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uwtqitc1QA .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uwtqitc1QA .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uwtqitc1QA .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uwtqitc1QA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwtqitc1QA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwtqitc1QA .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uwtqitc1QA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwtqitc1QA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uwtqitc1QA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwtqitc1QA .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uwtqitc1QA .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uwtqitc1QA .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uwtqitc1QA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uwtqitc1QA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwtqitc1QA .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uwtqitc1QA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwtqitc1QA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwtqitc1QA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwtqitc1QA .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-uwtqitc1QA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uwtqitc1QA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwtqitc1QA .dropdown-item.active,
.cid-uwtqitc1QA .dropdown-item:active {
  background-color: transparent;
}
.cid-uwtqitc1QA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uwtqitc1QA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwtqitc1QA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwtqitc1QA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwtqitc1QA ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uwtqitc1QA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwtqitc1QA 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-uwtqitc1QA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uwtqitc1QA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwtqitc1QA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtqitc1QA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtqitc1QA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwtqitc1QA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtqitc1QA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwtqitc1QA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwtqitc1QA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtqitc1QA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uwtqitc1QA .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-uwtqitc1QA .navbar {
    height: 70px;
  }
  .cid-uwtqitc1QA .navbar.opened {
    height: auto;
  }
  .cid-uwtqitc1QA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwtqitc1QA .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uwtqitc1QA .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uwtqitc1QA .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uwtqitc1QA .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uwtqitc1QA .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uwtqitc1QA .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uwtqitc1QA .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uwtqitc1QA .text_widget {
  margin-bottom: 32px;
}
.cid-uwtqitc1QA .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uwtqitc1QA .text_widget a:hover,
.cid-uwtqitc1QA .text_widget a:focus {
  opacity: .6;
}
.cid-uwtqitc1QA .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtqitc1QA .navbar-caption {
  color: #f2ac2b;
}
.cid-uwtqitc1QA .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqitc1QA .mbr-section-subtitle,
.cid-uwtqitc1QA .text_widget,
.cid-uwtqitc1QA .mbr-section-btn {
  text-align: center;
}
.cid-uwtqitc1QA a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uwtqiu6fN4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqiu6fN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqiu6fN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqiu6fN4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtqiu6fN4 .container {
    padding: 0 15px;
  }
}
.cid-uwtqiu6fN4 .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uwtqiu6fN4 .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uwtqiu6fN4 .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uwtqiu6fN4 .image-wrapper img {
    height: 400px;
  }
}
.cid-uwtqiu6fN4 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtqiu6fN4 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqiu6fN4 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uwtqiu6fN4 .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uwtqiu6fN4 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwtqiu6fN4 .mbr-section-title {
  color: #ffffff;
}
.cid-uwtqiu6fN4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtqiu6fN4 .mbr-text {
  color: #d2d2df;
}
.cid-uwtqiumKfN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqiumKfN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqiumKfN .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-uwtqiumKfN .container {
    padding: 0 15px;
  }
}
.cid-uwtqiumKfN .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uwtqiumKfN .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uwtqiumKfN .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uwtqiumKfN .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uwtqiumKfN .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtqiumKfN .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqiumKfN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwtqiumKfN .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwtqiumKfN .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uwtqiumKfN .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-uwtqiumKfN .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uwtqiumKfN .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uwtqiumKfN .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uwtqiumKfN .mbr-section-title {
  color: #ffffff;
}
.cid-uwtqiumKfN .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uwtqiumKfN .mbr-text {
  color: #d2d2df;
}
.cid-uwtqiuzKPg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtqiuzKPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqiuzKPg .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-uwtqiuzKPg .container {
    padding: 0 15px;
  }
}
.cid-uwtqiuzKPg .row {
  justify-content: center;
}
.cid-uwtqiuzKPg .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqiuzKPg .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtqiuzKPg .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uwtqiuzKPg .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uwtqiuzKPg .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtqiuzKPg .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwtqiuzKPg .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqiuzKPg .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uwtqiuzKPg .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uwtqiuzKPg .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwtqiuzKPg .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-uwtqiuzKPg .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uwtqiuzKPg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqiuzKPg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtqiuzKPg .list {
  color: #ffffff;
}
.cid-uwtqiuMYRZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtqiuMYRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqiuMYRZ .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-uwtqiuMYRZ .container {
    padding: 0 15px;
  }
}
.cid-uwtqiuMYRZ .row {
  justify-content: center;
}
.cid-uwtqiuMYRZ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqiuMYRZ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtqiuMYRZ .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uwtqiuMYRZ .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uwtqiuMYRZ .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtqiuMYRZ .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwtqiuMYRZ .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqiuMYRZ .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uwtqiuMYRZ .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uwtqiuMYRZ .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwtqiuMYRZ .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-uwtqiuMYRZ .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uwtqiuMYRZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqiuMYRZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtqiuMYRZ .list {
  color: #ffffff;
}
.cid-uwtqiv18Fu {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uwtqiv18Fu {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uwtqiv18Fu .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-uwtqiv18Fu .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-uwtqiv18Fu img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uwtqiv18Fu .container-fluid {
    padding: 0 1rem;
  }
  .cid-uwtqiv18Fu .right-wrapper {
    text-align: left;
  }
  .cid-uwtqiv18Fu .blue-block {
    width: 100%;
  }
  .cid-uwtqiv18Fu .mbr-section-title {
    text-align: center;
  }
  .cid-uwtqiv18Fu .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uwtqiv18Fu .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-uwtqiv18Fu .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-uwtqiv18Fu img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-uwtqiv18Fu .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-uwtqiv18Fu .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-uwtqiv18Fu .container-fluid {
  max-width: 1200px;
}
.cid-uwtqiv18Fu .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-uwtqiv18Fu .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-uwtqiv18Fu .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uwtqiv18Fu .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-uwtqiv18Fu .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(141, 94, 241, 0.5), rgba(141, 94, 241, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uwtqiv18Fu .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(242, 172, 43, 0.5), rgba(242, 172, 43, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uwtqiv18Fu .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-uwtqiv18Fu .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uwtqiv18Fu .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uwtqiv18Fu .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uwtqiv18Fu .blue-block {
  background-color: #ec8c39;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-uwtqiv18Fu .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-uwtqiv18Fu .blue-title {
  margin: 0;
}
.cid-uwtqiv18Fu .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-uwtqiv18Fu .mbr-section-title DIV {
  text-align: left;
}
.cid-uwtqivg0ej {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwtqivg0ej .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwtqivg0ej .row {
  flex-direction: row-reverse;
}
.cid-uwtqivg0ej img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uwtqivg0ej .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqivg0ej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqivuAqg {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uwtqivuAqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqivuAqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqivuAqg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtqivuAqg .container {
    padding: 0 15px;
  }
}
.cid-uwtqivuAqg .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqivuAqg .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtqivuAqg .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtqivuAqg .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqivuAqg .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uwtqivuAqg .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-uwtqivuAqg .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwtqivuAqg .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uwtqivuAqg .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uwtqivuAqg .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uwtqivuAqg .items-wrapper .item a {
  display: block;
}
.cid-uwtqivuAqg .items-wrapper .item a:hover .item-wrapper::before,
.cid-uwtqivuAqg .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-uwtqivuAqg .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-uwtqivuAqg .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-uwtqivuAqg .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwtqivuAqg .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtqivuAqg .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uwtqivuAqg .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-uwtqivuAqg .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-uwtqivuAqg .mbr-section-title {
  color: #284177;
  text-align: center;
}
.cid-uwtqivuAqg .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtqivJ5on {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqivJ5on .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqivJ5on .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqivJ5on .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtqivJ5on .container {
    padding: 0 15px;
  }
}
.cid-uwtqivJ5on .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqivJ5on .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtqivJ5on .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtqivJ5on .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqivJ5on .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uwtqivJ5on .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-uwtqivJ5on .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwtqivJ5on .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uwtqivJ5on .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uwtqivJ5on .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uwtqivJ5on .items-wrapper .item a {
  display: block;
}
.cid-uwtqivJ5on .items-wrapper .item a:hover .item-wrapper::before,
.cid-uwtqivJ5on .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-uwtqivJ5on .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-uwtqivJ5on .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-uwtqivJ5on .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwtqivJ5on .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtqivJ5on .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uwtqivJ5on .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-uwtqivJ5on .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-uwtqivJ5on .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqivJ5on .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtqivYrEo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqivYrEo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqivYrEo .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-uwtqivYrEo .container {
    padding: 0 15px;
  }
}
.cid-uwtqivYrEo .row {
  justify-content: center;
}
.cid-uwtqivYrEo .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-uwtqivYrEo .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-uwtqivYrEo .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uwtqivYrEo .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uwtqivYrEo .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-uwtqivYrEo .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-uwtqivYrEo .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uwtqivYrEo .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-uwtqivYrEo .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uwtqivYrEo .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-uwtqivYrEo .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uwtqivYrEo .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-uwtqivYrEo .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uwtqivYrEo .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-uwtqivYrEo .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uwtqivYrEo .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uwtqivYrEo .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #284177;
}
.cid-uwtqivYrEo .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uwtqivYrEo .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uwtqivYrEo .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uwtqivYrEo .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-uwtqivYrEo .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uwtqivYrEo .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-uwtqivYrEo .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtqivYrEo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqiwhxE3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqiwhxE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqiwhxE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqiwhxE3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtqiwhxE3 .container {
    padding: 0 15px;
  }
}
.cid-uwtqiwhxE3 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqiwhxE3 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtqiwhxE3 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtqiwhxE3 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqiwhxE3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwtqiwhxE3 .item {
  margin-bottom: 32px;
}
.cid-uwtqiwhxE3 .item:hover .item-wrapper::before,
.cid-uwtqiwhxE3 .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-uwtqiwhxE3 .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-uwtqiwhxE3 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtqiwhxE3 .item .item-wrapper::before {
    display: none;
  }
}
.cid-uwtqiwhxE3 .item .item-wrapper .card-box {
  position: relative;
}
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uwtqiwhxE3 .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uwtqiwhxE3 .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uwtqiwhxE3 .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-uwtqiwhxE3 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uwtqiwhxE3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqiwhxE3 .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uwtqiwhxE3 .mbr-date {
  color: #ffffff;
}
.cid-uwtqiwhxE3 .mbr-tag {
  color: #ffffff;
}
.cid-uwtqiwhxE3 .mbr-card-title {
  color: #f2ac2b;
}
.cid-uwtqiwhxE3 .mbr-card-text {
  color: #d2d2df;
}
.cid-uwtqiwCBvR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqiwCBvR .mbr-overlay {
  background: #232b45;
  opacity: 0.5;
}
.cid-uwtqiwCBvR .title-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uwtqiwCBvR .title-wrapper {
    margin: 0 0 20px 0;
  }
}
.cid-uwtqiwCBvR .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwtqiwCBvR .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqiwCBvR .title-wrapper .buttons-wrapper {
  position: relative;
  display: flex;
  height: 48px;
  min-width: 120px;
}
.cid-uwtqiwCBvR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 525px;
  max-width: 525px;
}
@media (max-width: 767px) {
  .cid-uwtqiwCBvR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uwtqiwCBvR .embla__slide .slide-content {
  width: 100%;
}
.cid-uwtqiwCBvR .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 15px;
}
.cid-uwtqiwCBvR .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uwtqiwCBvR .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 5px;
}
.cid-uwtqiwCBvR .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uwtqiwCBvR .embla__slide .slide-content .item-wrapper .card-box .mbr-text {
  margin-bottom: 20px;
}
.cid-uwtqiwCBvR .embla__slide .slide-content .item-wrapper .card-box .mbr-name {
  margin-bottom: 5px;
}
.cid-uwtqiwCBvR .embla__slide .slide-content .item-wrapper .card-box .mbr-role {
  margin-bottom: 0;
}
.cid-uwtqiwCBvR .embla__button--next,
.cid-uwtqiwCBvR .embla__button--prev {
  display: flex;
}
.cid-uwtqiwCBvR .embla__button {
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #f2ac2b !important;
  border: 1px solid #f2ac2b !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uwtqiwCBvR .embla__button::before {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #373d52;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
}
.cid-uwtqiwCBvR .embla__button span {
  z-index: 1;
}
.cid-uwtqiwCBvR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uwtqiwCBvR .embla__button:hover::before {
  opacity: 0;
}
.cid-uwtqiwCBvR .embla__button.embla__button--prev {
  left: 0;
}
.cid-uwtqiwCBvR .embla__button.embla__button--next {
  right: 55%;
}
@media (max-width: 992px) {
  .cid-uwtqiwCBvR .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uwtqiwCBvR .embla {
  position: relative;
  width: 100%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uwtqiwCBvR .embla {
    display: block;
  }
}
.cid-uwtqiwCBvR .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uwtqiwCBvR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uwtqiwCBvR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uwtqiwCBvR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uwtqiwCBvR .mbr-section-title {
  color: #ffffff;
}
.cid-uwtqiwCBvR .mbr-text {
  color: #d2d2df;
}
.cid-uwtqiwCBvR .mbr-name {
  color: #f2ac2b;
}
.cid-uwtqiwCBvR .mbr-role {
  color: #d2d2df;
}
.cid-uwtqiwCBvR .mbr-rating {
  color: #f2ac2b;
}
.cid-uwtqixdwQG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqixdwQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqixdwQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqixdwQG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtqixdwQG .container {
    padding: 0 15px;
  }
}
.cid-uwtqixdwQG .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uwtqixdwQG .title-wrapper {
    text-align: center;
  }
}
.cid-uwtqixdwQG .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uwtqixdwQG .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uwtqixdwQG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwtqixdwQG .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-uwtqixdwQG .list {
    justify-content: center;
  }
}
.cid-uwtqixdwQG .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uwtqixdwQG .list .item-wrap:hover,
.cid-uwtqixdwQG .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtqixdwQG .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uwtqixdwQG .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uwtqixdwQG .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uwtqixdwQG .copy-wrapper {
    height: auto;
  }
}
.cid-uwtqixdwQG .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtqixdwQG .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uwtqixdwQG .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uwtqixdwQG .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uwtqixdwQG .social-wrapper {
    text-align: center;
  }
}
.cid-uwtqixdwQG .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uwtqixdwQG .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uwtqixdwQG .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uwtqixdwQG .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uwtqixdwQG .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uwtqixdwQG .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-uwtqixdwQG .mbr-section-title {
  color: #f2ac2b;
}
.cid-uwtqixdwQG .mbr-copy {
  color: #d2d2df;
}
.cid-uwtqmQqJ9B {
  background-color: transparent;
}
.cid-uwtqmQqJ9B .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uwtqmQqJ9B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uwtqmQqJ9B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwtqmQqJ9B .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uwtqmQqJ9B .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uwtqmQqJ9B .menu_box .navbar.opened,
  .cid-uwtqmQqJ9B .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uwtqmQqJ9B .navbar-dropdown {
  position: relative !important;
}
.cid-uwtqmQqJ9B .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uwtqmQqJ9B .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwtqmQqJ9B .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uwtqmQqJ9B .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uwtqmQqJ9B .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uwtqmQqJ9B .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uwtqmQqJ9B .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uwtqmQqJ9B .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uwtqmQqJ9B .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uwtqmQqJ9B .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uwtqmQqJ9B .offcanvas-body .mbr-text,
  .cid-uwtqmQqJ9B .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uwtqmQqJ9B .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uwtqmQqJ9B .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uwtqmQqJ9B .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uwtqmQqJ9B .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uwtqmQqJ9B .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uwtqmQqJ9B .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uwtqmQqJ9B .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uwtqmQqJ9B ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uwtqmQqJ9B .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtqmQqJ9B .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-uwtqmQqJ9B .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uwtqmQqJ9B 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-uwtqmQqJ9B .lg_brand {
    margin: 0 1rem;
  }
  .cid-uwtqmQqJ9B .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uwtqmQqJ9B .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uwtqmQqJ9B .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uwtqmQqJ9B .nav-item {
    margin: 0 !important;
  }
}
.cid-uwtqmQqJ9B .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uwtqmQqJ9B .nav-item .nav-link:hover,
.cid-uwtqmQqJ9B .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtqmQqJ9B .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uwtqmQqJ9B .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uwtqmQqJ9B .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uwtqmQqJ9B .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtqmQqJ9B .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-uwtqmQqJ9B .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uwtqmQqJ9B .offcanvas_box {
    display: none;
  }
}
.cid-uwtqmQqJ9B .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uwtqmQqJ9B .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uwtqmQqJ9B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uwtqmQqJ9B .container {
  display: flex;
  margin: auto;
}
.cid-uwtqmQqJ9B .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-uwtqmQqJ9B .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uwtqmQqJ9B .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uwtqmQqJ9B .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uwtqmQqJ9B .navbar-nav {
    margin: 0;
  }
}
.cid-uwtqmQqJ9B .dropdown-menu,
.cid-uwtqmQqJ9B .navbar.opened {
  background-color: false !important;
}
.cid-uwtqmQqJ9B .nav-item:focus,
.cid-uwtqmQqJ9B .nav-link:focus {
  outline: none;
}
.cid-uwtqmQqJ9B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwtqmQqJ9B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwtqmQqJ9B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwtqmQqJ9B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwtqmQqJ9B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwtqmQqJ9B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwtqmQqJ9B .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uwtqmQqJ9B .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uwtqmQqJ9B .navbar.opened {
  transition: all 0.3s;
}
.cid-uwtqmQqJ9B .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uwtqmQqJ9B .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uwtqmQqJ9B .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uwtqmQqJ9B .navbar.collapsed {
  justify-content: center;
}
.cid-uwtqmQqJ9B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwtqmQqJ9B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uwtqmQqJ9B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwtqmQqJ9B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwtqmQqJ9B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwtqmQqJ9B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uwtqmQqJ9B .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uwtqmQqJ9B .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uwtqmQqJ9B .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uwtqmQqJ9B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwtqmQqJ9B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwtqmQqJ9B .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uwtqmQqJ9B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwtqmQqJ9B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uwtqmQqJ9B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwtqmQqJ9B .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uwtqmQqJ9B .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uwtqmQqJ9B .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uwtqmQqJ9B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uwtqmQqJ9B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwtqmQqJ9B .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uwtqmQqJ9B .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwtqmQqJ9B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwtqmQqJ9B .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwtqmQqJ9B .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-uwtqmQqJ9B .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uwtqmQqJ9B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwtqmQqJ9B .dropdown-item.active,
.cid-uwtqmQqJ9B .dropdown-item:active {
  background-color: transparent;
}
.cid-uwtqmQqJ9B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uwtqmQqJ9B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwtqmQqJ9B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwtqmQqJ9B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwtqmQqJ9B ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uwtqmQqJ9B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwtqmQqJ9B 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-uwtqmQqJ9B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uwtqmQqJ9B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwtqmQqJ9B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtqmQqJ9B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtqmQqJ9B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwtqmQqJ9B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtqmQqJ9B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwtqmQqJ9B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwtqmQqJ9B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtqmQqJ9B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uwtqmQqJ9B .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-uwtqmQqJ9B .navbar {
    height: 70px;
  }
  .cid-uwtqmQqJ9B .navbar.opened {
    height: auto;
  }
  .cid-uwtqmQqJ9B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwtqmQqJ9B .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uwtqmQqJ9B .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uwtqmQqJ9B .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uwtqmQqJ9B .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uwtqmQqJ9B .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uwtqmQqJ9B .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uwtqmQqJ9B .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uwtqmQqJ9B .text_widget {
  margin-bottom: 32px;
}
.cid-uwtqmQqJ9B .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uwtqmQqJ9B .text_widget a:hover,
.cid-uwtqmQqJ9B .text_widget a:focus {
  opacity: .6;
}
.cid-uwtqmQqJ9B .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtqmQqJ9B .navbar-caption {
  color: #f2ac2b;
}
.cid-uwtqmQqJ9B .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqmQqJ9B .mbr-section-subtitle,
.cid-uwtqmQqJ9B .text_widget,
.cid-uwtqmQqJ9B .mbr-section-btn {
  text-align: center;
}
.cid-uwtqmQqJ9B a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uwtqmRnaHR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqmRnaHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqmRnaHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqmRnaHR .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtqmRnaHR .container {
    padding: 0 15px;
  }
}
.cid-uwtqmRnaHR .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uwtqmRnaHR .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uwtqmRnaHR .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uwtqmRnaHR .image-wrapper img {
    height: 400px;
  }
}
.cid-uwtqmRnaHR .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtqmRnaHR .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqmRnaHR .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uwtqmRnaHR .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uwtqmRnaHR .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwtqmRnaHR .mbr-section-title {
  color: #ffffff;
}
.cid-uwtqmRnaHR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtqmRnaHR .mbr-text {
  color: #d2d2df;
}
.cid-uwtqmRFWfK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqmRFWfK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqmRFWfK .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-uwtqmRFWfK .container {
    padding: 0 15px;
  }
}
.cid-uwtqmRFWfK .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uwtqmRFWfK .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uwtqmRFWfK .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uwtqmRFWfK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uwtqmRFWfK .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtqmRFWfK .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqmRFWfK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwtqmRFWfK .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwtqmRFWfK .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uwtqmRFWfK .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-uwtqmRFWfK .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uwtqmRFWfK .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uwtqmRFWfK .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uwtqmRFWfK .mbr-section-title {
  color: #ffffff;
}
.cid-uwtqmRFWfK .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uwtqmRFWfK .mbr-text {
  color: #d2d2df;
}
.cid-uwtqmRTdgH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtqmRTdgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqmRTdgH .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-uwtqmRTdgH .container {
    padding: 0 15px;
  }
}
.cid-uwtqmRTdgH .row {
  justify-content: center;
}
.cid-uwtqmRTdgH .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqmRTdgH .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtqmRTdgH .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uwtqmRTdgH .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uwtqmRTdgH .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtqmRTdgH .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwtqmRTdgH .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqmRTdgH .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uwtqmRTdgH .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uwtqmRTdgH .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwtqmRTdgH .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-uwtqmRTdgH .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uwtqmRTdgH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqmRTdgH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtqmRTdgH .list {
  color: #ffffff;
}
.cid-uwtqmS6ucD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtqmS6ucD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqmS6ucD .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-uwtqmS6ucD .container {
    padding: 0 15px;
  }
}
.cid-uwtqmS6ucD .row {
  justify-content: center;
}
.cid-uwtqmS6ucD .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqmS6ucD .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtqmS6ucD .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uwtqmS6ucD .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uwtqmS6ucD .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtqmS6ucD .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwtqmS6ucD .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqmS6ucD .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uwtqmS6ucD .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uwtqmS6ucD .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwtqmS6ucD .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-uwtqmS6ucD .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uwtqmS6ucD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqmS6ucD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtqmS6ucD .list {
  color: #ffffff;
}
.cid-uwtqmSmxcr {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uwtqmSmxcr {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uwtqmSmxcr .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-uwtqmSmxcr .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-uwtqmSmxcr img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uwtqmSmxcr .container-fluid {
    padding: 0 1rem;
  }
  .cid-uwtqmSmxcr .right-wrapper {
    text-align: left;
  }
  .cid-uwtqmSmxcr .blue-block {
    width: 100%;
  }
  .cid-uwtqmSmxcr .mbr-section-title {
    text-align: center;
  }
  .cid-uwtqmSmxcr .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uwtqmSmxcr .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-uwtqmSmxcr .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-uwtqmSmxcr img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-uwtqmSmxcr .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-uwtqmSmxcr .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-uwtqmSmxcr .container-fluid {
  max-width: 1200px;
}
.cid-uwtqmSmxcr .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-uwtqmSmxcr .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-uwtqmSmxcr .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uwtqmSmxcr .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-uwtqmSmxcr .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(141, 94, 241, 0.5), rgba(141, 94, 241, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uwtqmSmxcr .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(242, 172, 43, 0.5), rgba(242, 172, 43, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uwtqmSmxcr .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-uwtqmSmxcr .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uwtqmSmxcr .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uwtqmSmxcr .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uwtqmSmxcr .blue-block {
  background-color: #ec8c39;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-uwtqmSmxcr .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-uwtqmSmxcr .blue-title {
  margin: 0;
}
.cid-uwtqmSmxcr .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-uwtqmSmxcr .mbr-section-title DIV {
  text-align: left;
}
.cid-uwtqmSCtE6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwtqmSCtE6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwtqmSCtE6 .row {
  flex-direction: row-reverse;
}
.cid-uwtqmSCtE6 img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uwtqmSCtE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqmSCtE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqmSPpRd {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uwtqmSPpRd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqmSPpRd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqmSPpRd .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtqmSPpRd .container {
    padding: 0 15px;
  }
}
.cid-uwtqmSPpRd .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqmSPpRd .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtqmSPpRd .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtqmSPpRd .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqmSPpRd .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uwtqmSPpRd .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-uwtqmSPpRd .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwtqmSPpRd .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uwtqmSPpRd .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uwtqmSPpRd .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uwtqmSPpRd .items-wrapper .item a {
  display: block;
}
.cid-uwtqmSPpRd .items-wrapper .item a:hover .item-wrapper::before,
.cid-uwtqmSPpRd .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-uwtqmSPpRd .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-uwtqmSPpRd .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-uwtqmSPpRd .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwtqmSPpRd .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtqmSPpRd .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uwtqmSPpRd .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-uwtqmSPpRd .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-uwtqmSPpRd .mbr-section-title {
  color: #284177;
  text-align: center;
}
.cid-uwtqmSPpRd .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtqmT51g7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqmT51g7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqmT51g7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqmT51g7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtqmT51g7 .container {
    padding: 0 15px;
  }
}
.cid-uwtqmT51g7 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqmT51g7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtqmT51g7 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtqmT51g7 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqmT51g7 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uwtqmT51g7 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-uwtqmT51g7 .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwtqmT51g7 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uwtqmT51g7 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uwtqmT51g7 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uwtqmT51g7 .items-wrapper .item a {
  display: block;
}
.cid-uwtqmT51g7 .items-wrapper .item a:hover .item-wrapper::before,
.cid-uwtqmT51g7 .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-uwtqmT51g7 .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-uwtqmT51g7 .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-uwtqmT51g7 .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwtqmT51g7 .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtqmT51g7 .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uwtqmT51g7 .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-uwtqmT51g7 .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-uwtqmT51g7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqmT51g7 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtqmTle5R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqmTle5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqmTle5R .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-uwtqmTle5R .container {
    padding: 0 15px;
  }
}
.cid-uwtqmTle5R .row {
  justify-content: center;
}
.cid-uwtqmTle5R .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-uwtqmTle5R .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-uwtqmTle5R .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uwtqmTle5R .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uwtqmTle5R .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-uwtqmTle5R .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-uwtqmTle5R .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uwtqmTle5R .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-uwtqmTle5R .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uwtqmTle5R .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-uwtqmTle5R .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uwtqmTle5R .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-uwtqmTle5R .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uwtqmTle5R .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-uwtqmTle5R .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uwtqmTle5R .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uwtqmTle5R .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #284177;
}
.cid-uwtqmTle5R .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uwtqmTle5R .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uwtqmTle5R .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uwtqmTle5R .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-uwtqmTle5R .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uwtqmTle5R .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-uwtqmTle5R .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtqmTle5R .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqmTCGs9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqmTCGs9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqmTCGs9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqmTCGs9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtqmTCGs9 .container {
    padding: 0 15px;
  }
}
.cid-uwtqmTCGs9 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqmTCGs9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtqmTCGs9 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtqmTCGs9 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqmTCGs9 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwtqmTCGs9 .item {
  margin-bottom: 32px;
}
.cid-uwtqmTCGs9 .item:hover .item-wrapper::before,
.cid-uwtqmTCGs9 .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-uwtqmTCGs9 .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-uwtqmTCGs9 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtqmTCGs9 .item .item-wrapper::before {
    display: none;
  }
}
.cid-uwtqmTCGs9 .item .item-wrapper .card-box {
  position: relative;
}
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uwtqmTCGs9 .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uwtqmTCGs9 .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uwtqmTCGs9 .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-uwtqmTCGs9 .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uwtqmTCGs9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqmTCGs9 .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uwtqmTCGs9 .mbr-date {
  color: #ffffff;
}
.cid-uwtqmTCGs9 .mbr-tag {
  color: #ffffff;
}
.cid-uwtqmTCGs9 .mbr-card-title {
  color: #f2ac2b;
}
.cid-uwtqmTCGs9 .mbr-card-text {
  color: #d2d2df;
}
.cid-uwtqmTYamu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqmTYamu .mbr-overlay {
  background: #232b45;
  opacity: 0.5;
}
.cid-uwtqmTYamu .title-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uwtqmTYamu .title-wrapper {
    margin: 0 0 20px 0;
  }
}
.cid-uwtqmTYamu .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwtqmTYamu .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqmTYamu .title-wrapper .buttons-wrapper {
  position: relative;
  display: flex;
  height: 48px;
  min-width: 120px;
}
.cid-uwtqmTYamu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 525px;
  max-width: 525px;
}
@media (max-width: 767px) {
  .cid-uwtqmTYamu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uwtqmTYamu .embla__slide .slide-content {
  width: 100%;
}
.cid-uwtqmTYamu .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 15px;
}
.cid-uwtqmTYamu .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uwtqmTYamu .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 5px;
}
.cid-uwtqmTYamu .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uwtqmTYamu .embla__slide .slide-content .item-wrapper .card-box .mbr-text {
  margin-bottom: 20px;
}
.cid-uwtqmTYamu .embla__slide .slide-content .item-wrapper .card-box .mbr-name {
  margin-bottom: 5px;
}
.cid-uwtqmTYamu .embla__slide .slide-content .item-wrapper .card-box .mbr-role {
  margin-bottom: 0;
}
.cid-uwtqmTYamu .embla__button--next,
.cid-uwtqmTYamu .embla__button--prev {
  display: flex;
}
.cid-uwtqmTYamu .embla__button {
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #f2ac2b !important;
  border: 1px solid #f2ac2b !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uwtqmTYamu .embla__button::before {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #373d52;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
}
.cid-uwtqmTYamu .embla__button span {
  z-index: 1;
}
.cid-uwtqmTYamu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uwtqmTYamu .embla__button:hover::before {
  opacity: 0;
}
.cid-uwtqmTYamu .embla__button.embla__button--prev {
  left: 0;
}
.cid-uwtqmTYamu .embla__button.embla__button--next {
  right: 55%;
}
@media (max-width: 992px) {
  .cid-uwtqmTYamu .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uwtqmTYamu .embla {
  position: relative;
  width: 100%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uwtqmTYamu .embla {
    display: block;
  }
}
.cid-uwtqmTYamu .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uwtqmTYamu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uwtqmTYamu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uwtqmTYamu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uwtqmTYamu .mbr-section-title {
  color: #ffffff;
}
.cid-uwtqmTYamu .mbr-text {
  color: #d2d2df;
}
.cid-uwtqmTYamu .mbr-name {
  color: #f2ac2b;
}
.cid-uwtqmTYamu .mbr-role {
  color: #d2d2df;
}
.cid-uwtqmTYamu .mbr-rating {
  color: #f2ac2b;
}
.cid-uwtqmUAADg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqmUAADg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqmUAADg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqmUAADg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtqmUAADg .container {
    padding: 0 15px;
  }
}
.cid-uwtqmUAADg .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uwtqmUAADg .title-wrapper {
    text-align: center;
  }
}
.cid-uwtqmUAADg .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uwtqmUAADg .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uwtqmUAADg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwtqmUAADg .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-uwtqmUAADg .list {
    justify-content: center;
  }
}
.cid-uwtqmUAADg .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uwtqmUAADg .list .item-wrap:hover,
.cid-uwtqmUAADg .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtqmUAADg .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uwtqmUAADg .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uwtqmUAADg .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uwtqmUAADg .copy-wrapper {
    height: auto;
  }
}
.cid-uwtqmUAADg .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtqmUAADg .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uwtqmUAADg .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uwtqmUAADg .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uwtqmUAADg .social-wrapper {
    text-align: center;
  }
}
.cid-uwtqmUAADg .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uwtqmUAADg .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uwtqmUAADg .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uwtqmUAADg .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uwtqmUAADg .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uwtqmUAADg .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-uwtqmUAADg .mbr-section-title {
  color: #f2ac2b;
}
.cid-uwtqmUAADg .mbr-copy {
  color: #d2d2df;
}
.cid-uwtqpFjQij {
  background-color: transparent;
}
.cid-uwtqpFjQij .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uwtqpFjQij .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uwtqpFjQij .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwtqpFjQij .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uwtqpFjQij .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uwtqpFjQij .menu_box .navbar.opened,
  .cid-uwtqpFjQij .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uwtqpFjQij .navbar-dropdown {
  position: relative !important;
}
.cid-uwtqpFjQij .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uwtqpFjQij .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwtqpFjQij .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uwtqpFjQij .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uwtqpFjQij .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uwtqpFjQij .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uwtqpFjQij .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uwtqpFjQij .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uwtqpFjQij .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uwtqpFjQij .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uwtqpFjQij .offcanvas-body .mbr-text,
  .cid-uwtqpFjQij .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uwtqpFjQij .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uwtqpFjQij .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uwtqpFjQij .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uwtqpFjQij .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uwtqpFjQij .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uwtqpFjQij .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uwtqpFjQij .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uwtqpFjQij ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uwtqpFjQij .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtqpFjQij .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-uwtqpFjQij .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uwtqpFjQij 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-uwtqpFjQij .lg_brand {
    margin: 0 1rem;
  }
  .cid-uwtqpFjQij .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uwtqpFjQij .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uwtqpFjQij .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uwtqpFjQij .nav-item {
    margin: 0 !important;
  }
}
.cid-uwtqpFjQij .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uwtqpFjQij .nav-item .nav-link:hover,
.cid-uwtqpFjQij .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtqpFjQij .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uwtqpFjQij .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uwtqpFjQij .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uwtqpFjQij .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtqpFjQij .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-uwtqpFjQij .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uwtqpFjQij .offcanvas_box {
    display: none;
  }
}
.cid-uwtqpFjQij .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uwtqpFjQij .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uwtqpFjQij .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uwtqpFjQij .container {
  display: flex;
  margin: auto;
}
.cid-uwtqpFjQij .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-uwtqpFjQij .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uwtqpFjQij .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uwtqpFjQij .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uwtqpFjQij .navbar-nav {
    margin: 0;
  }
}
.cid-uwtqpFjQij .dropdown-menu,
.cid-uwtqpFjQij .navbar.opened {
  background-color: false !important;
}
.cid-uwtqpFjQij .nav-item:focus,
.cid-uwtqpFjQij .nav-link:focus {
  outline: none;
}
.cid-uwtqpFjQij .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwtqpFjQij .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwtqpFjQij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwtqpFjQij .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwtqpFjQij .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwtqpFjQij .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwtqpFjQij .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uwtqpFjQij .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uwtqpFjQij .navbar.opened {
  transition: all 0.3s;
}
.cid-uwtqpFjQij .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uwtqpFjQij .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uwtqpFjQij .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uwtqpFjQij .navbar.collapsed {
  justify-content: center;
}
.cid-uwtqpFjQij .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwtqpFjQij .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uwtqpFjQij .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwtqpFjQij .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwtqpFjQij .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwtqpFjQij .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uwtqpFjQij .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uwtqpFjQij .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uwtqpFjQij .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uwtqpFjQij .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwtqpFjQij .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwtqpFjQij .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uwtqpFjQij .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwtqpFjQij .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uwtqpFjQij .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwtqpFjQij .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uwtqpFjQij .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uwtqpFjQij .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uwtqpFjQij .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uwtqpFjQij .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwtqpFjQij .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uwtqpFjQij .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwtqpFjQij .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwtqpFjQij .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwtqpFjQij .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-uwtqpFjQij .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uwtqpFjQij .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwtqpFjQij .dropdown-item.active,
.cid-uwtqpFjQij .dropdown-item:active {
  background-color: transparent;
}
.cid-uwtqpFjQij .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uwtqpFjQij .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwtqpFjQij .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwtqpFjQij .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwtqpFjQij ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uwtqpFjQij .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwtqpFjQij 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-uwtqpFjQij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uwtqpFjQij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwtqpFjQij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtqpFjQij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtqpFjQij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwtqpFjQij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtqpFjQij nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwtqpFjQij nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwtqpFjQij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtqpFjQij a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uwtqpFjQij .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-uwtqpFjQij .navbar {
    height: 70px;
  }
  .cid-uwtqpFjQij .navbar.opened {
    height: auto;
  }
  .cid-uwtqpFjQij .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwtqpFjQij .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uwtqpFjQij .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uwtqpFjQij .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uwtqpFjQij .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uwtqpFjQij .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uwtqpFjQij .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uwtqpFjQij .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uwtqpFjQij .text_widget {
  margin-bottom: 32px;
}
.cid-uwtqpFjQij .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uwtqpFjQij .text_widget a:hover,
.cid-uwtqpFjQij .text_widget a:focus {
  opacity: .6;
}
.cid-uwtqpFjQij .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtqpFjQij .navbar-caption {
  color: #f2ac2b;
}
.cid-uwtqpFjQij .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqpFjQij .mbr-section-subtitle,
.cid-uwtqpFjQij .text_widget,
.cid-uwtqpFjQij .mbr-section-btn {
  text-align: center;
}
.cid-uwtqpFjQij a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uwtqpGf3iD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqpGf3iD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqpGf3iD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqpGf3iD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtqpGf3iD .container {
    padding: 0 15px;
  }
}
.cid-uwtqpGf3iD .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uwtqpGf3iD .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uwtqpGf3iD .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uwtqpGf3iD .image-wrapper img {
    height: 400px;
  }
}
.cid-uwtqpGf3iD .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtqpGf3iD .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqpGf3iD .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uwtqpGf3iD .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uwtqpGf3iD .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwtqpGf3iD .mbr-section-title {
  color: #ffffff;
}
.cid-uwtqpGf3iD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtqpGf3iD .mbr-text {
  color: #d2d2df;
}
.cid-uwtqpGx7uP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqpGx7uP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqpGx7uP .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-uwtqpGx7uP .container {
    padding: 0 15px;
  }
}
.cid-uwtqpGx7uP .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uwtqpGx7uP .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uwtqpGx7uP .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uwtqpGx7uP .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uwtqpGx7uP .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtqpGx7uP .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqpGx7uP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwtqpGx7uP .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwtqpGx7uP .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uwtqpGx7uP .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-uwtqpGx7uP .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uwtqpGx7uP .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uwtqpGx7uP .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uwtqpGx7uP .mbr-section-title {
  color: #ffffff;
}
.cid-uwtqpGx7uP .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uwtqpGx7uP .mbr-text {
  color: #d2d2df;
}
.cid-uwtqpGKEmQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtqpGKEmQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqpGKEmQ .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-uwtqpGKEmQ .container {
    padding: 0 15px;
  }
}
.cid-uwtqpGKEmQ .row {
  justify-content: center;
}
.cid-uwtqpGKEmQ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqpGKEmQ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtqpGKEmQ .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uwtqpGKEmQ .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uwtqpGKEmQ .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtqpGKEmQ .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwtqpGKEmQ .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqpGKEmQ .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uwtqpGKEmQ .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uwtqpGKEmQ .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwtqpGKEmQ .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-uwtqpGKEmQ .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uwtqpGKEmQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqpGKEmQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtqpGKEmQ .list {
  color: #ffffff;
}
.cid-uwtqpGX95s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uwtqpGX95s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqpGX95s .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-uwtqpGX95s .container {
    padding: 0 15px;
  }
}
.cid-uwtqpGX95s .row {
  justify-content: center;
}
.cid-uwtqpGX95s .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqpGX95s .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uwtqpGX95s .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uwtqpGX95s .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uwtqpGX95s .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtqpGX95s .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uwtqpGX95s .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqpGX95s .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uwtqpGX95s .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uwtqpGX95s .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uwtqpGX95s .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-uwtqpGX95s .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uwtqpGX95s .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqpGX95s .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtqpGX95s .list {
  color: #ffffff;
}
.cid-uwtqpHcGD4 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uwtqpHcGD4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uwtqpHcGD4 .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-uwtqpHcGD4 .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-uwtqpHcGD4 img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uwtqpHcGD4 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uwtqpHcGD4 .right-wrapper {
    text-align: left;
  }
  .cid-uwtqpHcGD4 .blue-block {
    width: 100%;
  }
  .cid-uwtqpHcGD4 .mbr-section-title {
    text-align: center;
  }
  .cid-uwtqpHcGD4 .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uwtqpHcGD4 .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-uwtqpHcGD4 .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-uwtqpHcGD4 img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-uwtqpHcGD4 .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-uwtqpHcGD4 .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-uwtqpHcGD4 .container-fluid {
  max-width: 1200px;
}
.cid-uwtqpHcGD4 .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-uwtqpHcGD4 .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-uwtqpHcGD4 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uwtqpHcGD4 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-uwtqpHcGD4 .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(141, 94, 241, 0.5), rgba(141, 94, 241, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uwtqpHcGD4 .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(242, 172, 43, 0.5), rgba(242, 172, 43, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uwtqpHcGD4 .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-uwtqpHcGD4 .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uwtqpHcGD4 .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uwtqpHcGD4 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uwtqpHcGD4 .blue-block {
  background-color: #ec8c39;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-uwtqpHcGD4 .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-uwtqpHcGD4 .blue-title {
  margin: 0;
}
.cid-uwtqpHcGD4 .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-uwtqpHcGD4 .mbr-section-title DIV {
  text-align: left;
}
.cid-uwtqpHsoj4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uwtqpHsoj4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uwtqpHsoj4 .row {
  flex-direction: row-reverse;
}
.cid-uwtqpHsoj4 img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uwtqpHsoj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqpHsoj4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqpHJss9 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uwtqpHJss9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqpHJss9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqpHJss9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtqpHJss9 .container {
    padding: 0 15px;
  }
}
.cid-uwtqpHJss9 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqpHJss9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtqpHJss9 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtqpHJss9 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqpHJss9 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uwtqpHJss9 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-uwtqpHJss9 .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwtqpHJss9 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uwtqpHJss9 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uwtqpHJss9 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uwtqpHJss9 .items-wrapper .item a {
  display: block;
}
.cid-uwtqpHJss9 .items-wrapper .item a:hover .item-wrapper::before,
.cid-uwtqpHJss9 .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-uwtqpHJss9 .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-uwtqpHJss9 .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-uwtqpHJss9 .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwtqpHJss9 .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtqpHJss9 .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uwtqpHJss9 .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-uwtqpHJss9 .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-uwtqpHJss9 .mbr-section-title {
  color: #284177;
  text-align: center;
}
.cid-uwtqpHJss9 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtqpHZg2e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqpHZg2e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqpHZg2e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqpHZg2e .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtqpHZg2e .container {
    padding: 0 15px;
  }
}
.cid-uwtqpHZg2e .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqpHZg2e .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtqpHZg2e .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtqpHZg2e .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqpHZg2e .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uwtqpHZg2e .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-uwtqpHZg2e .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uwtqpHZg2e .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uwtqpHZg2e .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uwtqpHZg2e .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uwtqpHZg2e .items-wrapper .item a {
  display: block;
}
.cid-uwtqpHZg2e .items-wrapper .item a:hover .item-wrapper::before,
.cid-uwtqpHZg2e .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-uwtqpHZg2e .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-uwtqpHZg2e .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-uwtqpHZg2e .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwtqpHZg2e .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtqpHZg2e .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uwtqpHZg2e .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-uwtqpHZg2e .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-uwtqpHZg2e .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqpHZg2e .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtqpIf1Zg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqpIf1Zg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqpIf1Zg .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-uwtqpIf1Zg .container {
    padding: 0 15px;
  }
}
.cid-uwtqpIf1Zg .row {
  justify-content: center;
}
.cid-uwtqpIf1Zg .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-uwtqpIf1Zg .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-uwtqpIf1Zg .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uwtqpIf1Zg .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uwtqpIf1Zg .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-uwtqpIf1Zg .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-uwtqpIf1Zg .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uwtqpIf1Zg .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-uwtqpIf1Zg .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uwtqpIf1Zg .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-uwtqpIf1Zg .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uwtqpIf1Zg .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-uwtqpIf1Zg .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uwtqpIf1Zg .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-uwtqpIf1Zg .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uwtqpIf1Zg .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uwtqpIf1Zg .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #284177;
}
.cid-uwtqpIf1Zg .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uwtqpIf1Zg .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uwtqpIf1Zg .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uwtqpIf1Zg .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-uwtqpIf1Zg .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uwtqpIf1Zg .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-uwtqpIf1Zg .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtqpIf1Zg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqpIzodA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqpIzodA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqpIzodA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqpIzodA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtqpIzodA .container {
    padding: 0 15px;
  }
}
.cid-uwtqpIzodA .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uwtqpIzodA .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uwtqpIzodA .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtqpIzodA .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqpIzodA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uwtqpIzodA .item {
  margin-bottom: 32px;
}
.cid-uwtqpIzodA .item:hover .item-wrapper::before,
.cid-uwtqpIzodA .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-uwtqpIzodA .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-uwtqpIzodA .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uwtqpIzodA .item .item-wrapper::before {
    display: none;
  }
}
.cid-uwtqpIzodA .item .item-wrapper .card-box {
  position: relative;
}
.cid-uwtqpIzodA .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uwtqpIzodA .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-uwtqpIzodA .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uwtqpIzodA .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-uwtqpIzodA .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uwtqpIzodA .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-uwtqpIzodA .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-uwtqpIzodA .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-uwtqpIzodA .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uwtqpIzodA .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-uwtqpIzodA .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uwtqpIzodA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uwtqpIzodA .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uwtqpIzodA .mbr-date {
  color: #ffffff;
}
.cid-uwtqpIzodA .mbr-tag {
  color: #ffffff;
}
.cid-uwtqpIzodA .mbr-card-title {
  color: #f2ac2b;
}
.cid-uwtqpIzodA .mbr-card-text {
  color: #d2d2df;
}
.cid-uwtqpIXLYP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqpIXLYP .mbr-overlay {
  background: #232b45;
  opacity: 0.5;
}
.cid-uwtqpIXLYP .title-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uwtqpIXLYP .title-wrapper {
    margin: 0 0 20px 0;
  }
}
.cid-uwtqpIXLYP .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwtqpIXLYP .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtqpIXLYP .title-wrapper .buttons-wrapper {
  position: relative;
  display: flex;
  height: 48px;
  min-width: 120px;
}
.cid-uwtqpIXLYP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 525px;
  max-width: 525px;
}
@media (max-width: 767px) {
  .cid-uwtqpIXLYP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uwtqpIXLYP .embla__slide .slide-content {
  width: 100%;
}
.cid-uwtqpIXLYP .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 15px;
}
.cid-uwtqpIXLYP .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uwtqpIXLYP .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 5px;
}
.cid-uwtqpIXLYP .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uwtqpIXLYP .embla__slide .slide-content .item-wrapper .card-box .mbr-text {
  margin-bottom: 20px;
}
.cid-uwtqpIXLYP .embla__slide .slide-content .item-wrapper .card-box .mbr-name {
  margin-bottom: 5px;
}
.cid-uwtqpIXLYP .embla__slide .slide-content .item-wrapper .card-box .mbr-role {
  margin-bottom: 0;
}
.cid-uwtqpIXLYP .embla__button--next,
.cid-uwtqpIXLYP .embla__button--prev {
  display: flex;
}
.cid-uwtqpIXLYP .embla__button {
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #f2ac2b !important;
  border: 1px solid #f2ac2b !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uwtqpIXLYP .embla__button::before {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #373d52;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
}
.cid-uwtqpIXLYP .embla__button span {
  z-index: 1;
}
.cid-uwtqpIXLYP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uwtqpIXLYP .embla__button:hover::before {
  opacity: 0;
}
.cid-uwtqpIXLYP .embla__button.embla__button--prev {
  left: 0;
}
.cid-uwtqpIXLYP .embla__button.embla__button--next {
  right: 55%;
}
@media (max-width: 992px) {
  .cid-uwtqpIXLYP .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uwtqpIXLYP .embla {
  position: relative;
  width: 100%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uwtqpIXLYP .embla {
    display: block;
  }
}
.cid-uwtqpIXLYP .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uwtqpIXLYP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uwtqpIXLYP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uwtqpIXLYP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uwtqpIXLYP .mbr-section-title {
  color: #ffffff;
}
.cid-uwtqpIXLYP .mbr-text {
  color: #d2d2df;
}
.cid-uwtqpIXLYP .mbr-name {
  color: #f2ac2b;
}
.cid-uwtqpIXLYP .mbr-role {
  color: #d2d2df;
}
.cid-uwtqpIXLYP .mbr-rating {
  color: #f2ac2b;
}
.cid-uwtqpJCSTD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtqpJCSTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtqpJCSTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtqpJCSTD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtqpJCSTD .container {
    padding: 0 15px;
  }
}
.cid-uwtqpJCSTD .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uwtqpJCSTD .title-wrapper {
    text-align: center;
  }
}
.cid-uwtqpJCSTD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uwtqpJCSTD .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uwtqpJCSTD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwtqpJCSTD .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-uwtqpJCSTD .list {
    justify-content: center;
  }
}
.cid-uwtqpJCSTD .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uwtqpJCSTD .list .item-wrap:hover,
.cid-uwtqpJCSTD .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtqpJCSTD .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uwtqpJCSTD .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uwtqpJCSTD .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uwtqpJCSTD .copy-wrapper {
    height: auto;
  }
}
.cid-uwtqpJCSTD .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtqpJCSTD .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uwtqpJCSTD .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uwtqpJCSTD .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uwtqpJCSTD .social-wrapper {
    text-align: center;
  }
}
.cid-uwtqpJCSTD .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uwtqpJCSTD .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uwtqpJCSTD .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uwtqpJCSTD .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uwtqpJCSTD .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uwtqpJCSTD .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-uwtqpJCSTD .mbr-section-title {
  color: #f2ac2b;
}
.cid-uwtqpJCSTD .mbr-copy {
  color: #d2d2df;
}
.cid-uyO67v3JYB {
  background-color: transparent;
}
.cid-uyO67v3JYB .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uyO67v3JYB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uyO67v3JYB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uyO67v3JYB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uyO67v3JYB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uyO67v3JYB .menu_box .navbar.opened,
  .cid-uyO67v3JYB .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uyO67v3JYB .navbar-dropdown {
  position: relative !important;
}
.cid-uyO67v3JYB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uyO67v3JYB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uyO67v3JYB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uyO67v3JYB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uyO67v3JYB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uyO67v3JYB .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uyO67v3JYB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uyO67v3JYB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uyO67v3JYB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uyO67v3JYB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uyO67v3JYB .offcanvas-body .mbr-text,
  .cid-uyO67v3JYB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uyO67v3JYB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uyO67v3JYB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uyO67v3JYB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uyO67v3JYB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uyO67v3JYB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uyO67v3JYB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uyO67v3JYB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uyO67v3JYB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uyO67v3JYB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uyO67v3JYB .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-uyO67v3JYB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uyO67v3JYB 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-uyO67v3JYB .lg_brand {
    margin: 0 1rem;
  }
  .cid-uyO67v3JYB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uyO67v3JYB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uyO67v3JYB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uyO67v3JYB .nav-item {
    margin: 0 !important;
  }
}
.cid-uyO67v3JYB .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uyO67v3JYB .nav-item .nav-link:hover,
.cid-uyO67v3JYB .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uyO67v3JYB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uyO67v3JYB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uyO67v3JYB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uyO67v3JYB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uyO67v3JYB .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-uyO67v3JYB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uyO67v3JYB .offcanvas_box {
    display: none;
  }
}
.cid-uyO67v3JYB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uyO67v3JYB .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uyO67v3JYB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uyO67v3JYB .container {
  display: flex;
  margin: auto;
}
.cid-uyO67v3JYB .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-uyO67v3JYB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uyO67v3JYB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uyO67v3JYB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uyO67v3JYB .navbar-nav {
    margin: 0;
  }
}
.cid-uyO67v3JYB .dropdown-menu,
.cid-uyO67v3JYB .navbar.opened {
  background-color: false !important;
}
.cid-uyO67v3JYB .nav-item:focus,
.cid-uyO67v3JYB .nav-link:focus {
  outline: none;
}
.cid-uyO67v3JYB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uyO67v3JYB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uyO67v3JYB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uyO67v3JYB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uyO67v3JYB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uyO67v3JYB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uyO67v3JYB .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uyO67v3JYB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uyO67v3JYB .navbar.opened {
  transition: all 0.3s;
}
.cid-uyO67v3JYB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uyO67v3JYB .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uyO67v3JYB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uyO67v3JYB .navbar.collapsed {
  justify-content: center;
}
.cid-uyO67v3JYB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uyO67v3JYB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uyO67v3JYB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uyO67v3JYB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uyO67v3JYB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uyO67v3JYB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uyO67v3JYB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uyO67v3JYB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uyO67v3JYB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uyO67v3JYB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uyO67v3JYB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uyO67v3JYB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uyO67v3JYB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uyO67v3JYB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uyO67v3JYB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uyO67v3JYB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uyO67v3JYB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uyO67v3JYB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uyO67v3JYB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uyO67v3JYB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uyO67v3JYB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uyO67v3JYB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uyO67v3JYB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uyO67v3JYB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uyO67v3JYB .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-uyO67v3JYB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uyO67v3JYB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uyO67v3JYB .dropdown-item.active,
.cid-uyO67v3JYB .dropdown-item:active {
  background-color: transparent;
}
.cid-uyO67v3JYB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uyO67v3JYB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uyO67v3JYB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uyO67v3JYB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uyO67v3JYB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uyO67v3JYB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uyO67v3JYB 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-uyO67v3JYB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uyO67v3JYB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uyO67v3JYB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyO67v3JYB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uyO67v3JYB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uyO67v3JYB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyO67v3JYB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uyO67v3JYB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uyO67v3JYB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uyO67v3JYB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uyO67v3JYB .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-uyO67v3JYB .navbar {
    height: 70px;
  }
  .cid-uyO67v3JYB .navbar.opened {
    height: auto;
  }
  .cid-uyO67v3JYB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uyO67v3JYB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uyO67v3JYB .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uyO67v3JYB .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uyO67v3JYB .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uyO67v3JYB .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uyO67v3JYB .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uyO67v3JYB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uyO67v3JYB .text_widget {
  margin-bottom: 32px;
}
.cid-uyO67v3JYB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uyO67v3JYB .text_widget a:hover,
.cid-uyO67v3JYB .text_widget a:focus {
  opacity: .6;
}
.cid-uyO67v3JYB .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uyO67v3JYB .navbar-caption {
  color: #f2ac2b;
}
.cid-uyO67v3JYB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyO67v3JYB .mbr-section-subtitle,
.cid-uyO67v3JYB .text_widget,
.cid-uyO67v3JYB .mbr-section-btn {
  text-align: center;
}
.cid-uyO67v3JYB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uyO67wQBUJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uyO67wQBUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyO67wQBUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyO67wQBUJ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyO67wQBUJ .container {
    padding: 0 15px;
  }
}
.cid-uyO67wQBUJ .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uyO67wQBUJ .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uyO67wQBUJ .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uyO67wQBUJ .image-wrapper img {
    height: 400px;
  }
}
.cid-uyO67wQBUJ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uyO67wQBUJ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uyO67wQBUJ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uyO67wQBUJ .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uyO67wQBUJ .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uyO67wQBUJ .mbr-section-title {
  color: #ffffff;
}
.cid-uyO67wQBUJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyO67wQBUJ .mbr-text {
  color: #d2d2df;
}
.cid-uyO67xqbHm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uyO67xqbHm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyO67xqbHm .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-uyO67xqbHm .container {
    padding: 0 15px;
  }
}
.cid-uyO67xqbHm .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uyO67xqbHm .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uyO67xqbHm .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uyO67xqbHm .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uyO67xqbHm .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uyO67xqbHm .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uyO67xqbHm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyO67xqbHm .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uyO67xqbHm .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uyO67xqbHm .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-uyO67xqbHm .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uyO67xqbHm .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uyO67xqbHm .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uyO67xqbHm .mbr-section-title {
  color: #ffffff;
}
.cid-uyO67xqbHm .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uyO67xqbHm .mbr-text {
  color: #d2d2df;
}
.cid-uyO67xW987 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uyO67xW987 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyO67xW987 .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-uyO67xW987 .container {
    padding: 0 15px;
  }
}
.cid-uyO67xW987 .row {
  justify-content: center;
}
.cid-uyO67xW987 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uyO67xW987 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uyO67xW987 .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uyO67xW987 .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uyO67xW987 .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uyO67xW987 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uyO67xW987 .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uyO67xW987 .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uyO67xW987 .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uyO67xW987 .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyO67xW987 .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-uyO67xW987 .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uyO67xW987 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uyO67xW987 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyO67xW987 .list {
  color: #ffffff;
}
.cid-uyO67yoLVE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uyO67yoLVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyO67yoLVE .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-uyO67yoLVE .container {
    padding: 0 15px;
  }
}
.cid-uyO67yoLVE .row {
  justify-content: center;
}
.cid-uyO67yoLVE .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uyO67yoLVE .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uyO67yoLVE .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uyO67yoLVE .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uyO67yoLVE .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uyO67yoLVE .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uyO67yoLVE .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uyO67yoLVE .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uyO67yoLVE .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uyO67yoLVE .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uyO67yoLVE .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-uyO67yoLVE .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uyO67yoLVE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uyO67yoLVE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyO67yoLVE .list {
  color: #ffffff;
}
.cid-uyO67yNjSF {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
@media (max-width: 767px) {
  .cid-uyO67yNjSF {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uyO67yNjSF .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .cid-uyO67yNjSF .blue-block {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(20%, 20%);
  }
}
.cid-uyO67yNjSF img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uyO67yNjSF .container-fluid {
    padding: 0 1rem;
  }
  .cid-uyO67yNjSF .right-wrapper {
    text-align: left;
  }
  .cid-uyO67yNjSF .blue-block {
    width: 100%;
  }
  .cid-uyO67yNjSF .mbr-section-title {
    text-align: center;
  }
  .cid-uyO67yNjSF .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uyO67yNjSF .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-uyO67yNjSF .right-wrapper {
    padding-left: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-uyO67yNjSF img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .cid-uyO67yNjSF .right-wrapper {
    padding-left: 1rem;
  }
}
.cid-uyO67yNjSF .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-uyO67yNjSF .container-fluid {
  max-width: 1200px;
}
.cid-uyO67yNjSF .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-uyO67yNjSF .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-uyO67yNjSF .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uyO67yNjSF .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
}
.cid-uyO67yNjSF .mbr-section-title span {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(141, 94, 241, 0.5), rgba(141, 94, 241, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uyO67yNjSF .mbr-section-subtitle span {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(242, 172, 43, 0.5), rgba(242, 172, 43, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-uyO67yNjSF .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-uyO67yNjSF .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uyO67yNjSF .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uyO67yNjSF .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uyO67yNjSF .blue-block {
  background-color: #ec8c39;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
}
.cid-uyO67yNjSF .wrapper {
  color: #fff;
  border: 2px dashed #ffffff;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-uyO67yNjSF .blue-title {
  margin: 0;
}
.cid-uyO67yNjSF .text-blue {
  margin: 0;
  font-weight: 900;
}
.cid-uyO67yNjSF .mbr-section-title DIV {
  text-align: left;
}
.cid-uyO67ziruS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uyO67ziruS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uyO67ziruS .row {
  flex-direction: row-reverse;
}
.cid-uyO67ziruS img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uyO67ziruS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyO67ziruS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyO67zJx3c {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uyO67zJx3c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyO67zJx3c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyO67zJx3c .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyO67zJx3c .container {
    padding: 0 15px;
  }
}
.cid-uyO67zJx3c .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uyO67zJx3c .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uyO67zJx3c .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uyO67zJx3c .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uyO67zJx3c .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uyO67zJx3c .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-uyO67zJx3c .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uyO67zJx3c .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uyO67zJx3c .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uyO67zJx3c .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uyO67zJx3c .items-wrapper .item a {
  display: block;
}
.cid-uyO67zJx3c .items-wrapper .item a:hover .item-wrapper::before,
.cid-uyO67zJx3c .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-uyO67zJx3c .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-uyO67zJx3c .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-uyO67zJx3c .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyO67zJx3c .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uyO67zJx3c .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uyO67zJx3c .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-uyO67zJx3c .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-uyO67zJx3c .mbr-section-title {
  color: #284177;
  text-align: center;
}
.cid-uyO67zJx3c .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uyO67Ae1nf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uyO67Ae1nf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyO67Ae1nf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyO67Ae1nf .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyO67Ae1nf .container {
    padding: 0 15px;
  }
}
.cid-uyO67Ae1nf .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uyO67Ae1nf .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uyO67Ae1nf .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uyO67Ae1nf .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uyO67Ae1nf .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uyO67Ae1nf .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-uyO67Ae1nf .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uyO67Ae1nf .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uyO67Ae1nf .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uyO67Ae1nf .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uyO67Ae1nf .items-wrapper .item a {
  display: block;
}
.cid-uyO67Ae1nf .items-wrapper .item a:hover .item-wrapper::before,
.cid-uyO67Ae1nf .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-uyO67Ae1nf .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-uyO67Ae1nf .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-uyO67Ae1nf .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uyO67Ae1nf .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uyO67Ae1nf .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uyO67Ae1nf .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-uyO67Ae1nf .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-uyO67Ae1nf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uyO67Ae1nf .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uyO67AI94t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uyO67AI94t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyO67AI94t .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-uyO67AI94t .container {
    padding: 0 15px;
  }
}
.cid-uyO67AI94t .row {
  justify-content: center;
}
.cid-uyO67AI94t .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-uyO67AI94t .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-uyO67AI94t .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uyO67AI94t .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uyO67AI94t .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-uyO67AI94t .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-uyO67AI94t .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uyO67AI94t .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-uyO67AI94t .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uyO67AI94t .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-uyO67AI94t .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uyO67AI94t .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-uyO67AI94t .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uyO67AI94t .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-uyO67AI94t .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uyO67AI94t .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uyO67AI94t .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #284177;
}
.cid-uyO67AI94t .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uyO67AI94t .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uyO67AI94t .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uyO67AI94t .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-uyO67AI94t .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uyO67AI94t .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-uyO67AI94t .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-uyO67AI94t .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uyO67BeZax {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uyO67BeZax .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyO67BeZax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyO67BeZax .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyO67BeZax .container {
    padding: 0 15px;
  }
}
.cid-uyO67BeZax .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uyO67BeZax .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uyO67BeZax .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uyO67BeZax .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uyO67BeZax .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uyO67BeZax .item {
  margin-bottom: 32px;
}
.cid-uyO67BeZax .item:hover .item-wrapper::before,
.cid-uyO67BeZax .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.cid-uyO67BeZax .item .item-wrapper {
  position: relative;
  background-color: #232b45;
  border: 1px solid #373d52;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.cid-uyO67BeZax .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #41798c;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uyO67BeZax .item .item-wrapper::before {
    display: none;
  }
}
.cid-uyO67BeZax .item .item-wrapper .card-box {
  position: relative;
}
.cid-uyO67BeZax .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-uyO67BeZax .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.cid-uyO67BeZax .item .item-wrapper .card-box .date-wrapper .mbr-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uyO67BeZax .item .item-wrapper .card-box .date-wrapper .mbr-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.cid-uyO67BeZax .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uyO67BeZax .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.cid-uyO67BeZax .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.cid-uyO67BeZax .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.cid-uyO67BeZax .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uyO67BeZax .item .item-wrapper .card-box .date-wrapper .tag-wrapper .mbr-tag {
  position: relative;
  margin-bottom: 0;
}
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-card-title {
  margin-bottom: 20px;
}
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-card-text {
  margin-bottom: 0;
}
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline,
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus,
.cid-uyO67BeZax .item .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uyO67BeZax .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uyO67BeZax .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uyO67BeZax .mbr-date {
  color: #ffffff;
}
.cid-uyO67BeZax .mbr-tag {
  color: #ffffff;
}
.cid-uyO67BeZax .mbr-card-title {
  color: #f2ac2b;
}
.cid-uyO67BeZax .mbr-card-text {
  color: #d2d2df;
}
.cid-uyO67BN1xu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uyO67BN1xu .mbr-overlay {
  background: #232b45;
  opacity: 0.5;
}
.cid-uyO67BN1xu .title-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uyO67BN1xu .title-wrapper {
    margin: 0 0 20px 0;
  }
}
.cid-uyO67BN1xu .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uyO67BN1xu .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uyO67BN1xu .title-wrapper .buttons-wrapper {
  position: relative;
  display: flex;
  height: 48px;
  min-width: 120px;
}
.cid-uyO67BN1xu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 525px;
  max-width: 525px;
}
@media (max-width: 767px) {
  .cid-uyO67BN1xu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uyO67BN1xu .embla__slide .slide-content {
  width: 100%;
}
.cid-uyO67BN1xu .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 15px;
}
.cid-uyO67BN1xu .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uyO67BN1xu .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 5px;
}
.cid-uyO67BN1xu .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uyO67BN1xu .embla__slide .slide-content .item-wrapper .card-box .mbr-text {
  margin-bottom: 20px;
}
.cid-uyO67BN1xu .embla__slide .slide-content .item-wrapper .card-box .mbr-name {
  margin-bottom: 5px;
}
.cid-uyO67BN1xu .embla__slide .slide-content .item-wrapper .card-box .mbr-role {
  margin-bottom: 0;
}
.cid-uyO67BN1xu .embla__button--next,
.cid-uyO67BN1xu .embla__button--prev {
  display: flex;
}
.cid-uyO67BN1xu .embla__button {
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #f2ac2b !important;
  border: 1px solid #f2ac2b !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex !important;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uyO67BN1xu .embla__button::before {
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #373d52;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
}
.cid-uyO67BN1xu .embla__button span {
  z-index: 1;
}
.cid-uyO67BN1xu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uyO67BN1xu .embla__button:hover::before {
  opacity: 0;
}
.cid-uyO67BN1xu .embla__button.embla__button--prev {
  left: 0;
}
.cid-uyO67BN1xu .embla__button.embla__button--next {
  right: 55%;
}
@media (max-width: 992px) {
  .cid-uyO67BN1xu .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uyO67BN1xu .embla {
  position: relative;
  width: 100%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uyO67BN1xu .embla {
    display: block;
  }
}
.cid-uyO67BN1xu .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uyO67BN1xu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uyO67BN1xu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uyO67BN1xu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uyO67BN1xu .mbr-section-title {
  color: #ffffff;
}
.cid-uyO67BN1xu .mbr-text {
  color: #d2d2df;
}
.cid-uyO67BN1xu .mbr-name {
  color: #f2ac2b;
}
.cid-uyO67BN1xu .mbr-role {
  color: #d2d2df;
}
.cid-uyO67BN1xu .mbr-rating {
  color: #f2ac2b;
}
.cid-uyO67CQFB3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uyO67CQFB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyO67CQFB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyO67CQFB3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyO67CQFB3 .container {
    padding: 0 15px;
  }
}
.cid-uyO67CQFB3 .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uyO67CQFB3 .title-wrapper {
    text-align: center;
  }
}
.cid-uyO67CQFB3 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uyO67CQFB3 .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uyO67CQFB3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uyO67CQFB3 .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-uyO67CQFB3 .list {
    justify-content: center;
  }
}
.cid-uyO67CQFB3 .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uyO67CQFB3 .list .item-wrap:hover,
.cid-uyO67CQFB3 .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uyO67CQFB3 .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uyO67CQFB3 .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uyO67CQFB3 .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uyO67CQFB3 .copy-wrapper {
    height: auto;
  }
}
.cid-uyO67CQFB3 .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uyO67CQFB3 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uyO67CQFB3 .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uyO67CQFB3 .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uyO67CQFB3 .social-wrapper {
    text-align: center;
  }
}
.cid-uyO67CQFB3 .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uyO67CQFB3 .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uyO67CQFB3 .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uyO67CQFB3 .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uyO67CQFB3 .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uyO67CQFB3 .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-uyO67CQFB3 .mbr-section-title {
  color: #f2ac2b;
}
.cid-uyO67CQFB3 .mbr-copy {
  color: #d2d2df;
}
.cid-uzkSBUuDxF {
  background-color: transparent;
}
.cid-uzkSBUuDxF .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uzkSBUuDxF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uzkSBUuDxF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzkSBUuDxF .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzkSBUuDxF .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzkSBUuDxF .menu_box .navbar.opened,
  .cid-uzkSBUuDxF .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzkSBUuDxF .navbar-dropdown {
  position: relative !important;
}
.cid-uzkSBUuDxF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uzkSBUuDxF .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzkSBUuDxF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzkSBUuDxF .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzkSBUuDxF .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzkSBUuDxF .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uzkSBUuDxF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzkSBUuDxF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzkSBUuDxF .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzkSBUuDxF .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzkSBUuDxF .offcanvas-body .mbr-text,
  .cid-uzkSBUuDxF .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzkSBUuDxF .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzkSBUuDxF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzkSBUuDxF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uzkSBUuDxF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzkSBUuDxF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzkSBUuDxF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzkSBUuDxF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzkSBUuDxF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzkSBUuDxF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzkSBUuDxF .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-uzkSBUuDxF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzkSBUuDxF 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-uzkSBUuDxF .lg_brand {
    margin: 0 1rem;
  }
  .cid-uzkSBUuDxF .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uzkSBUuDxF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uzkSBUuDxF .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uzkSBUuDxF .nav-item {
    margin: 0 !important;
  }
}
.cid-uzkSBUuDxF .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uzkSBUuDxF .nav-item .nav-link:hover,
.cid-uzkSBUuDxF .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uzkSBUuDxF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzkSBUuDxF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzkSBUuDxF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzkSBUuDxF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzkSBUuDxF .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-uzkSBUuDxF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzkSBUuDxF .offcanvas_box {
    display: none;
  }
}
.cid-uzkSBUuDxF .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzkSBUuDxF .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzkSBUuDxF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzkSBUuDxF .container {
  display: flex;
  margin: auto;
}
.cid-uzkSBUuDxF .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-uzkSBUuDxF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzkSBUuDxF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzkSBUuDxF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzkSBUuDxF .navbar-nav {
    margin: 0;
  }
}
.cid-uzkSBUuDxF .dropdown-menu,
.cid-uzkSBUuDxF .navbar.opened {
  background-color: false !important;
}
.cid-uzkSBUuDxF .nav-item:focus,
.cid-uzkSBUuDxF .nav-link:focus {
  outline: none;
}
.cid-uzkSBUuDxF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzkSBUuDxF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzkSBUuDxF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzkSBUuDxF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzkSBUuDxF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzkSBUuDxF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzkSBUuDxF .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzkSBUuDxF .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzkSBUuDxF .navbar.opened {
  transition: all 0.3s;
}
.cid-uzkSBUuDxF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzkSBUuDxF .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uzkSBUuDxF .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uzkSBUuDxF .navbar.collapsed {
  justify-content: center;
}
.cid-uzkSBUuDxF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzkSBUuDxF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzkSBUuDxF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzkSBUuDxF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzkSBUuDxF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzkSBUuDxF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzkSBUuDxF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzkSBUuDxF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzkSBUuDxF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzkSBUuDxF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzkSBUuDxF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzkSBUuDxF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzkSBUuDxF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzkSBUuDxF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzkSBUuDxF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzkSBUuDxF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzkSBUuDxF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzkSBUuDxF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzkSBUuDxF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzkSBUuDxF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzkSBUuDxF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzkSBUuDxF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzkSBUuDxF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzkSBUuDxF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzkSBUuDxF .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-uzkSBUuDxF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uzkSBUuDxF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzkSBUuDxF .dropdown-item.active,
.cid-uzkSBUuDxF .dropdown-item:active {
  background-color: transparent;
}
.cid-uzkSBUuDxF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uzkSBUuDxF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzkSBUuDxF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzkSBUuDxF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzkSBUuDxF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzkSBUuDxF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzkSBUuDxF 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-uzkSBUuDxF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uzkSBUuDxF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzkSBUuDxF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzkSBUuDxF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzkSBUuDxF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzkSBUuDxF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzkSBUuDxF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzkSBUuDxF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzkSBUuDxF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzkSBUuDxF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzkSBUuDxF .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-uzkSBUuDxF .navbar {
    height: 70px;
  }
  .cid-uzkSBUuDxF .navbar.opened {
    height: auto;
  }
  .cid-uzkSBUuDxF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzkSBUuDxF .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uzkSBUuDxF .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uzkSBUuDxF .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzkSBUuDxF .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uzkSBUuDxF .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uzkSBUuDxF .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uzkSBUuDxF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzkSBUuDxF .text_widget {
  margin-bottom: 32px;
}
.cid-uzkSBUuDxF .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzkSBUuDxF .text_widget a:hover,
.cid-uzkSBUuDxF .text_widget a:focus {
  opacity: .6;
}
.cid-uzkSBUuDxF .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uzkSBUuDxF .navbar-caption {
  color: #f2ac2b;
}
.cid-uzkSBUuDxF .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzkSBUuDxF .mbr-section-subtitle,
.cid-uzkSBUuDxF .text_widget,
.cid-uzkSBUuDxF .mbr-section-btn {
  text-align: center;
}
.cid-uzkSBUuDxF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzkSBVMWff {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkSBVMWff .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkSBVMWff .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-uzkSBVMWff .container {
    padding: 0 15px;
  }
}
.cid-uzkSBVMWff .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uzkSBVMWff .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzkSBVMWff .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uzkSBVMWff .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uzkSBVMWff .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzkSBVMWff .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uzkSBVMWff .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzkSBVMWff .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uzkSBVMWff .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uzkSBVMWff .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-uzkSBVMWff .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uzkSBVMWff .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uzkSBVMWff .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uzkSBVMWff .mbr-section-title {
  color: #ffffff;
}
.cid-uzkSBVMWff .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uzkSBVMWff .mbr-text {
  color: #d2d2df;
}
.cid-uzkSBW7H7F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkSBW7H7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkSBW7H7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkSBW7H7F .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzkSBW7H7F .container {
    padding: 0 15px;
  }
}
.cid-uzkSBW7H7F .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzkSBW7H7F .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzkSBW7H7F .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzkSBW7H7F .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uzkSBW7H7F .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uzkSBW7H7F .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1200px) {
  .cid-uzkSBW7H7F .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uzkSBW7H7F .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uzkSBW7H7F .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uzkSBW7H7F .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uzkSBW7H7F .items-wrapper .item a {
  display: block;
}
.cid-uzkSBW7H7F .items-wrapper .item a:hover .item-wrapper::before,
.cid-uzkSBW7H7F .items-wrapper .item a:focus .item-wrapper::before {
  opacity: 1;
}
.cid-uzkSBW7H7F .items-wrapper .item a:hover .item-wrapper .item-img img,
.cid-uzkSBW7H7F .items-wrapper .item a:focus .item-wrapper .item-img img {
  transform: scale(1.02);
}
.cid-uzkSBW7H7F .items-wrapper .item a .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzkSBW7H7F .items-wrapper .item a .item-wrapper::before {
  content: '';
  position: absolute;
  width: 145%;
  height: 60%;
  background-image: linear-gradient(90deg, #1e6bff 16%, #8d5ef1 81%);
  border-radius: 100%;
  filter: blur(55px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uzkSBW7H7F .items-wrapper .item a .item-wrapper::before {
    display: none;
  }
}
.cid-uzkSBW7H7F .items-wrapper .item a .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px !important;
}
.cid-uzkSBW7H7F .items-wrapper .item a .item-wrapper .item-img img {
  height: 535px;
  object-fit: cover;
  border-radius: 6px !important;
  transition: all 0.7s ease-in-out;
}
.cid-uzkSBW7H7F .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzkSBW7H7F .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uzkSBWmrOX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkSBWmrOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkSBWmrOX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkSBWmrOX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzkSBWmrOX .container {
    padding: 0 15px;
  }
}
.cid-uzkSBWmrOX .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzkSBWmrOX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzkSBWmrOX .content-wrapper {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uzkSBWmrOX .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uzkSBWmrOX .content-wrapper .panel-group .card {
  border: none;
  border-radius: 0;
  padding-left: 15px;
  position: relative;
}
.cid-uzkSBWmrOX .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, transparent 100%);
  opacity: .2;
}
.cid-uzkSBWmrOX .content-wrapper .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-uzkSBWmrOX .content-wrapper .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-uzkSBWmrOX .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-uzkSBWmrOX .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-uzkSBWmrOX .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uzkSBWmrOX .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d2d2df;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-uzkSBWmrOX .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 38px;
}
.cid-uzkSBWmrOX .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-uzkSBWmrOX .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 30px;
}
.cid-uzkSBWmrOX .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uzkSBWmrOX .image-wrapper {
  position: relative;
  margin-left: 21px;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzkSBWmrOX .image-wrapper {
    margin: 0;
  }
}
.cid-uzkSBWmrOX .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #373d52;
  z-index: 1;
}
.cid-uzkSBWmrOX .image-wrapper::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 125%;
  border-radius: 100%;
  background-color: #284177;
  filter: blur(80px);
  pointer-events: none;
}
.cid-uzkSBWmrOX .image-wrapper .mbr-image-text {
  position: relative;
  z-index: 1;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 100%;
}
.cid-uzkSBWmrOX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzkSBWmrOX .panel-title {
  color: #d2d2df;
}
.cid-uzkSBWmrOX .panel-text {
  color: #d2d2df;
}
.cid-uzkSBWmrOX .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzkSBWJTYV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uzkSBWJTYV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkSBWJTYV .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-uzkSBWJTYV .container {
    padding: 0 15px;
  }
}
.cid-uzkSBWJTYV .row {
  justify-content: center;
}
.cid-uzkSBWJTYV .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzkSBWJTYV .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzkSBWJTYV .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uzkSBWJTYV .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uzkSBWJTYV .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzkSBWJTYV .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uzkSBWJTYV .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uzkSBWJTYV .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uzkSBWJTYV .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uzkSBWJTYV .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzkSBWJTYV .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-uzkSBWJTYV .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uzkSBWJTYV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzkSBWJTYV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzkSBWJTYV .list {
  color: #ffffff;
}
.cid-uzkSBX1i87 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkSBX1i87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkSBX1i87 .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-uzkSBX1i87 .container {
    padding: 0 15px;
  }
}
.cid-uzkSBX1i87 .row {
  justify-content: center;
}
.cid-uzkSBX1i87 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzkSBX1i87 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzkSBX1i87 .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uzkSBX1i87 .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uzkSBX1i87 .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzkSBX1i87 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uzkSBX1i87 .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uzkSBX1i87 .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uzkSBX1i87 .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uzkSBX1i87 .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzkSBX1i87 .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-uzkSBX1i87 .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uzkSBX1i87 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzkSBX1i87 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzkSBX1i87 .list {
  color: #ffffff;
}
.cid-uzkSBXhVy5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uzkSBXhVy5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkSBXhVy5 .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-uzkSBXhVy5 .container {
    padding: 0 15px;
  }
}
.cid-uzkSBXhVy5 .row {
  justify-content: center;
}
.cid-uzkSBXhVy5 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzkSBXhVy5 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzkSBXhVy5 .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uzkSBXhVy5 .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uzkSBXhVy5 .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzkSBXhVy5 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uzkSBXhVy5 .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uzkSBXhVy5 .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uzkSBXhVy5 .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uzkSBXhVy5 .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzkSBXhVy5 .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-uzkSBXhVy5 .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uzkSBXhVy5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzkSBXhVy5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzkSBXhVy5 .list {
  color: #ffffff;
}
.cid-uzkSBXyqri {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkSBXyqri .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkSBXyqri .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-uzkSBXyqri .container {
    padding: 0 15px;
  }
}
.cid-uzkSBXyqri .row {
  justify-content: center;
}
.cid-uzkSBXyqri .content-wrapper {
  padding: 100px 40px;
  border: 1px solid #373d52;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .cid-uzkSBXyqri .content-wrapper {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .cid-uzkSBXyqri .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-uzkSBXyqri .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzkSBXyqri .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #284177;
  opacity: .4;
  z-index: 1;
  pointer-events: none;
}
.cid-uzkSBXyqri .content-wrapper .mbr-form {
  position: relative;
  z-index: 1;
}
.cid-uzkSBXyqri .content-wrapper .mbr-form .form-wrap .dragArea.row {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uzkSBXyqri .content-wrapper .mbr-form .form-wrap .dragArea.row {
    padding: 0;
  }
}
.cid-uzkSBXyqri .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uzkSBXyqri .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
    margin-bottom: 20px !important;
  }
}
.cid-uzkSBXyqri .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uzkSBXyqri .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
    margin-bottom: 20px !important;
  }
}
.cid-uzkSBXyqri .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uzkSBXyqri .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-uzkSBXyqri .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 14px 20px 16px;
  box-shadow: none;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #f2ac2b !important;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uzkSBXyqri .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uzkSBXyqri .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: inset 4px 4px 12px #284177;
}
.cid-uzkSBXyqri .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.cid-uzkSBXyqri .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uzkSBXyqri .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uzkSBXyqri .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f2ac2b;
  border-color: #f2ac2b;
}
.cid-uzkSBXyqri .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uzkSBXyqri .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-uzkSBXyqri .mbr-section-title {
  color: #f2ac2b;
  text-align: center;
}
.cid-uzkSBXyqri .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzkSBXTXEN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzkSBXTXEN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzkSBXTXEN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzkSBXTXEN .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzkSBXTXEN .container {
    padding: 0 15px;
  }
}
.cid-uzkSBXTXEN .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uzkSBXTXEN .title-wrapper {
    text-align: center;
  }
}
.cid-uzkSBXTXEN .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uzkSBXTXEN .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uzkSBXTXEN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzkSBXTXEN .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-uzkSBXTXEN .list {
    justify-content: center;
  }
}
.cid-uzkSBXTXEN .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzkSBXTXEN .list .item-wrap:hover,
.cid-uzkSBXTXEN .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uzkSBXTXEN .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uzkSBXTXEN .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uzkSBXTXEN .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uzkSBXTXEN .copy-wrapper {
    height: auto;
  }
}
.cid-uzkSBXTXEN .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzkSBXTXEN .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uzkSBXTXEN .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uzkSBXTXEN .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uzkSBXTXEN .social-wrapper {
    text-align: center;
  }
}
.cid-uzkSBXTXEN .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uzkSBXTXEN .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uzkSBXTXEN .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uzkSBXTXEN .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uzkSBXTXEN .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uzkSBXTXEN .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-uzkSBXTXEN .mbr-section-title {
  color: #f2ac2b;
}
.cid-uzkSBXTXEN .mbr-copy {
  color: #d2d2df;
}
.cid-uwtpYumCBU {
  background-color: transparent;
}
.cid-uwtpYumCBU .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uwtpYumCBU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uwtpYumCBU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwtpYumCBU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uwtpYumCBU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uwtpYumCBU .menu_box .navbar.opened,
  .cid-uwtpYumCBU .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uwtpYumCBU .navbar-dropdown {
  position: relative !important;
}
.cid-uwtpYumCBU .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uwtpYumCBU .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwtpYumCBU .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uwtpYumCBU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uwtpYumCBU .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uwtpYumCBU .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uwtpYumCBU .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uwtpYumCBU .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uwtpYumCBU .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uwtpYumCBU .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uwtpYumCBU .offcanvas-body .mbr-text,
  .cid-uwtpYumCBU .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uwtpYumCBU .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uwtpYumCBU .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uwtpYumCBU .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uwtpYumCBU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uwtpYumCBU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uwtpYumCBU .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uwtpYumCBU .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uwtpYumCBU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uwtpYumCBU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtpYumCBU .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-uwtpYumCBU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uwtpYumCBU 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-uwtpYumCBU .lg_brand {
    margin: 0 1rem;
  }
  .cid-uwtpYumCBU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uwtpYumCBU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uwtpYumCBU .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uwtpYumCBU .nav-item {
    margin: 0 !important;
  }
}
.cid-uwtpYumCBU .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uwtpYumCBU .nav-item .nav-link:hover,
.cid-uwtpYumCBU .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtpYumCBU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uwtpYumCBU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uwtpYumCBU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uwtpYumCBU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtpYumCBU .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-uwtpYumCBU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uwtpYumCBU .offcanvas_box {
    display: none;
  }
}
.cid-uwtpYumCBU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uwtpYumCBU .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uwtpYumCBU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uwtpYumCBU .container {
  display: flex;
  margin: auto;
}
.cid-uwtpYumCBU .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-uwtpYumCBU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uwtpYumCBU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uwtpYumCBU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uwtpYumCBU .navbar-nav {
    margin: 0;
  }
}
.cid-uwtpYumCBU .dropdown-menu,
.cid-uwtpYumCBU .navbar.opened {
  background-color: false !important;
}
.cid-uwtpYumCBU .nav-item:focus,
.cid-uwtpYumCBU .nav-link:focus {
  outline: none;
}
.cid-uwtpYumCBU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwtpYumCBU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwtpYumCBU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwtpYumCBU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwtpYumCBU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwtpYumCBU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwtpYumCBU .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uwtpYumCBU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uwtpYumCBU .navbar.opened {
  transition: all 0.3s;
}
.cid-uwtpYumCBU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uwtpYumCBU .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uwtpYumCBU .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uwtpYumCBU .navbar.collapsed {
  justify-content: center;
}
.cid-uwtpYumCBU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwtpYumCBU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uwtpYumCBU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwtpYumCBU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwtpYumCBU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwtpYumCBU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uwtpYumCBU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uwtpYumCBU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uwtpYumCBU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uwtpYumCBU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwtpYumCBU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwtpYumCBU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uwtpYumCBU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwtpYumCBU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uwtpYumCBU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwtpYumCBU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uwtpYumCBU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uwtpYumCBU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uwtpYumCBU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uwtpYumCBU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwtpYumCBU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uwtpYumCBU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwtpYumCBU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwtpYumCBU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwtpYumCBU .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-uwtpYumCBU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uwtpYumCBU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwtpYumCBU .dropdown-item.active,
.cid-uwtpYumCBU .dropdown-item:active {
  background-color: transparent;
}
.cid-uwtpYumCBU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uwtpYumCBU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwtpYumCBU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwtpYumCBU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwtpYumCBU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uwtpYumCBU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwtpYumCBU 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-uwtpYumCBU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uwtpYumCBU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwtpYumCBU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtpYumCBU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtpYumCBU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwtpYumCBU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtpYumCBU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwtpYumCBU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwtpYumCBU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtpYumCBU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uwtpYumCBU .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-uwtpYumCBU .navbar {
    height: 70px;
  }
  .cid-uwtpYumCBU .navbar.opened {
    height: auto;
  }
  .cid-uwtpYumCBU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwtpYumCBU .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uwtpYumCBU .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uwtpYumCBU .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uwtpYumCBU .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uwtpYumCBU .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uwtpYumCBU .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uwtpYumCBU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uwtpYumCBU .text_widget {
  margin-bottom: 32px;
}
.cid-uwtpYumCBU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uwtpYumCBU .text_widget a:hover,
.cid-uwtpYumCBU .text_widget a:focus {
  opacity: .6;
}
.cid-uwtpYumCBU .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtpYumCBU .navbar-caption {
  color: #f2ac2b;
}
.cid-uwtpYumCBU .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtpYumCBU .mbr-section-subtitle,
.cid-uwtpYumCBU .text_widget,
.cid-uwtpYumCBU .mbr-section-btn {
  text-align: center;
}
.cid-uwtpYumCBU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uwtpYvnVNq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpYvnVNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpYvnVNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtpYvnVNq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtpYvnVNq .container {
    padding: 0 15px;
  }
}
.cid-uwtpYvnVNq .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uwtpYvnVNq .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uwtpYvnVNq .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uwtpYvnVNq .image-wrapper img {
    height: 400px;
  }
}
.cid-uwtpYvnVNq .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uwtpYvnVNq .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uwtpYvnVNq .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uwtpYvnVNq .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uwtpYvnVNq .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uwtpYvnVNq .mbr-section-title {
  color: #ffffff;
}
.cid-uwtpYvnVNq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwtpYvnVNq .mbr-text {
  color: #d2d2df;
}
.cid-uzl9y6ZSSn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uzl9y6ZSSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzl9y6ZSSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzl9y6ZSSn .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzl9y6ZSSn .container {
    padding: 0 15px;
  }
}
.cid-uzl9y6ZSSn .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uzl9y6ZSSn .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uzl9y6ZSSn .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uzl9y6ZSSn .image-wrapper img {
    height: 400px;
  }
}
.cid-uzl9y6ZSSn .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzl9y6ZSSn .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uzl9y6ZSSn .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uzl9y6ZSSn .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uzl9y6ZSSn .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uzl9y6ZSSn .mbr-section-title {
  color: #ffffff;
}
.cid-uzl9y6ZSSn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzl9y6ZSSn .mbr-text {
  color: #d2d2df;
}
.cid-uzlatdVH7h {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uzlatdVH7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzlatdVH7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzlatdVH7h .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzlatdVH7h .container {
    padding: 0 15px;
  }
}
.cid-uzlatdVH7h .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzlatdVH7h .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzlatdVH7h .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzlatdVH7h .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uzlatdVH7h .item {
    margin-bottom: 20px;
  }
}
.cid-uzlatdVH7h .item:hover::before,
.cid-uzlatdVH7h .item:focus::before {
  opacity: 1;
}
.cid-uzlatdVH7h .item:hover .item-wrapper,
.cid-uzlatdVH7h .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-uzlatdVH7h .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #284177;
}
.cid-uzlatdVH7h .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-uzlatdVH7h .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #284177 37.31%, #284177 69.53%, #284177 80.18%, #284177 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-uzlatdVH7h .item::before {
    display: none;
  }
}
.cid-uzlatdVH7h .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uzlatdVH7h .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-uzlatdVH7h .item .item-wrapper {
    height: auto;
  }
}
.cid-uzlatdVH7h .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uzlatdVH7h .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #286477;
  margin-bottom: 20px;
}
.cid-uzlatdVH7h .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-uzlatdVH7h .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-uzlatdVH7h .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzlatdVH7h .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzlatdVH7h .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-uzlatdVH7h .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-uzlatdVH7h .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzlatdVH7h .item .item-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  margin-left: -36px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
.cid-uzlatdVH7h .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uzlatdVH7h .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-uzlatdVH7h .mbr-section-title {
  color: #f2b92b;
  text-align: center;
}
.cid-uzlatdVH7h .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzlatdVH7h .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uzlatdVH7h .item-price {
  color: #39f22b;
  text-align: center;
}
.cid-uzlatdVH7h .list {
  color: #d2d2df;
}
.cid-uwtpYzjMKp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtpYzjMKp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtpYzjMKp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtpYzjMKp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtpYzjMKp .container {
    padding: 0 15px;
  }
}
.cid-uwtpYzjMKp .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uwtpYzjMKp .title-wrapper {
    text-align: center;
  }
}
.cid-uwtpYzjMKp .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uwtpYzjMKp .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uwtpYzjMKp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwtpYzjMKp .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-uwtpYzjMKp .list {
    justify-content: center;
  }
}
.cid-uwtpYzjMKp .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uwtpYzjMKp .list .item-wrap:hover,
.cid-uwtpYzjMKp .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtpYzjMKp .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uwtpYzjMKp .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uwtpYzjMKp .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uwtpYzjMKp .copy-wrapper {
    height: auto;
  }
}
.cid-uwtpYzjMKp .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtpYzjMKp .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uwtpYzjMKp .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uwtpYzjMKp .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uwtpYzjMKp .social-wrapper {
    text-align: center;
  }
}
.cid-uwtpYzjMKp .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uwtpYzjMKp .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uwtpYzjMKp .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uwtpYzjMKp .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uwtpYzjMKp .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uwtpYzjMKp .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-uwtpYzjMKp .mbr-section-title {
  color: #f2ac2b;
}
.cid-uwtpYzjMKp .mbr-copy {
  color: #d2d2df;
}
.cid-uwtq2s5Pd0 {
  background-color: transparent;
}
.cid-uwtq2s5Pd0 .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uwtq2s5Pd0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uwtq2s5Pd0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwtq2s5Pd0 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uwtq2s5Pd0 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uwtq2s5Pd0 .menu_box .navbar.opened,
  .cid-uwtq2s5Pd0 .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uwtq2s5Pd0 .navbar-dropdown {
  position: relative !important;
}
.cid-uwtq2s5Pd0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uwtq2s5Pd0 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwtq2s5Pd0 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uwtq2s5Pd0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uwtq2s5Pd0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uwtq2s5Pd0 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uwtq2s5Pd0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uwtq2s5Pd0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uwtq2s5Pd0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uwtq2s5Pd0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uwtq2s5Pd0 .offcanvas-body .mbr-text,
  .cid-uwtq2s5Pd0 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uwtq2s5Pd0 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uwtq2s5Pd0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uwtq2s5Pd0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uwtq2s5Pd0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uwtq2s5Pd0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uwtq2s5Pd0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uwtq2s5Pd0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uwtq2s5Pd0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uwtq2s5Pd0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtq2s5Pd0 .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-uwtq2s5Pd0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uwtq2s5Pd0 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-uwtq2s5Pd0 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uwtq2s5Pd0 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uwtq2s5Pd0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uwtq2s5Pd0 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uwtq2s5Pd0 .nav-item {
    margin: 0 !important;
  }
}
.cid-uwtq2s5Pd0 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uwtq2s5Pd0 .nav-item .nav-link:hover,
.cid-uwtq2s5Pd0 .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtq2s5Pd0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uwtq2s5Pd0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uwtq2s5Pd0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uwtq2s5Pd0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uwtq2s5Pd0 .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-uwtq2s5Pd0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uwtq2s5Pd0 .offcanvas_box {
    display: none;
  }
}
.cid-uwtq2s5Pd0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uwtq2s5Pd0 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uwtq2s5Pd0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uwtq2s5Pd0 .container {
  display: flex;
  margin: auto;
}
.cid-uwtq2s5Pd0 .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-uwtq2s5Pd0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uwtq2s5Pd0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uwtq2s5Pd0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uwtq2s5Pd0 .navbar-nav {
    margin: 0;
  }
}
.cid-uwtq2s5Pd0 .dropdown-menu,
.cid-uwtq2s5Pd0 .navbar.opened {
  background-color: false !important;
}
.cid-uwtq2s5Pd0 .nav-item:focus,
.cid-uwtq2s5Pd0 .nav-link:focus {
  outline: none;
}
.cid-uwtq2s5Pd0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwtq2s5Pd0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwtq2s5Pd0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwtq2s5Pd0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwtq2s5Pd0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwtq2s5Pd0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwtq2s5Pd0 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uwtq2s5Pd0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uwtq2s5Pd0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uwtq2s5Pd0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uwtq2s5Pd0 .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uwtq2s5Pd0 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uwtq2s5Pd0 .navbar.collapsed {
  justify-content: center;
}
.cid-uwtq2s5Pd0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwtq2s5Pd0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uwtq2s5Pd0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwtq2s5Pd0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwtq2s5Pd0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwtq2s5Pd0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uwtq2s5Pd0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uwtq2s5Pd0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uwtq2s5Pd0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uwtq2s5Pd0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwtq2s5Pd0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwtq2s5Pd0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uwtq2s5Pd0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwtq2s5Pd0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uwtq2s5Pd0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwtq2s5Pd0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uwtq2s5Pd0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uwtq2s5Pd0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uwtq2s5Pd0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uwtq2s5Pd0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwtq2s5Pd0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uwtq2s5Pd0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwtq2s5Pd0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwtq2s5Pd0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwtq2s5Pd0 .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-uwtq2s5Pd0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uwtq2s5Pd0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwtq2s5Pd0 .dropdown-item.active,
.cid-uwtq2s5Pd0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwtq2s5Pd0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uwtq2s5Pd0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwtq2s5Pd0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwtq2s5Pd0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwtq2s5Pd0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uwtq2s5Pd0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwtq2s5Pd0 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-uwtq2s5Pd0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uwtq2s5Pd0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwtq2s5Pd0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtq2s5Pd0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwtq2s5Pd0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwtq2s5Pd0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtq2s5Pd0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwtq2s5Pd0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwtq2s5Pd0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwtq2s5Pd0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uwtq2s5Pd0 .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-uwtq2s5Pd0 .navbar {
    height: 70px;
  }
  .cid-uwtq2s5Pd0 .navbar.opened {
    height: auto;
  }
  .cid-uwtq2s5Pd0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwtq2s5Pd0 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uwtq2s5Pd0 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uwtq2s5Pd0 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uwtq2s5Pd0 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uwtq2s5Pd0 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uwtq2s5Pd0 .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uwtq2s5Pd0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uwtq2s5Pd0 .text_widget {
  margin-bottom: 32px;
}
.cid-uwtq2s5Pd0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uwtq2s5Pd0 .text_widget a:hover,
.cid-uwtq2s5Pd0 .text_widget a:focus {
  opacity: .6;
}
.cid-uwtq2s5Pd0 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uwtq2s5Pd0 .navbar-caption {
  color: #f2ac2b;
}
.cid-uwtq2s5Pd0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uwtq2s5Pd0 .mbr-section-subtitle,
.cid-uwtq2s5Pd0 .text_widget,
.cid-uwtq2s5Pd0 .mbr-section-btn {
  text-align: center;
}
.cid-uwtq2s5Pd0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzqS21SAO9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uzqS21SAO9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqS21SAO9 .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-uzqS21SAO9 .container {
    padding: 0 15px;
  }
}
.cid-uzqS21SAO9 .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uzqS21SAO9 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzqS21SAO9 .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uzqS21SAO9 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uzqS21SAO9 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzqS21SAO9 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uzqS21SAO9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzqS21SAO9 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uzqS21SAO9 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uzqS21SAO9 .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-uzqS21SAO9 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uzqS21SAO9 .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uzqS21SAO9 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uzqS21SAO9 .mbr-section-title {
  color: #ffffff;
}
.cid-uzqS21SAO9 .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uzqS21SAO9 .mbr-text {
  color: #d2d2df;
}
.cid-uzqS2ToaDF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #03103b;
}
.cid-uzqS2ToaDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqS2ToaDF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzqS2ToaDF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzqS2ToaDF .container {
    padding: 0 15px;
  }
}
.cid-uzqS2ToaDF .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uzqS2ToaDF .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uzqS2ToaDF .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uzqS2ToaDF .image-wrapper img {
    height: 400px;
  }
}
.cid-uzqS2ToaDF .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzqS2ToaDF .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uzqS2ToaDF .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uzqS2ToaDF .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uzqS2ToaDF .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uzqS2ToaDF .mbr-section-title {
  color: #ffffff;
}
.cid-uzqS2ToaDF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzqS2ToaDF .mbr-text {
  color: #d2d2df;
}
.cid-uzqS2ToaDF .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-uzqS2ToaDF .mbr-section-title,
.cid-uzqS2ToaDF .mbr-section-btn {
  color: #ffac64;
}
.cid-uzqS3Wqanl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0f2260;
}
.cid-uzqS3Wqanl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqS3Wqanl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzqS3Wqanl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzqS3Wqanl .container {
    padding: 0 15px;
  }
}
.cid-uzqS3Wqanl .image-wrapper {
  margin-right: 48px;
}
@media (max-width: 992px) {
  .cid-uzqS3Wqanl .image-wrapper {
    margin: 0 0 40px 0;
  }
}
.cid-uzqS3Wqanl .image-wrapper img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uzqS3Wqanl .image-wrapper img {
    height: 400px;
  }
}
.cid-uzqS3Wqanl .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzqS3Wqanl .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uzqS3Wqanl .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uzqS3Wqanl .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uzqS3Wqanl .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uzqS3Wqanl .mbr-section-title {
  color: #ffffff;
}
.cid-uzqS3Wqanl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzqS3Wqanl .mbr-text {
  color: #d2d2df;
}
.cid-uzqS3Wqanl .item-price {
  color: #ffffff;
  text-align: center;
}
.cid-uzqS3Wqanl .mbr-section-title,
.cid-uzqS3Wqanl .mbr-section-btn {
  color: #ffc354;
}
.cid-uzqVaCPj9A {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uzqVaCPj9A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzqVaCPj9A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzqVaCPj9A .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzqVaCPj9A .container {
    padding: 0 15px;
  }
}
.cid-uzqVaCPj9A .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzqVaCPj9A .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzqVaCPj9A .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzqVaCPj9A .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uzqVaCPj9A .item {
    margin-bottom: 20px;
  }
}
.cid-uzqVaCPj9A .item:hover::before,
.cid-uzqVaCPj9A .item:focus::before {
  opacity: 1;
}
.cid-uzqVaCPj9A .item:hover .item-wrapper,
.cid-uzqVaCPj9A .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-uzqVaCPj9A .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #284177;
}
.cid-uzqVaCPj9A .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-uzqVaCPj9A .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #284177 37.31%, #284177 69.53%, #284177 80.18%, #284177 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-uzqVaCPj9A .item::before {
    display: none;
  }
}
.cid-uzqVaCPj9A .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uzqVaCPj9A .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-uzqVaCPj9A .item .item-wrapper {
    height: auto;
  }
}
.cid-uzqVaCPj9A .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uzqVaCPj9A .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #286477;
  margin-bottom: 20px;
}
.cid-uzqVaCPj9A .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-uzqVaCPj9A .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-uzqVaCPj9A .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzqVaCPj9A .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzqVaCPj9A .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-uzqVaCPj9A .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-uzqVaCPj9A .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzqVaCPj9A .item .item-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  margin-left: -36px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
.cid-uzqVaCPj9A .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uzqVaCPj9A .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-uzqVaCPj9A .mbr-section-title {
  color: #f2b92b;
  text-align: center;
}
.cid-uzqVaCPj9A .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzqVaCPj9A .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uzqVaCPj9A .item-price {
  color: #39f22b;
  text-align: center;
}
.cid-uzqVaCPj9A .list {
  color: #d2d2df;
}
.cid-uwtq2wnxgp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uwtq2wnxgp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwtq2wnxgp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwtq2wnxgp .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uwtq2wnxgp .container {
    padding: 0 15px;
  }
}
.cid-uwtq2wnxgp .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uwtq2wnxgp .title-wrapper {
    text-align: center;
  }
}
.cid-uwtq2wnxgp .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uwtq2wnxgp .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uwtq2wnxgp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uwtq2wnxgp .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-uwtq2wnxgp .list {
    justify-content: center;
  }
}
.cid-uwtq2wnxgp .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uwtq2wnxgp .list .item-wrap:hover,
.cid-uwtq2wnxgp .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uwtq2wnxgp .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uwtq2wnxgp .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uwtq2wnxgp .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uwtq2wnxgp .copy-wrapper {
    height: auto;
  }
}
.cid-uwtq2wnxgp .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uwtq2wnxgp .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uwtq2wnxgp .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uwtq2wnxgp .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uwtq2wnxgp .social-wrapper {
    text-align: center;
  }
}
.cid-uwtq2wnxgp .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uwtq2wnxgp .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uwtq2wnxgp .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uwtq2wnxgp .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uwtq2wnxgp .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uwtq2wnxgp .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-uwtq2wnxgp .mbr-section-title {
  color: #f2ac2b;
}
.cid-uwtq2wnxgp .mbr-copy {
  color: #d2d2df;
}
.cid-uzviWewFro {
  background-color: transparent;
}
.cid-uzviWewFro .navbar-dropdown {
  background-color: #171827 !important;
  padding: 0;
}
.cid-uzviWewFro .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #171827 !important;
  background: #171827;
}
.cid-uzviWewFro .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzviWewFro .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzviWewFro .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzviWewFro .menu_box .navbar.opened,
  .cid-uzviWewFro .menu_box .navbar-collapse {
    background-color: #171827 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzviWewFro .navbar-dropdown {
  position: relative !important;
}
.cid-uzviWewFro .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uzviWewFro .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzviWewFro .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzviWewFro .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzviWewFro .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzviWewFro .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-uzviWewFro .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzviWewFro .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzviWewFro .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzviWewFro .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzviWewFro .offcanvas-body .mbr-text,
  .cid-uzviWewFro .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzviWewFro .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzviWewFro .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzviWewFro .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-uzviWewFro .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzviWewFro .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzviWewFro .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzviWewFro .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzviWewFro ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzviWewFro .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzviWewFro .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-uzviWewFro .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzviWewFro 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-uzviWewFro .lg_brand {
    margin: 0 1rem;
  }
  .cid-uzviWewFro .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uzviWewFro .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uzviWewFro .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uzviWewFro .nav-item {
    margin: 0 !important;
  }
}
.cid-uzviWewFro .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uzviWewFro .nav-item .nav-link:hover,
.cid-uzviWewFro .nav-item .nav-link:focus {
  color: #f2ac2b !important;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uzviWewFro .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzviWewFro .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzviWewFro .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzviWewFro .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzviWewFro .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-uzviWewFro .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzviWewFro .offcanvas_box {
    display: none;
  }
}
.cid-uzviWewFro .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzviWewFro .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzviWewFro .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzviWewFro .container {
  display: flex;
  margin: auto;
}
.cid-uzviWewFro .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-uzviWewFro .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzviWewFro .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzviWewFro .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzviWewFro .navbar-nav {
    margin: 0;
  }
}
.cid-uzviWewFro .dropdown-menu,
.cid-uzviWewFro .navbar.opened {
  background-color: false !important;
}
.cid-uzviWewFro .nav-item:focus,
.cid-uzviWewFro .nav-link:focus {
  outline: none;
}
.cid-uzviWewFro .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzviWewFro .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzviWewFro .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzviWewFro .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzviWewFro .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzviWewFro .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzviWewFro .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzviWewFro .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzviWewFro .navbar.opened {
  transition: all 0.3s;
}
.cid-uzviWewFro .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzviWewFro .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uzviWewFro .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uzviWewFro .navbar.collapsed {
  justify-content: center;
}
.cid-uzviWewFro .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzviWewFro .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzviWewFro .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzviWewFro .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzviWewFro .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzviWewFro .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzviWewFro .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzviWewFro .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzviWewFro .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzviWewFro .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzviWewFro .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzviWewFro .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzviWewFro .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzviWewFro .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzviWewFro .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzviWewFro .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzviWewFro .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzviWewFro .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzviWewFro .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzviWewFro .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzviWewFro .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzviWewFro .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzviWewFro .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzviWewFro .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzviWewFro .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-uzviWewFro .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uzviWewFro .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzviWewFro .dropdown-item.active,
.cid-uzviWewFro .dropdown-item:active {
  background-color: transparent;
}
.cid-uzviWewFro .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uzviWewFro .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzviWewFro .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzviWewFro .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzviWewFro ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzviWewFro .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzviWewFro 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-uzviWewFro button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-uzviWewFro button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzviWewFro button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzviWewFro button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzviWewFro button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzviWewFro nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzviWewFro nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzviWewFro nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzviWewFro nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzviWewFro a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzviWewFro .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-uzviWewFro .navbar {
    height: 70px;
  }
  .cid-uzviWewFro .navbar.opened {
    height: auto;
  }
  .cid-uzviWewFro .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzviWewFro .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uzviWewFro .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uzviWewFro .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzviWewFro .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uzviWewFro .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-uzviWewFro .navbar-caption:hover {
  color: #f2ac2b;
}
@media (min-width: 992px) {
  .cid-uzviWewFro .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzviWewFro .text_widget {
  margin-bottom: 32px;
}
.cid-uzviWewFro .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzviWewFro .text_widget a:hover,
.cid-uzviWewFro .text_widget a:focus {
  opacity: .6;
}
.cid-uzviWewFro .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uzviWewFro .navbar-caption {
  color: #f2ac2b;
}
.cid-uzviWewFro .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uzviWewFro .mbr-section-subtitle,
.cid-uzviWewFro .text_widget,
.cid-uzviWewFro .mbr-section-btn {
  text-align: center;
}
.cid-uzviWewFro a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzviWfyMFe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzviWfyMFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzviWfyMFe .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-uzviWfyMFe .container {
    padding: 0 15px;
  }
}
.cid-uzviWfyMFe .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uzviWfyMFe .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzviWfyMFe .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uzviWfyMFe .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uzviWfyMFe .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzviWfyMFe .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uzviWfyMFe .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzviWfyMFe .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uzviWfyMFe .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uzviWfyMFe .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-uzviWfyMFe .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uzviWfyMFe .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uzviWfyMFe .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uzviWfyMFe .mbr-section-title {
  color: #ffffff;
}
.cid-uzviWfyMFe .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uzviWfyMFe .mbr-text {
  color: #d2d2df;
}
.cid-uzviWgyEEU {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uzviWgyEEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzviWgyEEU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzviWgyEEU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzviWgyEEU .container {
    padding: 0 15px;
  }
}
.cid-uzviWgyEEU .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzviWgyEEU .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzviWgyEEU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzviWgyEEU .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uzviWgyEEU .item {
    margin-bottom: 20px;
  }
}
.cid-uzviWgyEEU .item:hover::before,
.cid-uzviWgyEEU .item:focus::before {
  opacity: 1;
}
.cid-uzviWgyEEU .item:hover .item-wrapper,
.cid-uzviWgyEEU .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-uzviWgyEEU .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #284177;
}
.cid-uzviWgyEEU .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-uzviWgyEEU .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #284177 37.31%, #284177 69.53%, #284177 80.18%, #284177 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-uzviWgyEEU .item::before {
    display: none;
  }
}
.cid-uzviWgyEEU .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uzviWgyEEU .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-uzviWgyEEU .item .item-wrapper {
    height: auto;
  }
}
.cid-uzviWgyEEU .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uzviWgyEEU .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #286477;
  margin-bottom: 20px;
}
.cid-uzviWgyEEU .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-uzviWgyEEU .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-uzviWgyEEU .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzviWgyEEU .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzviWgyEEU .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-uzviWgyEEU .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-uzviWgyEEU .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzviWgyEEU .item .item-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  margin-left: -36px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
.cid-uzviWgyEEU .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uzviWgyEEU .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-uzviWgyEEU .mbr-section-title {
  color: #f2b92b;
  text-align: center;
}
.cid-uzviWgyEEU .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzviWgyEEU .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uzviWgyEEU .item-price {
  color: #39f22b;
  text-align: center;
}
.cid-uzviWgyEEU .list {
  color: #d2d2df;
}
.cid-uzvjkva3KP {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #0f2260;
  overflow: hidden;
}
.cid-uzvjkva3KP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzvjkva3KP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzvjkva3KP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzvjkva3KP .container {
    padding: 0 15px;
  }
}
.cid-uzvjkva3KP .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzvjkva3KP .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzvjkva3KP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzvjkva3KP .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uzvjkva3KP .item {
    margin-bottom: 20px;
  }
}
.cid-uzvjkva3KP .item:hover::before,
.cid-uzvjkva3KP .item:focus::before {
  opacity: 1;
}
.cid-uzvjkva3KP .item:hover .item-wrapper,
.cid-uzvjkva3KP .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-uzvjkva3KP .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #284177;
}
.cid-uzvjkva3KP .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-uzvjkva3KP .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #284177 37.31%, #284177 69.53%, #284177 80.18%, #284177 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-uzvjkva3KP .item::before {
    display: none;
  }
}
.cid-uzvjkva3KP .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uzvjkva3KP .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-uzvjkva3KP .item .item-wrapper {
    height: auto;
  }
}
.cid-uzvjkva3KP .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uzvjkva3KP .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #286477;
  margin-bottom: 20px;
}
.cid-uzvjkva3KP .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-uzvjkva3KP .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-uzvjkva3KP .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzvjkva3KP .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzvjkva3KP .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-uzvjkva3KP .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-uzvjkva3KP .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzvjkva3KP .item .item-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  margin-left: -36px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
.cid-uzvjkva3KP .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uzvjkva3KP .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-uzvjkva3KP .mbr-section-title {
  color: #f2b92b;
  text-align: center;
}
.cid-uzvjkva3KP .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzvjkva3KP .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uzvjkva3KP .item-price {
  color: #39f22b;
  text-align: center;
}
.cid-uzvjkva3KP .list {
  color: #d2d2df;
}
.cid-uzvjpHBcgY {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uzvjpHBcgY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzvjpHBcgY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzvjpHBcgY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzvjpHBcgY .container {
    padding: 0 15px;
  }
}
.cid-uzvjpHBcgY .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzvjpHBcgY .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzvjpHBcgY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzvjpHBcgY .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uzvjpHBcgY .item {
    margin-bottom: 20px;
  }
}
.cid-uzvjpHBcgY .item:hover::before,
.cid-uzvjpHBcgY .item:focus::before {
  opacity: 1;
}
.cid-uzvjpHBcgY .item:hover .item-wrapper,
.cid-uzvjpHBcgY .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-uzvjpHBcgY .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #284177;
}
.cid-uzvjpHBcgY .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-uzvjpHBcgY .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #284177 37.31%, #284177 69.53%, #284177 80.18%, #284177 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-uzvjpHBcgY .item::before {
    display: none;
  }
}
.cid-uzvjpHBcgY .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uzvjpHBcgY .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-uzvjpHBcgY .item .item-wrapper {
    height: auto;
  }
}
.cid-uzvjpHBcgY .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uzvjpHBcgY .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #286477;
  margin-bottom: 20px;
}
.cid-uzvjpHBcgY .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-uzvjpHBcgY .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-uzvjpHBcgY .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzvjpHBcgY .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzvjpHBcgY .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-uzvjpHBcgY .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-uzvjpHBcgY .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzvjpHBcgY .item .item-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  margin-left: -36px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
.cid-uzvjpHBcgY .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uzvjpHBcgY .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-uzvjpHBcgY .mbr-section-title {
  color: #f2b92b;
  text-align: center;
}
.cid-uzvjpHBcgY .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzvjpHBcgY .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uzvjpHBcgY .item-price {
  color: #39f22b;
  text-align: center;
}
.cid-uzvjpHBcgY .list {
  color: #d2d2df;
}
.cid-uzvjr3ytOm {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #0f2260;
  overflow: hidden;
}
.cid-uzvjr3ytOm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzvjr3ytOm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzvjr3ytOm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzvjr3ytOm .container {
    padding: 0 15px;
  }
}
.cid-uzvjr3ytOm .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzvjr3ytOm .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzvjr3ytOm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzvjr3ytOm .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uzvjr3ytOm .item {
    margin-bottom: 20px;
  }
}
.cid-uzvjr3ytOm .item:hover::before,
.cid-uzvjr3ytOm .item:focus::before {
  opacity: 1;
}
.cid-uzvjr3ytOm .item:hover .item-wrapper,
.cid-uzvjr3ytOm .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-uzvjr3ytOm .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #284177;
}
.cid-uzvjr3ytOm .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-uzvjr3ytOm .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #284177 37.31%, #284177 69.53%, #284177 80.18%, #284177 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-uzvjr3ytOm .item::before {
    display: none;
  }
}
.cid-uzvjr3ytOm .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uzvjr3ytOm .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-uzvjr3ytOm .item .item-wrapper {
    height: auto;
  }
}
.cid-uzvjr3ytOm .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uzvjr3ytOm .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #286477;
  margin-bottom: 20px;
}
.cid-uzvjr3ytOm .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-uzvjr3ytOm .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-uzvjr3ytOm .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzvjr3ytOm .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzvjr3ytOm .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-uzvjr3ytOm .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-uzvjr3ytOm .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzvjr3ytOm .item .item-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  margin-left: -36px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
.cid-uzvjr3ytOm .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uzvjr3ytOm .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-uzvjr3ytOm .mbr-section-title {
  color: #f2b92b;
  text-align: center;
}
.cid-uzvjr3ytOm .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzvjr3ytOm .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uzvjr3ytOm .item-price {
  color: #39f22b;
  text-align: center;
}
.cid-uzvjr3ytOm .list {
  color: #d2d2df;
}
.cid-uzvjsHfgNF {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uzvjsHfgNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzvjsHfgNF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzvjsHfgNF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzvjsHfgNF .container {
    padding: 0 15px;
  }
}
.cid-uzvjsHfgNF .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzvjsHfgNF .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzvjsHfgNF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzvjsHfgNF .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uzvjsHfgNF .item {
    margin-bottom: 20px;
  }
}
.cid-uzvjsHfgNF .item:hover::before,
.cid-uzvjsHfgNF .item:focus::before {
  opacity: 1;
}
.cid-uzvjsHfgNF .item:hover .item-wrapper,
.cid-uzvjsHfgNF .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-uzvjsHfgNF .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #284177;
}
.cid-uzvjsHfgNF .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-uzvjsHfgNF .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #284177 37.31%, #284177 69.53%, #284177 80.18%, #284177 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-uzvjsHfgNF .item::before {
    display: none;
  }
}
.cid-uzvjsHfgNF .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uzvjsHfgNF .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-uzvjsHfgNF .item .item-wrapper {
    height: auto;
  }
}
.cid-uzvjsHfgNF .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uzvjsHfgNF .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #286477;
  margin-bottom: 20px;
}
.cid-uzvjsHfgNF .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-uzvjsHfgNF .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-uzvjsHfgNF .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzvjsHfgNF .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-uzvjsHfgNF .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-uzvjsHfgNF .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-uzvjsHfgNF .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzvjsHfgNF .item .item-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  margin-left: -36px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
.cid-uzvjsHfgNF .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uzvjsHfgNF .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-uzvjsHfgNF .mbr-section-title {
  color: #f2b92b;
  text-align: center;
}
.cid-uzvjsHfgNF .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzvjsHfgNF .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uzvjsHfgNF .item-price {
  color: #39f22b;
  text-align: center;
}
.cid-uzvjsHfgNF .list {
  color: #d2d2df;
}
.cid-uzviWgRSmf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uzviWgRSmf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzviWgRSmf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzviWgRSmf .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzviWgRSmf .container {
    padding: 0 15px;
  }
}
.cid-uzviWgRSmf .title-wrapper {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-uzviWgRSmf .title-wrapper {
    text-align: center;
  }
}
.cid-uzviWgRSmf .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uzviWgRSmf .title-wrapper img {
  width: 54px;
  height: 54px;
  border-radius: 100% !important;
  margin-right: 10px;
  object-fit: contain;
}
.cid-uzviWgRSmf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzviWgRSmf .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-uzviWgRSmf .list {
    justify-content: center;
  }
}
.cid-uzviWgRSmf .list .item-wrap {
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzviWgRSmf .list .item-wrap:hover,
.cid-uzviWgRSmf .list .item-wrap:focus {
  color: #f2ac2b;
  text-shadow: 2px 2px 4px #f2ac2b;
}
.cid-uzviWgRSmf .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uzviWgRSmf .border-wrap {
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #284177 0, transparent 100%);
}
.cid-uzviWgRSmf .copy-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uzviWgRSmf .copy-wrapper {
    height: auto;
  }
}
.cid-uzviWgRSmf .copy-wrapper .mbr-copy {
  width: 100%;
  padding: 25px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzviWgRSmf .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uzviWgRSmf .copy-wrapper .mbr-copy {
    padding: 25px 0 0;
  }
}
.cid-uzviWgRSmf .social-wrapper {
  padding: 25px 0;
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uzviWgRSmf .social-wrapper {
    text-align: center;
  }
}
.cid-uzviWgRSmf .social-wrapper .social-wrap {
  height: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uzviWgRSmf .social-wrapper .social-wrap .social-item {
  display: block;
  margin-right: 20px;
  cursor: pointer;
}
.cid-uzviWgRSmf .social-wrapper .social-wrap .social-item:last-child {
  margin-right: 0;
}
.cid-uzviWgRSmf .social-wrapper .social-wrap .social-item:hover .mbr-iconfont,
.cid-uzviWgRSmf .social-wrapper .social-wrap .social-item:focus .mbr-iconfont {
  color: #f2ac2b;
  background-color: #232b45;
}
.cid-uzviWgRSmf .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-uzviWgRSmf .mbr-section-title {
  color: #f2ac2b;
}
.cid-uzviWgRSmf .mbr-copy {
  color: #d2d2df;
}
