.btn {
  border-width: 2px;
}
body {
  font-family: Anybody;
}
.display-1 {
  font-family: 'Anybody', display;
  font-size: 6.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.5rem;
}
.display-2 {
  font-family: 'Anybody', display;
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Anybody', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Anybody', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Anybody', display;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-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: 768px) {
  .display-1 {
    font-size: 5.44rem;
    font-size: calc( 3.03rem + (6.8 - 3.03) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.03rem + (6.8 - 3.03) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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 (max-width: 1400px) {
  .display-1 {
    font-size: 5.44rem;
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    line-height: 1.1;
  }
}
/* Buttons */
@keyframes btn {
  0% {
    transform: rotate3d(0, 0, 0, 90deg);
    transform-origin: top;
  }
  50% {
    transform: rotate3d(1, 0, 0, 90deg);
    transform-origin: top;
  }
  51% {
    transform: rotate3d(1, 0, 0, 90deg);
    transform-origin: bottom;
  }
  100% {
    transform: rotate3d(0, 0, 0, 90deg);
    transform-origin: bottom;
  }
}
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
}
.btn-lg {
  padding: 1.5rem 2.6rem;
  border-radius: 12px;
}
.bg-primary {
  background-color: #4229f2 !important;
}
.bg-success {
  background-color: #2a3ffe !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #feff70 !important;
}
.bg-danger {
  background-color: #e43f3f !important;
}
.btn-primary {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-primary,
.btn-primary:active {
  background-color: #4229f2 !important;
  border-color: #4229f2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #210bb9 !important;
  border-color: #210bb9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #210bb9 !important;
  border-color: #210bb9 !important;
}
.btn-primary:hover {
  background: linear-gradient(0deg, #4229f2 0%, transparent 100%) !important;
  color: black !important;
}
.btn-primary:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-secondary {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2d1bab !important;
  border-color: #2d1bab !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #190f60 !important;
  border-color: #190f60 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #190f60 !important;
  border-color: #190f60 !important;
}
.btn-secondary:hover {
  background: linear-gradient(0deg, #4229f2 0%, transparent 100%) !important;
  color: black !important;
}
.btn-secondary:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-info {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-info:hover {
  background: linear-gradient(0deg, #4229f2 0%, transparent 100%) !important;
  color: black !important;
}
.btn-info:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-success {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-success,
.btn-success:active {
  background-color: #2a3ffe !important;
  border-color: #2a3ffe !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0116d0 !important;
  border-color: #0116d0 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0116d0 !important;
  border-color: #0116d0 !important;
}
.btn-success:hover {
  background: linear-gradient(0deg, #4229f2 0%, transparent 100%) !important;
  color: black !important;
}
.btn-success:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-warning {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-warning,
.btn-warning:active {
  background-color: #feff70 !important;
  border-color: #feff70 !important;
  color: #6f7000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #191900 !important;
  background-color: #fdff19 !important;
  border-color: #fdff19 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #6f7000 !important;
  background-color: #fdff19 !important;
  border-color: #fdff19 !important;
}
.btn-warning:hover {
  background: linear-gradient(0deg, #4229f2 0%, transparent 100%) !important;
  color: black !important;
}
.btn-warning:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-danger {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-danger,
.btn-danger:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-danger:hover {
  background: linear-gradient(0deg, #4229f2 0%, transparent 100%) !important;
  color: black !important;
}
.btn-danger:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-white {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white:hover {
  background: linear-gradient(0deg, #4229f2 0%, transparent 100%) !important;
  color: black !important;
}
.btn-white:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-black {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background: linear-gradient(0deg, #4229f2 0%, transparent 100%) !important;
  color: black !important;
}
.btn-black:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-primary-outline {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4229f2;
  color: #4229f2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #210bb9 !important;
  background-color: transparent !important;
  border-color: #210bb9 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4229f2 !important;
  border-color: #4229f2 !important;
}
.btn-primary-outline:hover {
  background: linear-gradient(0deg, #2d1bab 0%, transparent 100%) !important;
  color: black !important;
}
.btn-primary-outline:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-secondary-outline {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2d1bab;
  color: #2d1bab;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #190f60 !important;
  background-color: transparent !important;
  border-color: #190f60 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2d1bab !important;
  border-color: #2d1bab !important;
}
.btn-secondary-outline:hover {
  background: linear-gradient(0deg, #2d1bab 0%, transparent 100%) !important;
  color: black !important;
}
.btn-secondary-outline:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-info-outline {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline:hover {
  background: linear-gradient(0deg, #2d1bab 0%, transparent 100%) !important;
  color: black !important;
}
.btn-info-outline:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-success-outline {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2a3ffe;
  color: #2a3ffe;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0116d0 !important;
  background-color: transparent !important;
  border-color: #0116d0 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2a3ffe !important;
  border-color: #2a3ffe !important;
}
.btn-success-outline:hover {
  background: linear-gradient(0deg, #2d1bab 0%, transparent 100%) !important;
  color: black !important;
}
.btn-success-outline:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-warning-outline {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #feff70;
  color: #feff70;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fdff19 !important;
  background-color: transparent !important;
  border-color: #fdff19 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #6f7000 !important;
  background-color: #feff70 !important;
  border-color: #feff70 !important;
}
.btn-warning-outline:hover {
  background: linear-gradient(0deg, #2d1bab 0%, transparent 100%) !important;
  color: black !important;
}
.btn-warning-outline:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-danger-outline {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e43f3f;
  color: #e43f3f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b31919 !important;
  background-color: transparent !important;
  border-color: #b31919 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-danger-outline:hover {
  background: linear-gradient(0deg, #2d1bab 0%, transparent 100%) !important;
  color: black !important;
}
.btn-danger-outline:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-black-outline {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline:hover {
  background: linear-gradient(0deg, #2d1bab 0%, transparent 100%) !important;
  color: black !important;
}
.btn-black-outline:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.btn-white-outline {
  transition: all 0.3s !important;
  border-width: 1px;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline:hover {
  background: linear-gradient(0deg, #2d1bab 0%, transparent 100%) !important;
  color: black !important;
}
.btn-white-outline:hover span {
  animation-duration: 0.3s;
  animation-name: btn;
}
.text-primary {
  color: #4229f2 !important;
}
.text-secondary {
  color: #2d1bab !important;
}
.text-success {
  color: #2a3ffe !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #feff70 !important;
}
.text-danger {
  color: #e43f3f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1e0aab !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #160d53 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0114c1 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #fdff0a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a61717 !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: #4229f2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #feff70;
}
.alert-danger {
  background-color: #e43f3f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4229f2;
  border-color: #4229f2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4229f2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ece9fe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f5f6ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf2f2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Anybody', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #4229f2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Anybody', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #4229f2;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4229f2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4229f2;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4229f2;
  border-bottom-color: #4229f2;
}
.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: #4229f2 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #2d1bab !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='%234229f2' %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;
}
.cid-ukx1M1hyjp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ukx1M1hyjp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ukx1M1hyjp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ukx1M1hyjp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukx1M1hyjp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ukx1M1hyjp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukx1M1hyjp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukx1M1hyjp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ukx1M1hyjp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ukx1M1hyjp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ukx1M1hyjp .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ukx1M1hyjp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ukx1M1hyjp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ukx1M1hyjp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ukx1M1hyjp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ukx1M1hyjp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ukx1M1hyjp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ukx1M1hyjp .nav-link:hover {
  color: #ffffff !important;
}
.cid-ukx1M1hyjp .nav-link:hover::before {
  width: 100%;
}
.cid-ukx1M1hyjp .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukx1M1hyjp .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ukx1M1hyjp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ukx1M1hyjp .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ukx1M1hyjp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ukx1M1hyjp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ukx1M1hyjp .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(8, 0, 64, 0.5) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #080040;
  box-shadow: none;
  border: 1px solid #ffffff;
  position: relative;
  border-radius: 4px !important;
}
.cid-ukx1M1hyjp .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ukx1M1hyjp .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ukx1M1hyjp .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ukx1M1hyjp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukx1M1hyjp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #080040;
  background: rgba(8, 0, 64, 0.5) !important;
  border-radius: 4px !important;
}
.cid-ukx1M1hyjp .nav-item:focus,
.cid-ukx1M1hyjp .nav-link:focus {
  outline: none;
}
.cid-ukx1M1hyjp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukx1M1hyjp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukx1M1hyjp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukx1M1hyjp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukx1M1hyjp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukx1M1hyjp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukx1M1hyjp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ukx1M1hyjp .navbar.opened {
  transition: all 0.3s;
}
.cid-ukx1M1hyjp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukx1M1hyjp .navbar .navbar-logo img {
  width: auto;
}
.cid-ukx1M1hyjp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukx1M1hyjp .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ukx1M1hyjp .navbar.collapsed {
  justify-content: center;
}
.cid-ukx1M1hyjp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukx1M1hyjp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukx1M1hyjp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ukx1M1hyjp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukx1M1hyjp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukx1M1hyjp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukx1M1hyjp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukx1M1hyjp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukx1M1hyjp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ukx1M1hyjp .navbar {
    min-height: 72px;
  }
  .cid-ukx1M1hyjp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ukx1M1hyjp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukx1M1hyjp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukx1M1hyjp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukx1M1hyjp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukx1M1hyjp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukx1M1hyjp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukx1M1hyjp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ukx1M1hyjp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukx1M1hyjp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukx1M1hyjp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ukx1M1hyjp .dropdown-item.active,
.cid-ukx1M1hyjp .dropdown-item:active {
  background-color: transparent;
}
.cid-ukx1M1hyjp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukx1M1hyjp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukx1M1hyjp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukx1M1hyjp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080040;
}
.cid-ukx1M1hyjp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ukx1M1hyjp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ukx1M1hyjp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukx1M1hyjp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ukx1M1hyjp .navbar-buttons {
    text-align: left;
  }
}
.cid-ukx1M1hyjp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukx1M1hyjp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukx1M1hyjp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukx1M1hyjp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukx1M1hyjp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukx1M1hyjp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukx1M1hyjp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukx1M1hyjp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukx1M1hyjp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukx1M1hyjp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukx1M1hyjp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukx1M1hyjp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukx1M1hyjp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukx1M1hyjp .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukx1M1hyjp .navbar {
    height: 70px;
  }
  .cid-ukx1M1hyjp .navbar.opened {
    height: auto;
  }
  .cid-ukx1M1hyjp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ukx1M1hyjp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ukx1M1hyjp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ukx1M1hyjp .navbar-brand {
    margin-right: auto;
  }
  .cid-ukx1M1hyjp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #080040;
    opacity: 1;
    border-color: rgba(8, 0, 64, 0.5) !important;
    background: rgba(8, 0, 64, 0.5) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ukx1M1hyjp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ukx1M1hyjp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ukx1M1hyjp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ukx1M1hyjp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ukx1M1hyjp .navbar-brand,
.cid-ukx1M1hyjp .navbar-toggler,
.cid-ukx1M1hyjp .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-t9nvOTtekc {
  background-image: url("../../../assets/images/abstract-gradient-neon-lights-2.webp");
}
.cid-t9nvOTtekc .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9nvOTtekc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9nvOTtekc .mbr-section-title {
  text-align: center;
}
.cid-t9nvOTtekc .mbr-text,
.cid-t9nvOTtekc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t9nvOTtekc .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-t9nvOTtekc .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-t9nvOTtekc .mbr-section-title,
.cid-t9nvOTtekc .dot {
  color: #ffffff;
  text-align: center;
}
.cid-t9nvOTtekc .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-t9ooGHEbUk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #00000d;
}
.cid-t9ooGHEbUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9ooGHEbUk .container-fluid {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-t9ooGHEbUk .container-fluid {
    padding: 0 2rem;
  }
}
.cid-t9ooGHEbUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9ooGHEbUk .img-card {
  background: #ffffff;
  padding: 5rem;
  border-top-left-radius: 4rem;
}
@media (max-width: 992px) {
  .cid-t9ooGHEbUk .img-card {
    border-radius: 2rem;
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t9ooGHEbUk .img-card {
    padding: 1rem;
  }
}
.cid-t9ooGHEbUk .row {
  justify-content: space-between;
}
.cid-t9ooGHEbUk .img-wrapper {
  border-radius: 3rem;
  position: relative;
}
.cid-t9ooGHEbUk .img-wrapper img {
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-t9ooGHEbUk .img-wrapper img {
    border-radius: 2rem;
  }
}
.cid-t9ooGHEbUk .img-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 3rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .cid-t9ooGHEbUk .image-wrapper {
    margin-bottom: 4rem;
  }
}
.cid-t9ooGHEbUk .dot {
  width: 6px;
  height: 6px;
  background: #000000;
}
.cid-t9ooGHEbUk .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 992px) {
  .cid-t9ooGHEbUk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t9ooGHEbUk .mbr-text,
.cid-t9ooGHEbUk .mbr-section-btn {
  color: #ffffff;
}
.cid-t9ooGHEbUk .mbr-section-title {
  color: #ffffff;
}
.cid-tPSwjALbhQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tPSwjALbhQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPSwjALbhQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPSwjALbhQ .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tPSwjALbhQ .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tPSwjALbhQ .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tPSwjALbhQ .mbr-section-title {
  color: #131313;
}
.cid-tPSwjALbhQ .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tPSwjALbhQ .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tPSwjALbhQ .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tPSwjALbhQ .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tPSwjALbhQ .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tPSwjALbhQ .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tPSwjALbhQ .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tPSwjALbhQ .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tPSwjALbhQ .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tPSwjALbhQ .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tPSwjALbhQ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #2a3ffe;
}
.cid-tPSwjALbhQ .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tPSwjALbhQ .content-wrap {
    margin-top: 0;
  }
}
.cid-tPSwjALbhQ .card-title {
  color: #131313;
}
.cid-tPSwjALbhQ .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tPSwjALbhQ .card-text {
    margin-top: 15px;
  }
}
.cid-tPSwjALbhQ .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tPSwjALbhQ .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tPSwjALbhQ .card-link {
    margin-top: 15px;
  }
}
.cid-tPSwjALbhQ .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-t9ooXjfW84 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/artistic-blurry-colorful-wallpaper-background-2-1920x1080.webp");
}
.cid-t9ooXjfW84 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t9ooXjfW84 textarea {
  min-height: 200px;
}
.cid-t9ooXjfW84 .btn {
  padding: 1rem 3rem;
}
.cid-t9ooXjfW84 .form-control,
.cid-t9ooXjfW84 .field-input {
  padding: 1.2rem 1.6rem;
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  border-radius: 1rem;
  outline: none;
}
.cid-t9ooXjfW84 .form-control::-webkit-input-placeholder,
.cid-t9ooXjfW84 .field-input::-webkit-input-placeholder,
.cid-t9ooXjfW84 .form-control::-webkit-input-placeholder,
.cid-t9ooXjfW84 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-t9ooXjfW84 .form-control:-moz-placeholder,
.cid-t9ooXjfW84 .field-input:-moz-placeholder,
.cid-t9ooXjfW84 .form-control:-moz-placeholder,
.cid-t9ooXjfW84 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-t9ooXjfW84 .form-control:hover,
.cid-t9ooXjfW84 .field-input:hover,
.cid-t9ooXjfW84 .form-control:focus,
.cid-t9ooXjfW84 .field-input:focus {
  background-color: #ffffff;
  border-color: #000000 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t9ooXjfW84 .form-control:hover::-webkit-input-placeholder,
.cid-t9ooXjfW84 .field-input:hover::-webkit-input-placeholder,
.cid-t9ooXjfW84 .form-control:focus::-webkit-input-placeholder,
.cid-t9ooXjfW84 .field-input:focus::-webkit-input-placeholder,
.cid-t9ooXjfW84 .form-control:hover::-webkit-input-placeholder,
.cid-t9ooXjfW84 .field-input:hover::-webkit-input-placeholder,
.cid-t9ooXjfW84 .form-control:focus::-webkit-input-placeholder,
.cid-t9ooXjfW84 .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-t9ooXjfW84 .form-control:hover:-moz-placeholder,
.cid-t9ooXjfW84 .field-input:hover:-moz-placeholder,
.cid-t9ooXjfW84 .form-control:focus:-moz-placeholder,
.cid-t9ooXjfW84 .field-input:focus:-moz-placeholder,
.cid-t9ooXjfW84 .form-control:hover:-moz-placeholder,
.cid-t9ooXjfW84 .field-input:hover:-moz-placeholder,
.cid-t9ooXjfW84 .form-control:focus:-moz-placeholder,
.cid-t9ooXjfW84 .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-t9ooXjfW84 .jq-number__spin:hover,
.cid-t9ooXjfW84 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #000000 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-t9ooXjfW84 .jq-number__spin {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t9ooXjfW84 .jq-selectbox li,
.cid-t9ooXjfW84 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-t9ooXjfW84 .jq-selectbox li:hover,
.cid-t9ooXjfW84 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-t9ooXjfW84 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-t9ooXjfW84 .jq-number__spin.minus:hover:after,
.cid-t9ooXjfW84 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-t9ooXjfW84 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-t9ooXjfW84 .jq-number__spin.minus:after,
.cid-t9ooXjfW84 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-t9ooXjfW84 input::-webkit-clear-button {
  display: none;
}
.cid-t9ooXjfW84 input::-webkit-inner-spin-button {
  display: none;
}
.cid-t9ooXjfW84 input::-webkit-outer-spin-button {
  display: none;
}
.cid-t9ooXjfW84 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-t9ooXjfW84 .mbr-section-title {
  color: #ffffff;
}
.cid-tUizDL0ez2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #00000d;
}
.cid-tUizDL0ez2 p {
  text-align: center;
}
.cid-tUizDL0ez2 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tUizDL0ez2 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tUizDL0ez2 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tUizDL0ez2 .logo-footer {
  line-height: normal;
}
.cid-tUizDL0ez2 .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tUizDL0ez2 .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tUizDL0ez2 .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tUizDL0ez2 li {
  overflow: hidden;
}
.cid-tUizDL0ez2 .icon-transition span {
  display: block;
}
.cid-tUizDL0ez2 .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tUizDL0ez2 .list-inline-item a {
  display: block;
}
.cid-tUizDL0ez2 .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tUizDL0ez2 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUizDL0ez2 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tUizDL0ez2 .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tUizDL0ez2 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tUizDL0ez2 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tUizDL0ez2 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tUizDL0ez2 .logo-footer {
    text-align: center;
  }
  .cid-tUizDL0ez2 .social-media {
    justify-content: center;
  }
}
.cid-tVjUPjxc5F {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #171717;
}
.cid-tVjUPjxc5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVjUPjxc5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVjUPjxc5F .mbr-section-title {
  text-align: center;
}
.cid-tVjUPjxc5F .mbr-text,
.cid-tVjUPjxc5F .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tVjUPjxc5F .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-tVjUPjxc5F .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-tVjUPjxc5F .mbr-section-title,
.cid-tVjUPjxc5F .dot {
  color: #ffffff;
  text-align: center;
}
.cid-tVjUPjxc5F .mbr-section-subtitle {
  text-align: center;
}
.cid-t9oroug47s {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/52ec3a96c2ffd0943503b472ecf14c02.webp");
}
.cid-t9oroug47s .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9oroug47s .container-fluid {
  padding: 0;
}
.cid-t9oroug47s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9oroug47s h2:before {
  content: attr(data-replace);
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-t9oroug47s .mbr-overlay {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
}
.cid-t9oroug47s .row {
  justify-content: space-between;
}
.cid-t9oroug47s .card {
  background: white;
  border-radius: 0;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  padding: 6rem 8rem;
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1400px) {
  .cid-t9oroug47s .card {
    padding: 4rem 6rem;
  }
}
@media (max-width: 992px) {
  .cid-t9oroug47s .card {
    padding: 2rem 3rem;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .cid-t9oroug47s .card {
    padding: 3rem 1rem;
  }
}
.cid-t9oroug47s .mbr-text,
.cid-t9oroug47s .mbr-section-btn {
  color: #232323;
}
.cid-u4AFQ9XjUe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u4AFQ9XjUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4AFQ9XjUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-u4AFQ9XjUe .img1 {
    margin-top: 20rem;
  }
  .cid-u4AFQ9XjUe .img2 {
    margin-top: 10rem;
  }
  .cid-u4AFQ9XjUe .img-item {
    padding: 0 1.5rem;
  }
}
.cid-u4AFQ9XjUe .row {
  align-items: stretch;
  justify-content: center;
}
.cid-u4AFQ9XjUe .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-u4AFQ9XjUe .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 600px;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u4AFQ9XjUe .row .img-item img {
    min-height: 300px;
  }
}
.cid-tUixTvgp7T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tUixTvgp7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUixTvgp7T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-tUixTvgp7T .img1 {
    margin-top: 20rem;
  }
  .cid-tUixTvgp7T .img2 {
    margin-top: 10rem;
  }
  .cid-tUixTvgp7T .img-item {
    padding: 0 1.5rem;
  }
}
.cid-tUixTvgp7T .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tUixTvgp7T .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tUixTvgp7T .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 600px;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tUixTvgp7T .row .img-item img {
    min-height: 300px;
  }
}
.cid-tUiAfX7Xue {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tUiAfX7Xue .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUiAfX7Xue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1400px) {
  .cid-tUiAfX7Xue .img1 {
    margin-top: 20rem;
  }
  .cid-tUiAfX7Xue .img2 {
    margin-top: 10rem;
  }
  .cid-tUiAfX7Xue .img-item {
    padding: 0 1.5rem;
  }
}
.cid-tUiAfX7Xue .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tUiAfX7Xue .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tUiAfX7Xue .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 600px;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tUiAfX7Xue .row .img-item img {
    min-height: 300px;
  }
}
.cid-tVk2s4nShm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVk2s4nShm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVk2s4nShm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVk2s4nShm .mbr-section-title {
  text-align: center;
}
.cid-tVk2s4nShm .mbr-text,
.cid-tVk2s4nShm .mbr-section-btn {
  text-align: center;
}
.cid-tVk2s4nShm .mbr-section-title,
.cid-tVk2s4nShm .dot {
  color: #000000;
  text-align: center;
}
.cid-tVk2s4nShm .mbr-section-subtitle {
  text-align: center;
}
.cid-t9orQYQ2A7 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t9orQYQ2A7 img {
  width: 200px;
  margin: auto;
}
.cid-t9orQYQ2A7 .mbr-section-subtitle {
  transition: all 0.3s;
  opacity: 0;
}
.cid-t9orQYQ2A7 .mbr-section-subtitle:focus-within {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t9orQYQ2A7 .mbr-section-subtitle {
    opacity: 1;
  }
}
.cid-t9orQYQ2A7 .col-md-6 {
  margin-bottom: 1rem;
}
.cid-t9orQYQ2A7 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 6rem 1rem;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.cid-t9orQYQ2A7 .card:hover {
  background: linear-gradient(0deg, #4229f2 0%, white 100%) !important;
}
.cid-t9orQYQ2A7 .card:hover img {
  animation-duration: 1s;
  animation-name: img;
}
.cid-t9orQYQ2A7 .card:hover .mbr-section-subtitle {
  opacity: 1;
}
.cid-t9orQYQ2A7 .dot {
  width: 6px;
  height: 6px;
  background: #000000;
}
.cid-t9orQYQ2A7 .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@keyframes img {
  0% {
    transform: translate(0px);
    transform-origin: right;
  }
  50% {
    transform: translate(-300px);
    transform-origin: right;
  }
  51% {
    transform: translate(300px);
    transform-origin: left;
  }
  100% {
    transform: translate(0px);
    transform-origin: left;
  }
}
.cid-tUizDL0ez2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #00000d;
}
.cid-tUizDL0ez2 p {
  text-align: center;
}
.cid-tUizDL0ez2 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tUizDL0ez2 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tUizDL0ez2 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tUizDL0ez2 .logo-footer {
  line-height: normal;
}
.cid-tUizDL0ez2 .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tUizDL0ez2 .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tUizDL0ez2 .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tUizDL0ez2 li {
  overflow: hidden;
}
.cid-tUizDL0ez2 .icon-transition span {
  display: block;
}
.cid-tUizDL0ez2 .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tUizDL0ez2 .list-inline-item a {
  display: block;
}
.cid-tUizDL0ez2 .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tUizDL0ez2 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUizDL0ez2 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tUizDL0ez2 .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tUizDL0ez2 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tUizDL0ez2 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tUizDL0ez2 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tUizDL0ez2 .logo-footer {
    text-align: center;
  }
  .cid-tUizDL0ez2 .social-media {
    justify-content: center;
  }
}
.cid-ukx1M1hyjp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ukx1M1hyjp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ukx1M1hyjp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ukx1M1hyjp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukx1M1hyjp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ukx1M1hyjp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukx1M1hyjp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukx1M1hyjp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ukx1M1hyjp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ukx1M1hyjp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ukx1M1hyjp .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ukx1M1hyjp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ukx1M1hyjp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ukx1M1hyjp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ukx1M1hyjp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ukx1M1hyjp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ukx1M1hyjp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ukx1M1hyjp .nav-link:hover {
  color: #ffffff !important;
}
.cid-ukx1M1hyjp .nav-link:hover::before {
  width: 100%;
}
.cid-ukx1M1hyjp .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukx1M1hyjp .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ukx1M1hyjp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ukx1M1hyjp .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ukx1M1hyjp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ukx1M1hyjp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ukx1M1hyjp .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(8, 0, 64, 0.5) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #080040;
  box-shadow: none;
  border: 1px solid #ffffff;
  position: relative;
  border-radius: 4px !important;
}
.cid-ukx1M1hyjp .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ukx1M1hyjp .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ukx1M1hyjp .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ukx1M1hyjp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukx1M1hyjp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #080040;
  background: rgba(8, 0, 64, 0.5) !important;
  border-radius: 4px !important;
}
.cid-ukx1M1hyjp .nav-item:focus,
.cid-ukx1M1hyjp .nav-link:focus {
  outline: none;
}
.cid-ukx1M1hyjp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukx1M1hyjp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukx1M1hyjp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukx1M1hyjp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukx1M1hyjp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukx1M1hyjp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukx1M1hyjp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ukx1M1hyjp .navbar.opened {
  transition: all 0.3s;
}
.cid-ukx1M1hyjp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukx1M1hyjp .navbar .navbar-logo img {
  width: auto;
}
.cid-ukx1M1hyjp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukx1M1hyjp .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ukx1M1hyjp .navbar.collapsed {
  justify-content: center;
}
.cid-ukx1M1hyjp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukx1M1hyjp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukx1M1hyjp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ukx1M1hyjp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukx1M1hyjp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukx1M1hyjp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukx1M1hyjp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukx1M1hyjp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukx1M1hyjp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ukx1M1hyjp .navbar {
    min-height: 72px;
  }
  .cid-ukx1M1hyjp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ukx1M1hyjp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukx1M1hyjp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukx1M1hyjp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukx1M1hyjp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukx1M1hyjp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukx1M1hyjp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukx1M1hyjp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ukx1M1hyjp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukx1M1hyjp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukx1M1hyjp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ukx1M1hyjp .dropdown-item.active,
.cid-ukx1M1hyjp .dropdown-item:active {
  background-color: transparent;
}
.cid-ukx1M1hyjp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukx1M1hyjp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukx1M1hyjp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukx1M1hyjp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080040;
}
.cid-ukx1M1hyjp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ukx1M1hyjp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ukx1M1hyjp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukx1M1hyjp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ukx1M1hyjp .navbar-buttons {
    text-align: left;
  }
}
.cid-ukx1M1hyjp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukx1M1hyjp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukx1M1hyjp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukx1M1hyjp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukx1M1hyjp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukx1M1hyjp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukx1M1hyjp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukx1M1hyjp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukx1M1hyjp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukx1M1hyjp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukx1M1hyjp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukx1M1hyjp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukx1M1hyjp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukx1M1hyjp .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukx1M1hyjp .navbar {
    height: 70px;
  }
  .cid-ukx1M1hyjp .navbar.opened {
    height: auto;
  }
  .cid-ukx1M1hyjp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ukx1M1hyjp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ukx1M1hyjp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ukx1M1hyjp .navbar-brand {
    margin-right: auto;
  }
  .cid-ukx1M1hyjp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #080040;
    opacity: 1;
    border-color: rgba(8, 0, 64, 0.5) !important;
    background: rgba(8, 0, 64, 0.5) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ukx1M1hyjp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ukx1M1hyjp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ukx1M1hyjp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ukx1M1hyjp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ukx1M1hyjp .navbar-brand,
.cid-ukx1M1hyjp .navbar-toggler,
.cid-ukx1M1hyjp .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-tVk96lOcwt {
  background-color: #171717;
}
.cid-tVk96lOcwt .wrapper {
  padding-top: 8rem;
  padding-bottom: 3rem;
}
.cid-tVk96lOcwt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVk96lOcwt .wrapper {
  background: #171717;
  border-top-left-radius: 6rem;
  border-top-right-radius: 6rem;
}
.cid-tVk96lOcwt .mbr-section-title {
  text-align: center;
}
.cid-tVk96lOcwt .mbr-text,
.cid-tVk96lOcwt .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tVk96lOcwt .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-tVk96lOcwt .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-tVk96lOcwt .mbr-section-title,
.cid-tVk96lOcwt .dot {
  color: #ffffff;
  text-align: center;
}
.cid-tVk96lOcwt .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tVk91sxl4R {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tVk91sxl4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVk91sxl4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVk91sxl4R .mbr-text {
  text-align: left;
}
.cid-tUizDL0ez2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #00000d;
}
.cid-tUizDL0ez2 p {
  text-align: center;
}
.cid-tUizDL0ez2 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tUizDL0ez2 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tUizDL0ez2 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tUizDL0ez2 .logo-footer {
  line-height: normal;
}
.cid-tUizDL0ez2 .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tUizDL0ez2 .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tUizDL0ez2 .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tUizDL0ez2 li {
  overflow: hidden;
}
.cid-tUizDL0ez2 .icon-transition span {
  display: block;
}
.cid-tUizDL0ez2 .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tUizDL0ez2 .list-inline-item a {
  display: block;
}
.cid-tUizDL0ez2 .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tUizDL0ez2 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUizDL0ez2 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tUizDL0ez2 .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tUizDL0ez2 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tUizDL0ez2 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tUizDL0ez2 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tUizDL0ez2 .logo-footer {
    text-align: center;
  }
  .cid-tUizDL0ez2 .social-media {
    justify-content: center;
  }
}
.cid-ukx1M1hyjp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ukx1M1hyjp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ukx1M1hyjp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ukx1M1hyjp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukx1M1hyjp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ukx1M1hyjp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukx1M1hyjp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukx1M1hyjp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ukx1M1hyjp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ukx1M1hyjp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ukx1M1hyjp .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ukx1M1hyjp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ukx1M1hyjp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ukx1M1hyjp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ukx1M1hyjp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ukx1M1hyjp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ukx1M1hyjp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ukx1M1hyjp .nav-link:hover {
  color: #ffffff !important;
}
.cid-ukx1M1hyjp .nav-link:hover::before {
  width: 100%;
}
.cid-ukx1M1hyjp .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukx1M1hyjp .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ukx1M1hyjp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ukx1M1hyjp .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ukx1M1hyjp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ukx1M1hyjp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ukx1M1hyjp .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(8, 0, 64, 0.5) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #080040;
  box-shadow: none;
  border: 1px solid #ffffff;
  position: relative;
  border-radius: 4px !important;
}
.cid-ukx1M1hyjp .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ukx1M1hyjp .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ukx1M1hyjp .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ukx1M1hyjp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukx1M1hyjp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #080040;
  background: rgba(8, 0, 64, 0.5) !important;
  border-radius: 4px !important;
}
.cid-ukx1M1hyjp .nav-item:focus,
.cid-ukx1M1hyjp .nav-link:focus {
  outline: none;
}
.cid-ukx1M1hyjp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukx1M1hyjp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukx1M1hyjp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukx1M1hyjp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukx1M1hyjp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukx1M1hyjp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukx1M1hyjp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ukx1M1hyjp .navbar.opened {
  transition: all 0.3s;
}
.cid-ukx1M1hyjp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukx1M1hyjp .navbar .navbar-logo img {
  width: auto;
}
.cid-ukx1M1hyjp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukx1M1hyjp .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ukx1M1hyjp .navbar.collapsed {
  justify-content: center;
}
.cid-ukx1M1hyjp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukx1M1hyjp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukx1M1hyjp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ukx1M1hyjp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukx1M1hyjp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukx1M1hyjp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukx1M1hyjp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukx1M1hyjp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukx1M1hyjp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ukx1M1hyjp .navbar {
    min-height: 72px;
  }
  .cid-ukx1M1hyjp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ukx1M1hyjp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukx1M1hyjp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukx1M1hyjp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukx1M1hyjp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukx1M1hyjp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukx1M1hyjp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukx1M1hyjp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ukx1M1hyjp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukx1M1hyjp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukx1M1hyjp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ukx1M1hyjp .dropdown-item.active,
.cid-ukx1M1hyjp .dropdown-item:active {
  background-color: transparent;
}
.cid-ukx1M1hyjp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukx1M1hyjp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukx1M1hyjp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukx1M1hyjp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080040;
}
.cid-ukx1M1hyjp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ukx1M1hyjp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ukx1M1hyjp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukx1M1hyjp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ukx1M1hyjp .navbar-buttons {
    text-align: left;
  }
}
.cid-ukx1M1hyjp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukx1M1hyjp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukx1M1hyjp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukx1M1hyjp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukx1M1hyjp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukx1M1hyjp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukx1M1hyjp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukx1M1hyjp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukx1M1hyjp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukx1M1hyjp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukx1M1hyjp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukx1M1hyjp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukx1M1hyjp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukx1M1hyjp .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukx1M1hyjp .navbar {
    height: 70px;
  }
  .cid-ukx1M1hyjp .navbar.opened {
    height: auto;
  }
  .cid-ukx1M1hyjp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ukx1M1hyjp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ukx1M1hyjp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ukx1M1hyjp .navbar-brand {
    margin-right: auto;
  }
  .cid-ukx1M1hyjp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #080040;
    opacity: 1;
    border-color: rgba(8, 0, 64, 0.5) !important;
    background: rgba(8, 0, 64, 0.5) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ukx1M1hyjp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ukx1M1hyjp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ukx1M1hyjp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ukx1M1hyjp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ukx1M1hyjp .navbar-brand,
.cid-ukx1M1hyjp .navbar-toggler,
.cid-ukx1M1hyjp .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-u4ALfKxPPd {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #171717;
}
.cid-u4ALfKxPPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ALfKxPPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4ALfKxPPd .row {
  justify-content: space-between;
}
.cid-u4ALfKxPPd .mbr-text,
.cid-u4ALfKxPPd .mbr-section-btn {
  color: #ffffff;
}
.cid-u4ALfKxPPd .mbr-section-title {
  color: #ffffff;
}
.cid-u4ALfKxPPd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u4AHqGv090 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 300px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u4AHqGv090 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4AHqGv090 img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 4rem !important;
}
@media (max-width: 767px) {
  .cid-u4AHqGv090 img {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-u4AHqGv090 img {
    z-index: 10;
  }
}
.cid-u4AHqGv090 .face1 {
  position: absolute;
  left: 7%;
  top: 10%;
  animation: circle1 6s linear infinite;
}
.cid-u4AHqGv090 .face2 {
  position: absolute;
  right: 7%;
  top: 13%;
  animation: circle1 6s linear infinite;
}
.cid-u4AHqGv090 .face3 {
  position: absolute;
  left: 12%;
  bottom: 30%;
  animation: circle2 6s linear infinite;
}
.cid-u4AHqGv090 .face4 {
  position: absolute;
  right: 15%;
  bottom: 28%;
  animation: circle2 6s linear infinite;
}
@keyframes circle1 {
  0% {
    transform: rotate(0deg) translate(-8px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-8px) rotate(-360deg);
  }
}
@keyframes circle2 {
  0% {
    transform: rotate(360deg) translate(-8px) rotate(-360deg);
  }
  100% {
    transform: rotate(0deg) translate(-8px) rotate(0deg);
  }
}
.cid-u4AHqGv090 .mbr-tag {
  border: 1px solid currentColor;
  border-radius: 20px;
  padding: 5px 30px;
  text-align: center;
  display: inline-block;
  margin-bottom: 6px;
}
.cid-u4AHqGv090 .round {
  position: absolute;
  bottom: -1430px;
  left: -20%;
  width: 140%;
  height: 1700px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background: #232323;
}
@media (max-width: 992px) {
  .cid-u4AHqGv090 .round {
    bottom: -1300px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-u4AHqGv090 .round {
    height: 600px;
    bottom: -500px;
  }
}
.cid-u4AHqGv090 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4AHqGv090 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u4AHqGv090 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u4AHqGv090 {
    align-items: flex-start;
  }
  .cid-u4AHqGv090 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u4AHqGv090 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u4AHqGv090 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u4AHqGv090 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u4AHqGv090 .content-wrap {
    width: 100%;
  }
}
.cid-u4AHqGv090 .mbr-section-title {
  text-align: center;
  color: #232323;
}
.cid-u4AHqGv090 .mbr-text,
.cid-u4AHqGv090 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-u4AHqGv090 .mbr-tag,
.cid-u4AHqGv090 .tags {
  text-align: center;
  color: #232323;
}
.cid-u4AHqGv090 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-u4AMZ2GUGE {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u4AMZ2GUGE .item-img {
  position: relative;
}
.cid-u4AMZ2GUGE .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u4AMZ2GUGE .card-text {
    padding-left: 4rem;
  }
}
.cid-u4AMZ2GUGE h5 {
  line-height: 1.2;
}
.cid-u4AMZ2GUGE .card {
  margin-bottom: 2rem;
}
.cid-u4AMZ2GUGE .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u4AMZ2GUGE .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u4AMZ2GUGE .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #4229f2;
}
@media (max-width: 992px) {
  .cid-u4AMZ2GUGE .image-wrapper {
    min-height: 200px;
  }
}
.cid-u4AMZ2GUGE .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u4AMZ2GUGE .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u4AMZ2GUGE .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u4AMZ2GUGE .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u4AMZ2GUGE .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u4AMZ2GUGE .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u4AMZ2GUGE .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u4AMZ2GUGE .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u4AMZ2GUGE .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u4AMZ2GUGE .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u4AMZ2GUGE .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u4AMZ2GUGE .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u4AMZ2GUGE img,
.cid-u4AMZ2GUGE .item-img {
  width: 100%;
}
.cid-u4AMZ2GUGE .item:focus,
.cid-u4AMZ2GUGE span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u4AMZ2GUGE .item {
    margin-bottom: 1rem;
  }
}
.cid-u4AMZ2GUGE .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u4AMZ2GUGE .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u4AMZ2GUGE .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u4AMZ2GUGE .mbr-section-subtitle,
.cid-u4AMZ2GUGE .subtitle-wrap,
.cid-u4AMZ2GUGE .mbr-section-btn {
  text-align: left;
}
.cid-u4AMZ2GUGE .mbr-text,
.cid-u4AMZ2GUGE .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u4AMZ2GUGE .mbr-text {
  color: #000000;
}
.cid-u4AOsYGT5Y {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u4AOsYGT5Y .item-img {
  position: relative;
}
.cid-u4AOsYGT5Y .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u4AOsYGT5Y .card-text {
    padding-left: 4rem;
  }
}
.cid-u4AOsYGT5Y h5 {
  line-height: 1.2;
}
.cid-u4AOsYGT5Y .card {
  margin-bottom: 2rem;
}
.cid-u4AOsYGT5Y .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u4AOsYGT5Y .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u4AOsYGT5Y .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #e43f3f;
}
@media (max-width: 992px) {
  .cid-u4AOsYGT5Y .image-wrapper {
    min-height: 200px;
  }
}
.cid-u4AOsYGT5Y .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u4AOsYGT5Y .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u4AOsYGT5Y .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u4AOsYGT5Y .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u4AOsYGT5Y .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u4AOsYGT5Y .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u4AOsYGT5Y .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u4AOsYGT5Y .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u4AOsYGT5Y .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u4AOsYGT5Y .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u4AOsYGT5Y .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u4AOsYGT5Y .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u4AOsYGT5Y img,
.cid-u4AOsYGT5Y .item-img {
  width: 100%;
}
.cid-u4AOsYGT5Y .item:focus,
.cid-u4AOsYGT5Y span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u4AOsYGT5Y .item {
    margin-bottom: 1rem;
  }
}
.cid-u4AOsYGT5Y .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u4AOsYGT5Y .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u4AOsYGT5Y .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u4AOsYGT5Y .mbr-section-subtitle,
.cid-u4AOsYGT5Y .subtitle-wrap,
.cid-u4AOsYGT5Y .mbr-section-btn {
  text-align: left;
}
.cid-u4AOsYGT5Y .mbr-text,
.cid-u4AOsYGT5Y .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u4AOsYGT5Y .mbr-text {
  color: #000000;
}
.cid-u4AOtqeNer {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u4AOtqeNer .item-img {
  position: relative;
}
.cid-u4AOtqeNer .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u4AOtqeNer .card-text {
    padding-left: 4rem;
  }
}
.cid-u4AOtqeNer h5 {
  line-height: 1.2;
}
.cid-u4AOtqeNer .card {
  margin-bottom: 2rem;
}
.cid-u4AOtqeNer .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u4AOtqeNer .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u4AOtqeNer .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #2299aa;
}
@media (max-width: 992px) {
  .cid-u4AOtqeNer .image-wrapper {
    min-height: 200px;
  }
}
.cid-u4AOtqeNer .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u4AOtqeNer .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u4AOtqeNer .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u4AOtqeNer .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u4AOtqeNer .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u4AOtqeNer .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u4AOtqeNer .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u4AOtqeNer .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u4AOtqeNer .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u4AOtqeNer .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u4AOtqeNer .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u4AOtqeNer .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u4AOtqeNer img,
.cid-u4AOtqeNer .item-img {
  width: 100%;
}
.cid-u4AOtqeNer .item:focus,
.cid-u4AOtqeNer span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u4AOtqeNer .item {
    margin-bottom: 1rem;
  }
}
.cid-u4AOtqeNer .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u4AOtqeNer .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u4AOtqeNer .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u4AOtqeNer .mbr-section-subtitle,
.cid-u4AOtqeNer .subtitle-wrap,
.cid-u4AOtqeNer .mbr-section-btn {
  text-align: left;
}
.cid-u4AOtqeNer .mbr-text,
.cid-u4AOtqeNer .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u4AOtqeNer .mbr-text {
  color: #000000;
}
.cid-u4AOtTl7gp {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u4AOtTl7gp .item-img {
  position: relative;
}
.cid-u4AOtTl7gp .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u4AOtTl7gp .card-text {
    padding-left: 4rem;
  }
}
.cid-u4AOtTl7gp h5 {
  line-height: 1.2;
}
.cid-u4AOtTl7gp .card {
  margin-bottom: 2rem;
}
.cid-u4AOtTl7gp .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u4AOtTl7gp .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u4AOtTl7gp .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #e6c63b;
}
@media (max-width: 992px) {
  .cid-u4AOtTl7gp .image-wrapper {
    min-height: 200px;
  }
}
.cid-u4AOtTl7gp .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u4AOtTl7gp .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u4AOtTl7gp .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u4AOtTl7gp .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u4AOtTl7gp .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u4AOtTl7gp .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u4AOtTl7gp .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u4AOtTl7gp .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u4AOtTl7gp .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u4AOtTl7gp .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u4AOtTl7gp .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u4AOtTl7gp .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u4AOtTl7gp img,
.cid-u4AOtTl7gp .item-img {
  width: 100%;
}
.cid-u4AOtTl7gp .item:focus,
.cid-u4AOtTl7gp span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u4AOtTl7gp .item {
    margin-bottom: 1rem;
  }
}
.cid-u4AOtTl7gp .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u4AOtTl7gp .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u4AOtTl7gp .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u4AOtTl7gp .mbr-section-subtitle,
.cid-u4AOtTl7gp .subtitle-wrap,
.cid-u4AOtTl7gp .mbr-section-btn {
  text-align: left;
}
.cid-u4AOtTl7gp .mbr-text,
.cid-u4AOtTl7gp .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u4AOtTl7gp .mbr-text {
  color: #000000;
}
.cid-u4APFKQRnT {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u4APFKQRnT .item-img {
  position: relative;
}
.cid-u4APFKQRnT .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-u4APFKQRnT .card-text {
    padding-left: 4rem;
  }
}
.cid-u4APFKQRnT h5 {
  line-height: 1.2;
}
.cid-u4APFKQRnT .card {
  margin-bottom: 2rem;
}
.cid-u4APFKQRnT .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u4APFKQRnT .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u4APFKQRnT .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #22a5e5;
}
@media (max-width: 992px) {
  .cid-u4APFKQRnT .image-wrapper {
    min-height: 200px;
  }
}
.cid-u4APFKQRnT .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u4APFKQRnT .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u4APFKQRnT .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-u4APFKQRnT .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-u4APFKQRnT .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u4APFKQRnT .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u4APFKQRnT .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u4APFKQRnT .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u4APFKQRnT .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u4APFKQRnT .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u4APFKQRnT .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u4APFKQRnT .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-u4APFKQRnT img,
.cid-u4APFKQRnT .item-img {
  width: 100%;
}
.cid-u4APFKQRnT .item:focus,
.cid-u4APFKQRnT span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u4APFKQRnT .item {
    margin-bottom: 1rem;
  }
}
.cid-u4APFKQRnT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-u4APFKQRnT .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u4APFKQRnT .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u4APFKQRnT .mbr-section-subtitle,
.cid-u4APFKQRnT .subtitle-wrap,
.cid-u4APFKQRnT .mbr-section-btn {
  text-align: left;
}
.cid-u4APFKQRnT .mbr-text,
.cid-u4APFKQRnT .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u4APFKQRnT .mbr-text {
  color: #000000;
}
.cid-u4AS57hv7W {
  padding-top: 6rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u4AS57hv7W .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4AS57hv7W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4AS57hv7W .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u4AS57hv7W .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u4AS57hv7W .container {
    padding: 0 24px;
  }
}
.cid-u4AS57hv7W .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-u4AS57hv7W .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u4AS57hv7W .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u4AS57hv7W .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-u4AS57hv7W .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u4AS57hv7W .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u4AS57hv7W .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #e43f3f 0%, transparent 100%);
}
.cid-u4AS57hv7W .content-wrapper .mbr-section-btn .btn:hover,
.cid-u4AS57hv7W .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #2a3ffe !important;
  border-color: #2a3ffe !important;
}
.cid-u4AS57hv7W .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-u4AS57hv7W .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-u4AS57hv7W .decor-wrapper .decor_1 {
  background-color: #2299aa;
}
.cid-u4AS57hv7W .decor-wrapper .decor_2 {
  background-color: #22a5e5;
}
.cid-u4AS57hv7W .decor-wrapper .decor_3 {
  background-color: #e6c63b;
}
.cid-u4AS57hv7W .decor-wrapper .decor_4 {
  background-color: #e43f3f;
}
.cid-u4AS57hv7W .mbr-section-title {
  color: #141414;
}
.cid-u4AS57hv7W .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-u4AS57hv7W .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-u4AS57hv7W .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-u4AS57hv7W .mbr-section-title,
.cid-u4AS57hv7W .mbr-section-btn {
  text-align: center;
}
.cid-tUizDL0ez2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #00000d;
}
.cid-tUizDL0ez2 p {
  text-align: center;
}
.cid-tUizDL0ez2 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tUizDL0ez2 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tUizDL0ez2 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tUizDL0ez2 .logo-footer {
  line-height: normal;
}
.cid-tUizDL0ez2 .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tUizDL0ez2 .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tUizDL0ez2 .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tUizDL0ez2 li {
  overflow: hidden;
}
.cid-tUizDL0ez2 .icon-transition span {
  display: block;
}
.cid-tUizDL0ez2 .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tUizDL0ez2 .list-inline-item a {
  display: block;
}
.cid-tUizDL0ez2 .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tUizDL0ez2 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUizDL0ez2 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tUizDL0ez2 .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tUizDL0ez2 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tUizDL0ez2 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tUizDL0ez2 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tUizDL0ez2 .logo-footer {
    text-align: center;
  }
  .cid-tUizDL0ez2 .social-media {
    justify-content: center;
  }
}
.cid-ukx1M1hyjp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ukx1M1hyjp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ukx1M1hyjp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ukx1M1hyjp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukx1M1hyjp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ukx1M1hyjp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukx1M1hyjp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukx1M1hyjp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ukx1M1hyjp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ukx1M1hyjp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ukx1M1hyjp .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ukx1M1hyjp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ukx1M1hyjp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ukx1M1hyjp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ukx1M1hyjp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ukx1M1hyjp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ukx1M1hyjp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ukx1M1hyjp .nav-link:hover {
  color: #ffffff !important;
}
.cid-ukx1M1hyjp .nav-link:hover::before {
  width: 100%;
}
.cid-ukx1M1hyjp .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukx1M1hyjp .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ukx1M1hyjp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ukx1M1hyjp .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ukx1M1hyjp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ukx1M1hyjp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ukx1M1hyjp .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(8, 0, 64, 0.5) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #080040;
  box-shadow: none;
  border: 1px solid #ffffff;
  position: relative;
  border-radius: 4px !important;
}
.cid-ukx1M1hyjp .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ukx1M1hyjp .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ukx1M1hyjp .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ukx1M1hyjp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukx1M1hyjp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #080040;
  background: rgba(8, 0, 64, 0.5) !important;
  border-radius: 4px !important;
}
.cid-ukx1M1hyjp .nav-item:focus,
.cid-ukx1M1hyjp .nav-link:focus {
  outline: none;
}
.cid-ukx1M1hyjp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukx1M1hyjp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukx1M1hyjp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukx1M1hyjp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukx1M1hyjp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukx1M1hyjp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukx1M1hyjp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ukx1M1hyjp .navbar.opened {
  transition: all 0.3s;
}
.cid-ukx1M1hyjp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukx1M1hyjp .navbar .navbar-logo img {
  width: auto;
}
.cid-ukx1M1hyjp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukx1M1hyjp .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ukx1M1hyjp .navbar.collapsed {
  justify-content: center;
}
.cid-ukx1M1hyjp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukx1M1hyjp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukx1M1hyjp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ukx1M1hyjp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukx1M1hyjp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukx1M1hyjp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukx1M1hyjp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukx1M1hyjp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukx1M1hyjp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ukx1M1hyjp .navbar {
    min-height: 72px;
  }
  .cid-ukx1M1hyjp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ukx1M1hyjp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukx1M1hyjp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukx1M1hyjp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukx1M1hyjp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukx1M1hyjp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukx1M1hyjp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukx1M1hyjp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ukx1M1hyjp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukx1M1hyjp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukx1M1hyjp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ukx1M1hyjp .dropdown-item.active,
