body {
  font-family: Kantumruy Pro;
}
.display-1 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 4.9rem;
  line-height: 110%;
}
.display-1 > .mbr-iconfont {
  font-size: 6.125rem;
}
.display-2 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 4rem;
  line-height: 115%;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.125rem;
  line-height: 135%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.65rem;
  line-height: 130%;
}
.display-5 > .mbr-iconfont {
  font-size: 2.0625rem;
}
.display-7 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 135%;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 3.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.43rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 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.32rem;
    font-size: calc( 1.2275rem + (1.65 - 1.2275) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2275rem + (1.65 - 1.2275) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #f8f7ff !important;
}
.bg-success {
  background-color: #fff6eb !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffe4c1 !important;
}
.bg-danger {
  background-color: #570000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f8f7ff !important;
  border-color: #f8f7ff !important;
  color: #1f00f7 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #aca0ff !important;
  border-color: #aca0ff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #1f00f7 !important;
  background-color: #aca0ff !important;
  border-color: #aca0ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #550aa9 !important;
  border-color: #550aa9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2c0557 !important;
  border-color: #2c0557 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2c0557 !important;
  border-color: #2c0557 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff6eb !important;
  border-color: #fff6eb !important;
  color: #eb8100 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #945200 !important;
  background-color: #ffcf94 !important;
  border-color: #ffcf94 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #eb8100 !important;
  background-color: #ffcf94 !important;
  border-color: #ffcf94 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe4c1 !important;
  border-color: #ffe4c1 !important;
  color: #c16d00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffbe6a !important;
  border-color: #ffbe6a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #c16d00 !important;
  background-color: #ffbe6a !important;
  border-color: #ffbe6a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #570000 !important;
  border-color: #570000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f8f7ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #aca0ff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #1f00f7 !important;
  background-color: #f8f7ff !important;
  border-color: #f8f7ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #550aa9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2c0557 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #550aa9 !important;
  border-color: #550aa9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #fff6eb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffcf94 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #eb8100 !important;
  background-color: #fff6eb !important;
  border-color: #fff6eb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe4c1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffbe6a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #c16d00 !important;
  background-color: #ffe4c1 !important;
  border-color: #ffe4c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #570000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #570000 !important;
  border-color: #570000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #f8f7ff !important;
}
.text-secondary {
  color: #550aa9 !important;
}
.text-success {
  color: #fff6eb !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffe4c1 !important;
}
.text-danger {
  color: #570000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9f91ff !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #250449 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffc885 !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: #ffb85b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #f8f7ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffe4c1;
}
.alert-danger {
  background-color: #570000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f8f7ff;
  border-color: #f8f7ff;
  color: #2f12ff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f8f7ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d70000;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.125rem;
  line-height: 135%;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #f8f7ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.125rem;
  line-height: 135%;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #f8f7ff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f8f7ff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f8f7ff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f8f7ff;
  border-bottom-color: #f8f7ff;
}
.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: #f8f7ff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #550aa9 !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='%23f8f7ff' %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 {
  height: 60px;
  min-width: 80px;
  padding: 0 24px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    height: 50px;
    padding: 0 19px;
  }
}
@media (max-width: 425px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    height: 40px;
    min-width: 70px;
    padding: 0 14px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  opacity: .95;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  color: #550aa9 !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 2px solid #f8f7ff;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  color: #550aa9 !important;
  background-color: #f8f7ff !important;
  opacity: 1;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 2px solid #550aa9;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  color: #f8f7ff !important;
  background-color: #550aa9 !important;
  opacity: 1;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 2px solid #fff6eb;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  color: #550aa9 !important;
  background-color: #fff6eb !important;
  opacity: 1;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 2px solid #ffffff;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  color: #550aa9 !important;
  background-color: #ffffff !important;
  opacity: 1;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 2px solid #ffe4c1;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  color: #f8f7ff !important;
  background-color: #ffe4c1 !important;
  opacity: 1;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 2px solid #570000;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  color: #f8f7ff !important;
  background-color: #570000 !important;
  opacity: 1;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 2px solid #000;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  color: #fff !important;
  background-color: #000 !important;
  opacity: 1;
}
.cid-tqJSfBUfIa {
  z-index: 1000;
  width: 100%;
}
.cid-tqJSfBUfIa .navbar-dropdown {
  background: #550aa9 !important;
  padding: 0;
  position: fixed;
}
.cid-tqJSfBUfIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #550aa9 !important;
  background: #550aa9;
}
.cid-tqJSfBUfIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tqJSfBUfIa .menu_box .navbar.opened,
  .cid-tqJSfBUfIa .menu_box .navbar-collapse {
    background-color: #550aa9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tqJSfBUfIa nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tqJSfBUfIa .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tqJSfBUfIa .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqJSfBUfIa .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tqJSfBUfIa .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tqJSfBUfIa .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tqJSfBUfIa .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-tqJSfBUfIa .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tqJSfBUfIa .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tqJSfBUfIa .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tqJSfBUfIa .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tqJSfBUfIa .offcanvas-body .mbr-text,
  .cid-tqJSfBUfIa .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tqJSfBUfIa .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tqJSfBUfIa .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tqJSfBUfIa .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-tqJSfBUfIa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tqJSfBUfIa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tqJSfBUfIa .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tqJSfBUfIa .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tqJSfBUfIa ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tqJSfBUfIa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tqJSfBUfIa .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-tqJSfBUfIa .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tqJSfBUfIa li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tqJSfBUfIa .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tqJSfBUfIa .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tqJSfBUfIa .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tqJSfBUfIa .nav-item {
    margin: 0 !important;
  }
}
.cid-tqJSfBUfIa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tqJSfBUfIa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tqJSfBUfIa .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tqJSfBUfIa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tqJSfBUfIa .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-tqJSfBUfIa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tqJSfBUfIa .offcanvas_box {
    display: none;
  }
}
.cid-tqJSfBUfIa .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tqJSfBUfIa .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tqJSfBUfIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tqJSfBUfIa .container {
  display: flex;
  margin: auto;
}
.cid-tqJSfBUfIa .iconfont-wrapper {
  color: #f8f7ff;
  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-tqJSfBUfIa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tqJSfBUfIa .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tqJSfBUfIa .navbar-caption {
  color: #f8f7ff;
}
.cid-tqJSfBUfIa .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tqJSfBUfIa .navbar-nav {
    margin: 0;
  }
}
.cid-tqJSfBUfIa .dropdown-menu,
.cid-tqJSfBUfIa .navbar.opened {
  background-color: true !important;
}
.cid-tqJSfBUfIa .nav-item:focus,
.cid-tqJSfBUfIa .nav-link:focus {
  outline: none;
}
.cid-tqJSfBUfIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqJSfBUfIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqJSfBUfIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqJSfBUfIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqJSfBUfIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqJSfBUfIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqJSfBUfIa .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-tqJSfBUfIa .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-tqJSfBUfIa .navbar.opened {
  transition: all 0.3s;
}
.cid-tqJSfBUfIa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tqJSfBUfIa .navbar .navbar-logo img {
  max-width: 24px;
  max-height: 24px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-tqJSfBUfIa .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tqJSfBUfIa .navbar.collapsed {
  justify-content: center;
}
.cid-tqJSfBUfIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqJSfBUfIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tqJSfBUfIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqJSfBUfIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqJSfBUfIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqJSfBUfIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tqJSfBUfIa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tqJSfBUfIa .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tqJSfBUfIa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tqJSfBUfIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqJSfBUfIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqJSfBUfIa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tqJSfBUfIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqJSfBUfIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tqJSfBUfIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tqJSfBUfIa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tqJSfBUfIa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tqJSfBUfIa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tqJSfBUfIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqJSfBUfIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqJSfBUfIa .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tqJSfBUfIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-tqJSfBUfIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tqJSfBUfIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tqJSfBUfIa .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-tqJSfBUfIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqJSfBUfIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqJSfBUfIa .dropdown-item.active,
.cid-tqJSfBUfIa .dropdown-item:active {
  background-color: transparent;
}
.cid-tqJSfBUfIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqJSfBUfIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqJSfBUfIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqJSfBUfIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqJSfBUfIa ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tqJSfBUfIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqJSfBUfIa button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #550aa9;
  background: #550aa9;
}
.cid-tqJSfBUfIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-tqJSfBUfIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqJSfBUfIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqJSfBUfIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqJSfBUfIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqJSfBUfIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqJSfBUfIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqJSfBUfIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqJSfBUfIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqJSfBUfIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tqJSfBUfIa .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-tqJSfBUfIa .navbar {
    height: 70px;
  }
  .cid-tqJSfBUfIa .navbar.opened {
    height: auto;
  }
  .cid-tqJSfBUfIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqJSfBUfIa .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tqJSfBUfIa .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tqJSfBUfIa .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tqJSfBUfIa .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-tqJSfBUfIa .navbar-caption:hover {
  color: #f8f7ff;
}
@media (min-width: 992px) {
  .cid-tqJSfBUfIa .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tqJSfBUfIa .nav-link {
  position: relative;
}
.cid-tqJSfBUfIa .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-tqJSfBUfIa .nav-link:hover:before {
  width: 100%;
}
.cid-tqJSfBUfIa .mbr-text,
.cid-tqJSfBUfIa .mbr-section-subtitle,
.cid-tqJSfBUfIa .text_widget {
  opacity: .5;
}
.cid-tqJSfBUfIa .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-tqJSfBUfIa .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-tqJSfBUfIa .text_widget {
  color: #f8f7ff;
}
.cid-tqJSfBUfIa .mbr-section-subtitle,
.cid-tqJSfBUfIa .text_widget,
.cid-tqJSfBUfIa .mbr-section-btn {
  text-align: center;
}
.cid-tqJSfBUfIa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tGpaLIfALR {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background: #e8e8e8;
}
.cid-tGpaLIfALR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGpaLIfALR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGpaLIfALR .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tGpaLIfALR .team-card:hover {
  transform: translateY(-10px);
}
.cid-tGpaLIfALR .card1 {
  background: #d2dc1d;
}
.cid-tGpaLIfALR .card2 {
  background: #e9c0e9;
}
.cid-tGpaLIfALR .card3 {
  background: #780016;
}
.cid-tGpaLIfALR .image-wrap {
  padding: 2rem;
  padding-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-tGpaLIfALR .image-wrap {
    padding: 1rem;
  }
}
.cid-tGpaLIfALR .card-wrap {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-tGpaLIfALR .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tGpaLIfALR .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 2rem;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tGpaLIfALR .card-wrap .content-wrap {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tGpaLIfALR .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tGpaLIfALR .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid currentColor;
}
.cid-tGpaLIfALR .tag {
  color: #6592e6;
}
.cid-tGpaLIfALR .tag,
.cid-tGpaLIfALR .soc-item {
  color: #502274;
}
.cid-tGpaLIfALR .card-title3,
.cid-tGpaLIfALR .social-row {
  color: #ffffff;
}
.cid-tGpaLIfALR .card-text3,
.cid-tGpaLIfALR .mbr-section-btn,
.cid-tGpaLIfALR .social-row {
  color: #ffffff;
}
.cid-tGpaLIfALR .tag3,
.cid-tGpaLIfALR .soc-item3 {
  color: #ffffff;
}
.cid-tGpaLIfALR .card-title,
.cid-tGpaLIfALR .social-row {
  color: #502274;
}
.cid-tGpaLIfALR .card-text,
.cid-tGpaLIfALR .mbr-section-btn,
.cid-tGpaLIfALR .social-row {
  color: #502274;
}
.cid-tGpaLIfALR .mbr-section-subtitle {
  text-align: left;
}
.cid-tGpdb9c7Ip {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #090f10;
}
.cid-tGpdb9c7Ip .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGpdb9c7Ip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGpdb9c7Ip .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGpdb9c7Ip .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-tGpdb9c7Ip .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tGpdb9c7Ip .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tGpdb9c7Ip .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tGpdb9c7Ip .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tGpdb9c7Ip .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tGpdb9c7Ip .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tGpdb9c7Ip .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-tGpdb9c7Ip .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-tGpdb9c7Ip .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-tGpdb9c7Ip .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-tGpdb9c7Ip .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  transition: 0.4s all;
}
.cid-tGpdb9c7Ip .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-tGpdb9c7Ip .list li:hover {
  color: #f8f7ff !important;
}
.cid-tGpdb9c7Ip .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tGpdb9c7Ip .list a:hover {
  color: #f8f7ff !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-tGpdb9c7Ip .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-tGpdb9c7Ip .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-tGpdb9c7Ip .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-tGpdb9c7Ip .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tGpdb9c7Ip .soc-item {
    padding: 10px;
  }
}
.cid-tGpdb9c7Ip .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGpdb9c7Ip .soc-item:hover .mbr-iconfont {
  color: #f8f7ff !important;
}
.cid-tGpdb9c7Ip .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-tGpdb9c7Ip .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-tGpdb9c7Ip .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-tGpdb9c7Ip .border-item {
  width: 100%;
  height: 1px;
  background-color: #fcdb42;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tGpdb9c7Ip .border-item {
    margin-top: 1.5rem;
  }
}
.cid-tGpdb9c7Ip .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tGpdb9c7Ip .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tGpdb9c7Ip .copyright {
    margin-top: 1.5rem;
  }
}
.cid-tqJSfBUfIa {
  z-index: 1000;
  width: 100%;
}
.cid-tqJSfBUfIa .navbar-dropdown {
  background: #550aa9 !important;
  padding: 0;
  position: fixed;
}
.cid-tqJSfBUfIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #550aa9 !important;
  background: #550aa9;
}
.cid-tqJSfBUfIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tqJSfBUfIa .menu_box .navbar.opened,
  .cid-tqJSfBUfIa .menu_box .navbar-collapse {
    background-color: #550aa9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tqJSfBUfIa nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tqJSfBUfIa .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tqJSfBUfIa .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqJSfBUfIa .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tqJSfBUfIa .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tqJSfBUfIa .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tqJSfBUfIa .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-tqJSfBUfIa .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tqJSfBUfIa .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tqJSfBUfIa .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tqJSfBUfIa .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tqJSfBUfIa .offcanvas-body .mbr-text,
  .cid-tqJSfBUfIa .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tqJSfBUfIa .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tqJSfBUfIa .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tqJSfBUfIa .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-tqJSfBUfIa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tqJSfBUfIa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tqJSfBUfIa .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tqJSfBUfIa .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tqJSfBUfIa ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tqJSfBUfIa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tqJSfBUfIa .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-tqJSfBUfIa .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tqJSfBUfIa li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tqJSfBUfIa .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tqJSfBUfIa .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tqJSfBUfIa .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tqJSfBUfIa .nav-item {
    margin: 0 !important;
  }
}
.cid-tqJSfBUfIa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tqJSfBUfIa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tqJSfBUfIa .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tqJSfBUfIa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tqJSfBUfIa .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-tqJSfBUfIa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tqJSfBUfIa .offcanvas_box {
    display: none;
  }
}
.cid-tqJSfBUfIa .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tqJSfBUfIa .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tqJSfBUfIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tqJSfBUfIa .container {
  display: flex;
  margin: auto;
}
.cid-tqJSfBUfIa .iconfont-wrapper {
  color: #f8f7ff;
  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-tqJSfBUfIa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tqJSfBUfIa .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tqJSfBUfIa .navbar-caption {
  color: #f8f7ff;
}
.cid-tqJSfBUfIa .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tqJSfBUfIa .navbar-nav {
    margin: 0;
  }
}
.cid-tqJSfBUfIa .dropdown-menu,
.cid-tqJSfBUfIa .navbar.opened {
  background-color: true !important;
}
.cid-tqJSfBUfIa .nav-item:focus,
.cid-tqJSfBUfIa .nav-link:focus {
  outline: none;
}
.cid-tqJSfBUfIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqJSfBUfIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqJSfBUfIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqJSfBUfIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqJSfBUfIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqJSfBUfIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqJSfBUfIa .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-tqJSfBUfIa .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-tqJSfBUfIa .navbar.opened {
  transition: all 0.3s;
}
.cid-tqJSfBUfIa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tqJSfBUfIa .navbar .navbar-logo img {
  max-width: 24px;
  max-height: 24px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-tqJSfBUfIa .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tqJSfBUfIa .navbar.collapsed {
  justify-content: center;
}
.cid-tqJSfBUfIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqJSfBUfIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tqJSfBUfIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqJSfBUfIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqJSfBUfIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqJSfBUfIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tqJSfBUfIa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tqJSfBUfIa .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tqJSfBUfIa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tqJSfBUfIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqJSfBUfIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqJSfBUfIa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tqJSfBUfIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqJSfBUfIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tqJSfBUfIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tqJSfBUfIa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tqJSfBUfIa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tqJSfBUfIa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tqJSfBUfIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqJSfBUfIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqJSfBUfIa .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tqJSfBUfIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-tqJSfBUfIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tqJSfBUfIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tqJSfBUfIa .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-tqJSfBUfIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqJSfBUfIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqJSfBUfIa .dropdown-item.active,
.cid-tqJSfBUfIa .dropdown-item:active {
  background-color: transparent;
}
.cid-tqJSfBUfIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqJSfBUfIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqJSfBUfIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqJSfBUfIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqJSfBUfIa ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tqJSfBUfIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqJSfBUfIa button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #550aa9;
  background: #550aa9;
}
.cid-tqJSfBUfIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-tqJSfBUfIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqJSfBUfIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqJSfBUfIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqJSfBUfIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqJSfBUfIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqJSfBUfIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqJSfBUfIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqJSfBUfIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqJSfBUfIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tqJSfBUfIa .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-tqJSfBUfIa .navbar {
    height: 70px;
  }
  .cid-tqJSfBUfIa .navbar.opened {
    height: auto;
  }
  .cid-tqJSfBUfIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqJSfBUfIa .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tqJSfBUfIa .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tqJSfBUfIa .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tqJSfBUfIa .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-tqJSfBUfIa .navbar-caption:hover {
  color: #f8f7ff;
}
@media (min-width: 992px) {
  .cid-tqJSfBUfIa .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tqJSfBUfIa .nav-link {
  position: relative;
}
.cid-tqJSfBUfIa .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-tqJSfBUfIa .nav-link:hover:before {
  width: 100%;
}
.cid-tqJSfBUfIa .mbr-text,
.cid-tqJSfBUfIa .mbr-section-subtitle,
.cid-tqJSfBUfIa .text_widget {
  opacity: .5;
}
.cid-tqJSfBUfIa .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-tqJSfBUfIa .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-tqJSfBUfIa .text_widget {
  color: #f8f7ff;
}
.cid-tqJSfBUfIa .mbr-section-subtitle,
.cid-tqJSfBUfIa .text_widget,
.cid-tqJSfBUfIa .mbr-section-btn {
  text-align: center;
}
.cid-tqJSfBUfIa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tGAc7JWmzX {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background: #e8e8e8;
}
.cid-tGAc7JWmzX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGAc7JWmzX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGAc7JWmzX .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tGAc7JWmzX .team-card:hover {
  transform: translateY(-10px);
}
.cid-tGAc7JWmzX .card1 {
  background: #d2dc1d;
}
.cid-tGAc7JWmzX .card2 {
  background: #e9c0e9;
}
.cid-tGAc7JWmzX .card3 {
  background: #780016;
}
.cid-tGAc7JWmzX .image-wrap {
  padding: 2rem;
  padding-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-tGAc7JWmzX .image-wrap {
    padding: 1rem;
  }
}
.cid-tGAc7JWmzX .card-wrap {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-tGAc7JWmzX .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tGAc7JWmzX .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 2rem;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tGAc7JWmzX .card-wrap .content-wrap {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tGAc7JWmzX .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tGAc7JWmzX .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid currentColor;
}
.cid-tGAc7JWmzX .tag {
  color: #6592e6;
}
.cid-tGAc7JWmzX .tag,
.cid-tGAc7JWmzX .soc-item {
  color: #502274;
}
.cid-tGAc7JWmzX .card-title3,
.cid-tGAc7JWmzX .social-row {
  color: #ffffff;
}
.cid-tGAc7JWmzX .card-text3,
.cid-tGAc7JWmzX .mbr-section-btn,
.cid-tGAc7JWmzX .social-row {
  color: #ffffff;
}
.cid-tGAc7JWmzX .tag3,
.cid-tGAc7JWmzX .soc-item3 {
  color: #ffffff;
}
.cid-tGAc7JWmzX .card-title,
.cid-tGAc7JWmzX .social-row {
  color: #502274;
}
.cid-tGAc7JWmzX .card-text,
.cid-tGAc7JWmzX .mbr-section-btn,
.cid-tGAc7JWmzX .social-row {
  color: #502274;
}
.cid-tGAc7JWmzX .mbr-section-subtitle {
  text-align: left;
}
.cid-tHeLAozz7R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e8e8e8;
}
.cid-tHeLAozz7R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHeLAozz7R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHeLAozz7R .row {
    padding: 0 24px;
  }
}
.cid-tHeLAozz7R .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tHeLAozz7R .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-tHeLAozz7R .mbr-section-title {
  color: #005c62;
}
.cid-tHeLAozz7R .mbr-text {
  color: #005c62;
  text-align: center;
}
.cid-tHeLAozz7R .mbr-section-title,
.cid-tHeLAozz7R .mbr-section-btn {
  text-align: center;
}
.cid-tGA8b6znbH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tGA8b6znbH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tGpdb9c7Ip {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #090f10;
}
.cid-tGpdb9c7Ip .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGpdb9c7Ip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGpdb9c7Ip .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGpdb9c7Ip .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-tGpdb9c7Ip .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tGpdb9c7Ip .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tGpdb9c7Ip .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tGpdb9c7Ip .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tGpdb9c7Ip .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tGpdb9c7Ip .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tGpdb9c7Ip .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-tGpdb9c7Ip .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-tGpdb9c7Ip .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-tGpdb9c7Ip .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-tGpdb9c7Ip .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  transition: 0.4s all;
}
.cid-tGpdb9c7Ip .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-tGpdb9c7Ip .list li:hover {
  color: #f8f7ff !important;
}
.cid-tGpdb9c7Ip .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tGpdb9c7Ip .list a:hover {
  color: #f8f7ff !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-tGpdb9c7Ip .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-tGpdb9c7Ip .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-tGpdb9c7Ip .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-tGpdb9c7Ip .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tGpdb9c7Ip .soc-item {
    padding: 10px;
  }
}
.cid-tGpdb9c7Ip .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGpdb9c7Ip .soc-item:hover .mbr-iconfont {
  color: #f8f7ff !important;
}
.cid-tGpdb9c7Ip .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-tGpdb9c7Ip .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-tGpdb9c7Ip .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-tGpdb9c7Ip .border-item {
  width: 100%;
  height: 1px;
  background-color: #fcdb42;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tGpdb9c7Ip .border-item {
    margin-top: 1.5rem;
  }
}
.cid-tGpdb9c7Ip .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tGpdb9c7Ip .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tGpdb9c7Ip .copyright {
    margin-top: 1.5rem;
  }
}
.cid-tqJSfBUfIa {
  z-index: 1000;
  width: 100%;
}
.cid-tqJSfBUfIa .navbar-dropdown {
  background: #550aa9 !important;
  padding: 0;
  position: fixed;
}
.cid-tqJSfBUfIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #550aa9 !important;
  background: #550aa9;
}
.cid-tqJSfBUfIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tqJSfBUfIa .menu_box .navbar.opened,
  .cid-tqJSfBUfIa .menu_box .navbar-collapse {
    background-color: #550aa9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tqJSfBUfIa nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tqJSfBUfIa .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tqJSfBUfIa .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqJSfBUfIa .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tqJSfBUfIa .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tqJSfBUfIa .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tqJSfBUfIa .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-tqJSfBUfIa .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tqJSfBUfIa .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tqJSfBUfIa .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tqJSfBUfIa .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tqJSfBUfIa .offcanvas-body .mbr-text,
  .cid-tqJSfBUfIa .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tqJSfBUfIa .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tqJSfBUfIa .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tqJSfBUfIa .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-tqJSfBUfIa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tqJSfBUfIa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tqJSfBUfIa .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tqJSfBUfIa .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tqJSfBUfIa ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tqJSfBUfIa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tqJSfBUfIa .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-tqJSfBUfIa .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tqJSfBUfIa li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tqJSfBUfIa .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tqJSfBUfIa .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tqJSfBUfIa .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tqJSfBUfIa .nav-item {
    margin: 0 !important;
  }
}
.cid-tqJSfBUfIa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tqJSfBUfIa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tqJSfBUfIa .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tqJSfBUfIa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tqJSfBUfIa .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-tqJSfBUfIa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tqJSfBUfIa .offcanvas_box {
    display: none;
  }
}
.cid-tqJSfBUfIa .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tqJSfBUfIa .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tqJSfBUfIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tqJSfBUfIa .container {
  display: flex;
  margin: auto;
}
.cid-tqJSfBUfIa .iconfont-wrapper {
  color: #f8f7ff;
  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-tqJSfBUfIa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tqJSfBUfIa .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tqJSfBUfIa .navbar-caption {
  color: #f8f7ff;
}
.cid-tqJSfBUfIa .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tqJSfBUfIa .navbar-nav {
    margin: 0;
  }
}
.cid-tqJSfBUfIa .dropdown-menu,
.cid-tqJSfBUfIa .navbar.opened {
  background-color: true !important;
}
.cid-tqJSfBUfIa .nav-item:focus,
.cid-tqJSfBUfIa .nav-link:focus {
  outline: none;
}
.cid-tqJSfBUfIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqJSfBUfIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqJSfBUfIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqJSfBUfIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqJSfBUfIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqJSfBUfIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqJSfBUfIa .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-tqJSfBUfIa .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-tqJSfBUfIa .navbar.opened {
  transition: all 0.3s;
}
.cid-tqJSfBUfIa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tqJSfBUfIa .navbar .navbar-logo img {
  max-width: 24px;
  max-height: 24px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-tqJSfBUfIa .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tqJSfBUfIa .navbar.collapsed {
  justify-content: center;
}
.cid-tqJSfBUfIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqJSfBUfIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tqJSfBUfIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqJSfBUfIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqJSfBUfIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqJSfBUfIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tqJSfBUfIa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tqJSfBUfIa .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tqJSfBUfIa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tqJSfBUfIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqJSfBUfIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqJSfBUfIa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tqJSfBUfIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqJSfBUfIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tqJSfBUfIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tqJSfBUfIa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tqJSfBUfIa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tqJSfBUfIa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tqJSfBUfIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqJSfBUfIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqJSfBUfIa .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tqJSfBUfIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-tqJSfBUfIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tqJSfBUfIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tqJSfBUfIa .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-tqJSfBUfIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqJSfBUfIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqJSfBUfIa .dropdown-item.active,
.cid-tqJSfBUfIa .dropdown-item:active {
  background-color: transparent;
}
.cid-tqJSfBUfIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqJSfBUfIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqJSfBUfIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqJSfBUfIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqJSfBUfIa ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tqJSfBUfIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqJSfBUfIa button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #550aa9;
  background: #550aa9;
}
.cid-tqJSfBUfIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-tqJSfBUfIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqJSfBUfIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqJSfBUfIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqJSfBUfIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqJSfBUfIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqJSfBUfIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqJSfBUfIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqJSfBUfIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqJSfBUfIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tqJSfBUfIa .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-tqJSfBUfIa .navbar {
    height: 70px;
  }
  .cid-tqJSfBUfIa .navbar.opened {
    height: auto;
  }
  .cid-tqJSfBUfIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqJSfBUfIa .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tqJSfBUfIa .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tqJSfBUfIa .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tqJSfBUfIa .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-tqJSfBUfIa .navbar-caption:hover {
  color: #f8f7ff;
}
@media (min-width: 992px) {
  .cid-tqJSfBUfIa .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tqJSfBUfIa .nav-link {
  position: relative;
}
.cid-tqJSfBUfIa .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-tqJSfBUfIa .nav-link:hover:before {
  width: 100%;
}
.cid-tqJSfBUfIa .mbr-text,
.cid-tqJSfBUfIa .mbr-section-subtitle,
.cid-tqJSfBUfIa .text_widget {
  opacity: .5;
}
.cid-tqJSfBUfIa .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-tqJSfBUfIa .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-tqJSfBUfIa .text_widget {
  color: #f8f7ff;
}
.cid-tqJSfBUfIa .mbr-section-subtitle,
.cid-tqJSfBUfIa .text_widget,
.cid-tqJSfBUfIa .mbr-section-btn {
  text-align: center;
}
.cid-tqJSfBUfIa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tGA37VGuj9 {
  background-image: url("../../../assets/images/eglise-plaisance-2-2000x1125.jpg");
}
.cid-tGA37VGuj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGA37VGuj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGA37VGuj9 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tGA37VGuj9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tGA37VGuj9 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tGA37VGuj9 .container {
    padding: 0 20px;
  }
  .cid-tGA37VGuj9 .container .row {
    padding: 0;
  }
}
.cid-tGA37VGuj9 .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tGA37VGuj9 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tGA37VGuj9 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tGA37VGuj9 .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tGA37VGuj9 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tGA37VGuj9 .mbr-section-title {
  color: #ffffff;
}
.cid-tGA37VGuj9 .mbr-text {
  color: #ffffff;
}
.cid-tGA48VrZhl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGA48VrZhl .mbr-text {
  text-align: left;
  color: #151515;
}
.cid-tGA48VrZhl .mbr-section-subtitle {
  text-align: center;
}
.cid-tGA51Dgvnf {
  background-image: url("../../../assets/images/8.-le-montagnol-1024x682.jpg");
}
.cid-tGA51Dgvnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGA51Dgvnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGA51Dgvnf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tGA51Dgvnf .mbr-text {
  color: #FFFFFF;
  margin-top: 15px;
}
.cid-tGA51Dgvnf .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGA51Dgvnf .mbr-text,
.cid-tGA51Dgvnf .mbr-section-btn {
  text-align: center;
}
.cid-tGA51Dgvnf p {
  text-shadow: 2px 2px #000000;
}
.cid-tGA51Dgvnf h1 {
  text-shadow: 4px 4px #000000;
}
.cid-tGA51Dgvnf h2 {
  text-shadow: 4px 4px #000000;
}
.cid-tGA51Dgvnf h3 {
  text-shadow: 4px 4px #000000;
}
.cid-tGA53zrEiA {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tGA53zrEiA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tGA53zrEiA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGA53zrEiA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGA53zrEiA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tGA53zrEiA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #173d33;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tGA53zrEiA .icon-focus,
.cid-tGA53zrEiA .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tGA53zrEiA .icon-focus:before,
.cid-tGA53zrEiA .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tGA53zrEiA .icon-video {
  font-size: 1.5rem !important;
}
.cid-tGA53zrEiA .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tGA53zrEiA ul {
  font-size: 0;
}
.cid-tGA53zrEiA .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tGA53zrEiA .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tGA53zrEiA .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #173d33 !important;
}
.cid-tGA53zrEiA .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tGA53zrEiA .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tGA53zrEiA .mbr-gallery-filter ul li.active .btn:after {
  border-color: #173d33;
}
.cid-tGA53zrEiA .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tGA53zrEiA .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tGA53zrEiA .mbr-gallery-filter ul li:first-child,
.cid-tGA53zrEiA .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tGA53zrEiA .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tGA53zrEiA .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tGA53zrEiA .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tGA53zrEiA .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tGA53zrEiA .mbr-section-title b:last-child,
.cid-tGA53zrEiA .mbr-section-title strong:last-child {
  color: #173d33;
}
.cid-tGA53zrEiA .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-tGA53zrEiA .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-tGA53zrEiA .mbr-gallery-item > div > span {
  color: #fafbf2;
}
.cid-tGA53zrEiA .mbr-section-title,
.cid-tGA53zrEiA .mbr-gallery-filter ul {
  color: #173d33;
  text-align: center;
}
.cid-tGA53zrEiA .mbr-section-subtitle {
  text-align: center;
}
.cid-tGA5jSwbvp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #550aa9;
}
.cid-tGA5jSwbvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGA5jSwbvp .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tGA5jSwbvp .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-tGA5jSwbvp .btn:hover,
.cid-tGA5jSwbvp .btn:focus {
  background: white !important;
  color: #550aa9 !important;
  border-color: white !important;
}
.cid-tGA5jSwbvp img {
  border-radius: 1rem;
}
.cid-tGA5jSwbvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGA5jSwbvp .row {
  flex-direction: row-reverse;
}
.cid-tGA5jSwbvp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGA5jSwbvp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGA5jSwbvp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGA5jSwbvp .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tGA5jSwbvp .mbr-section-subtitle,
.cid-tGA5jSwbvp .subtitle-wrap {
  color: #19303d;
}
.cid-tGA5jSwbvp .mbr-text,
.cid-tGA5jSwbvp .mbr-section-btn {
  color: #ffffff;
}
.cid-tGA57QyI0D {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ecede8;
}
.cid-tGA57QyI0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGA57QyI0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-tGA57QyI0D .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGA57QyI0D img {
  border-radius: 3rem;
}
.cid-tGA57QyI0D .row {
  align-items: center;
}
.cid-tGA57QyI0D .mbr-section-title {
  color: #1d5356;
}
.cid-tGA57QyI0D .mbr-text,
.cid-tGA57QyI0D .mbr-section-btn {
  color: #491414;
  text-align: left;
}
.cid-tGA57QyI0D .mbr-section-subtitle {
  color: #491414;
}
.cid-tGA5OA1j5S {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-tGA5OA1j5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGA5OA1j5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGA5OA1j5S .main-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-tGA5OA1j5S .main-container {
    margin-bottom: 70px;
  }
}
.cid-tGA5OA1j5S .mbr-title {
  color: #000000;
}
.cid-tGA5OA1j5S .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-tGA5OA1j5S .card-row {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .cid-tGA5OA1j5S .card-row {
    margin: 0 -20px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tGA5OA1j5S .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tGA5OA1j5S .card {
  border-radius: 0;
}
.cid-tGA5OA1j5S .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 40px 37px 30px;
  background-color: #e2e2e2;
}
@media (max-width: 767px) {
  .cid-tGA5OA1j5S .card-wrap {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cid-tGA5OA1j5S .card-wrap {
    padding: 24px 18px 30px;
  }
}
.cid-tGA5OA1j5S .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tGA5OA1j5S .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGA5OA1j5S .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #747474;
  margin: 0 2px;
}
.cid-tGA5OA1j5S .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tGA5OA1j5S .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-tGA5OA1j5S .card-text {
  color: #747474;
  margin-bottom: 30px;
}
.cid-tGA5OA1j5S .card-name-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.cid-tGA5OA1j5S .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-tGA5OA1j5S .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tGA5OA1j5S .card-name {
  color: #000000;
}
.cid-tGA5OA1j5S .card-prof {
  color: #747474;
}
.cid-tGA5dTHjqW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-tGA5dTHjqW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGA5dTHjqW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGA5dTHjqW .main-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-tGA5dTHjqW .main-container {
    margin-bottom: 70px;
  }
}
.cid-tGA5dTHjqW .mbr-title {
  color: #000000;
}
.cid-tGA5dTHjqW .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-tGA5dTHjqW .card-row {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .cid-tGA5dTHjqW .card-row {
    margin: 0 -20px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tGA5dTHjqW .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tGA5dTHjqW .card {
  border-radius: 0;
}
.cid-tGA5dTHjqW .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 40px 37px 30px;
  background-color: #e2e2e2;
}
@media (max-width: 767px) {
  .cid-tGA5dTHjqW .card-wrap {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cid-tGA5dTHjqW .card-wrap {
    padding: 24px 18px 30px;
  }
}
.cid-tGA5dTHjqW .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tGA5dTHjqW .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGA5dTHjqW .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #747474;
  margin: 0 2px;
}
.cid-tGA5dTHjqW .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tGA5dTHjqW .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-tGA5dTHjqW .card-text {
  color: #747474;
  margin-bottom: 30px;
}
.cid-tGA5dTHjqW .card-name-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.cid-tGA5dTHjqW .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-tGA5dTHjqW .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tGA5dTHjqW .card-name {
  color: #000000;
}
.cid-tGA5dTHjqW .card-prof {
  color: #747474;
}
.cid-tGpdb9c7Ip {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #090f10;
}
.cid-tGpdb9c7Ip .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGpdb9c7Ip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGpdb9c7Ip .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGpdb9c7Ip .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-tGpdb9c7Ip .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tGpdb9c7Ip .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tGpdb9c7Ip .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tGpdb9c7Ip .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tGpdb9c7Ip .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tGpdb9c7Ip .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tGpdb9c7Ip .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-tGpdb9c7Ip .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-tGpdb9c7Ip .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-tGpdb9c7Ip .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-tGpdb9c7Ip .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  transition: 0.4s all;
}
.cid-tGpdb9c7Ip .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-tGpdb9c7Ip .list li:hover {
  color: #f8f7ff !important;
}
.cid-tGpdb9c7Ip .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tGpdb9c7Ip .list a:hover {
  color: #f8f7ff !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-tGpdb9c7Ip .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-tGpdb9c7Ip .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-tGpdb9c7Ip .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-tGpdb9c7Ip .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tGpdb9c7Ip .soc-item {
    padding: 10px;
  }
}
.cid-tGpdb9c7Ip .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGpdb9c7Ip .soc-item:hover .mbr-iconfont {
  color: #f8f7ff !important;
}
.cid-tGpdb9c7Ip .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-tGpdb9c7Ip .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-tGpdb9c7Ip .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-tGpdb9c7Ip .border-item {
  width: 100%;
  height: 1px;
  background-color: #fcdb42;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tGpdb9c7Ip .border-item {
    margin-top: 1.5rem;
  }
}
.cid-tGpdb9c7Ip .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tGpdb9c7Ip .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tGpdb9c7Ip .copyright {
    margin-top: 1.5rem;
  }
}
.cid-tGFQFSiDbB {
  z-index: 1000;
  width: 100%;
}
.cid-tGFQFSiDbB .navbar-dropdown {
  background: #550aa9 !important;
  padding: 0;
  position: fixed;
}
.cid-tGFQFSiDbB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #550aa9 !important;
  background: #550aa9;
}
.cid-tGFQFSiDbB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tGFQFSiDbB .menu_box .navbar.opened,
  .cid-tGFQFSiDbB .menu_box .navbar-collapse {
    background-color: #550aa9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tGFQFSiDbB nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tGFQFSiDbB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tGFQFSiDbB .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGFQFSiDbB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tGFQFSiDbB .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGFQFSiDbB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tGFQFSiDbB .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-tGFQFSiDbB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tGFQFSiDbB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tGFQFSiDbB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tGFQFSiDbB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tGFQFSiDbB .offcanvas-body .mbr-text,
  .cid-tGFQFSiDbB .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tGFQFSiDbB .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tGFQFSiDbB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tGFQFSiDbB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-tGFQFSiDbB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tGFQFSiDbB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tGFQFSiDbB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tGFQFSiDbB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tGFQFSiDbB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tGFQFSiDbB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGFQFSiDbB .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-tGFQFSiDbB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tGFQFSiDbB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tGFQFSiDbB .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tGFQFSiDbB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tGFQFSiDbB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tGFQFSiDbB .nav-item {
    margin: 0 !important;
  }
}
.cid-tGFQFSiDbB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tGFQFSiDbB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tGFQFSiDbB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tGFQFSiDbB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGFQFSiDbB .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-tGFQFSiDbB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tGFQFSiDbB .offcanvas_box {
    display: none;
  }
}
.cid-tGFQFSiDbB .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tGFQFSiDbB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tGFQFSiDbB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tGFQFSiDbB .container {
  display: flex;
  margin: auto;
}
.cid-tGFQFSiDbB .iconfont-wrapper {
  color: #f8f7ff;
  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-tGFQFSiDbB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tGFQFSiDbB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tGFQFSiDbB .navbar-caption {
  color: #f8f7ff;
}
.cid-tGFQFSiDbB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tGFQFSiDbB .navbar-nav {
    margin: 0;
  }
}
.cid-tGFQFSiDbB .dropdown-menu,
.cid-tGFQFSiDbB .navbar.opened {
  background-color: true !important;
}
.cid-tGFQFSiDbB .nav-item:focus,
.cid-tGFQFSiDbB .nav-link:focus {
  outline: none;
}
.cid-tGFQFSiDbB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGFQFSiDbB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGFQFSiDbB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGFQFSiDbB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGFQFSiDbB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGFQFSiDbB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGFQFSiDbB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-tGFQFSiDbB .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-tGFQFSiDbB .navbar.opened {
  transition: all 0.3s;
}
.cid-tGFQFSiDbB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tGFQFSiDbB .navbar .navbar-logo img {
  max-width: 24px;
  max-height: 24px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-tGFQFSiDbB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tGFQFSiDbB .navbar.collapsed {
  justify-content: center;
}
.cid-tGFQFSiDbB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGFQFSiDbB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGFQFSiDbB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGFQFSiDbB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGFQFSiDbB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGFQFSiDbB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tGFQFSiDbB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGFQFSiDbB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tGFQFSiDbB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tGFQFSiDbB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGFQFSiDbB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGFQFSiDbB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tGFQFSiDbB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGFQFSiDbB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tGFQFSiDbB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGFQFSiDbB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tGFQFSiDbB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tGFQFSiDbB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tGFQFSiDbB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGFQFSiDbB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGFQFSiDbB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tGFQFSiDbB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGFQFSiDbB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGFQFSiDbB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGFQFSiDbB .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-tGFQFSiDbB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGFQFSiDbB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGFQFSiDbB .dropdown-item.active,
.cid-tGFQFSiDbB .dropdown-item:active {
  background-color: transparent;
}
.cid-tGFQFSiDbB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGFQFSiDbB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGFQFSiDbB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGFQFSiDbB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGFQFSiDbB ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tGFQFSiDbB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGFQFSiDbB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #550aa9;
  background: #550aa9;
}
.cid-tGFQFSiDbB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-tGFQFSiDbB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGFQFSiDbB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGFQFSiDbB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGFQFSiDbB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGFQFSiDbB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGFQFSiDbB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGFQFSiDbB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGFQFSiDbB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGFQFSiDbB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tGFQFSiDbB .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-tGFQFSiDbB .navbar {
    height: 70px;
  }
  .cid-tGFQFSiDbB .navbar.opened {
    height: auto;
  }
  .cid-tGFQFSiDbB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGFQFSiDbB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tGFQFSiDbB .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tGFQFSiDbB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tGFQFSiDbB .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-tGFQFSiDbB .navbar-caption:hover {
  color: #f8f7ff;
}
@media (min-width: 992px) {
  .cid-tGFQFSiDbB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tGFQFSiDbB .nav-link {
  position: relative;
}
.cid-tGFQFSiDbB .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-tGFQFSiDbB .nav-link:hover:before {
  width: 100%;
}
.cid-tGFQFSiDbB .mbr-text,
.cid-tGFQFSiDbB .mbr-section-subtitle,
.cid-tGFQFSiDbB .text_widget {
  opacity: .5;
}
.cid-tGFQFSiDbB .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-tGFQFSiDbB .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-tGFQFSiDbB .text_widget {
  color: #f8f7ff;
}
.cid-tGFQFSiDbB .mbr-section-subtitle,
.cid-tGFQFSiDbB .text_widget,
.cid-tGFQFSiDbB .mbr-section-btn {
  text-align: center;
}
.cid-tGFQFSiDbB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tGFQFSY6QS {
  background-image: url("../../../assets/images/9789464688276-cover-front-1890x2835.jpeg");
}
.cid-tGFQFSY6QS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGFQFSY6QS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGFQFSY6QS .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tGFQFSY6QS .container-fluid {
    padding: 0 20px;
  }
}
.cid-tGFQFSY6QS .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tGFQFSY6QS .container {
    padding: 0 20px;
  }
  .cid-tGFQFSY6QS .container .row {
    padding: 0;
  }
}
.cid-tGFQFSY6QS .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tGFQFSY6QS .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tGFQFSY6QS .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tGFQFSY6QS .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tGFQFSY6QS .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tGFQFSY6QS .mbr-section-title {
  color: #ff0714;
}
.cid-tGFQFSY6QS .mbr-text {
  color: #ffffff;
}
.cid-tGFQFTlwJ3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGFQFTlwJ3 .mbr-text {
  text-align: left;
  color: #151515;
}
.cid-tGFQFTlwJ3 .mbr-section-subtitle {
  text-align: center;
}
.cid-tGFQFTCQT1 {
  background-image: url("../../../assets/images/8.-le-montagnol-1024x682.jpg");
}
.cid-tGFQFTCQT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGFQFTCQT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGFQFTCQT1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tGFQFTCQT1 .mbr-text {
  color: #FFFFFF;
  margin-top: 15px;
}
.cid-tGFQFTCQT1 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGFQFTCQT1 .mbr-text,
.cid-tGFQFTCQT1 .mbr-section-btn {
  text-align: center;
}
.cid-tGFQFTCQT1 p {
  text-shadow: 2px 2px #000000;
}
.cid-tGFQFTCQT1 h1 {
  text-shadow: 4px 4px #000000;
}
.cid-tGFQFTCQT1 h2 {
  text-shadow: 4px 4px #000000;
}
.cid-tGFQFTCQT1 h3 {
  text-shadow: 4px 4px #000000;
}
.cid-tGFQFTZo4H {
  padding-top: 0px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tGFQFTZo4H .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tGFQFTZo4H .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGFQFTZo4H .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGFQFTZo4H .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tGFQFTZo4H .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #173d33;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tGFQFTZo4H .icon-focus,
.cid-tGFQFTZo4H .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tGFQFTZo4H .icon-focus:before,
.cid-tGFQFTZo4H .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tGFQFTZo4H .icon-video {
  font-size: 1.5rem !important;
}
.cid-tGFQFTZo4H .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tGFQFTZo4H ul {
  font-size: 0;
}
.cid-tGFQFTZo4H .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tGFQFTZo4H .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tGFQFTZo4H .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #173d33 !important;
}
.cid-tGFQFTZo4H .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tGFQFTZo4H .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tGFQFTZo4H .mbr-gallery-filter ul li.active .btn:after {
  border-color: #173d33;
}
.cid-tGFQFTZo4H .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tGFQFTZo4H .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tGFQFTZo4H .mbr-gallery-filter ul li:first-child,
.cid-tGFQFTZo4H .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tGFQFTZo4H .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tGFQFTZo4H .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tGFQFTZo4H .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tGFQFTZo4H .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tGFQFTZo4H .mbr-section-title b:last-child,
.cid-tGFQFTZo4H .mbr-section-title strong:last-child {
  color: #173d33;
}
.cid-tGFQFTZo4H .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-tGFQFTZo4H .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-tGFQFTZo4H .mbr-gallery-item > div > span {
  color: #fafbf2;
}
.cid-tGFQFTZo4H .mbr-section-title,
.cid-tGFQFTZo4H .mbr-gallery-filter ul {
  color: #ff0714;
  text-align: center;
}
.cid-tGFQFTZo4H .mbr-section-subtitle {
  text-align: center;
}
.cid-tGFQFV3zQk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff0714;
}
.cid-tGFQFV3zQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGFQFV3zQk .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tGFQFV3zQk .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-tGFQFV3zQk .btn:hover,
.cid-tGFQFV3zQk .btn:focus {
  background: white !important;
  color: #550aa9 !important;
  border-color: white !important;
}
.cid-tGFQFV3zQk img {
  border-radius: 1rem;
}
.cid-tGFQFV3zQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGFQFV3zQk .row {
  flex-direction: row-reverse;
}
.cid-tGFQFV3zQk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGFQFV3zQk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGFQFV3zQk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGFQFV3zQk .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tGFQFV3zQk .mbr-section-subtitle,
.cid-tGFQFV3zQk .subtitle-wrap {
  color: #19303d;
}
.cid-tGFQFV3zQk .mbr-text,
.cid-tGFQFV3zQk .mbr-section-btn {
  color: #ffffff;
}
.cid-tGFQFVxkta {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ecede8;
}
.cid-tGFQFVxkta .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGFQFVxkta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-tGFQFVxkta .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGFQFVxkta img {
  border-radius: 3rem;
}
.cid-tGFQFVxkta .row {
  align-items: center;
}
.cid-tGFQFVxkta .mbr-section-title {
  color: #1d5356;
}
.cid-tGFQFVxkta .mbr-text,
.cid-tGFQFVxkta .mbr-section-btn {
  color: #491414;
  text-align: left;
}
.cid-tGFQFVxkta .mbr-section-subtitle {
  color: #e40612;
}
.cid-tJpwLZshhM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-tJpwLZshhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJpwLZshhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJpwLZshhM .main-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-tJpwLZshhM .main-container {
    margin-bottom: 70px;
  }
}
.cid-tJpwLZshhM .mbr-title {
  color: #000000;
}
.cid-tJpwLZshhM .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-tJpwLZshhM .card-row {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .cid-tJpwLZshhM .card-row {
    margin: 0 -20px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tJpwLZshhM .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tJpwLZshhM .card {
  border-radius: 0;
}
.cid-tJpwLZshhM .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 40px 37px 30px;
  background-color: #e2e2e2;
}
@media (max-width: 767px) {
  .cid-tJpwLZshhM .card-wrap {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cid-tJpwLZshhM .card-wrap {
    padding: 24px 18px 30px;
  }
}
.cid-tJpwLZshhM .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tJpwLZshhM .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJpwLZshhM .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #747474;
  margin: 0 2px;
}
.cid-tJpwLZshhM .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tJpwLZshhM .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-tJpwLZshhM .card-text {
  color: #747474;
  margin-bottom: 30px;
  text-align: center;
}
.cid-tJpwLZshhM .card-name-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.cid-tJpwLZshhM .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-tJpwLZshhM .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tJpwLZshhM .card-name {
  color: #000000;
}
.cid-tJpwLZshhM .card-prof {
  color: #747474;
}
.cid-tWk7ww7f1R {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background3-1.jpg");
}
.cid-tWk7ww7f1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWk7ww7f1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWk7ww7f1R .main-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-tWk7ww7f1R .main-container {
    margin-bottom: 70px;
  }
}
.cid-tWk7ww7f1R .mbr-title {
  color: #000000;
}
.cid-tWk7ww7f1R .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-tWk7ww7f1R .card-row {
  display: flex;
  align-items: stretch;
  row-gap: 20px;
}
@media (min-width: 1200px) {
  .cid-tWk7ww7f1R .card-row {
    margin: 0 -20px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tWk7ww7f1R .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tWk7ww7f1R .card {
  border-radius: 0;
}
.cid-tWk7ww7f1R .card-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 320px;
  padding: 40px 37px 30px;
  background-color: #e2e2e2;
}
@media (max-width: 767px) {
  .cid-tWk7ww7f1R .card-wrap {
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .cid-tWk7ww7f1R .card-wrap {
    padding: 24px 18px 30px;
  }
}
.cid-tWk7ww7f1R .testimonial-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.cid-tWk7ww7f1R .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWk7ww7f1R .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 20px;
  color: #747474;
  margin: 0 2px;
}
.cid-tWk7ww7f1R .card-text-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tWk7ww7f1R .card-text-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-tWk7ww7f1R .card-text {
  color: #747474;
  margin-bottom: 30px;
  text-align: center;
}
.cid-tWk7ww7f1R .card-name-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.cid-tWk7ww7f1R .card-name-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}
.cid-tWk7ww7f1R .card-name-image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tWk7ww7f1R .card-name {
  color: #000000;
}
.cid-tWk7ww7f1R .card-prof {
  color: #747474;
}
.cid-tGFQFYvav6 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #090f10;
}
.cid-tGFQFYvav6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGFQFYvav6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGFQFYvav6 .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGFQFYvav6 .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-tGFQFYvav6 .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tGFQFYvav6 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tGFQFYvav6 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tGFQFYvav6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tGFQFYvav6 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tGFQFYvav6 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tGFQFYvav6 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-tGFQFYvav6 .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-tGFQFYvav6 .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-tGFQFYvav6 .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-tGFQFYvav6 .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  transition: 0.4s all;
}
.cid-tGFQFYvav6 .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-tGFQFYvav6 .list li:hover {
  color: #f8f7ff !important;
}
.cid-tGFQFYvav6 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tGFQFYvav6 .list a:hover {
  color: #f8f7ff !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-tGFQFYvav6 .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-tGFQFYvav6 .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-tGFQFYvav6 .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-tGFQFYvav6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tGFQFYvav6 .soc-item {
    padding: 10px;
  }
}
.cid-tGFQFYvav6 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGFQFYvav6 .soc-item:hover .mbr-iconfont {
  color: #f8f7ff !important;
}
.cid-tGFQFYvav6 .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-tGFQFYvav6 .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-tGFQFYvav6 .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-tGFQFYvav6 .border-item {
  width: 100%;
  height: 1px;
  background-color: #fcdb42;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tGFQFYvav6 .border-item {
    margin-top: 1.5rem;
  }
}
.cid-tGFQFYvav6 .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tGFQFYvav6 .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tGFQFYvav6 .copyright {
    margin-top: 1.5rem;
  }
}
.cid-tqJSfBUfIa {
  z-index: 1000;
  width: 100%;
}
.cid-tqJSfBUfIa .navbar-dropdown {
  background: #550aa9 !important;
  padding: 0;
  position: fixed;
}
.cid-tqJSfBUfIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #550aa9 !important;
  background: #550aa9;
}
.cid-tqJSfBUfIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tqJSfBUfIa .menu_box .navbar.opened,
  .cid-tqJSfBUfIa .menu_box .navbar-collapse {
    background-color: #550aa9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tqJSfBUfIa nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tqJSfBUfIa .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tqJSfBUfIa .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqJSfBUfIa .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tqJSfBUfIa .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tqJSfBUfIa .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tqJSfBUfIa .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-tqJSfBUfIa .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tqJSfBUfIa .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tqJSfBUfIa .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tqJSfBUfIa .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tqJSfBUfIa .offcanvas-body .mbr-text,
  .cid-tqJSfBUfIa .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tqJSfBUfIa .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tqJSfBUfIa .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tqJSfBUfIa .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-tqJSfBUfIa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tqJSfBUfIa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tqJSfBUfIa .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tqJSfBUfIa .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tqJSfBUfIa ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tqJSfBUfIa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tqJSfBUfIa .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-tqJSfBUfIa .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tqJSfBUfIa li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tqJSfBUfIa .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tqJSfBUfIa .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tqJSfBUfIa .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tqJSfBUfIa .nav-item {
    margin: 0 !important;
  }
}
.cid-tqJSfBUfIa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tqJSfBUfIa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tqJSfBUfIa .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tqJSfBUfIa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tqJSfBUfIa .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-tqJSfBUfIa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tqJSfBUfIa .offcanvas_box {
    display: none;
  }
}
.cid-tqJSfBUfIa .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tqJSfBUfIa .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tqJSfBUfIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tqJSfBUfIa .container {
  display: flex;
  margin: auto;
}
.cid-tqJSfBUfIa .iconfont-wrapper {
  color: #f8f7ff;
  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-tqJSfBUfIa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tqJSfBUfIa .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tqJSfBUfIa .navbar-caption {
  color: #f8f7ff;
}
.cid-tqJSfBUfIa .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tqJSfBUfIa .navbar-nav {
    margin: 0;
  }
}
.cid-tqJSfBUfIa .dropdown-menu,
.cid-tqJSfBUfIa .navbar.opened {
  background-color: true !important;
}
.cid-tqJSfBUfIa .nav-item:focus,
.cid-tqJSfBUfIa .nav-link:focus {
  outline: none;
}
.cid-tqJSfBUfIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqJSfBUfIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqJSfBUfIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqJSfBUfIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqJSfBUfIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqJSfBUfIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqJSfBUfIa .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-tqJSfBUfIa .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-tqJSfBUfIa .navbar.opened {
  transition: all 0.3s;
}
.cid-tqJSfBUfIa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tqJSfBUfIa .navbar .navbar-logo img {
  max-width: 24px;
  max-height: 24px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-tqJSfBUfIa .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tqJSfBUfIa .navbar.collapsed {
  justify-content: center;
}
.cid-tqJSfBUfIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqJSfBUfIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tqJSfBUfIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqJSfBUfIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqJSfBUfIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqJSfBUfIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tqJSfBUfIa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tqJSfBUfIa .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tqJSfBUfIa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tqJSfBUfIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqJSfBUfIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqJSfBUfIa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tqJSfBUfIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqJSfBUfIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tqJSfBUfIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tqJSfBUfIa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tqJSfBUfIa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tqJSfBUfIa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tqJSfBUfIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqJSfBUfIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqJSfBUfIa .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tqJSfBUfIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-tqJSfBUfIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tqJSfBUfIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tqJSfBUfIa .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-tqJSfBUfIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqJSfBUfIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqJSfBUfIa .dropdown-item.active,
.cid-tqJSfBUfIa .dropdown-item:active {
  background-color: transparent;
}
.cid-tqJSfBUfIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqJSfBUfIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqJSfBUfIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqJSfBUfIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqJSfBUfIa ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tqJSfBUfIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqJSfBUfIa button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #550aa9;
  background: #550aa9;
}
.cid-tqJSfBUfIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-tqJSfBUfIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqJSfBUfIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqJSfBUfIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqJSfBUfIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqJSfBUfIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqJSfBUfIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqJSfBUfIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqJSfBUfIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqJSfBUfIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tqJSfBUfIa .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-tqJSfBUfIa .navbar {
    height: 70px;
  }
  .cid-tqJSfBUfIa .navbar.opened {
    height: auto;
  }
  .cid-tqJSfBUfIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqJSfBUfIa .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tqJSfBUfIa .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tqJSfBUfIa .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tqJSfBUfIa .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-tqJSfBUfIa .navbar-caption:hover {
  color: #f8f7ff;
}
@media (min-width: 992px) {
  .cid-tqJSfBUfIa .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tqJSfBUfIa .nav-link {
  position: relative;
}
.cid-tqJSfBUfIa .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-tqJSfBUfIa .nav-link:hover:before {
  width: 100%;
}
.cid-tqJSfBUfIa .mbr-text,
.cid-tqJSfBUfIa .mbr-section-subtitle,
.cid-tqJSfBUfIa .text_widget {
  opacity: .5;
}
.cid-tqJSfBUfIa .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-tqJSfBUfIa .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-tqJSfBUfIa .text_widget {
  color: #f8f7ff;
}
.cid-tqJSfBUfIa .mbr-section-subtitle,
.cid-tqJSfBUfIa .text_widget,
.cid-tqJSfBUfIa .mbr-section-btn {
  text-align: center;
}
.cid-tqJSfBUfIa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tGM1I37Q6I {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1128.jpg");
}
.cid-tGM1I37Q6I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGM1I37Q6I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGM1I37Q6I .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tGM1I37Q6I .mbr-text {
  color: #FFFFFF;
  margin-top: 15px;
}
.cid-tGM1I37Q6I .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGM1I37Q6I .mbr-text,
.cid-tGM1I37Q6I .mbr-section-btn {
  text-align: center;
}
.cid-tGM1I37Q6I p {
  text-shadow: 2px 2px #000000;
}
.cid-tGM1I37Q6I h1 {
  text-shadow: 4px 4px #000000;
}
.cid-tGM1I37Q6I h2 {
  text-shadow: 4px 4px #000000;
}
.cid-tGM1I37Q6I h3 {
  text-shadow: 4px 4px #000000;
}
.cid-tGM1KdXzVR {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-tGM1KdXzVR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tGM1KdXzVR P {
  text-align: center;
}
.cid-tGM1KdXzVR H4 {
  text-align: center;
}
.cid-tGpdb9c7Ip {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #090f10;
}
.cid-tGpdb9c7Ip .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGpdb9c7Ip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGpdb9c7Ip .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGpdb9c7Ip .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-tGpdb9c7Ip .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tGpdb9c7Ip .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tGpdb9c7Ip .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tGpdb9c7Ip .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tGpdb9c7Ip .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tGpdb9c7Ip .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tGpdb9c7Ip .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-tGpdb9c7Ip .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-tGpdb9c7Ip .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-tGpdb9c7Ip .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-tGpdb9c7Ip .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  transition: 0.4s all;
}
.cid-tGpdb9c7Ip .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-tGpdb9c7Ip .list li:hover {
  color: #f8f7ff !important;
}
.cid-tGpdb9c7Ip .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tGpdb9c7Ip .list a:hover {
  color: #f8f7ff !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-tGpdb9c7Ip .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-tGpdb9c7Ip .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-tGpdb9c7Ip .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-tGpdb9c7Ip .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tGpdb9c7Ip .soc-item {
    padding: 10px;
  }
}
.cid-tGpdb9c7Ip .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #ffffff;
}
.cid-tGpdb9c7Ip .soc-item:hover .mbr-iconfont {
  color: #f8f7ff !important;
}
.cid-tGpdb9c7Ip .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-tGpdb9c7Ip .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-tGpdb9c7Ip .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-tGpdb9c7Ip .border-item {
  width: 100%;
  height: 1px;
  background-color: #fcdb42;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tGpdb9c7Ip .border-item {
    margin-top: 1.5rem;
  }
}
.cid-tGpdb9c7Ip .copyright {
  color: #FFFFFF;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tGpdb9c7Ip .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tGpdb9c7Ip .copyright {
    margin-top: 1.5rem;
  }
}
