.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.interface-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1,
.interface-iconfont.icon-title-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .interface-iconfont,
.interface-iconfont.icon-title-1 > .interface-iconfont {
  font-size: 7.5rem;
}
.display-2,
.interface-iconfont.icon-title-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: -1px;
}
.display-2 > .interface-iconfont,
.interface-iconfont.icon-title-2 > .interface-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .interface-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .interface-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.66;
}
.display-7 > .interface-iconfont {
  font-size: 1.625rem;
}
/* ---- 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,
  .interface-iconfont.icon-title-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1,
  .interface-iconfont.icon-title-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2,
  .interface-iconfont.icon-title-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1,
  .interface-iconfont.icon-title-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2,
  .interface-iconfont.icon-title-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.125rem 1.6rem;
  border-radius: 3rem;
}
.btn-sm {
  padding: 0.4rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.4rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #d3f59d !important;
}
.bg-info {
  background-color: #e64a19 !important;
}
.bg-warning {
  background-color: #2a1c6c !important;
}
.bg-danger {
  background-color: #393193 !important;
}
.btn-primary {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-secondary {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fdfde1 !important;
  border-color: #000000 !important;
  color: #717108 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fdfde1 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #717108 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-info,
.btn-info:active {
  background-color: #e64a19 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #e64a19 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #f3a58c !important;
  border-color: #f3a58c !important;
}
.btn-success {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-success,
.btn-success:active {
  background-color: #d3f59d !important;
  border-color: #000000 !important;
  color: #1b2904 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d3f59d !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #1b2904 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-warning,
.btn-warning:active {
  background-color: #2a1c6c !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #2a1c6c !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #553bcc !important;
  border-color: #553bcc !important;
}
.btn-danger {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-danger,
.btn-danger:active {
  background-color: #393193 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #393193 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7b73d0 !important;
  border-color: #7b73d0 !important;
}
.btn-white {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-white,
.btn-white:active {
  background-color: #fffff5 !important;
  border-color: #000000 !important;
  color: #8f8f00 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #fffff5 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #8f8f00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-primary-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #000000 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fdfde1;
  color: #fdfde1;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f8f890 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #f8f890 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d1d10e !important;
  background-color: #fdfde1 !important;
  border-color: #fdfde1 !important;
}
.btn-info-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e64a19;
  color: #e64a19;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #983110 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #983110 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e64a19 !important;
  border-color: #e64a19 !important;
}
.btn-success-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d3f59d;
  color: #d3f59d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b0ed4e !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #b0ed4e !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #57850e !important;
  background-color: #d3f59d !important;
  border-color: #d3f59d !important;
}
.btn-warning-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #2a1c6c;
  color: #2a1c6c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0f0a27 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #0f0a27 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2a1c6c !important;
  border-color: #2a1c6c !important;
}
.btn-danger-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #393193;
  color: #393193;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #201b52 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #201b52 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #393193 !important;
  border-color: #393193 !important;
}
.btn-black-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fffff5;
  color: #fffff5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffff9e !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #ffff9e !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #f5f500 !important;
  background-color: #fffff5 !important;
  border-color: #fffff5 !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #fdfde1 !important;
}
.text-success {
  color: #d3f59d !important;
}
.text-info {
  color: #e64a19 !important;
}
.text-warning {
  color: #2a1c6c !important;
}
.text-danger {
  color: #393193 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #f3f352 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a9ec40 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8a2c0f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0a071b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1b1846 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e64a19;
}
.alert-warning {
  background-color: #2a1c6c;
}
.alert-danger {
  background-color: #393193;
}
.btn .interface-iconfont-btn::before {
  background-color: #000000;
}
.interface-gallery-filter li a {
  border-radius: 100px !important;
}
.interface-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.interface-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.interface-plan-header.bg-primary .interface-plan-subtitle,
.interface-plan-header.bg-primary .interface-plan-price-desc {
  color: #b3b3b3;
}
.interface-plan-header.bg-success .interface-plan-subtitle,
.interface-plan-header.bg-success .interface-plan-price-desc {
  color: #ffffff;
}
.interface-plan-header.bg-info .interface-plan-subtitle,
.interface-plan-header.bg-info .interface-plan-price-desc {
  color: #fadbd1;
}
.interface-plan-header.bg-warning .interface-plan-subtitle,
.interface-plan-header.bg-warning .interface-plan-price-desc {
  color: #553bcc;
}
.interface-plan-header.bg-danger .interface-plan-subtitle,
.interface-plan-header.bg-danger .interface-plan-price-desc {
  color: #7b73d0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.66;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .interface-iconfont {
  font-size: 1.625rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.66;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .interface-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.interface-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.interface-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.interface-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.interface-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fdfde1 !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='%23000000' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.BrbQB-uN8hvC6ULV .navbar-dropdown {
  background-color: #eaf9ff !important;
  padding: 0;
}
.BrbQB-uN8hvC6ULV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #eaf9ff !important;
  background: #eaf9ff;
}
.BrbQB-uN8hvC6ULV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .menu_box .navbar.opened,
  .BrbQB-uN8hvC6ULV .menu_box .navbar-collapse {
    background-color: #eaf9ff !important;
    transition: all 0s ease 0s;
  }
}
.BrbQB-uN8hvC6ULV .navbar-dropdown {
  position: relative !important;
}
.BrbQB-uN8hvC6ULV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .interface-section-btn-main {
    margin-top: 1rem;
  }
}
.BrbQB-uN8hvC6ULV .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.BrbQB-uN8hvC6ULV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .BrbQB-uN8hvC6ULV .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .BrbQB-uN8hvC6ULV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .BrbQB-uN8hvC6ULV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .BrbQB-uN8hvC6ULV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .BrbQB-uN8hvC6ULV .offcanvas-body .interface-text,
  .BrbQB-uN8hvC6ULV .offcanvas-body .interface-section-subtitle {
    margin-top: 14px;
  }
  .BrbQB-uN8hvC6ULV .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .BrbQB-uN8hvC6ULV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .BrbQB-uN8hvC6ULV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .BrbQB-uN8hvC6ULV .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);
  }
  .BrbQB-uN8hvC6ULV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .BrbQB-uN8hvC6ULV 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;
  }
  .BrbQB-uN8hvC6ULV .lg_brand {
    margin: 0 1rem;
  }
}
.BrbQB-uN8hvC6ULV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .BrbQB-uN8hvC6ULV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .nav-item {
    margin: 0 !important;
  }
}
.BrbQB-uN8hvC6ULV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .BrbQB-uN8hvC6ULV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .BrbQB-uN8hvC6ULV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .BrbQB-uN8hvC6ULV .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;
  }
  .BrbQB-uN8hvC6ULV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box {
    display: none;
  }
}
.BrbQB-uN8hvC6ULV .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.BrbQB-uN8hvC6ULV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.BrbQB-uN8hvC6ULV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.BrbQB-uN8hvC6ULV .container {
  display: flex;
  margin: auto;
}
.BrbQB-uN8hvC6ULV .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;
}
.BrbQB-uN8hvC6ULV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.BrbQB-uN8hvC6ULV .iconfont-wrapper:hover {
  opacity: .5;
}
.BrbQB-uN8hvC6ULV .navbar-caption {
  color: #f8f7ff;
}
.BrbQB-uN8hvC6ULV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .BrbQB-uN8hvC6ULV .navbar-nav {
    margin: 0;
  }
}
.BrbQB-uN8hvC6ULV .dropdown-menu,
.BrbQB-uN8hvC6ULV .navbar.opened {
  background-color: false !important;
}
.BrbQB-uN8hvC6ULV .nav-item:focus,
.BrbQB-uN8hvC6ULV .nav-link:focus {
  outline: none;
}
.BrbQB-uN8hvC6ULV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.BrbQB-uN8hvC6ULV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.BrbQB-uN8hvC6ULV .dropdown .dropdown-menu .dropdown-item .interface-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.BrbQB-uN8hvC6ULV .dropdown .dropdown-menu .dropdown-item .interface-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.BrbQB-uN8hvC6ULV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.BrbQB-uN8hvC6ULV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.BrbQB-uN8hvC6ULV .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .BrbQB-uN8hvC6ULV .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.BrbQB-uN8hvC6ULV .navbar.opened {
  transition: all 0.3s;
}
.BrbQB-uN8hvC6ULV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.BrbQB-uN8hvC6ULV .navbar .navbar-logo img {
  max-width: 24px;
  max-height: 24px;
  object-fit: cover;
  border-radius: 100%;
}
.BrbQB-uN8hvC6ULV .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed {
  justify-content: center;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .navbar .nav-item {
    padding: .5rem 0;
  }
  .BrbQB-uN8hvC6ULV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .BrbQB-uN8hvC6ULV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .BrbQB-uN8hvC6ULV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .BrbQB-uN8hvC6ULV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .BrbQB-uN8hvC6ULV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .BrbQB-uN8hvC6ULV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .BrbQB-uN8hvC6ULV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .BrbQB-uN8hvC6ULV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .BrbQB-uN8hvC6ULV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .BrbQB-uN8hvC6ULV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .BrbQB-uN8hvC6ULV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .BrbQB-uN8hvC6ULV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .BrbQB-uN8hvC6ULV .navbar .icons-menu {
    padding: 0;
  }
}
.BrbQB-uN8hvC6ULV .navbar.navbar-short {
  min-height: 60px;
}
.BrbQB-uN8hvC6ULV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.BrbQB-uN8hvC6ULV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.BrbQB-uN8hvC6ULV .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;
}
.BrbQB-uN8hvC6ULV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.BrbQB-uN8hvC6ULV .navbar-brand .navbar-logo a {
  outline: none;
}
.BrbQB-uN8hvC6ULV .dropdown-item.active,
.BrbQB-uN8hvC6ULV .dropdown-item:active {
  background-color: transparent;
}
.BrbQB-uN8hvC6ULV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.BrbQB-uN8hvC6ULV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.BrbQB-uN8hvC6ULV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.BrbQB-uN8hvC6ULV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.BrbQB-uN8hvC6ULV ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.BrbQB-uN8hvC6ULV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #eaf9ff;
  background: #2a1c6c;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.BrbQB-uN8hvC6ULV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BrbQB-uN8hvC6ULV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.BrbQB-uN8hvC6ULV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.BrbQB-uN8hvC6ULV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BrbQB-uN8hvC6ULV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.BrbQB-uN8hvC6ULV .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) {
  .BrbQB-uN8hvC6ULV .navbar {
    height: 70px;
  }
  .BrbQB-uN8hvC6ULV .navbar.opened {
    height: auto;
  }
  .BrbQB-uN8hvC6ULV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.BrbQB-uN8hvC6ULV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .BrbQB-uN8hvC6ULV .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.BrbQB-uN8hvC6ULV .interface-section-btn-main {
  padding-top: 5px;
}
.BrbQB-uN8hvC6ULV .interface-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.BrbQB-uN8hvC6ULV .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .BrbQB-uN8hvC6ULV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.BrbQB-uN8hvC6ULV .nav-link {
  position: relative;
}
.BrbQB-uN8hvC6ULV .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.BrbQB-uN8hvC6ULV .nav-link:hover:before {
  width: 100%;
}
.BrbQB-uN8hvC6ULV .interface-text,
.BrbQB-uN8hvC6ULV .interface-section-subtitle,
.BrbQB-uN8hvC6ULV .text_widget {
  opacity: .5;
}
.BrbQB-uN8hvC6ULV .interface-section-subtitle {
  color: #f8f7ff;
}
.BrbQB-uN8hvC6ULV .interface-text {
  color: #f8f7ff;
  text-align: center;
}
.BrbQB-uN8hvC6ULV .text_widget {
  color: #f8f7ff;
}
.BrbQB-uN8hvC6ULV .interface-section-subtitle,
.BrbQB-uN8hvC6ULV .text_widget,
.BrbQB-uN8hvC6ULV .interface-section-btn {
  text-align: center;
}
.BrbQB-uN8hvC6ULV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.BrbQB-uN8iq5nDNA {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/white-bridge.jpg-1248x832.jpg");
}
.BrbQB-uN8iq5nDNA .interface-fallback-image.disabled {
  display: none;
}
.BrbQB-uN8iq5nDNA .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BrbQB-uN8iq5nDNA .row {
  margin: 0 -8px;
}
.BrbQB-uN8iq5nDNA .row .card {
  padding: 0 8px;
}
.BrbQB-uN8iq5nDNA .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .BrbQB-uN8iq5nDNA .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .BrbQB-uN8iq5nDNA .card-wrapper {
    padding: 24px;
  }
}
.BrbQB-uN8iq5nDNA .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.BrbQB-uN8iq5nDNA .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.BrbQB-uN8iq5nDNA .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.BrbQB-uN8iq5nDNA .card-wrapper .card-wrap .interface-label {
  margin-bottom: 24px;
}
.BrbQB-uN8iq5nDNA .card-wrapper .card-wrap .interface-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .BrbQB-uN8iq5nDNA .card-wrapper .card-wrap .interface-section-title {
    margin-bottom: 24px;
  }
}
.BrbQB-uN8iq5nDNA .card-wrapper .card-wrap .text-wrapper .interface-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .BrbQB-uN8iq5nDNA .card-wrapper .card-wrap .text-wrapper .interface-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.BrbQB-uN8iq5nDNA .card-wrapper .card-wrap .interface-section-btn .btn {
  margin-bottom: 0;
}
.BrbQB-uN8iq5nDNA .interface-section-title {
  color: #2c2c26;
  text-align: center;
}
.BrbQB-uN8iq5nDNA .interface-label {
  color: #63635d;
  text-align: center;
}
.BrbQB-uN8iq5nDNA .interface-text,
.BrbQB-uN8iq5nDNA .text-wrapper {
  color: #000000;
  text-align: center;
}
.BrbQB-uN8iq5nDNA .interface-section-title,
.BrbQB-uN8iq5nDNA .interface-section-btn {
  color: #000000;
}
.BrbQB-uN8iLF70qO {
  overflow: hidden;
  background-color: #d3f2ff;
}
.BrbQB-uN8iLF70qO .interface-fallback-image.disabled {
  display: none;
}
.BrbQB-uN8iLF70qO .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .BrbQB-uN8iLF70qO .container {
    padding: 0 24px;
  }
}
.BrbQB-uN8iLF70qO .card-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .BrbQB-uN8iLF70qO .card-wrapper {
    display: block;
  }
}
.BrbQB-uN8iLF70qO .card-wrapper .number-wrap {
  position: relative;
  width: 72px;
  display: inline-flex;
  justify-content: center;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .BrbQB-uN8iLF70qO .card-wrapper .number-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
  }
}
.BrbQB-uN8iLF70qO .card-wrapper .number-wrap .interface-number {
  position: relative;
  width: 72px;
  height: 72px;
  min-width: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2a1c6c;
  border-radius: 100%;
  z-index: 1;
  margin-bottom: 0;
}
.BrbQB-uN8iLF70qO .card-wrapper .number-wrap::before {
  content: '';
  position: absolute;
  top: -50vh;
  width: 1px;
  height: 200vh;
  background-color: #2a1c6c;
  opacity: .33;
}
@media (max-width: 992px) {
  .BrbQB-uN8iLF70qO .card-wrapper .number-wrap::before {
    display: none;
  }
}
.BrbQB-uN8iLF70qO .card-wrapper .card-wrap .title-wrap .interface-section-title {
  display: inline-flex;
  margin-bottom: 0;
  width: 40%;
}
@media (max-width: 1200px) {
  .BrbQB-uN8iLF70qO .card-wrapper .card-wrap .title-wrap .interface-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .BrbQB-uN8iLF70qO .card-wrapper .card-wrap .title-wrap .interface-section-title {
    width: 100%;
  }
}
.BrbQB-uN8iLF70qO .card-wrapper .card-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 66px;
  gap: 24px;
}
@media (max-width: 992px) {
  .BrbQB-uN8iLF70qO .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .BrbQB-uN8iLF70qO .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.BrbQB-uN8iLF70qO .card-wrapper .card-wrap .items-wrapper .item {
  background-color: #ffffff;
  border-radius: .8rem !important;
  padding: 32px 36px;
}
@media (max-width: 1199px) {
  .BrbQB-uN8iLF70qO .card-wrapper .card-wrap .items-wrapper .item {
    padding: 20px;
  }
}
.BrbQB-uN8iLF70qO .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .BrbQB-uN8iLF70qO .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 28px;
  }
}
.BrbQB-uN8iLF70qO .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .icon-wrapper .interface-iconfont {
  font-size: 42px;
  color: #2a1c6c;
  display: inline-flex;
}
.BrbQB-uN8iLF70qO .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .BrbQB-uN8iLF70qO .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 28px;
  }
}
.BrbQB-uN8iLF70qO .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.BrbQB-uN8iLF70qO .interface-section-title {
  color: #ffffff;
}
.BrbQB-uN8iLF70qO .interface-text {
  color: #ffffff;
}
.BrbQB-uN8iLF70qO .card-number {
  color: #202020;
}
.BrbQB-uN8iLF70qO .card-title {
  color: #202020;
}
.BrbQB-uN8iLF70qO .card-text {
  color: #000000;
}
.BrbQB-uN8iLF70qO .interface-section-title,
.BrbQB-uN8iLF70qO .title-wrap {
  color: #000000;
}
.BrbQB-uN8iLF70qO .interface-number,
.BrbQB-uN8iLF70qO .number-wrap {
  color: #2a1c6c;
}
.BrbQB-uN8iLF70qO .card-title,
.BrbQB-uN8iLF70qO .icon-wrapper {
  color: #000000;
}
.BrbQB-uN8iQCkza4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.BrbQB-uN8iQCkza4 .interface-fallback-image.disabled {
  display: none;
}
.BrbQB-uN8iQCkza4 .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .BrbQB-uN8iQCkza4 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.BrbQB-uN8iQCkza4 img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .BrbQB-uN8iQCkza4 img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.BrbQB-uN8iQCkza4 .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.BrbQB-uN8iQCkza4 .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.BrbQB-uN8iQCkza4 .card-link:hover a {
  background-image: none !important;
}
.BrbQB-uN8iQCkza4 .card-link:hover {
  cursor: pointer;
}
.BrbQB-uN8iQCkza4 .card-link:hover:before {
  width: 0%;
}
.BrbQB-uN8iQCkza4 .card {
  margin-bottom: 3rem;
}
.BrbQB-uN8iQCkza4 .interface-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #2a1c6c;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.BrbQB-uN8iQCkza4 .row {
  justify-content: center;
}
.BrbQB-uN8iQCkza4 .card-box {
  align-items: center;
  border-bottom: 1px solid #2a1c6c;
  padding-bottom: .8rem;
}
.BrbQB-uN8iQCkza4 .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .BrbQB-uN8iQCkza4 .md-pb {
    margin-bottom: 2rem;
  }
}
.BrbQB-uN8iQCkza4 .interface-section-subtitle {
  color: #000000;
  text-align: left;
}
.BrbQB-uN8iQCkza4 .card-text {
  color: #000000;
}
.BrbQB-uN8iQCkza4 .card-title,
.BrbQB-uN8iQCkza4 .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.BrbQB-uN8iQCkza4 .interface-section-title {
  text-align: left;
  color: #000000;
}
.BrbQB-uN8iQCkza4 .card-link,
.BrbQB-uN8iQCkza4 .link-icon,
.BrbQB-uN8iQCkza4 .link-align {
  color: #232323;
}
.BrbQB-uN8iSYqNUi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d3f2ff;
}
.BrbQB-uN8iSYqNUi .interface-fallback-image.disabled {
  display: none;
}
.BrbQB-uN8iSYqNUi .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BrbQB-uN8iSYqNUi .row {
  justify-content: space-between;
}
.BrbQB-uN8iSYqNUi .title-wrapper .label-wrapper .interface-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #2a1c6c;
}
@media (max-width: 992px) {
  .BrbQB-uN8iSYqNUi .title-wrapper .interface-section-title {
    margin-bottom: 20px;
  }
}
.BrbQB-uN8iSYqNUi .content-wrapper .interface-desc {
  margin-bottom: 20px;
}
.BrbQB-uN8iSYqNUi .content-wrapper .interface-text {
  margin-bottom: 0;
}
.BrbQB-uN8iSYqNUi .content-wrapper .interface-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .BrbQB-uN8iSYqNUi .content-wrapper .interface-section-btn {
    margin-top: 20px;
  }
}
.BrbQB-uN8iSYqNUi .interface-label {
  color: #000000;
}
.BrbQB-uN8iSYqNUi .interface-section-title {
  color: #000000;
}
.BrbQB-uN8iSYqNUi .interface-desc {
  color: #000000;
}
.BrbQB-uN8iSYqNUi .interface-text {
  color: #8a8a8a;
}
.BrbQB-uN8iSYqNUi .interface-text,
.BrbQB-uN8iSYqNUi .interface-section-btn {
  color: #000000;
}
.BrbQB-uN8iSYqNUi .interface-label,
.BrbQB-uN8iSYqNUi .label-wrapper {
  text-align: center;
}
.BrbQB-uN8jb43cOk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaf9ff;
}
.BrbQB-uN8jb43cOk .row {
  padding: 0 110px;
  position: relative;
}
.BrbQB-uN8jb43cOk .row::before {
  content: '';
  position: absolute;
  top: -5rem;
  right: 0;
  display: block;
  width: 45%;
  height: 140%;
  background-color: #ffffff;
  border-radius: 0 0 100% 0;
}
@media (max-width: 992px) {
  .BrbQB-uN8jb43cOk .row::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .BrbQB-uN8jb43cOk .row {
    padding: 0 12px;
  }
}
.BrbQB-uN8jb43cOk .interface-fallback-image.disabled {
  display: none;
}
.BrbQB-uN8jb43cOk .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BrbQB-uN8jb43cOk .image {
  position: relative;
}
.BrbQB-uN8jb43cOk .image::before {
  content: '';
  display: block;
  background-color: #2a1c6c;
  position: absolute;
  top: -4rem;
  left: 6rem;
  width: 100px;
  height: 100px;
  z-index: 2;
}
@media (max-width: 992px) {
  .BrbQB-uN8jb43cOk .image::before {
    display: none;
  }
}
.BrbQB-uN8jb43cOk .image::after {
  content: '';
  display: block;
  background-color: #d3f2ff;
  position: absolute;
  top: -2.7rem;
  left: 7.3rem;
  width: 60px;
  height: 60px;
  border-radius: 0 100% 0 0;
  z-index: 3;
}
@media (max-width: 992px) {
  .BrbQB-uN8jb43cOk .image::after {
    display: none;
  }
}
.BrbQB-uN8jb43cOk .image-wrapper {
  position: relative;
  padding-right: 85px;
}
@media (max-width: 992px) {
  .BrbQB-uN8jb43cOk .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.BrbQB-uN8jb43cOk .image-wrapper img {
  max-width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 0 0 0 75%;
  z-index: 1;
  position: relative;
}
.BrbQB-uN8jb43cOk .image-wrapper::before {
  content: '';
  position: absolute;
  bottom: 3rem;
  right: 0;
  width: 155px;
  height: 155px;
  background-color: transparent;
  border-radius: 100%;
  border: 20px solid #2a1c6c;
}
@media (max-width: 992px) {
  .BrbQB-uN8jb43cOk .image-wrapper::before {
    display: none;
  }
}
.BrbQB-uN8jb43cOk .image-wrapper::after {
  content: '';
  position: absolute;
  bottom: 5.93rem;
  right: 3rem;
  width: 60px;
  height: 60px;
  background-color: #d3f2ff;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .BrbQB-uN8jb43cOk .image-wrapper::after {
    display: none;
  }
}
.BrbQB-uN8jb43cOk .text-wrapper {
  padding-left: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .BrbQB-uN8jb43cOk .text-wrapper {
    padding: 0;
  }
}
.BrbQB-uN8jb43cOk .text-wrapper .interface-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .BrbQB-uN8jb43cOk .text-wrapper .interface-section-title {
    margin: 10px 0;
  }
}
.BrbQB-uN8jb43cOk .text-wrapper .interface-text {
  margin-bottom: 0;
}
.BrbQB-uN8jb43cOk .interface-section-title {
  color: #000000;
}
.BrbQB-uN8jb43cOk .interface-text {
  color: #000000;
}
.BrbQB-uN8jheSGsp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #eaf9ff;
}
.BrbQB-uN8jnadWEo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.BrbQB-uN8jnadWEo .interface-fallback-image.disabled {
  display: none;
}
.BrbQB-uN8jnadWEo .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BrbQB-uN8jnadWEo .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .BrbQB-uN8jnadWEo .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .BrbQB-uN8jnadWEo .container {
    padding: 0 20px;
  }
}
.BrbQB-uN8jnadWEo .content-wrapper .interface-section-title {
  padding: 60px 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .BrbQB-uN8jnadWEo .content-wrapper .interface-section-title {
    padding: 46px 0;
  }
}
.BrbQB-uN8jnadWEo .content-wrapper .items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  width: 100%;
}
.BrbQB-uN8jnadWEo .content-wrapper .items-wrapper .item {
  padding: 20px 24px;
  border-radius: 20px !important;
  background-color: #eaf9ff;
  flex-grow: 1;
  width: 260px;
}
@media (max-width: 992px) {
  .BrbQB-uN8jnadWEo .content-wrapper .items-wrapper .item {
    padding: 20px;
  }
}
.BrbQB-uN8jnadWEo .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
}
.BrbQB-uN8jnadWEo .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.BrbQB-uN8jnadWEo .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
.BrbQB-uN8jnadWEo .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .interface-iconfont {
  font-size: 48px;
  color: #2a1c6c;
  display: inline-flex;
}
.BrbQB-uN8jnadWEo .interface-section-title {
  color: #000000;
}
.BrbQB-uN8jnadWEo .card-number {
  color: #000000;
}
.BrbQB-uN8jnadWEo .card-title {
  color: #000000;
}
.BrbQB-uN8jnadWEo .interface-section-title,
.BrbQB-uN8jnadWEo .interface-section-btn {
  text-align: center;
}
.BrbQB-uN8yeP9TOc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d3f2ff;
}
.BrbQB-uN8yeP9TOc .interface-fallback-image.disabled {
  display: none;
}
.BrbQB-uN8yeP9TOc .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BrbQB-uN8yeP9TOc .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .container {
    padding: 0 6px;
  }
}
.BrbQB-uN8yeP9TOc .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #eaf9ff;
}
@media (max-width: 1440px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 30px;
  }
}
.BrbQB-uN8yeP9TOc .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.BrbQB-uN8yeP9TOc .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .title-wrapper {
    padding: 0;
  }
}
.BrbQB-uN8yeP9TOc .title-wrapper .interface-section-title {
  margin-bottom: 50px;
}
.BrbQB-uN8yeP9TOc .title-wrapper .interface-section-title span {
  color: #000000;
}
.BrbQB-uN8yeP9TOc .title-wrapper .interface-section-btn .btn {
  margin-bottom: 0;
}
.BrbQB-uN8yeP9TOc .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .list-wrapper {
    padding: 0;
  }
}
.BrbQB-uN8yeP9TOc .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap:hover,
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.BrbQB-uN8yeP9TOc .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #2a1c6c;
}
.BrbQB-uN8yeP9TOc .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #000000;
}
.BrbQB-uN8yeP9TOc .interface-section-title {
  color: #ffffff;
}
.BrbQB-uN8yeP9TOc .list-title {
  color: #ffffff;
}
.BrbQB-uN8yeP9TOc .list {
  color: #ffffff;
}
.BrbQB-uN8yeP9TOc .interface-section-title,
.BrbQB-uN8yeP9TOc .interface-section-btn {
  color: #000000;
}
.BrbQB-uN8yeP9TOc .list,
.BrbQB-uN8yeP9TOc .item-wrap {
  color: #000000;
}
.BrbQB-uN8hvC6ULV .navbar-dropdown {
  background-color: #eaf9ff !important;
  padding: 0;
}
.BrbQB-uN8hvC6ULV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #eaf9ff !important;
  background: #eaf9ff;
}
.BrbQB-uN8hvC6ULV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .menu_box .navbar.opened,
  .BrbQB-uN8hvC6ULV .menu_box .navbar-collapse {
    background-color: #eaf9ff !important;
    transition: all 0s ease 0s;
  }
}
.BrbQB-uN8hvC6ULV .navbar-dropdown {
  position: relative !important;
}
.BrbQB-uN8hvC6ULV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .interface-section-btn-main {
    margin-top: 1rem;
  }
}
.BrbQB-uN8hvC6ULV .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.BrbQB-uN8hvC6ULV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .BrbQB-uN8hvC6ULV .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .BrbQB-uN8hvC6ULV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .BrbQB-uN8hvC6ULV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .BrbQB-uN8hvC6ULV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .BrbQB-uN8hvC6ULV .offcanvas-body .interface-text,
  .BrbQB-uN8hvC6ULV .offcanvas-body .interface-section-subtitle {
    margin-top: 14px;
  }
  .BrbQB-uN8hvC6ULV .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .BrbQB-uN8hvC6ULV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .BrbQB-uN8hvC6ULV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .BrbQB-uN8hvC6ULV .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);
  }
  .BrbQB-uN8hvC6ULV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .BrbQB-uN8hvC6ULV 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;
  }
  .BrbQB-uN8hvC6ULV .lg_brand {
    margin: 0 1rem;
  }
}
.BrbQB-uN8hvC6ULV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .BrbQB-uN8hvC6ULV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .nav-item {
    margin: 0 !important;
  }
}
.BrbQB-uN8hvC6ULV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .BrbQB-uN8hvC6ULV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .BrbQB-uN8hvC6ULV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .BrbQB-uN8hvC6ULV .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;
  }
  .BrbQB-uN8hvC6ULV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box {
    display: none;
  }
}
.BrbQB-uN8hvC6ULV .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.BrbQB-uN8hvC6ULV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.BrbQB-uN8hvC6ULV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.BrbQB-uN8hvC6ULV .container {
  display: flex;
  margin: auto;
}
.BrbQB-uN8hvC6ULV .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;
}
.BrbQB-uN8hvC6ULV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.BrbQB-uN8hvC6ULV .iconfont-wrapper:hover {
  opacity: .5;
}
.BrbQB-uN8hvC6ULV .navbar-caption {
  color: #f8f7ff;
}
.BrbQB-uN8hvC6ULV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .BrbQB-uN8hvC6ULV .navbar-nav {
    margin: 0;
  }
}
.BrbQB-uN8hvC6ULV .dropdown-menu,
.BrbQB-uN8hvC6ULV .navbar.opened {
  background-color: false !important;
}
.BrbQB-uN8hvC6ULV .nav-item:focus,
.BrbQB-uN8hvC6ULV .nav-link:focus {
  outline: none;
}
.BrbQB-uN8hvC6ULV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.BrbQB-uN8hvC6ULV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.BrbQB-uN8hvC6ULV .dropdown .dropdown-menu .dropdown-item .interface-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.BrbQB-uN8hvC6ULV .dropdown .dropdown-menu .dropdown-item .interface-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.BrbQB-uN8hvC6ULV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.BrbQB-uN8hvC6ULV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.BrbQB-uN8hvC6ULV .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .BrbQB-uN8hvC6ULV .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.BrbQB-uN8hvC6ULV .navbar.opened {
  transition: all 0.3s;
}
.BrbQB-uN8hvC6ULV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.BrbQB-uN8hvC6ULV .navbar .navbar-logo img {
  max-width: 24px;
  max-height: 24px;
  object-fit: cover;
  border-radius: 100%;
}
.BrbQB-uN8hvC6ULV .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed {
  justify-content: center;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .navbar .nav-item {
    padding: .5rem 0;
  }
  .BrbQB-uN8hvC6ULV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .BrbQB-uN8hvC6ULV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .BrbQB-uN8hvC6ULV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .BrbQB-uN8hvC6ULV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .BrbQB-uN8hvC6ULV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .BrbQB-uN8hvC6ULV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .BrbQB-uN8hvC6ULV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .BrbQB-uN8hvC6ULV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .BrbQB-uN8hvC6ULV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .BrbQB-uN8hvC6ULV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .BrbQB-uN8hvC6ULV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .BrbQB-uN8hvC6ULV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .BrbQB-uN8hvC6ULV .navbar .icons-menu {
    padding: 0;
  }
}
.BrbQB-uN8hvC6ULV .navbar.navbar-short {
  min-height: 60px;
}
.BrbQB-uN8hvC6ULV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.BrbQB-uN8hvC6ULV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.BrbQB-uN8hvC6ULV .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;
}
.BrbQB-uN8hvC6ULV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.BrbQB-uN8hvC6ULV .navbar-brand .navbar-logo a {
  outline: none;
}
.BrbQB-uN8hvC6ULV .dropdown-item.active,
.BrbQB-uN8hvC6ULV .dropdown-item:active {
  background-color: transparent;
}
.BrbQB-uN8hvC6ULV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.BrbQB-uN8hvC6ULV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.BrbQB-uN8hvC6ULV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.BrbQB-uN8hvC6ULV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.BrbQB-uN8hvC6ULV ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.BrbQB-uN8hvC6ULV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #eaf9ff;
  background: #2a1c6c;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.BrbQB-uN8hvC6ULV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BrbQB-uN8hvC6ULV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.BrbQB-uN8hvC6ULV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.BrbQB-uN8hvC6ULV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BrbQB-uN8hvC6ULV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.BrbQB-uN8hvC6ULV .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) {
  .BrbQB-uN8hvC6ULV .navbar {
    height: 70px;
  }
  .BrbQB-uN8hvC6ULV .navbar.opened {
    height: auto;
  }
  .BrbQB-uN8hvC6ULV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.BrbQB-uN8hvC6ULV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .BrbQB-uN8hvC6ULV .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.BrbQB-uN8hvC6ULV .interface-section-btn-main {
  padding-top: 5px;
}
.BrbQB-uN8hvC6ULV .interface-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.BrbQB-uN8hvC6ULV .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .BrbQB-uN8hvC6ULV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.BrbQB-uN8hvC6ULV .nav-link {
  position: relative;
}
.BrbQB-uN8hvC6ULV .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.BrbQB-uN8hvC6ULV .nav-link:hover:before {
  width: 100%;
}
.BrbQB-uN8hvC6ULV .interface-text,
.BrbQB-uN8hvC6ULV .interface-section-subtitle,
.BrbQB-uN8hvC6ULV .text_widget {
  opacity: .5;
}
.BrbQB-uN8hvC6ULV .interface-section-subtitle {
  color: #f8f7ff;
}
.BrbQB-uN8hvC6ULV .interface-text {
  color: #f8f7ff;
  text-align: center;
}
.BrbQB-uN8hvC6ULV .text_widget {
  color: #f8f7ff;
}
.BrbQB-uN8hvC6ULV .interface-section-subtitle,
.BrbQB-uN8hvC6ULV .text_widget,
.BrbQB-uN8hvC6ULV .interface-section-btn {
  text-align: center;
}
.BrbQB-uN8hvC6ULV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.BrbQB-uN8jT1g4yc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.BrbQB-uN8jT1g4yc .container {
  max-width: 1500px;
}
.BrbQB-uN8jT1g4yc .row {
  background: #eaf9ff;
}
.BrbQB-uN8jT1g4yc .img-col {
  padding: 0;
}
.BrbQB-uN8jT1g4yc .title-col {
  padding: 4rem 6rem;
}
.BrbQB-uN8jT1g4yc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.BrbQB-uN8jT1g4yc h2 {
  padding: 0;
  margin: 0;
}
.BrbQB-uN8jT1g4yc .text-wrap {
  margin: auto;
}
.BrbQB-uN8jT1g4yc .interface-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .BrbQB-uN8jT1g4yc .row {
    margin: 2rem;
  }
  .BrbQB-uN8jT1g4yc .title-col {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .BrbQB-uN8jT1g4yc .row {
    margin: 0rem;
  }
  .BrbQB-uN8jT1g4yc .title-col {
    padding: 2rem 1rem;
  }
}
.BrbQB-uN8jT1g4yc .interface-fallback-image.disabled {
  display: none;
}
.BrbQB-uN8jT1g4yc .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BrbQB-uN8jT1g4yc H2 {
  color: #000000;
}
.BrbQB-uN8k53Gz7P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.BrbQB-uN8k53Gz7P .item-wrapper:hover .item-title a {
  color: #fdfde1 !important;
}
.BrbQB-uN8k53Gz7P .item-title,
.BrbQB-uN8k53Gz7P .card_topic {
  margin-bottom: 12px;
}
.BrbQB-uN8k53Gz7P .category_content {
  opacity: .8;
}
.BrbQB-uN8k53Gz7P .card_topic .interface-iconfont {
  font-size: 1rem;
  color: #fdfde1;
  margin-left: 10px;
  margin-right: 3px;
}
.BrbQB-uN8k53Gz7P .interface-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #2a1c6c;
}
.BrbQB-uN8k53Gz7P .interface-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.BrbQB-uN8k53Gz7P .interface-section-btn .btn-secondary-outline:hover,
.BrbQB-uN8k53Gz7P .interface-section-btn .btn-secondary-outline .active,
.BrbQB-uN8k53Gz7P .interface-section-btn .btn-secondary-outline:focus {
  color: #000000 !important;
}
.BrbQB-uN8k53Gz7P .interface-fallback-image.disabled {
  display: none;
}
.BrbQB-uN8k53Gz7P .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BrbQB-uN8k3DLuQC {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eaf9ff;
}
.BrbQB-uN8k3DLuQC li {
  padding-bottom: 1.5rem;
}
.BrbQB-uN8k3DLuQC img {
  width: 100%;
}
.BrbQB-uN8k3DLuQC .text-wrapper {
  z-index: 11;
}
.BrbQB-uN8k3DLuQC .wrapper {
  display: flex;
}
.BrbQB-uN8k3DLuQC .row {
  align-items: center;
}
.BrbQB-uN8k3DLuQC .animate__fadeInUp:before {
  background: #eaf9ff;
}
.BrbQB-uN8k3DLuQC .interface-iconfont {
  display: block;
  font-size: 3rem;
  color: #000000;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .BrbQB-uN8k3DLuQC .wrapper {
    flex-direction: column;
  }
  .BrbQB-uN8k3DLuQC .iconfont-wrapper {
    margin: auto;
  }
  .BrbQB-uN8k3DLuQC .interface-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.BrbQB-uN8k3DLuQC .interface-section-title {
  color: #000000;
}
.BrbQB-uN8k3DLuQC .interface-text,
.BrbQB-uN8k3DLuQC .interface-section-btn {
  color: #000000;
}
.BrbQB-uN8k3DLuQC .interface-fallback-image.disabled {
  display: none;
}
.BrbQB-uN8k3DLuQC .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BrbQB-uN8kgfeNSs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.BrbQB-uN8kgfeNSs .interface-section-subtitle {
  color: #2a1c6c;
  font-weight: 700;
}
.BrbQB-uN8kgfeNSs .interface-text {
  color: #777777;
  margin-top: 1.2rem;
}
.BrbQB-uN8kgfeNSs .interface-fallback-image.disabled {
  display: none;
}
.BrbQB-uN8kgfeNSs .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BrbQB-uN8kgfeNSs .interface-text,
.BrbQB-uN8kgfeNSs .interface-section-btn {
  color: #000000;
}
.BrbQB-uN8yeP9TOc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d3f2ff;
}
.BrbQB-uN8yeP9TOc .interface-fallback-image.disabled {
  display: none;
}
.BrbQB-uN8yeP9TOc .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BrbQB-uN8yeP9TOc .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .container {
    padding: 0 6px;
  }
}
.BrbQB-uN8yeP9TOc .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #eaf9ff;
}
@media (max-width: 1440px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 30px;
  }
}
.BrbQB-uN8yeP9TOc .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.BrbQB-uN8yeP9TOc .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .title-wrapper {
    padding: 0;
  }
}
.BrbQB-uN8yeP9TOc .title-wrapper .interface-section-title {
  margin-bottom: 50px;
}
.BrbQB-uN8yeP9TOc .title-wrapper .interface-section-title span {
  color: #000000;
}
.BrbQB-uN8yeP9TOc .title-wrapper .interface-section-btn .btn {
  margin-bottom: 0;
}
.BrbQB-uN8yeP9TOc .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .list-wrapper {
    padding: 0;
  }
}
.BrbQB-uN8yeP9TOc .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap:hover,
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.BrbQB-uN8yeP9TOc .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #2a1c6c;
}
.BrbQB-uN8yeP9TOc .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #000000;
}
.BrbQB-uN8yeP9TOc .interface-section-title {
  color: #ffffff;
}
.BrbQB-uN8yeP9TOc .list-title {
  color: #ffffff;
}
.BrbQB-uN8yeP9TOc .list {
  color: #ffffff;
}
.BrbQB-uN8yeP9TOc .interface-section-title,
.BrbQB-uN8yeP9TOc .interface-section-btn {
  color: #000000;
}
.BrbQB-uN8yeP9TOc .list,
.BrbQB-uN8yeP9TOc .item-wrap {
  color: #000000;
}
.BrbQB-uN8hvC6ULV .navbar-dropdown {
  background-color: #eaf9ff !important;
  padding: 0;
}
.BrbQB-uN8hvC6ULV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #eaf9ff !important;
  background: #eaf9ff;
}
.BrbQB-uN8hvC6ULV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .menu_box .navbar.opened,
  .BrbQB-uN8hvC6ULV .menu_box .navbar-collapse {
    background-color: #eaf9ff !important;
    transition: all 0s ease 0s;
  }
}
.BrbQB-uN8hvC6ULV .navbar-dropdown {
  position: relative !important;
}
.BrbQB-uN8hvC6ULV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .interface-section-btn-main {
    margin-top: 1rem;
  }
}
.BrbQB-uN8hvC6ULV .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.BrbQB-uN8hvC6ULV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .BrbQB-uN8hvC6ULV .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .BrbQB-uN8hvC6ULV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .BrbQB-uN8hvC6ULV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .BrbQB-uN8hvC6ULV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .BrbQB-uN8hvC6ULV .offcanvas-body .interface-text,
  .BrbQB-uN8hvC6ULV .offcanvas-body .interface-section-subtitle {
    margin-top: 14px;
  }
  .BrbQB-uN8hvC6ULV .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .BrbQB-uN8hvC6ULV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .BrbQB-uN8hvC6ULV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .BrbQB-uN8hvC6ULV .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);
  }
  .BrbQB-uN8hvC6ULV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .BrbQB-uN8hvC6ULV 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;
  }
  .BrbQB-uN8hvC6ULV .lg_brand {
    margin: 0 1rem;
  }
}
.BrbQB-uN8hvC6ULV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .BrbQB-uN8hvC6ULV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .nav-item {
    margin: 0 !important;
  }
}
.BrbQB-uN8hvC6ULV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .BrbQB-uN8hvC6ULV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .BrbQB-uN8hvC6ULV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .BrbQB-uN8hvC6ULV .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;
  }
  .BrbQB-uN8hvC6ULV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box {
    display: none;
  }
}
.BrbQB-uN8hvC6ULV .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.BrbQB-uN8hvC6ULV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.BrbQB-uN8hvC6ULV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.BrbQB-uN8hvC6ULV .container {
  display: flex;
  margin: auto;
}
.BrbQB-uN8hvC6ULV .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;
}
.BrbQB-uN8hvC6ULV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.BrbQB-uN8hvC6ULV .iconfont-wrapper:hover {
  opacity: .5;
}
.BrbQB-uN8hvC6ULV .navbar-caption {
  color: #f8f7ff;
}
.BrbQB-uN8hvC6ULV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .BrbQB-uN8hvC6ULV .navbar-nav {
    margin: 0;
  }
}
.BrbQB-uN8hvC6ULV .dropdown-menu,
.BrbQB-uN8hvC6ULV .navbar.opened {
  background-color: false !important;
}
.BrbQB-uN8hvC6ULV .nav-item:focus,
.BrbQB-uN8hvC6ULV .nav-link:focus {
  outline: none;
}
.BrbQB-uN8hvC6ULV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.BrbQB-uN8hvC6ULV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.BrbQB-uN8hvC6ULV .dropdown .dropdown-menu .dropdown-item .interface-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.BrbQB-uN8hvC6ULV .dropdown .dropdown-menu .dropdown-item .interface-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.BrbQB-uN8hvC6ULV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.BrbQB-uN8hvC6ULV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.BrbQB-uN8hvC6ULV .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .BrbQB-uN8hvC6ULV .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.BrbQB-uN8hvC6ULV .navbar.opened {
  transition: all 0.3s;
}
.BrbQB-uN8hvC6ULV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.BrbQB-uN8hvC6ULV .navbar .navbar-logo img {
  max-width: 24px;
  max-height: 24px;
  object-fit: cover;
  border-radius: 100%;
}
.BrbQB-uN8hvC6ULV .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed {
  justify-content: center;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .navbar .nav-item {
    padding: .5rem 0;
  }
  .BrbQB-uN8hvC6ULV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .BrbQB-uN8hvC6ULV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .BrbQB-uN8hvC6ULV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .BrbQB-uN8hvC6ULV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .BrbQB-uN8hvC6ULV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .BrbQB-uN8hvC6ULV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .BrbQB-uN8hvC6ULV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .BrbQB-uN8hvC6ULV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .BrbQB-uN8hvC6ULV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .BrbQB-uN8hvC6ULV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .BrbQB-uN8hvC6ULV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .BrbQB-uN8hvC6ULV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .BrbQB-uN8hvC6ULV .navbar .icons-menu {
    padding: 0;
  }
}
.BrbQB-uN8hvC6ULV .navbar.navbar-short {
  min-height: 60px;
}
.BrbQB-uN8hvC6ULV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.BrbQB-uN8hvC6ULV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.BrbQB-uN8hvC6ULV .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;
}
.BrbQB-uN8hvC6ULV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.BrbQB-uN8hvC6ULV .navbar-brand .navbar-logo a {
  outline: none;
}
.BrbQB-uN8hvC6ULV .dropdown-item.active,
.BrbQB-uN8hvC6ULV .dropdown-item:active {
  background-color: transparent;
}
.BrbQB-uN8hvC6ULV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.BrbQB-uN8hvC6ULV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.BrbQB-uN8hvC6ULV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.BrbQB-uN8hvC6ULV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.BrbQB-uN8hvC6ULV ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.BrbQB-uN8hvC6ULV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #eaf9ff;
  background: #2a1c6c;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.BrbQB-uN8hvC6ULV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BrbQB-uN8hvC6ULV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.BrbQB-uN8hvC6ULV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.BrbQB-uN8hvC6ULV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BrbQB-uN8hvC6ULV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.BrbQB-uN8hvC6ULV .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) {
  .BrbQB-uN8hvC6ULV .navbar {
    height: 70px;
  }
  .BrbQB-uN8hvC6ULV .navbar.opened {
    height: auto;
  }
  .BrbQB-uN8hvC6ULV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.BrbQB-uN8hvC6ULV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .BrbQB-uN8hvC6ULV .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.BrbQB-uN8hvC6ULV .interface-section-btn-main {
  padding-top: 5px;
}
.BrbQB-uN8hvC6ULV .interface-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.BrbQB-uN8hvC6ULV .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .BrbQB-uN8hvC6ULV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.BrbQB-uN8hvC6ULV .nav-link {
  position: relative;
}
.BrbQB-uN8hvC6ULV .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.BrbQB-uN8hvC6ULV .nav-link:hover:before {
  width: 100%;
}
.BrbQB-uN8hvC6ULV .interface-text,
.BrbQB-uN8hvC6ULV .interface-section-subtitle,
.BrbQB-uN8hvC6ULV .text_widget {
  opacity: .5;
}
.BrbQB-uN8hvC6ULV .interface-section-subtitle {
  color: #f8f7ff;
}
.BrbQB-uN8hvC6ULV .interface-text {
  color: #f8f7ff;
  text-align: center;
}
.BrbQB-uN8hvC6ULV .text_widget {
  color: #f8f7ff;
}
.BrbQB-uN8hvC6ULV .interface-section-subtitle,
.BrbQB-uN8hvC6ULV .text_widget,
.BrbQB-uN8hvC6ULV .interface-section-btn {
  text-align: center;
}
.BrbQB-uN8hvC6ULV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.BrbQB-uN8kr976ES {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.BrbQB-uN8kr976ES h1 {
  margin-bottom: 0.2rem;
}
.BrbQB-uN8kr976ES .container-fluid {
  padding: 0;
}
.BrbQB-uN8kr976ES img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.BrbQB-uN8kr976ES .interface-figure {
  height: 100%;
}
.BrbQB-uN8kr976ES .col-lg-6 {
  padding: 0;
}
.BrbQB-uN8kr976ES .interface-text {
  color: #747474;
}
.BrbQB-uN8kr976ES hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.BrbQB-uN8kr976ES .interface-section-subtitle {
  margin-bottom: 3.5rem;
}
.BrbQB-uN8kr976ES .interface-section-subtitle-1 {
  color: #2a1c6c;
}
.BrbQB-uN8kr976ES .interface-section-subtitle-2 {
  margin-top: 4.2rem;
}
.BrbQB-uN8kr976ES .interface-figure::after {
  content: '';
  background-color: #393193;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .BrbQB-uN8kr976ES .interface-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .BrbQB-uN8kr976ES .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .BrbQB-uN8kr976ES .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .BrbQB-uN8kr976ES .left-block {
    margin-top: 4.5rem;
  }
}
.BrbQB-uN8kr976ES .btn {
  color: #101010 !important;
}
.BrbQB-uN8kr976ES .btn:hover {
  color: #ffffff !important;
}
.BrbQB-uN8kr976ES .line-title {
  width: 40px;
  height: 2px;
  background-color: #393193;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.BrbQB-uN8kr976ES .vertical-line:before {
  content: '';
  background-color: #393193;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.BrbQB-uN8kr976ES .interface-fallback-image.disabled {
  display: none;
}
.BrbQB-uN8kr976ES .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BrbQB-uN8kr976ES .interface-text,
.BrbQB-uN8kr976ES .interface-section-btn {
  color: #000000;
}
.BrbQB-uN8kuQZjis {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #eaf9ff;
}
.BrbQB-uN8kuQZjis .interface-text {
  color: #000000;
  text-align: center;
}
.BrbQB-uN8kuQZjis .interface-title {
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .BrbQB-uN8kuQZjis .md-pb {
    margin-bottom: 2rem;
  }
}
.BrbQB-uN8kuQZjis h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .BrbQB-uN8kuQZjis .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .BrbQB-uN8kuQZjis .interface-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .BrbQB-uN8kuQZjis .row {
    margin: 0;
  }
}
.BrbQB-uN8kHFpLOG {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.BrbQB-uN8kHFpLOG .container {
  max-width: 1500px;
}
.BrbQB-uN8kHFpLOG img {
  width: 100%;
}
.BrbQB-uN8kHFpLOG h2 {
  padding: 0;
  margin: 0;
}
.BrbQB-uN8kHFpLOG .text-wrap {
  max-width: 500px;
  margin: auto;
}
.BrbQB-uN8kHFpLOG .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.BrbQB-uN8kHFpLOG .img-col {
  position: relative;
}
.BrbQB-uN8kHFpLOG .img2 {
  position: absolute;
  right: 6rem;
  top: -6rem;
  width: 320px;
}
@media (max-width: 1200px) {
  .BrbQB-uN8kHFpLOG .img2 {
    right: 3rem;
  }
}
@media (max-width: 992px) {
  .BrbQB-uN8kHFpLOG .title-col {
    margin-bottom: 4rem !important;
  }
  .BrbQB-uN8kHFpLOG .img2 {
    top: -2rem;
  }
  .BrbQB-uN8kHFpLOG .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .BrbQB-uN8kHFpLOG .img2 {
    width: 50%;
  }
  .BrbQB-uN8kHFpLOG .number {
    margin: auto;
  }
}
.BrbQB-uN8kHFpLOG .interface-fallback-image.disabled {
  display: none;
}
.BrbQB-uN8kHFpLOG .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BrbQB-uN8kHFpLOG H2 {
  color: #000000;
}
.BrbQB-uN8orfvHCt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.BrbQB-uN8orfvHCt .wrapper {
  background-color: #eaf9ff;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .BrbQB-uN8orfvHCt .wrapper {
    padding: 3rem;
  }
}
.BrbQB-uN8orfvHCt .interface-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .BrbQB-uN8orfvHCt .interface-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.BrbQB-uN8orfvHCt .interface-section-title {
  margin: 0;
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .BrbQB-uN8orfvHCt .interface-section-title {
    margin-bottom: 2rem;
  }
}
.BrbQB-uN8yeP9TOc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d3f2ff;
}
.BrbQB-uN8yeP9TOc .interface-fallback-image.disabled {
  display: none;
}
.BrbQB-uN8yeP9TOc .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BrbQB-uN8yeP9TOc .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .container {
    padding: 0 6px;
  }
}
.BrbQB-uN8yeP9TOc .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #eaf9ff;
}
@media (max-width: 1440px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 30px;
  }
}
.BrbQB-uN8yeP9TOc .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.BrbQB-uN8yeP9TOc .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .title-wrapper {
    padding: 0;
  }
}
.BrbQB-uN8yeP9TOc .title-wrapper .interface-section-title {
  margin-bottom: 50px;
}
.BrbQB-uN8yeP9TOc .title-wrapper .interface-section-title span {
  color: #000000;
}
.BrbQB-uN8yeP9TOc .title-wrapper .interface-section-btn .btn {
  margin-bottom: 0;
}
.BrbQB-uN8yeP9TOc .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .list-wrapper {
    padding: 0;
  }
}
.BrbQB-uN8yeP9TOc .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap:hover,
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.BrbQB-uN8yeP9TOc .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #2a1c6c;
}
.BrbQB-uN8yeP9TOc .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #000000;
}
.BrbQB-uN8yeP9TOc .interface-section-title {
  color: #ffffff;
}
.BrbQB-uN8yeP9TOc .list-title {
  color: #ffffff;
}
.BrbQB-uN8yeP9TOc .list {
  color: #ffffff;
}
.BrbQB-uN8yeP9TOc .interface-section-title,
.BrbQB-uN8yeP9TOc .interface-section-btn {
  color: #000000;
}
.BrbQB-uN8yeP9TOc .list,
.BrbQB-uN8yeP9TOc .item-wrap {
  color: #000000;
}
.BrbQB-uN8hvC6ULV .navbar-dropdown {
  background-color: #eaf9ff !important;
  padding: 0;
}
.BrbQB-uN8hvC6ULV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #eaf9ff !important;
  background: #eaf9ff;
}
.BrbQB-uN8hvC6ULV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .menu_box .navbar.opened,
  .BrbQB-uN8hvC6ULV .menu_box .navbar-collapse {
    background-color: #eaf9ff !important;
    transition: all 0s ease 0s;
  }
}
.BrbQB-uN8hvC6ULV .navbar-dropdown {
  position: relative !important;
}
.BrbQB-uN8hvC6ULV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .interface-section-btn-main {
    margin-top: 1rem;
  }
}
.BrbQB-uN8hvC6ULV .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.BrbQB-uN8hvC6ULV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .BrbQB-uN8hvC6ULV .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .BrbQB-uN8hvC6ULV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .BrbQB-uN8hvC6ULV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .BrbQB-uN8hvC6ULV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .BrbQB-uN8hvC6ULV .offcanvas-body .interface-text,
  .BrbQB-uN8hvC6ULV .offcanvas-body .interface-section-subtitle {
    margin-top: 14px;
  }
  .BrbQB-uN8hvC6ULV .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .BrbQB-uN8hvC6ULV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .BrbQB-uN8hvC6ULV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .BrbQB-uN8hvC6ULV .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);
  }
  .BrbQB-uN8hvC6ULV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .BrbQB-uN8hvC6ULV 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;
  }
  .BrbQB-uN8hvC6ULV .lg_brand {
    margin: 0 1rem;
  }
}
.BrbQB-uN8hvC6ULV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .BrbQB-uN8hvC6ULV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .nav-item {
    margin: 0 !important;
  }
}
.BrbQB-uN8hvC6ULV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .BrbQB-uN8hvC6ULV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .BrbQB-uN8hvC6ULV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .BrbQB-uN8hvC6ULV .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;
  }
  .BrbQB-uN8hvC6ULV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box {
    display: none;
  }
}
.BrbQB-uN8hvC6ULV .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.BrbQB-uN8hvC6ULV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.BrbQB-uN8hvC6ULV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.BrbQB-uN8hvC6ULV .container {
  display: flex;
  margin: auto;
}
.BrbQB-uN8hvC6ULV .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;
}
.BrbQB-uN8hvC6ULV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.BrbQB-uN8hvC6ULV .iconfont-wrapper:hover {
  opacity: .5;
}
.BrbQB-uN8hvC6ULV .navbar-caption {
  color: #f8f7ff;
}
.BrbQB-uN8hvC6ULV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .BrbQB-uN8hvC6ULV .navbar-nav {
    margin: 0;
  }
}
.BrbQB-uN8hvC6ULV .dropdown-menu,
.BrbQB-uN8hvC6ULV .navbar.opened {
  background-color: false !important;
}
.BrbQB-uN8hvC6ULV .nav-item:focus,
.BrbQB-uN8hvC6ULV .nav-link:focus {
  outline: none;
}
.BrbQB-uN8hvC6ULV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.BrbQB-uN8hvC6ULV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.BrbQB-uN8hvC6ULV .dropdown .dropdown-menu .dropdown-item .interface-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.BrbQB-uN8hvC6ULV .dropdown .dropdown-menu .dropdown-item .interface-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.BrbQB-uN8hvC6ULV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.BrbQB-uN8hvC6ULV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.BrbQB-uN8hvC6ULV .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .BrbQB-uN8hvC6ULV .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.BrbQB-uN8hvC6ULV .navbar.opened {
  transition: all 0.3s;
}
.BrbQB-uN8hvC6ULV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.BrbQB-uN8hvC6ULV .navbar .navbar-logo img {
  max-width: 24px;
  max-height: 24px;
  object-fit: cover;
  border-radius: 100%;
}
.BrbQB-uN8hvC6ULV .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed {
  justify-content: center;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .navbar .nav-item {
    padding: .5rem 0;
  }
  .BrbQB-uN8hvC6ULV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .BrbQB-uN8hvC6ULV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .BrbQB-uN8hvC6ULV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .BrbQB-uN8hvC6ULV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .BrbQB-uN8hvC6ULV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .BrbQB-uN8hvC6ULV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .BrbQB-uN8hvC6ULV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .BrbQB-uN8hvC6ULV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .BrbQB-uN8hvC6ULV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .BrbQB-uN8hvC6ULV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .BrbQB-uN8hvC6ULV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .BrbQB-uN8hvC6ULV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .BrbQB-uN8hvC6ULV .navbar .icons-menu {
    padding: 0;
  }
}
.BrbQB-uN8hvC6ULV .navbar.navbar-short {
  min-height: 60px;
}
.BrbQB-uN8hvC6ULV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.BrbQB-uN8hvC6ULV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.BrbQB-uN8hvC6ULV .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;
}
.BrbQB-uN8hvC6ULV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.BrbQB-uN8hvC6ULV .navbar-brand .navbar-logo a {
  outline: none;
}
.BrbQB-uN8hvC6ULV .dropdown-item.active,
.BrbQB-uN8hvC6ULV .dropdown-item:active {
  background-color: transparent;
}
.BrbQB-uN8hvC6ULV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.BrbQB-uN8hvC6ULV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.BrbQB-uN8hvC6ULV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.BrbQB-uN8hvC6ULV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.BrbQB-uN8hvC6ULV ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.BrbQB-uN8hvC6ULV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #eaf9ff;
  background: #2a1c6c;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.BrbQB-uN8hvC6ULV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BrbQB-uN8hvC6ULV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.BrbQB-uN8hvC6ULV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.BrbQB-uN8hvC6ULV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BrbQB-uN8hvC6ULV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.BrbQB-uN8hvC6ULV .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) {
  .BrbQB-uN8hvC6ULV .navbar {
    height: 70px;
  }
  .BrbQB-uN8hvC6ULV .navbar.opened {
    height: auto;
  }
  .BrbQB-uN8hvC6ULV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.BrbQB-uN8hvC6ULV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .BrbQB-uN8hvC6ULV .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.BrbQB-uN8hvC6ULV .interface-section-btn-main {
  padding-top: 5px;
}
.BrbQB-uN8hvC6ULV .interface-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.BrbQB-uN8hvC6ULV .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .BrbQB-uN8hvC6ULV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.BrbQB-uN8hvC6ULV .nav-link {
  position: relative;
}
.BrbQB-uN8hvC6ULV .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.BrbQB-uN8hvC6ULV .nav-link:hover:before {
  width: 100%;
}
.BrbQB-uN8hvC6ULV .interface-text,
.BrbQB-uN8hvC6ULV .interface-section-subtitle,
.BrbQB-uN8hvC6ULV .text_widget {
  opacity: .5;
}
.BrbQB-uN8hvC6ULV .interface-section-subtitle {
  color: #f8f7ff;
}
.BrbQB-uN8hvC6ULV .interface-text {
  color: #f8f7ff;
  text-align: center;
}
.BrbQB-uN8hvC6ULV .text_widget {
  color: #f8f7ff;
}
.BrbQB-uN8hvC6ULV .interface-section-subtitle,
.BrbQB-uN8hvC6ULV .text_widget,
.BrbQB-uN8hvC6ULV .interface-section-btn {
  text-align: center;
}
.BrbQB-uN8hvC6ULV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.BrbQB-uN8lrV4kV7 {
  background-color: #ffffff;
}
.BrbQB-uN8lrV4kV7 .interface-fallback-image.disabled {
  display: none;
}
.BrbQB-uN8lrV4kV7 .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BrbQB-uN8lrV4kV7 .items-wrap {
  justify-content: space-between;
}
.BrbQB-uN8lrV4kV7 .content-wrapper {
  padding: 96px;
  background-color: #eaf9ff;
  height: 100%;
}
@media (max-width: 1440px) {
  .BrbQB-uN8lrV4kV7 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .BrbQB-uN8lrV4kV7 .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.BrbQB-uN8lrV4kV7 .content-wrapper .interface-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .BrbQB-uN8lrV4kV7 .content-wrapper .interface-section-title {
    margin-bottom: 32px;
  }
}
.BrbQB-uN8lrV4kV7 .content-wrapper .interface-text {
  margin-bottom: 0;
}
.BrbQB-uN8lrV4kV7 .content-wrap {
  height: 100%;
}
.BrbQB-uN8lrV4kV7 .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #eaf9ff;
}
@media (max-width: 1440px) {
  .BrbQB-uN8lrV4kV7 .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .BrbQB-uN8lrV4kV7 .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.BrbQB-uN8lrV4kV7 .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.BrbQB-uN8lrV4kV7 .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .BrbQB-uN8lrV4kV7 .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.BrbQB-uN8lrV4kV7 .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.BrbQB-uN8lrV4kV7 .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #87ceeb !important;
  background-color: #2a1c6c;
}
.BrbQB-uN8lrV4kV7 .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.BrbQB-uN8lrV4kV7 .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #87ceeb !important;
}
.BrbQB-uN8lrV4kV7 .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
}
.BrbQB-uN8lrV4kV7 .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.BrbQB-uN8lrV4kV7 .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.BrbQB-uN8lrV4kV7 .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.BrbQB-uN8lrV4kV7 .content-wrap .form-wrapper .dragArea.row .interface-section-btn {
  width: 100%;
}
.BrbQB-uN8lrV4kV7 .content-wrap .form-wrapper .dragArea.row .interface-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .BrbQB-uN8lrV4kV7 .content-wrap .form-wrapper .dragArea.row .interface-section-btn .btn {
    margin-left: 10px;
  }
}
.BrbQB-uN8lrV4kV7 .interface-section-title {
  color: #191c25;
}
.BrbQB-uN8lrV4kV7 .interface-text {
  color: #000000;
}
.BrbQB-uN8lrV4kV7 label {
  color: #191c25;
}
.BrbQB-uN8lrV4kV7 .interface-section-title,
.BrbQB-uN8lrV4kV7 .interface-section-btn {
  color: #000000;
  text-align: center;
}
.BrbQB-uN8yeP9TOc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d3f2ff;
}
.BrbQB-uN8yeP9TOc .interface-fallback-image.disabled {
  display: none;
}
.BrbQB-uN8yeP9TOc .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BrbQB-uN8yeP9TOc .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .container {
    padding: 0 6px;
  }
}
.BrbQB-uN8yeP9TOc .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #eaf9ff;
}
@media (max-width: 1440px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 30px;
  }
}
.BrbQB-uN8yeP9TOc .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.BrbQB-uN8yeP9TOc .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .title-wrapper {
    padding: 0;
  }
}
.BrbQB-uN8yeP9TOc .title-wrapper .interface-section-title {
  margin-bottom: 50px;
}
.BrbQB-uN8yeP9TOc .title-wrapper .interface-section-title span {
  color: #000000;
}
.BrbQB-uN8yeP9TOc .title-wrapper .interface-section-btn .btn {
  margin-bottom: 0;
}
.BrbQB-uN8yeP9TOc .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .list-wrapper {
    padding: 0;
  }
}
.BrbQB-uN8yeP9TOc .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap:hover,
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.BrbQB-uN8yeP9TOc .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #2a1c6c;
}
.BrbQB-uN8yeP9TOc .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #000000;
}
.BrbQB-uN8yeP9TOc .interface-section-title {
  color: #ffffff;
}
.BrbQB-uN8yeP9TOc .list-title {
  color: #ffffff;
}
.BrbQB-uN8yeP9TOc .list {
  color: #ffffff;
}
.BrbQB-uN8yeP9TOc .interface-section-title,
.BrbQB-uN8yeP9TOc .interface-section-btn {
  color: #000000;
}
.BrbQB-uN8yeP9TOc .list,
.BrbQB-uN8yeP9TOc .item-wrap {
  color: #000000;
}
.BrbQB-uN8hvC6ULV .navbar-dropdown {
  background-color: #eaf9ff !important;
  padding: 0;
}
.BrbQB-uN8hvC6ULV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #eaf9ff !important;
  background: #eaf9ff;
}
.BrbQB-uN8hvC6ULV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .menu_box .navbar.opened,
  .BrbQB-uN8hvC6ULV .menu_box .navbar-collapse {
    background-color: #eaf9ff !important;
    transition: all 0s ease 0s;
  }
}
.BrbQB-uN8hvC6ULV .navbar-dropdown {
  position: relative !important;
}
.BrbQB-uN8hvC6ULV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .interface-section-btn-main {
    margin-top: 1rem;
  }
}
.BrbQB-uN8hvC6ULV .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.BrbQB-uN8hvC6ULV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .BrbQB-uN8hvC6ULV .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .BrbQB-uN8hvC6ULV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .BrbQB-uN8hvC6ULV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .BrbQB-uN8hvC6ULV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .BrbQB-uN8hvC6ULV .offcanvas-body .interface-text,
  .BrbQB-uN8hvC6ULV .offcanvas-body .interface-section-subtitle {
    margin-top: 14px;
  }
  .BrbQB-uN8hvC6ULV .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .BrbQB-uN8hvC6ULV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .BrbQB-uN8hvC6ULV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .BrbQB-uN8hvC6ULV .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);
  }
  .BrbQB-uN8hvC6ULV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .BrbQB-uN8hvC6ULV 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;
  }
  .BrbQB-uN8hvC6ULV .lg_brand {
    margin: 0 1rem;
  }
}
.BrbQB-uN8hvC6ULV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .BrbQB-uN8hvC6ULV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .nav-item {
    margin: 0 !important;
  }
}
.BrbQB-uN8hvC6ULV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .BrbQB-uN8hvC6ULV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .BrbQB-uN8hvC6ULV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .BrbQB-uN8hvC6ULV .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;
  }
  .BrbQB-uN8hvC6ULV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .BrbQB-uN8hvC6ULV .offcanvas_box {
    display: none;
  }
}
.BrbQB-uN8hvC6ULV .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.BrbQB-uN8hvC6ULV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.BrbQB-uN8hvC6ULV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.BrbQB-uN8hvC6ULV .container {
  display: flex;
  margin: auto;
}
.BrbQB-uN8hvC6ULV .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;
}
.BrbQB-uN8hvC6ULV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.BrbQB-uN8hvC6ULV .iconfont-wrapper:hover {
  opacity: .5;
}
.BrbQB-uN8hvC6ULV .navbar-caption {
  color: #f8f7ff;
}
.BrbQB-uN8hvC6ULV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .BrbQB-uN8hvC6ULV .navbar-nav {
    margin: 0;
  }
}
.BrbQB-uN8hvC6ULV .dropdown-menu,
.BrbQB-uN8hvC6ULV .navbar.opened {
  background-color: false !important;
}
.BrbQB-uN8hvC6ULV .nav-item:focus,
.BrbQB-uN8hvC6ULV .nav-link:focus {
  outline: none;
}
.BrbQB-uN8hvC6ULV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.BrbQB-uN8hvC6ULV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.BrbQB-uN8hvC6ULV .dropdown .dropdown-menu .dropdown-item .interface-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.BrbQB-uN8hvC6ULV .dropdown .dropdown-menu .dropdown-item .interface-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.BrbQB-uN8hvC6ULV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.BrbQB-uN8hvC6ULV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.BrbQB-uN8hvC6ULV .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .BrbQB-uN8hvC6ULV .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.BrbQB-uN8hvC6ULV .navbar.opened {
  transition: all 0.3s;
}
.BrbQB-uN8hvC6ULV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.BrbQB-uN8hvC6ULV .navbar .navbar-logo img {
  max-width: 24px;
  max-height: 24px;
  object-fit: cover;
  border-radius: 100%;
}
.BrbQB-uN8hvC6ULV .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed {
  justify-content: center;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.BrbQB-uN8hvC6ULV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .BrbQB-uN8hvC6ULV .navbar .nav-item {
    padding: .5rem 0;
  }
  .BrbQB-uN8hvC6ULV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .BrbQB-uN8hvC6ULV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .BrbQB-uN8hvC6ULV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .BrbQB-uN8hvC6ULV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .BrbQB-uN8hvC6ULV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .BrbQB-uN8hvC6ULV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .BrbQB-uN8hvC6ULV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .BrbQB-uN8hvC6ULV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .BrbQB-uN8hvC6ULV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .BrbQB-uN8hvC6ULV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .BrbQB-uN8hvC6ULV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .BrbQB-uN8hvC6ULV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .BrbQB-uN8hvC6ULV .navbar .icons-menu {
    padding: 0;
  }
}
.BrbQB-uN8hvC6ULV .navbar.navbar-short {
  min-height: 60px;
}
.BrbQB-uN8hvC6ULV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.BrbQB-uN8hvC6ULV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.BrbQB-uN8hvC6ULV .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;
}
.BrbQB-uN8hvC6ULV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.BrbQB-uN8hvC6ULV .navbar-brand .navbar-logo a {
  outline: none;
}
.BrbQB-uN8hvC6ULV .dropdown-item.active,
.BrbQB-uN8hvC6ULV .dropdown-item:active {
  background-color: transparent;
}
.BrbQB-uN8hvC6ULV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.BrbQB-uN8hvC6ULV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.BrbQB-uN8hvC6ULV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.BrbQB-uN8hvC6ULV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.BrbQB-uN8hvC6ULV ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.BrbQB-uN8hvC6ULV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #eaf9ff;
  background: #2a1c6c;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.BrbQB-uN8hvC6ULV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.BrbQB-uN8hvC6ULV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BrbQB-uN8hvC6ULV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.BrbQB-uN8hvC6ULV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.BrbQB-uN8hvC6ULV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BrbQB-uN8hvC6ULV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.BrbQB-uN8hvC6ULV .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) {
  .BrbQB-uN8hvC6ULV .navbar {
    height: 70px;
  }
  .BrbQB-uN8hvC6ULV .navbar.opened {
    height: auto;
  }
  .BrbQB-uN8hvC6ULV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.BrbQB-uN8hvC6ULV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .BrbQB-uN8hvC6ULV .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.BrbQB-uN8hvC6ULV .interface-section-btn-main {
  padding-top: 5px;
}
.BrbQB-uN8hvC6ULV .interface-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.BrbQB-uN8hvC6ULV .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .BrbQB-uN8hvC6ULV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.BrbQB-uN8hvC6ULV .nav-link {
  position: relative;
}
.BrbQB-uN8hvC6ULV .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.BrbQB-uN8hvC6ULV .nav-link:hover:before {
  width: 100%;
}
.BrbQB-uN8hvC6ULV .interface-text,
.BrbQB-uN8hvC6ULV .interface-section-subtitle,
.BrbQB-uN8hvC6ULV .text_widget {
  opacity: .5;
}
.BrbQB-uN8hvC6ULV .interface-section-subtitle {
  color: #f8f7ff;
}
.BrbQB-uN8hvC6ULV .interface-text {
  color: #f8f7ff;
  text-align: center;
}
.BrbQB-uN8hvC6ULV .text_widget {
  color: #f8f7ff;
}
.BrbQB-uN8hvC6ULV .interface-section-subtitle,
.BrbQB-uN8hvC6ULV .text_widget,
.BrbQB-uN8hvC6ULV .interface-section-btn {
  text-align: center;
}
.BrbQB-uN8hvC6ULV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.BrbQB-uN8lzNeDER {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.BrbQB-uN8lzNeDER .interface-section-title {
  color: #000000;
  text-align: center;
}
.BrbQB-uN8lzNeDER .interface-text {
  color: #000000;
}
.BrbQB-uN8lzNeDER .interface-section-subtitle {
  color: #1a449a;
}
.BrbQB-uN8lzNeDER .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.BrbQB-uN8lzNeDER .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.BrbQB-uN8lzNeDER .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .BrbQB-uN8lzNeDER .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.BrbQB-uN8yeP9TOc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d3f2ff;
}
.BrbQB-uN8yeP9TOc .interface-fallback-image.disabled {
  display: none;
}
.BrbQB-uN8yeP9TOc .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BrbQB-uN8yeP9TOc .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .container {
    padding: 0 6px;
  }
}
.BrbQB-uN8yeP9TOc .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #eaf9ff;
}
@media (max-width: 1440px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 30px;
  }
}
.BrbQB-uN8yeP9TOc .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.BrbQB-uN8yeP9TOc .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .title-wrapper {
    padding: 0;
  }
}
.BrbQB-uN8yeP9TOc .title-wrapper .interface-section-title {
  margin-bottom: 50px;
}
.BrbQB-uN8yeP9TOc .title-wrapper .interface-section-title span {
  color: #000000;
}
.BrbQB-uN8yeP9TOc .title-wrapper .interface-section-btn .btn {
  margin-bottom: 0;
}
.BrbQB-uN8yeP9TOc .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .list-wrapper {
    padding: 0;
  }
}
.BrbQB-uN8yeP9TOc .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap:hover,
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.BrbQB-uN8yeP9TOc .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #2a1c6c;
}
.BrbQB-uN8yeP9TOc .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #000000;
}
.BrbQB-uN8yeP9TOc .interface-section-title {
  color: #ffffff;
}
.BrbQB-uN8yeP9TOc .list-title {
  color: #ffffff;
}
.BrbQB-uN8yeP9TOc .list {
  color: #ffffff;
}
.BrbQB-uN8yeP9TOc .interface-section-title,
.BrbQB-uN8yeP9TOc .interface-section-btn {
  color: #000000;
}
.BrbQB-uN8yeP9TOc .list,
.BrbQB-uN8yeP9TOc .item-wrap {
  color: #000000;
}
.BrbQB-uN8lScINFG .navbar-dropdown {
  background-color: #eaf9ff !important;
  padding: 0;
}
.BrbQB-uN8lScINFG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #eaf9ff !important;
  background: #eaf9ff;
}
.BrbQB-uN8lScINFG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .BrbQB-uN8lScINFG .menu_box .navbar.opened,
  .BrbQB-uN8lScINFG .menu_box .navbar-collapse {
    background-color: #eaf9ff !important;
    transition: all 0s ease 0s;
  }
}
.BrbQB-uN8lScINFG .navbar-dropdown {
  position: relative !important;
}
.BrbQB-uN8lScINFG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .BrbQB-uN8lScINFG .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .BrbQB-uN8lScINFG .interface-section-btn-main {
    margin-top: 1rem;
  }
}
.BrbQB-uN8lScINFG .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.BrbQB-uN8lScINFG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .BrbQB-uN8lScINFG .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .BrbQB-uN8lScINFG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .BrbQB-uN8lScINFG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .BrbQB-uN8lScINFG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .BrbQB-uN8lScINFG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .BrbQB-uN8lScINFG .offcanvas-body .interface-text,
  .BrbQB-uN8lScINFG .offcanvas-body .interface-section-subtitle {
    margin-top: 14px;
  }
  .BrbQB-uN8lScINFG .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .BrbQB-uN8lScINFG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .BrbQB-uN8lScINFG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .BrbQB-uN8lScINFG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .BrbQB-uN8lScINFG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .BrbQB-uN8lScINFG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .BrbQB-uN8lScINFG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .BrbQB-uN8lScINFG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .BrbQB-uN8lScINFG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .BrbQB-uN8lScINFG .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);
  }
  .BrbQB-uN8lScINFG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .BrbQB-uN8lScINFG 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;
  }
  .BrbQB-uN8lScINFG .lg_brand {
    margin: 0 1rem;
  }
}
.BrbQB-uN8lScINFG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .BrbQB-uN8lScINFG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .BrbQB-uN8lScINFG .nav-item {
    margin: 0 !important;
  }
}
.BrbQB-uN8lScINFG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .BrbQB-uN8lScINFG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .BrbQB-uN8lScINFG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .BrbQB-uN8lScINFG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .BrbQB-uN8lScINFG .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;
  }
  .BrbQB-uN8lScINFG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .BrbQB-uN8lScINFG .offcanvas_box {
    display: none;
  }
}
.BrbQB-uN8lScINFG .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.BrbQB-uN8lScINFG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.BrbQB-uN8lScINFG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.BrbQB-uN8lScINFG .container {
  display: flex;
  margin: auto;
}
.BrbQB-uN8lScINFG .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;
}
.BrbQB-uN8lScINFG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.BrbQB-uN8lScINFG .iconfont-wrapper:hover {
  opacity: .5;
}
.BrbQB-uN8lScINFG .navbar-caption {
  color: #f8f7ff;
}
.BrbQB-uN8lScINFG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .BrbQB-uN8lScINFG .navbar-nav {
    margin: 0;
  }
}
.BrbQB-uN8lScINFG .dropdown-menu,
.BrbQB-uN8lScINFG .navbar.opened {
  background-color: false !important;
}
.BrbQB-uN8lScINFG .nav-item:focus,
.BrbQB-uN8lScINFG .nav-link:focus {
  outline: none;
}
.BrbQB-uN8lScINFG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.BrbQB-uN8lScINFG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.BrbQB-uN8lScINFG .dropdown .dropdown-menu .dropdown-item .interface-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.BrbQB-uN8lScINFG .dropdown .dropdown-menu .dropdown-item .interface-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.BrbQB-uN8lScINFG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.BrbQB-uN8lScINFG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.BrbQB-uN8lScINFG .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .BrbQB-uN8lScINFG .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.BrbQB-uN8lScINFG .navbar.opened {
  transition: all 0.3s;
}
.BrbQB-uN8lScINFG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.BrbQB-uN8lScINFG .navbar .navbar-logo img {
  max-width: 24px;
  max-height: 24px;
  object-fit: cover;
  border-radius: 100%;
}
.BrbQB-uN8lScINFG .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.BrbQB-uN8lScINFG .navbar.collapsed {
  justify-content: center;
}
.BrbQB-uN8lScINFG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.BrbQB-uN8lScINFG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.BrbQB-uN8lScINFG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.BrbQB-uN8lScINFG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.BrbQB-uN8lScINFG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.BrbQB-uN8lScINFG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.BrbQB-uN8lScINFG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .BrbQB-uN8lScINFG .navbar .nav-item {
    padding: .5rem 0;
  }
  .BrbQB-uN8lScINFG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .BrbQB-uN8lScINFG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .BrbQB-uN8lScINFG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .BrbQB-uN8lScINFG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .BrbQB-uN8lScINFG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .BrbQB-uN8lScINFG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .BrbQB-uN8lScINFG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .BrbQB-uN8lScINFG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .BrbQB-uN8lScINFG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .BrbQB-uN8lScINFG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .BrbQB-uN8lScINFG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .BrbQB-uN8lScINFG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .BrbQB-uN8lScINFG .navbar .icons-menu {
    padding: 0;
  }
}
.BrbQB-uN8lScINFG .navbar.navbar-short {
  min-height: 60px;
}
.BrbQB-uN8lScINFG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.BrbQB-uN8lScINFG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.BrbQB-uN8lScINFG .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;
}
.BrbQB-uN8lScINFG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.BrbQB-uN8lScINFG .navbar-brand .navbar-logo a {
  outline: none;
}
.BrbQB-uN8lScINFG .dropdown-item.active,
.BrbQB-uN8lScINFG .dropdown-item:active {
  background-color: transparent;
}
.BrbQB-uN8lScINFG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.BrbQB-uN8lScINFG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.BrbQB-uN8lScINFG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.BrbQB-uN8lScINFG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.BrbQB-uN8lScINFG ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.BrbQB-uN8lScINFG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.BrbQB-uN8lScINFG button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #eaf9ff;
  background: #2a1c6c;
}
.BrbQB-uN8lScINFG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.BrbQB-uN8lScINFG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.BrbQB-uN8lScINFG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.BrbQB-uN8lScINFG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.BrbQB-uN8lScINFG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.BrbQB-uN8lScINFG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BrbQB-uN8lScINFG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.BrbQB-uN8lScINFG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.BrbQB-uN8lScINFG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BrbQB-uN8lScINFG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.BrbQB-uN8lScINFG .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) {
  .BrbQB-uN8lScINFG .navbar {
    height: 70px;
  }
  .BrbQB-uN8lScINFG .navbar.opened {
    height: auto;
  }
  .BrbQB-uN8lScINFG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.BrbQB-uN8lScINFG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .BrbQB-uN8lScINFG .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.BrbQB-uN8lScINFG .interface-section-btn-main {
  padding-top: 5px;
}
.BrbQB-uN8lScINFG .interface-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.BrbQB-uN8lScINFG .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .BrbQB-uN8lScINFG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.BrbQB-uN8lScINFG .nav-link {
  position: relative;
}
.BrbQB-uN8lScINFG .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.BrbQB-uN8lScINFG .nav-link:hover:before {
  width: 100%;
}
.BrbQB-uN8lScINFG .interface-text,
.BrbQB-uN8lScINFG .interface-section-subtitle,
.BrbQB-uN8lScINFG .text_widget {
  opacity: .5;
}
.BrbQB-uN8lScINFG .interface-section-subtitle {
  color: #f8f7ff;
}
.BrbQB-uN8lScINFG .interface-text {
  color: #f8f7ff;
  text-align: center;
}
.BrbQB-uN8lScINFG .text_widget {
  color: #f8f7ff;
}
.BrbQB-uN8lScINFG .interface-section-subtitle,
.BrbQB-uN8lScINFG .text_widget,
.BrbQB-uN8lScINFG .interface-section-btn {
  text-align: center;
}
.BrbQB-uN8lScINFG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.BrbQB-uN8lSdDfvW {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.BrbQB-uN8lSdDfvW .interface-section-title {
  color: #000000;
  text-align: center;
}
.BrbQB-uN8lSdDfvW .interface-text {
  color: #000000;
}
.BrbQB-uN8lSdDfvW .interface-section-subtitle {
  color: #1a449a;
}
.BrbQB-uN8lSdDfvW .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.BrbQB-uN8lSdDfvW .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.BrbQB-uN8lSdDfvW .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .BrbQB-uN8lSdDfvW .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.BrbQB-uN8yeP9TOc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d3f2ff;
}
.BrbQB-uN8yeP9TOc .interface-fallback-image.disabled {
  display: none;
}
.BrbQB-uN8yeP9TOc .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BrbQB-uN8yeP9TOc .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .container {
    padding: 0 6px;
  }
}
.BrbQB-uN8yeP9TOc .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #eaf9ff;
}
@media (max-width: 1440px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 30px;
  }
}
.BrbQB-uN8yeP9TOc .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.BrbQB-uN8yeP9TOc .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .title-wrapper {
    padding: 0;
  }
}
.BrbQB-uN8yeP9TOc .title-wrapper .interface-section-title {
  margin-bottom: 50px;
}
.BrbQB-uN8yeP9TOc .title-wrapper .interface-section-title span {
  color: #000000;
}
.BrbQB-uN8yeP9TOc .title-wrapper .interface-section-btn .btn {
  margin-bottom: 0;
}
.BrbQB-uN8yeP9TOc .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .list-wrapper {
    padding: 0;
  }
}
.BrbQB-uN8yeP9TOc .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap:hover,
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.BrbQB-uN8yeP9TOc .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #2a1c6c;
}
.BrbQB-uN8yeP9TOc .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #000000;
}
.BrbQB-uN8yeP9TOc .interface-section-title {
  color: #ffffff;
}
.BrbQB-uN8yeP9TOc .list-title {
  color: #ffffff;
}
.BrbQB-uN8yeP9TOc .list {
  color: #ffffff;
}
.BrbQB-uN8yeP9TOc .interface-section-title,
.BrbQB-uN8yeP9TOc .interface-section-btn {
  color: #000000;
}
.BrbQB-uN8yeP9TOc .list,
.BrbQB-uN8yeP9TOc .item-wrap {
  color: #000000;
}
.BrbQB-uN8lPLf6CH .navbar-dropdown {
  background-color: #eaf9ff !important;
  padding: 0;
}
.BrbQB-uN8lPLf6CH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #eaf9ff !important;
  background: #eaf9ff;
}
.BrbQB-uN8lPLf6CH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .BrbQB-uN8lPLf6CH .menu_box .navbar.opened,
  .BrbQB-uN8lPLf6CH .menu_box .navbar-collapse {
    background-color: #eaf9ff !important;
    transition: all 0s ease 0s;
  }
}
.BrbQB-uN8lPLf6CH .navbar-dropdown {
  position: relative !important;
}
.BrbQB-uN8lPLf6CH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .BrbQB-uN8lPLf6CH .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .BrbQB-uN8lPLf6CH .interface-section-btn-main {
    margin-top: 1rem;
  }
}
.BrbQB-uN8lPLf6CH .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.BrbQB-uN8lPLf6CH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .BrbQB-uN8lPLf6CH .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .BrbQB-uN8lPLf6CH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .BrbQB-uN8lPLf6CH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .BrbQB-uN8lPLf6CH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .BrbQB-uN8lPLf6CH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .BrbQB-uN8lPLf6CH .offcanvas-body .interface-text,
  .BrbQB-uN8lPLf6CH .offcanvas-body .interface-section-subtitle {
    margin-top: 14px;
  }
  .BrbQB-uN8lPLf6CH .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .BrbQB-uN8lPLf6CH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .BrbQB-uN8lPLf6CH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .BrbQB-uN8lPLf6CH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .BrbQB-uN8lPLf6CH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .BrbQB-uN8lPLf6CH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .BrbQB-uN8lPLf6CH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .BrbQB-uN8lPLf6CH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .BrbQB-uN8lPLf6CH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .BrbQB-uN8lPLf6CH .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);
  }
  .BrbQB-uN8lPLf6CH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .BrbQB-uN8lPLf6CH 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;
  }
  .BrbQB-uN8lPLf6CH .lg_brand {
    margin: 0 1rem;
  }
}
.BrbQB-uN8lPLf6CH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .BrbQB-uN8lPLf6CH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .BrbQB-uN8lPLf6CH .nav-item {
    margin: 0 !important;
  }
}
.BrbQB-uN8lPLf6CH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .BrbQB-uN8lPLf6CH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .BrbQB-uN8lPLf6CH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .BrbQB-uN8lPLf6CH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .BrbQB-uN8lPLf6CH .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;
  }
  .BrbQB-uN8lPLf6CH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .BrbQB-uN8lPLf6CH .offcanvas_box {
    display: none;
  }
}
.BrbQB-uN8lPLf6CH .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.BrbQB-uN8lPLf6CH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.BrbQB-uN8lPLf6CH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.BrbQB-uN8lPLf6CH .container {
  display: flex;
  margin: auto;
}
.BrbQB-uN8lPLf6CH .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;
}
.BrbQB-uN8lPLf6CH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.BrbQB-uN8lPLf6CH .iconfont-wrapper:hover {
  opacity: .5;
}
.BrbQB-uN8lPLf6CH .navbar-caption {
  color: #f8f7ff;
}
.BrbQB-uN8lPLf6CH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .BrbQB-uN8lPLf6CH .navbar-nav {
    margin: 0;
  }
}
.BrbQB-uN8lPLf6CH .dropdown-menu,
.BrbQB-uN8lPLf6CH .navbar.opened {
  background-color: false !important;
}
.BrbQB-uN8lPLf6CH .nav-item:focus,
.BrbQB-uN8lPLf6CH .nav-link:focus {
  outline: none;
}
.BrbQB-uN8lPLf6CH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.BrbQB-uN8lPLf6CH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.BrbQB-uN8lPLf6CH .dropdown .dropdown-menu .dropdown-item .interface-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.BrbQB-uN8lPLf6CH .dropdown .dropdown-menu .dropdown-item .interface-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.BrbQB-uN8lPLf6CH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.BrbQB-uN8lPLf6CH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.BrbQB-uN8lPLf6CH .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .BrbQB-uN8lPLf6CH .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.BrbQB-uN8lPLf6CH .navbar.opened {
  transition: all 0.3s;
}
.BrbQB-uN8lPLf6CH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.BrbQB-uN8lPLf6CH .navbar .navbar-logo img {
  max-width: 24px;
  max-height: 24px;
  object-fit: cover;
  border-radius: 100%;
}
.BrbQB-uN8lPLf6CH .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.BrbQB-uN8lPLf6CH .navbar.collapsed {
  justify-content: center;
}
.BrbQB-uN8lPLf6CH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.BrbQB-uN8lPLf6CH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.BrbQB-uN8lPLf6CH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.BrbQB-uN8lPLf6CH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.BrbQB-uN8lPLf6CH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.BrbQB-uN8lPLf6CH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.BrbQB-uN8lPLf6CH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .BrbQB-uN8lPLf6CH .navbar .nav-item {
    padding: .5rem 0;
  }
  .BrbQB-uN8lPLf6CH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .BrbQB-uN8lPLf6CH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .BrbQB-uN8lPLf6CH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .BrbQB-uN8lPLf6CH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .BrbQB-uN8lPLf6CH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .BrbQB-uN8lPLf6CH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .BrbQB-uN8lPLf6CH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .BrbQB-uN8lPLf6CH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .BrbQB-uN8lPLf6CH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .BrbQB-uN8lPLf6CH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .BrbQB-uN8lPLf6CH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .BrbQB-uN8lPLf6CH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .BrbQB-uN8lPLf6CH .navbar .icons-menu {
    padding: 0;
  }
}
.BrbQB-uN8lPLf6CH .navbar.navbar-short {
  min-height: 60px;
}
.BrbQB-uN8lPLf6CH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.BrbQB-uN8lPLf6CH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.BrbQB-uN8lPLf6CH .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;
}
.BrbQB-uN8lPLf6CH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.BrbQB-uN8lPLf6CH .navbar-brand .navbar-logo a {
  outline: none;
}
.BrbQB-uN8lPLf6CH .dropdown-item.active,
.BrbQB-uN8lPLf6CH .dropdown-item:active {
  background-color: transparent;
}
.BrbQB-uN8lPLf6CH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.BrbQB-uN8lPLf6CH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.BrbQB-uN8lPLf6CH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.BrbQB-uN8lPLf6CH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.BrbQB-uN8lPLf6CH ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.BrbQB-uN8lPLf6CH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.BrbQB-uN8lPLf6CH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #eaf9ff;
  background: #2a1c6c;
}
.BrbQB-uN8lPLf6CH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.BrbQB-uN8lPLf6CH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.BrbQB-uN8lPLf6CH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.BrbQB-uN8lPLf6CH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.BrbQB-uN8lPLf6CH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.BrbQB-uN8lPLf6CH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BrbQB-uN8lPLf6CH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.BrbQB-uN8lPLf6CH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.BrbQB-uN8lPLf6CH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.BrbQB-uN8lPLf6CH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.BrbQB-uN8lPLf6CH .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) {
  .BrbQB-uN8lPLf6CH .navbar {
    height: 70px;
  }
  .BrbQB-uN8lPLf6CH .navbar.opened {
    height: auto;
  }
  .BrbQB-uN8lPLf6CH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.BrbQB-uN8lPLf6CH .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .BrbQB-uN8lPLf6CH .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.BrbQB-uN8lPLf6CH .interface-section-btn-main {
  padding-top: 5px;
}
.BrbQB-uN8lPLf6CH .interface-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.BrbQB-uN8lPLf6CH .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .BrbQB-uN8lPLf6CH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.BrbQB-uN8lPLf6CH .nav-link {
  position: relative;
}
.BrbQB-uN8lPLf6CH .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.BrbQB-uN8lPLf6CH .nav-link:hover:before {
  width: 100%;
}
.BrbQB-uN8lPLf6CH .interface-text,
.BrbQB-uN8lPLf6CH .interface-section-subtitle,
.BrbQB-uN8lPLf6CH .text_widget {
  opacity: .5;
}
.BrbQB-uN8lPLf6CH .interface-section-subtitle {
  color: #f8f7ff;
}
.BrbQB-uN8lPLf6CH .interface-text {
  color: #f8f7ff;
  text-align: center;
}
.BrbQB-uN8lPLf6CH .text_widget {
  color: #f8f7ff;
}
.BrbQB-uN8lPLf6CH .interface-section-subtitle,
.BrbQB-uN8lPLf6CH .text_widget,
.BrbQB-uN8lPLf6CH .interface-section-btn {
  text-align: center;
}
.BrbQB-uN8lPLf6CH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.BrbQB-uN8lPMrn13 {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.BrbQB-uN8lPMrn13 .interface-section-title {
  color: #000000;
  text-align: center;
}
.BrbQB-uN8lPMrn13 .interface-text {
  color: #000000;
}
.BrbQB-uN8lPMrn13 .interface-section-subtitle {
  color: #1a449a;
}
.BrbQB-uN8lPMrn13 .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.BrbQB-uN8lPMrn13 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #000000;
}
.BrbQB-uN8lPMrn13 .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .BrbQB-uN8lPMrn13 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.BrbQB-uN8yeP9TOc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d3f2ff;
}
.BrbQB-uN8yeP9TOc .interface-fallback-image.disabled {
  display: none;
}
.BrbQB-uN8yeP9TOc .interface-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.BrbQB-uN8yeP9TOc .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .container {
    padding: 0 6px;
  }
}
.BrbQB-uN8yeP9TOc .row {
  margin: 0;
  padding: 50px 150px;
  border-radius: 20px;
  background-color: #eaf9ff;
}
@media (max-width: 1440px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 32px;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 60px;
  }
}
@media (max-width: 768px) {
  .BrbQB-uN8yeP9TOc .row {
    padding: 50px 30px;
  }
}
.BrbQB-uN8yeP9TOc .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.BrbQB-uN8yeP9TOc .title-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .title-wrapper {
    padding: 0;
  }
}
.BrbQB-uN8yeP9TOc .title-wrapper .interface-section-title {
  margin-bottom: 50px;
}
.BrbQB-uN8yeP9TOc .title-wrapper .interface-section-title span {
  color: #000000;
}
.BrbQB-uN8yeP9TOc .title-wrapper .interface-section-btn .btn {
  margin-bottom: 0;
}
.BrbQB-uN8yeP9TOc .list-wrapper {
  padding-right: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .BrbQB-uN8yeP9TOc .list-wrapper {
    padding: 0;
  }
}
.BrbQB-uN8yeP9TOc .list-wrapper .list-title {
  margin-bottom: 22px;
  opacity: .5;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap:hover,
.BrbQB-uN8yeP9TOc .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.BrbQB-uN8yeP9TOc .border-wrap {
  height: 1px;
  opacity: .1;
  margin-bottom: 40px;
  background-color: #2a1c6c;
}
.BrbQB-uN8yeP9TOc .copyright {
  opacity: .3;
  margin-bottom: 0;
  color: #000000;
}
.BrbQB-uN8yeP9TOc .interface-section-title {
  color: #ffffff;
}
.BrbQB-uN8yeP9TOc .list-title {
  color: #ffffff;
}
.BrbQB-uN8yeP9TOc .list {
  color: #ffffff;
}
.BrbQB-uN8yeP9TOc .interface-section-title,
.BrbQB-uN8yeP9TOc .interface-section-btn {
  color: #000000;
}
.BrbQB-uN8yeP9TOc .list,
.BrbQB-uN8yeP9TOc .item-wrap {
  color: #000000;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
/* */
#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3), -6px -6px 12px rgba(255, 255, 255, 0.9);
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.2), -6px -6px 12px rgba(255, 255, 255, 0.8);
}

/*768px*/
@media (max-width: 768px) {
  #cookieAcceptBtn:hover,
  #cookieRejectBtn:hover {
    box-shadow: none;
  }
}

/*480px*/
@media (max-width: 480px) {
  #cookieAcceptBtn:hover,
  #cookieRejectBtn:hover {
    box-shadow: none;
  }
}

/* logoanimations */
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: slideInFromLeft 1s ease-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 13: outline glow */
a, button, .btn {
  transition: outline-color 0.2s ease;
  outline: 2px solid transparent;
}
a:active, button:active, .btn:active {
  outline-color: #008cff;
  outline-offset: 2px;
}
/* endmainanimations */