.cid-ukx1M1hyjp .dropdown-item:active {
  background-color: transparent;
}
.cid-ukx1M1hyjp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukx1M1hyjp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukx1M1hyjp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukx1M1hyjp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080040;
}
.cid-ukx1M1hyjp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ukx1M1hyjp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ukx1M1hyjp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukx1M1hyjp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ukx1M1hyjp .navbar-buttons {
    text-align: left;
  }
}
.cid-ukx1M1hyjp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukx1M1hyjp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukx1M1hyjp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukx1M1hyjp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukx1M1hyjp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukx1M1hyjp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukx1M1hyjp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukx1M1hyjp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukx1M1hyjp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukx1M1hyjp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukx1M1hyjp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukx1M1hyjp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukx1M1hyjp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukx1M1hyjp .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukx1M1hyjp .navbar {
    height: 70px;
  }
  .cid-ukx1M1hyjp .navbar.opened {
    height: auto;
  }
  .cid-ukx1M1hyjp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ukx1M1hyjp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ukx1M1hyjp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ukx1M1hyjp .navbar-brand {
    margin-right: auto;
  }
  .cid-ukx1M1hyjp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #080040;
    opacity: 1;
    border-color: rgba(8, 0, 64, 0.5) !important;
    background: rgba(8, 0, 64, 0.5) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ukx1M1hyjp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ukx1M1hyjp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ukx1M1hyjp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ukx1M1hyjp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ukx1M1hyjp .navbar-brand,
.cid-ukx1M1hyjp .navbar-toggler,
.cid-ukx1M1hyjp .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-tUd3iGgWaQ {
  background-image: url("../../../assets/images/52ec3a96c2ffd0943503b472ecf14c02.webp");
}
.cid-tUd3iGgWaQ .mbr-fallback-image.disabled {
  display: none;
}
@media (min-width: 1600px) {
  .cid-tUd3iGgWaQ .display-1 {
    font-size: 16rem;
  }
}
.cid-tUd3iGgWaQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUd3iGgWaQ .mbr-section-title {
  text-align: center;
}
.cid-tUd3iGgWaQ .mbr-text,
.cid-tUd3iGgWaQ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tUd3iGgWaQ .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-tUd3iGgWaQ .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-tUd3iGgWaQ .mbr-section-title,
.cid-tUd3iGgWaQ .dot {
  color: #ffffff;
  text-align: center;
}
.cid-tUd3iGgWaQ .mbr-section-subtitle {
  text-align: center;
}
.cid-tUd0FRL78G.popup-builder {
  background-color: #ffffff;
}
.cid-tUd0FRL78G.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tUd0FRL78G.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-tUd0FRL78G .modal-content,
.cid-tUd0FRL78G .modal-dialog {
  height: auto;
}
.cid-tUd0FRL78G .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tUd0FRL78G .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tUd0FRL78G .form-wrapper .mbr-form .form-group,
  .cid-tUd0FRL78G .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tUd0FRL78G .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tUd0FRL78G .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tUd0FRL78G .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tUd0FRL78G .pt-0 {
  padding-top: 0 !important;
}
.cid-tUd0FRL78G .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tUd0FRL78G .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tUd0FRL78G .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tUd0FRL78G .modal-open {
  overflow: hidden;
}
.cid-tUd0FRL78G .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tUd0FRL78G .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tUd0FRL78G .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-tUd0FRL78G .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tUd0FRL78G .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tUd0FRL78G .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tUd0FRL78G .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tUd0FRL78G .modal-content {
  background: #2d1bab;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-tUd0FRL78G .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tUd0FRL78G .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tUd0FRL78G .modal-backdrop.fade {
  opacity: 0;
}
.cid-tUd0FRL78G .modal-backdrop.show {
  opacity: .5;
}
.cid-tUd0FRL78G .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tUd0FRL78G .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tUd0FRL78G .modal-header {
    padding: 1rem;
  }
}
.cid-tUd0FRL78G .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tUd0FRL78G .modal-header .close svg {
  fill: #00000d;
}
.cid-tUd0FRL78G .modal-header .close:hover {
  opacity: 1;
}
.cid-tUd0FRL78G .modal-header .close:focus {
  outline: none;
}
.cid-tUd0FRL78G .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tUd0FRL78G .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tUd0FRL78G .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUd0FRL78G .modal-body {
    padding: 1rem;
  }
}
.cid-tUd0FRL78G .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tUd0FRL78G .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUd0FRL78G .modal-footer {
    padding: 1rem;
  }
}
.cid-tUd0FRL78G .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tUd0FRL78G .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tUd0FRL78G .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tUd0FRL78G .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tUd0FRL78G .modal-lg,
  .cid-tUd0FRL78G .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tUd0FRL78G .modal-xl {
    max-width: 1140px;
  }
}
.cid-tUd0FRL78G .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tUd0FRL78G .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tUd0FRL78G .form-group {
  margin-bottom: 1rem;
}
.cid-tUd0FRL78G .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tUd0FRL78G .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tUd0FRL78G .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tUd0FRL78G .mbr-section-btn {
  margin: 0;
}
.cid-tUd0FRL78G .mbr-section-btn .btn {
  margin: 0;
}
.cid-tUizDL0ez2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #00000d;
}
.cid-tUizDL0ez2 p {
  text-align: center;
}
.cid-tUizDL0ez2 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tUizDL0ez2 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tUizDL0ez2 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tUizDL0ez2 .logo-footer {
  line-height: normal;
}
.cid-tUizDL0ez2 .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tUizDL0ez2 .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tUizDL0ez2 .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tUizDL0ez2 li {
  overflow: hidden;
}
.cid-tUizDL0ez2 .icon-transition span {
  display: block;
}
.cid-tUizDL0ez2 .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tUizDL0ez2 .list-inline-item a {
  display: block;
}
.cid-tUizDL0ez2 .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tUizDL0ez2 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUizDL0ez2 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tUizDL0ez2 .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tUizDL0ez2 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tUizDL0ez2 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tUizDL0ez2 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tUizDL0ez2 .logo-footer {
    text-align: center;
  }
  .cid-tUizDL0ez2 .social-media {
    justify-content: center;
  }
}
.cid-ukx1M1hyjp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ukx1M1hyjp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-ukx1M1hyjp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ukx1M1hyjp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukx1M1hyjp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.cid-ukx1M1hyjp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukx1M1hyjp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukx1M1hyjp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-ukx1M1hyjp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ukx1M1hyjp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ukx1M1hyjp .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ukx1M1hyjp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ukx1M1hyjp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ukx1M1hyjp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-ukx1M1hyjp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ukx1M1hyjp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ukx1M1hyjp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ukx1M1hyjp .nav-link:hover {
  color: #ffffff !important;
}
.cid-ukx1M1hyjp .nav-link:hover::before {
  width: 100%;
}
.cid-ukx1M1hyjp .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ukx1M1hyjp .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ukx1M1hyjp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ukx1M1hyjp .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-ukx1M1hyjp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ukx1M1hyjp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ukx1M1hyjp .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  background: rgba(8, 0, 64, 0.5) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #080040;
  box-shadow: none;
  border: 1px solid #ffffff;
  position: relative;
  border-radius: 4px !important;
}
.cid-ukx1M1hyjp .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ukx1M1hyjp .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ukx1M1hyjp .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.cid-ukx1M1hyjp .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukx1M1hyjp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #080040;
  background: rgba(8, 0, 64, 0.5) !important;
  border-radius: 4px !important;
}
.cid-ukx1M1hyjp .nav-item:focus,
.cid-ukx1M1hyjp .nav-link:focus {
  outline: none;
}
.cid-ukx1M1hyjp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukx1M1hyjp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukx1M1hyjp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukx1M1hyjp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukx1M1hyjp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukx1M1hyjp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukx1M1hyjp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ukx1M1hyjp .navbar.opened {
  transition: all 0.3s;
}
.cid-ukx1M1hyjp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukx1M1hyjp .navbar .navbar-logo img {
  width: auto;
}
.cid-ukx1M1hyjp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ukx1M1hyjp .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ukx1M1hyjp .navbar.collapsed {
  justify-content: center;
}
.cid-ukx1M1hyjp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukx1M1hyjp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukx1M1hyjp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ukx1M1hyjp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukx1M1hyjp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukx1M1hyjp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukx1M1hyjp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukx1M1hyjp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukx1M1hyjp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ukx1M1hyjp .navbar {
    min-height: 72px;
  }
  .cid-ukx1M1hyjp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ukx1M1hyjp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukx1M1hyjp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukx1M1hyjp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukx1M1hyjp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukx1M1hyjp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukx1M1hyjp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukx1M1hyjp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ukx1M1hyjp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukx1M1hyjp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukx1M1hyjp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ukx1M1hyjp .dropdown-item.active,
.cid-ukx1M1hyjp .dropdown-item:active {
  background-color: transparent;
}
.cid-ukx1M1hyjp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukx1M1hyjp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukx1M1hyjp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukx1M1hyjp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080040;
}
.cid-ukx1M1hyjp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ukx1M1hyjp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ukx1M1hyjp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukx1M1hyjp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ukx1M1hyjp .navbar-buttons {
    text-align: left;
  }
}
.cid-ukx1M1hyjp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukx1M1hyjp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukx1M1hyjp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukx1M1hyjp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukx1M1hyjp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukx1M1hyjp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukx1M1hyjp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukx1M1hyjp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukx1M1hyjp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukx1M1hyjp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukx1M1hyjp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukx1M1hyjp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukx1M1hyjp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ukx1M1hyjp .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukx1M1hyjp .navbar {
    height: 70px;
  }
  .cid-ukx1M1hyjp .navbar.opened {
    height: auto;
  }
  .cid-ukx1M1hyjp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ukx1M1hyjp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-ukx1M1hyjp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ukx1M1hyjp .navbar-brand {
    margin-right: auto;
  }
  .cid-ukx1M1hyjp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #080040;
    opacity: 1;
    border-color: rgba(8, 0, 64, 0.5) !important;
    background: rgba(8, 0, 64, 0.5) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-ukx1M1hyjp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ukx1M1hyjp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ukx1M1hyjp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ukx1M1hyjp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ukx1M1hyjp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ukx1M1hyjp .navbar-brand,
.cid-ukx1M1hyjp .navbar-toggler,
.cid-ukx1M1hyjp .navbar-collapse {
  position: relative;
  z-index: 1;
}
