body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #c83119 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #57468b !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c83119 !important;
  border-color: #c83119 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #842010 !important;
  border-color: #842010 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #842010 !important;
  border-color: #842010 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #57468b !important;
  border-color: #57468b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #6d1b0e;
  color: #6d1b0e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #c83119;
  border-color: #c83119;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c83119 !important;
  border-color: #c83119 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2d2447;
  color: #2d2447;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #57468b;
  border-color: #57468b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #57468b !important;
  border-color: #57468b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #c83119 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #57468b !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #6d1b0e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d2447 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #57468b;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c83119;
  border-color: #c83119;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c83119;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ee8473;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9a8cc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #c83119;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #c83119 !important;
  -webkit-box-shadow: 0 6px 16px 0 #c83119 !important;
  background-color: #c83119 !important;
  border-color: #c83119 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #ffffff !important;
  -webkit-box-shadow: 0 6px 16px 0 #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #ffffff !important;
  -webkit-box-shadow: 0 6px 16px 0 #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c83119;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c83119;
  border-bottom-color: #c83119;
}
.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: #c83119 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !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%;
}
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='%23c83119' %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;
}
.cid-uIs0AEInYD {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIs0AEInYD .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-uIs0AEInYD .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIs0AEInYD .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;
}
@media (min-width: 1400px) {
  .cid-uIs0AEInYD .navbar {
    padding: 0 128px !important;
  }
}
.cid-uIs0AEInYD .navbar.opened {
  transition: all 0.3s;
}
.cid-uIs0AEInYD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIs0AEInYD .navbar .navbar-logo img {
  width: auto;
}
.cid-uIs0AEInYD .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIs0AEInYD .navbar.collapsed {
  justify-content: center;
}
.cid-uIs0AEInYD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIs0AEInYD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIs0AEInYD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uIs0AEInYD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIs0AEInYD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIs0AEInYD .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-uIs0AEInYD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIs0AEInYD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIs0AEInYD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIs0AEInYD .navbar {
    min-height: 72px;
  }
  .cid-uIs0AEInYD .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIs0AEInYD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIs0AEInYD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIs0AEInYD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIs0AEInYD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIs0AEInYD .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-uIs0AEInYD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIs0AEInYD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIs0AEInYD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIs0AEInYD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIs0AEInYD .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIs0AEInYD .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-uIs0AEInYD .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uIs0AEInYD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIs0AEInYD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIs0AEInYD .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uIs0AEInYD .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uIs0AEInYD .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uIs0AEInYD .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIs0AEInYD .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIs0AEInYD .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uIs0AEInYD .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIs0AEInYD .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIs0AEInYD .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIs0AEInYD .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIs0AEInYD .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uIs0AEInYD .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uIs0AEInYD .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIs0AEInYD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uIs0AEInYD .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #57468b;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  margin-top: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uIs0AEInYD .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIs0AEInYD .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uIs0AEInYD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIs0AEInYD .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: #000000;
}
.cid-uIs0AEInYD .nav-item:focus,
.cid-uIs0AEInYD .nav-link:focus {
  outline: none;
}
.cid-uIs0AEInYD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIs0AEInYD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIs0AEInYD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIs0AEInYD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIs0AEInYD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIs0AEInYD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIs0AEInYD .dropdown-item.active,
.cid-uIs0AEInYD .dropdown-item:active {
  background-color: transparent;
}
.cid-uIs0AEInYD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIs0AEInYD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIs0AEInYD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIs0AEInYD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uIs0AEInYD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIs0AEInYD .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIs0AEInYD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIs0AEInYD .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIs0AEInYD .navbar-buttons {
    text-align: left;
  }
}
.cid-uIs0AEInYD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIs0AEInYD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-uIs0AEInYD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIs0AEInYD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIs0AEInYD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIs0AEInYD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIs0AEInYD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIs0AEInYD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIs0AEInYD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIs0AEInYD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIs0AEInYD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIs0AEInYD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIs0AEInYD .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-uIs0AEInYD .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIs0AEInYD .navbar {
    height: 70px;
  }
  .cid-uIs0AEInYD .navbar.opened {
    height: auto;
  }
  .cid-uIs0AEInYD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIs0AEInYD .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uIs0AEInYD .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIs0AEInYD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIs0AEInYD .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-uIs0AEInYD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIs0AEInYD .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIs0AEInYD .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIs0AEInYD .navbar-brand {
    margin-right: auto;
  }
  .cid-uIs0AEInYD .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cid-uIs0AEInYD .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIs0AEInYD .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIs0AEInYD .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-uIs0AEInYD .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIs0AEInYD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIs0AEInYD .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-uIs0AEInYD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIs0AEInYD .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-uIs0AEInYD .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIs0AEInYD .navbar-collapse {
    padding: 1rem;
  }
}
.cid-rleLuPvnKO {
  padding-top: 225px;
  padding-bottom: 75px;
  position: relative;
  overflow: hidden;
}
.cid-rleLuPvnKO svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-rleLuPvnKO #e2_shape {
  fill: #000000 !important;
}
.cid-rleLuPvnKO img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rleLuPvnKO img {
    width: 90%!important;
  }
}
.cid-rleLuPvnKO H1 {
  color: #ffffff;
}
.cid-rleLuPvnKO H3 {
  color: #ffffff;
}
.cid-uIidSdJ3WV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uIidSdJ3WV img {
  width: 100%;
}
.cid-uIidSdJ3WV p {
  line-height: 1.6;
}
.cid-uIidSdJ3WV .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uIidSdJ3WV .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uIidSdJ3WV .mbr-text,
.cid-uIidSdJ3WV .mbr-section-btn {
  color: #bfceff;
  text-align: left;
}
.cid-uIidSdJ3WV .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-uIidSdJ3WV .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uIidSdJ3WV .mbr-section-title .line-wrap {
  text-align: center;
}
.cid-uIidSdJ3WV .mbr-section-title,
.cid-uIidSdJ3WV .line-wrap {
  text-align: left;
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-uIidSdJ3WV .mbr-section-btn {
    margin-bottom: 3rem;
  }
}
.cid-uIidSdJ3WV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIidSdJ3WV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP4a9M1yDu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-uP4a9M1yDu .mbr-section-subtitle {
  color: #57468b;
  text-align: center;
  font-weight: 300;
}
.cid-uP4a9M1yDu .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #57468b;
  margin-right: 2rem;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-uP4a9M1yDu .timeline-text-content p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uP4a9M1yDu .timeline-text-content {
    padding: 1.5rem 0.5rem;
  }
}
.cid-uP4a9M1yDu .mbr-timeline-title,
.cid-uP4a9M1yDu .mbr-timeline-text {
  color: #ffffff;
}
.cid-uP4a9M1yDu .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cid-uP4a9M1yDu .timeline-element:hover .timeline-text-content {
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.cid-uP4a9M1yDu .timeline-element:hover .timeline-text-content h4,
.cid-uP4a9M1yDu .timeline-element:hover .timeline-text-content p {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #fc643f !important;
}
.cid-uP4a9M1yDu .timeline-element:hover .iconsBackground span {
  -webkit-transition: color 1s !important;
  transition: color 1s !important;
  color: #fc643f !important;
}
.cid-uP4a9M1yDu .timeline-element:hover:before {
  -webkit-transition: background-color 1s !important;
  transition: background-color 1s !important;
  background-color: #fc643f !important;
}
.cid-uP4a9M1yDu .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uP4a9M1yDu .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-uP4a9M1yDu .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #57468b;
  top: 20px;
  margin-left: -30px;
}
.cid-uP4a9M1yDu .iconsBackground span {
  color: #ffffff;
}
.cid-uP4a9M1yDu .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-uP4a9M1yDu .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #57468b;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
.cid-uP4a9M1yDu .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .cid-uP4a9M1yDu .iconsBackground {
    left: 1.5rem;
  }
  .cid-uP4a9M1yDu .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-uP4a9M1yDu .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-uP4a9M1yDu .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-uP4a9M1yDu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP4a9M1yDu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP4a9M1yDu .mbr-timeline-text {
  color: #f2f6ff;
}
.cid-uP4a9M1yDu .mbr-section-title {
  color: #57468b;
}
.cid-uIid8bztVx {
  position: relative;
  overflow: hidden;
}
.cid-uIid8bztVx svg {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%) scale(1.9, 1.6);
}
.cid-uIid8bztVx #e2_shape {
  fill: #000000 !important;
}
.cid-uIid8bztVx .main-text {
  color: #606060;
}
.cid-uIid8bztVx .wrapper {
  position: relative;
  padding: 2rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 30rem;
}
.cid-uIid8bztVx .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
  filter: brightness(48%);
}
.cid-uIid8bztVx .content-block {
  padding: 0.75rem 1rem;
  top: -50%;
  position: relative;
  z-index: 1;
  transform: translateY(50%);
}
.cid-uIid8bztVx .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-uIid8bztVx .btn.display-4 {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 16px 24px;
}
.cid-uIid8bztVx .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uIid8bztVx .carousel-item.active,
.cid-uIid8bztVx .carousel-item-next,
.cid-uIid8bztVx .carousel-item-prev {
  display: flex;
}
.cid-uIid8bztVx .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  bottom: 50px;
}
.cid-uIid8bztVx .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-uIid8bztVx .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #ffffff;
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  opacity: 1;
}
.cid-uIid8bztVx .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIid8bztVx .carousel-controls {
    display: block;
  }
  .cid-uIid8bztVx .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-uIid8bztVx .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-uIid8bztVx .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uIid8bztVx .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uIid8bztVx .text-element {
    padding: 1rem;
  }
  .cid-uIid8bztVx .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIid8bztVx .image-element {
    min-width: 50%;
  }
  .cid-uIid8bztVx .media-container-row {
    width: 100%;
  }
}
.cid-uIid8bztVx .wrapper .content-block .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uIid8bztVx .wrapper .content-block .mbr-section-subtitle {
  text-align: center;
}
.cid-uIid8bztVx .card-title {
  text-align: center;
}
.cid-uIiiK2BAGg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIiiK2BAGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIiiK2BAGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIiiK2BAGg .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uIiiK2BAGg .container-fluid {
    padding: 0 12px;
  }
}
.cid-uIiiK2BAGg .container-fluid .row {
  padding: 0;
}
.cid-uIiiK2BAGg .row {
  border: 3px solid #fff9e7;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uIiiK2BAGg .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uIiiK2BAGg .card {
    padding: 48px 20px;
  }
}
.cid-uIiiK2BAGg .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIiiK2BAGg .card .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.cid-uIiiK2BAGg .card .image-wrapper img {
  width: 115px;
  height: 115px;
  object-fit: cover;
  position: absolute;
  top: -2rem;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uIiiK2BAGg .card .image-wrapper img {
    position: static;
  }
}
.cid-uIiiK2BAGg .mbr-section-title {
  color: #c2b2d6;
}
.cid-uIrtlQJtOR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uIrtlQJtOR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrtlQJtOR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrtlQJtOR a {
  font-weight: bold;
}
.cid-uIrtlQJtOR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIrtlQJtOR .mbr-text,
.cid-uIrtlQJtOR .mbr-section-btn {
  color: #c2b2d6;
  text-align: center;
}
.cid-uIrtlQJtOR .mbr-section-subtitle {
  text-align: center;
  color: #57468b;
}
.cid-rlf4PtSi5X {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rlf4PtSi5X .mbr-text {
  color: #e1e8ff;
}
.cid-rlf4PtSi5X .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rlf4PtSi5X .card-img .img1 {
  background-color: #bfceff;
}
.cid-rlf4PtSi5X .card-img .img2 {
  background-color: #5580ff;
}
.cid-rlf4PtSi5X .card-img .img3 {
  background-color: #ff8a73;
}
.cid-rlf4PtSi5X .card-img .img4 {
  background-color: #ff8a73;
}
.cid-rlf4PtSi5X .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rlf4PtSi5X .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rlf4PtSi5X .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rlf4PtSi5X .card-title,
.cid-rlf4PtSi5X .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rlf4PtSi5X .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rlf4PtSi5X .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rlf4PtSi5X .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rlf4PtSi5X .card-img span {
    margin-right: 0rem;
  }
}
.cid-rlf4PtSi5X .card-title {
  color: #57468b;
}
.cid-uIrwta7cQt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uIrwta7cQt h4 {
  margin-bottom: 0;
}
.cid-uIrwta7cQt p {
  color: #767676;
}
.cid-uIrwta7cQt .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-uIrwta7cQt .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uIrwta7cQt .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-uIrwta7cQt .btn-info-outline:hover {
  background-color: transparent!important;
  color: #c83119 !important;
  box-shadow: none!important;
}
.cid-uIrwta7cQt .btn-info-outline:active,
.cid-uIrwta7cQt .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uIrwta7cQt .card-box {
  padding-top: 2rem;
}
.cid-uIrwta7cQt .card-wrapper {
  height: 100%;
}
.cid-uIrwta7cQt .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uIrwta7cQt img {
  border-radius: 8px;
}
.cid-uIrwta7cQt .card-title {
  color: #57468b;
}
.cid-uIrwta7cQt .main-title {
  color: #c2b2d6;
  text-align: center;
}
.cid-uIrwta7cQt DIV {
  color: #57468b;
}
.cid-uIrwta7cQt .card-img {
  width: auto;
}
.cid-uIrwta7cQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrwta7cQt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrwta7cQt .mbr-text,
.cid-uIrwta7cQt .mbr-section-btn {
  color: #ffffff;
}
.cid-rlf4QZx6OT {
  padding-top: 45px;
  padding-bottom: 165px;
  background-color: #000000;
}
.cid-rlf4QZx6OT H1 {
  color: #57468b;
}
.cid-rlf4QZx6OT .mbr-text,
.cid-rlf4QZx6OT .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rlf4QZx6OT .img1 {
  width: 90%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
}
.cid-rlf4QZx6OT .relative {
  position: relative;
}
.cid-rlf4QZx6OT .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 60%;
  top: 4rem;
  left: 1rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-rlf4QZx6OT .img1 {
    width: 100%;
  }
}
.cid-rlf4QZx6OT DIV {
  text-align: left;
}
.cid-rlf4QZx6OT H3 {
  text-align: center;
  color: #ffffff;
}
.cid-uIvaH46N9t.popup-builder {
  background-color: #ffffff;
}
.cid-uIvaH46N9t.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uIvaH46N9t.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uIvaH46N9t .modal-content,
.cid-uIvaH46N9t .modal-dialog {
  height: auto;
}
.cid-uIvaH46N9t .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uIvaH46N9t .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uIvaH46N9t .form-wrapper .mbr-form .form-group,
  .cid-uIvaH46N9t .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uIvaH46N9t .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uIvaH46N9t .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-uIvaH46N9t .mbr-text {
  text-align: center;
  color: #57468b;
}
.cid-uIvaH46N9t .pt-0 {
  padding-top: 0 !important;
}
.cid-uIvaH46N9t .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uIvaH46N9t .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uIvaH46N9t .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uIvaH46N9t .modal-open {
  overflow: hidden;
}
.cid-uIvaH46N9t .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uIvaH46N9t .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uIvaH46N9t .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uIvaH46N9t .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-uIvaH46N9t .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uIvaH46N9t .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uIvaH46N9t .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uIvaH46N9t .modal-content {
  background: #000000;
  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);
}
.cid-uIvaH46N9t .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uIvaH46N9t .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uIvaH46N9t .modal-backdrop.fade {
  opacity: 0;
}
.cid-uIvaH46N9t .modal-backdrop.show {
  opacity: .5;
}
.cid-uIvaH46N9t .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-uIvaH46N9t .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvaH46N9t .modal-header {
    padding: 1rem;
  }
}
.cid-uIvaH46N9t .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uIvaH46N9t .modal-header .close svg {
  fill: #ffffff;
}
.cid-uIvaH46N9t .modal-header .close:hover {
  opacity: 1;
}
.cid-uIvaH46N9t .modal-header .close:focus {
  outline: none;
}
.cid-uIvaH46N9t .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #c2b2d6;
}
.cid-uIvaH46N9t .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uIvaH46N9t .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvaH46N9t .modal-body {
    padding: 1rem;
  }
}
.cid-uIvaH46N9t .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-uIvaH46N9t .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvaH46N9t .modal-footer {
    padding: 1rem;
  }
}
.cid-uIvaH46N9t .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uIvaH46N9t .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uIvaH46N9t .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uIvaH46N9t .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uIvaH46N9t .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uIvaH46N9t .modal-lg,
  .cid-uIvaH46N9t .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uIvaH46N9t .modal-xl {
    max-width: 1140px;
  }
}
.cid-uIvaH46N9t .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uIvaH46N9t .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-uIvaH46N9t .form-group {
  margin-bottom: 1rem;
}
.cid-uIvaH46N9t .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uIvaH46N9t .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uIvaH46N9t .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-uIvaH46N9t .mbr-section-btn {
  margin: 0;
}
.cid-uIvaH46N9t .mbr-section-btn .btn {
  margin: 0;
}
.cid-uIrFhl7b4h {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uIrFhl7b4h .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIrFhl7b4h h4 {
  text-align: center;
}
.cid-uIrFhl7b4h p {
  text-align: center;
}
.cid-uIrFhl7b4h .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uIrFhl7b4h .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 4rem !important;
}
.cid-uIrFhl7b4h .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-uIrFhl7b4h .card:hover .card-title {
  color: #57468b !important;
  cursor: pointer;
}
.cid-uIrFhl7b4h .card-title {
  transition: color 0.3s;
}
.cid-uIrFhl7b4h .card-title,
.cid-uIrFhl7b4h .card-img {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uIrFhl7b4h .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
}
.cid-uIrFhl7b4h .card-img {
  width: auto;
}
.cid-uIrFhl7b4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrFhl7b4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrJ2bQYv7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uIrJ2bQYv7 .mbr-section-subtitle {
  color: #767676;
}
.cid-uIrJ2bQYv7 .container-table {
  margin: 0 auto;
}
.cid-uIrJ2bQYv7 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uIrJ2bQYv7 .dataTables_wrapper {
  display: block;
}
.cid-uIrJ2bQYv7 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uIrJ2bQYv7 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uIrJ2bQYv7 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #86affe;
  margin-bottom: 0;
}
.cid-uIrJ2bQYv7 table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #86affe;
  transition: all .2s;
}
.cid-uIrJ2bQYv7 table th:hover {
  background: #86affe;
  color: #ffffff;
}
.cid-uIrJ2bQYv7 table td {
  border: 1px solid #86affe;
}
.cid-uIrJ2bQYv7 table.table {
  background: #000000;
}
.cid-uIrJ2bQYv7 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uIrJ2bQYv7 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uIrJ2bQYv7 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uIrJ2bQYv7 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uIrJ2bQYv7 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uIrJ2bQYv7 .dataTables_filter {
    text-align: center;
  }
  .cid-uIrJ2bQYv7 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uIrJ2bQYv7 .head-item {
  color: #ffffff;
  text-align: center;
}
.cid-uIrJ2bQYv7 .body-item {
  color: #716c80;
  text-align: center;
}
.cid-uIrJ2bQYv7 .mbr-section-title {
  color: #57468b;
}
.cid-uIrJ2bQYv7 .head-item1 {
  color: #ffffff;
  text-align: center;
}
.cid-uIrJ2bQYv7 .body-item1 {
  color: #f2f6ff;
  text-align: center;
}
.cid-uIrJ2bQYv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrJ2bQYv7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrUdH5HBc {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #57468b;
  background: linear-gradient(0deg, #57468b, #000000);
}
.cid-uIrUdH5HBc .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #c83119;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 26px;
}
.cid-uIrUdH5HBc .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uIrUdH5HBc .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uIrUdH5HBc .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-uIrUdH5HBc .mbr-section-title {
  color: #57468b;
  font-weight: 600;
}
.cid-uIrUdH5HBc .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uIrUdH5HBc .nav-tabs {
  width: 100%;
}
.cid-uIrUdH5HBc .nav-tabs .nav-item {
  margin-bottom: 25px;
  width: 100%;
}
.cid-uIrUdH5HBc .nav-tabs .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  font-style: normal;
  background: #c2b2d6;
  padding: 24px 28px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 20px 0px;
  margin: 0px;
  border-radius: 0px !important;
  transition: all 0.3s;
}
.cid-uIrUdH5HBc .nav-tabs .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIrUdH5HBc .nav-tabs .nav-item .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-uIrUdH5HBc .nav-tabs .nav-item .nav-link .tab-title {
  color: #404040;
  margin-bottom: 5px;
}
.cid-uIrUdH5HBc .nav-tabs .nav-item .nav-link .tab-title.display-4 {
  font-size: 20px;
}
.cid-uIrUdH5HBc .nav-tabs .nav-item .nav-link .mbr-text {
  color: #606060;
  margin-bottom: 0;
}
.cid-uIrUdH5HBc .nav-tabs .nav-item .nav-link.display-4 .tab-title {
  font-size: 19px !important;
  line-height: 1.316;
}
.cid-uIrUdH5HBc .nav-tabs .nav-item .nav-link.display-4 .mbr-text {
  line-height: 1.5625;
}
.cid-uIrUdH5HBc .tab-pane .card-img {
  overflow: hidden;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(105, 105, 105, 0.3);
  box-shadow: 0px 0px 30px rgba(105, 105, 105, 0.3);
}
.cid-uIrUdH5HBc .tab-pane .mbr-text {
  color: #8d97ad;
}
.cid-uIrUdH5HBc .tab-pane .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uIrUdH5HBc .nav-item {
    display: table-row !important;
  }
}
.cid-uIrUdH5HBc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrUdH5HBc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIrT9QWm7y {
  padding-top: 4rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.cid-uIrT9QWm7y::before {
  content: '';
  position: absolute;
  right: -3%;
  top: 0;
  width: 210px;
  height: 210px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #000000 -10%, transparent 80%);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uIrT9QWm7y .container {
    padding: 0 16px;
  }
}
.cid-uIrT9QWm7y .row {
  position: relative;
  z-index: 1;
}
.cid-uIrT9QWm7y .title-wrapper {
  margin-bottom: 80px;
}
.cid-uIrT9QWm7y .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uIrT9QWm7y .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIrT9QWm7y .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uIrT9QWm7y .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uIrT9QWm7y .embla__slide .slide-content {
  width: 100%;
}
.cid-uIrT9QWm7y .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #fafafa;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIrT9QWm7y .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uIrT9QWm7y .embla__button--next,
.cid-uIrT9QWm7y .embla__button--prev {
  display: flex;
}
.cid-uIrT9QWm7y .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #c83119 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-uIrT9QWm7y .embla__button {
    display: none;
  }
}
.cid-uIrT9QWm7y .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uIrT9QWm7y .embla__button:hover {
  opacity: .7 !important;
}
.cid-uIrT9QWm7y .embla__button.embla__button--prev {
  left: 0;
}
.cid-uIrT9QWm7y .embla__button.embla__button--next {
  right: 0;
}
.cid-uIrT9QWm7y .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-uIrT9QWm7y .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uIrT9QWm7y .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uIrT9QWm7y .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uIrT9QWm7y .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uIrT9QWm7y .mbr-section-title {
  color: #57468b;
  text-align: center;
}
.cid-uIrT9QWm7y .mbr-desc {
  color: #c2b2d6;
  text-align: center;
}
.cid-uIrVzjjswd {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uIrVzjjswd .mbr-text {
  color: #bfceff;
  text-align: center;
}
.cid-uIrVzjjswd h4 {
  text-align: center;
}
.cid-uIrVzjjswd p {
  text-align: center;
}
.cid-uIrVzjjswd .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uIrVzjjswd .mbr-iconfont {
  transition: all 0.3s;
  color: #5580ff !important;
  font-size: 3rem !important;
}
.cid-uIrVzjjswd .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-uIrVzjjswd .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uIrVzjjswd .card:hover .mbr-iconfont {
  color: #ff8a73 !important;
}
.cid-uIrVzjjswd .card-title,
.cid-uIrVzjjswd .card-img {
  color: #57468b;
}
.cid-uIrVzjjswd .card-img {
  width: auto;
}
@media (max-width: 576px) {
  .cid-uIrVzjjswd .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-uIrVzjjswd .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-uIrVzjjswd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIrVzjjswd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rlqvicuyty {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
.cid-rlqvicuyty .mbr-text {
  color: #716c80;
}
.cid-rlqvicuyty .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rlqvicuyty .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-rlqvicuyty .card-wrapper:hover .ico2 {
  color: #c83119 !important;
}
.cid-rlqvicuyty .ico2 {
  color: #57468b !important;
  transition: all 0.6s;
}
.cid-rlqvicuyty .text-info:hover {
  color: inherit!important;
}
.cid-rlqvicuyty .card-box {
  padding: 0rem 1rem;
}
.cid-rlqvicuyty .ico1 {
  font-size: 3rem !important;
}
.cid-rlqvicuyty h3,
.cid-rlqvicuyty h4 {
  padding: 0;
  margin: 0;
}
.cid-rlqvicuyty .card-title,
.cid-rlqvicuyty .card-img {
  color: #57468b;
}
.cid-rlqvicuyty .card-title {
  color: #57468b;
}
.cid-rx3JXkfsaj {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #000000;
}
.cid-rx3JXkfsaj .card-header {
  background: transparent;
}
.cid-rx3JXkfsaj .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-rx3JXkfsaj .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rx3JXkfsaj .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rx3JXkfsaj .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rx3JXkfsaj .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rx3JXkfsaj .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rx3JXkfsaj .card .panel-body {
  color: #767676;
}
.cid-rx3JXkfsaj h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #57468b;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-rx3JXkfsaj H4 {
  color: #f2f6ff;
  text-align: center;
}
.cid-rx3JXkfsaj H2 {
  color: #f2f6ff;
}
.cid-uItxmaLQGK {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uItxmaLQGK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uItxmaLQGK input,
.cid-uItxmaLQGK textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-uItxmaLQGK img {
  width: 90%;
  border-radius: 8px;
}
.cid-uItxmaLQGK .title {
  margin-bottom: 1rem;
}
.cid-uItxmaLQGK p {
  line-height: 1.6;
}
.cid-uItxmaLQGK .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-uItxmaLQGK textarea {
  min-height: 160px;
}
.cid-uItxmaLQGK .form-control,
.cid-uItxmaLQGK .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uItxmaLQGK .form-control:hover,
.cid-uItxmaLQGK .field-input:hover,
.cid-uItxmaLQGK .form-control:focus,
.cid-uItxmaLQGK .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uItxmaLQGK input::-webkit-input-placeholder,
.cid-uItxmaLQGK textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uItxmaLQGK input:-moz-placeholder,
.cid-uItxmaLQGK textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uItxmaLQGK .jq-selectbox li,
.cid-uItxmaLQGK .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uItxmaLQGK .jq-selectbox li:hover,
.cid-uItxmaLQGK .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uItxmaLQGK .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uItxmaLQGK .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uItxmaLQGK H5 {
  color: #57468b;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uItxmaLQGK img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-uItxmaLQGK .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-uItxmaLQGK H2 {
  color: #57468b;
}
.cid-uItxmaLQGK H3 {
  color: #57468b;
}
.cid-uItxmaLQGK .mbr-text {
  color: #716c80;
}
.cid-uItxmaLQGK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIsdJNgqgY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIsdJNgqgY .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uIsizhytqD {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #000000;
}
.cid-uIsizhytqD .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-uIsizhytqD MARQUEE {
  color: #ffffff;
}
.cid-uIsizhytqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsizhytqD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItxrjNu2a {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uItxrjNu2a .container {
  max-width: 1400px;
}
.cid-uItxrjNu2a .card-img2 span {
  padding-top: 6px;
}
.cid-uItxrjNu2a .soc-item a {
  padding-top: 5px;
}
.cid-uItxrjNu2a .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uItxrjNu2a .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uItxrjNu2a .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uItxrjNu2a svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uItxrjNu2a #e2_shape {
  fill: #57468b !important;
}
.cid-uItxrjNu2a .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uItxrjNu2a .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uItxrjNu2a .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uItxrjNu2a .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uItxrjNu2a .soc-item span {
  font-size: 1.4rem;
}
.cid-uItxrjNu2a .soc-item:hover span {
  color: #c83119 !important;
}
.cid-uItxrjNu2a .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uItxrjNu2a .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uItxrjNu2a .media-wrap {
  margin-bottom: 1rem;
}
.cid-uItxrjNu2a .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uItxrjNu2a img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uItxrjNu2a .item {
    justify-content: center;
  }
  .cid-uItxrjNu2a .quote::after {
    left: 60px;
  }
}
.cid-uItxrjNu2a .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uItxrjNu2a .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uItxrjNu2a .text1 {
  color: #ffffff;
}
.cid-uItxrjNu2a .item-title {
  color: #ffffff;
}
.cid-uItxrjNu2a H5 {
  color: #ffffff;
}
.cid-uItxrjNu2a .theme {
  color: #ffffff;
}
.cid-uItxrjNu2a .copyright > p {
  color: #ff3366;
}
.cid-uItxrjNu2a .text2 {
  color: #ffffff;
}
.cid-uIrTMMo8zu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #57468b;
}
.cid-uIt7yC8nV8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIt7yC8nV8 .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-uIt7yC8nV8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIt7yC8nV8 .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;
}
@media (min-width: 1400px) {
  .cid-uIt7yC8nV8 .navbar {
    padding: 0 128px !important;
  }
}
.cid-uIt7yC8nV8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIt7yC8nV8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIt7yC8nV8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIt7yC8nV8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIt7yC8nV8 .navbar.collapsed {
  justify-content: center;
}
.cid-uIt7yC8nV8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIt7yC8nV8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIt7yC8nV8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uIt7yC8nV8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIt7yC8nV8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIt7yC8nV8 .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-uIt7yC8nV8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIt7yC8nV8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIt7yC8nV8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIt7yC8nV8 .navbar {
    min-height: 72px;
  }
  .cid-uIt7yC8nV8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIt7yC8nV8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIt7yC8nV8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIt7yC8nV8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIt7yC8nV8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIt7yC8nV8 .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-uIt7yC8nV8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIt7yC8nV8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIt7yC8nV8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIt7yC8nV8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIt7yC8nV8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIt7yC8nV8 .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-uIt7yC8nV8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uIt7yC8nV8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIt7yC8nV8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIt7yC8nV8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uIt7yC8nV8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uIt7yC8nV8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uIt7yC8nV8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIt7yC8nV8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIt7yC8nV8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uIt7yC8nV8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIt7yC8nV8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIt7yC8nV8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIt7yC8nV8 .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIt7yC8nV8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uIt7yC8nV8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uIt7yC8nV8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIt7yC8nV8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uIt7yC8nV8 .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #57468b;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  margin-top: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uIt7yC8nV8 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIt7yC8nV8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uIt7yC8nV8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIt7yC8nV8 .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: #000000;
}
.cid-uIt7yC8nV8 .nav-item:focus,
.cid-uIt7yC8nV8 .nav-link:focus {
  outline: none;
}
.cid-uIt7yC8nV8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIt7yC8nV8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIt7yC8nV8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIt7yC8nV8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIt7yC8nV8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIt7yC8nV8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIt7yC8nV8 .dropdown-item.active,
.cid-uIt7yC8nV8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIt7yC8nV8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIt7yC8nV8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIt7yC8nV8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIt7yC8nV8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uIt7yC8nV8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIt7yC8nV8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIt7yC8nV8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIt7yC8nV8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIt7yC8nV8 .navbar-buttons {
    text-align: left;
  }
}
.cid-uIt7yC8nV8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIt7yC8nV8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-uIt7yC8nV8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIt7yC8nV8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt7yC8nV8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt7yC8nV8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIt7yC8nV8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt7yC8nV8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIt7yC8nV8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIt7yC8nV8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt7yC8nV8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIt7yC8nV8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIt7yC8nV8 .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-uIt7yC8nV8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIt7yC8nV8 .navbar {
    height: 70px;
  }
  .cid-uIt7yC8nV8 .navbar.opened {
    height: auto;
  }
  .cid-uIt7yC8nV8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIt7yC8nV8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uIt7yC8nV8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIt7yC8nV8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIt7yC8nV8 .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-uIt7yC8nV8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIt7yC8nV8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIt7yC8nV8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIt7yC8nV8 .navbar-brand {
    margin-right: auto;
  }
  .cid-uIt7yC8nV8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cid-uIt7yC8nV8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIt7yC8nV8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIt7yC8nV8 .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-uIt7yC8nV8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIt7yC8nV8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIt7yC8nV8 .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-uIt7yC8nV8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIt7yC8nV8 .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-uIt7yC8nV8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIt7yC8nV8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uIuTh0e5AB {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uIuTh0e5AB .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uIuTh0e5AB #e1_circle,
.cid-uIuTh0e5AB #e3_circle,
.cid-uIuTh0e5AB #e4_circle,
.cid-uIuTh0e5AB #e5_circle {
  fill: #57468b !important;
}
.cid-uIuTh0e5AB #e6_circle {
  fill: #000000 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uIuTh0e5AB .round {
  border-radius: 100%;
  position: absolute;
  background-color: #57468b;
  animation: orbit 4s linear infinite;
}
.cid-uIuTh0e5AB .rev {
  animation: rev 4s linear infinite;
}
.cid-uIuTh0e5AB .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uIuTh0e5AB .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uIuTh0e5AB .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uIuTh0e5AB .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uIuTh0e5AB .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uIuTh0e5AB .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uIuTh0e5AB .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uIuTh0e5AB .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uIuTh0e5AB .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uIuTh0e5AB .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uIuTh0e5AB .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uIuTh0e5AB H1 {
  color: #57468b;
}
.cid-uIuTh0e5AB .mbr-text,
.cid-uIuTh0e5AB .mbr-section-btn {
  color: #716c80;
}
.cid-uIuTh0e5AB H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-uIuTh0e5AB .round9,
  .cid-uIuTh0e5AB .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-uIuTh0e5AB .round {
    display: none;
  }
}
.cid-uIuTh0e5AB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuTh0e5AB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZGNRdvMy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uIZGNRdvMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZGNRdvMy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZGNRdvMy .title-wrapper {
  margin-bottom: 40px;
}
.cid-uIZGNRdvMy .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uIZGNRdvMy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIZGNRdvMy .mbr-section-btn .btn {
  padding: 17px 20px;
  margin-bottom: 0;
}
.cid-uIZGNRdvMy .mbr-section-btn .btn::after,
.cid-uIZGNRdvMy .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uIZGNRdvMy .mbr-section-btn .btn:hover,
.cid-uIZGNRdvMy .mbr-section-btn .btn:focus {
  color: #57468b !important;
}
.cid-uIZGNRdvMy .mbr-section-btn .btn:hover::after,
.cid-uIZGNRdvMy .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uIZGNRdvMy .items-wrapper {
  margin: 0 -20px;
}
.cid-uIZGNRdvMy .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uIZGNRdvMy .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uIZGNRdvMy .items-wrapper .item .item-wrapper {
  position: relative;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uIZGNRdvMy .items-wrapper .item .item-wrapper {
    padding-right: 0;
    padding-top: 150px;
  }
}
.cid-uIZGNRdvMy .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIZGNRdvMy .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uIZGNRdvMy .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  background-color: #121212;
  border: 2px solid #2c2c2c;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uIZGNRdvMy .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-uIZGNRdvMy .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uIZGNRdvMy .items-wrapper .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uIZGNRdvMy .items-wrapper .item .item-wrapper .item-content .list {
  padding-left: 18px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uIZGNRdvMy .items-wrapper .item .item-wrapper .item-content .list {
    margin-top: 20px;
  }
}
.cid-uIZGNRdvMy .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uIZGNRdvMy .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uIZGNRdvMy .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uIZGNRdvMy .items-wrapper .item .item-wrapper .item-content .item-price {
    margin-top: 20px;
  }
}
.cid-uIZGNRdvMy .mbr-section-title {
  color: #ffffff;
}
.cid-uIZGNRdvMy .mbr-tag {
  color: #adadad;
}
.cid-uIZGNRdvMy .item-title {
  color: #ffffff;
}
.cid-uIZGNRdvMy .item-desc {
  color: #ffffff;
}
.cid-uIZGNRdvMy .list {
  color: #c7c7c7;
}
.cid-uIZGNRdvMy .item-price {
  color: #ffffff;
}
.cid-uIZGNRdvMy .mbr-section-title,
.cid-uIZGNRdvMy .main-btn {
  text-align: center;
}
.cid-uMcj5VejPB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uMcj5VejPB .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMcj6IWnt9 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #000000;
}
.cid-uMcj6IWnt9 .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-uMcj6IWnt9 MARQUEE {
  color: #ffffff;
}
.cid-uMcj6IWnt9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMcj6IWnt9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMcj8JYclM {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uMcj8JYclM .container {
  max-width: 1400px;
}
.cid-uMcj8JYclM .card-img2 span {
  padding-top: 6px;
}
.cid-uMcj8JYclM .soc-item a {
  padding-top: 5px;
}
.cid-uMcj8JYclM .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uMcj8JYclM .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uMcj8JYclM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uMcj8JYclM svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uMcj8JYclM #e2_shape {
  fill: #57468b !important;
}
.cid-uMcj8JYclM .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uMcj8JYclM .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uMcj8JYclM .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMcj8JYclM .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uMcj8JYclM .soc-item span {
  font-size: 1.4rem;
}
.cid-uMcj8JYclM .soc-item:hover span {
  color: #c83119 !important;
}
.cid-uMcj8JYclM .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uMcj8JYclM .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uMcj8JYclM .media-wrap {
  margin-bottom: 1rem;
}
.cid-uMcj8JYclM .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uMcj8JYclM img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uMcj8JYclM .item {
    justify-content: center;
  }
  .cid-uMcj8JYclM .quote::after {
    left: 60px;
  }
}
.cid-uMcj8JYclM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uMcj8JYclM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uMcj8JYclM .text1 {
  color: #ffffff;
}
.cid-uMcj8JYclM .item-title {
  color: #ffffff;
}
.cid-uMcj8JYclM H5 {
  color: #ffffff;
}
.cid-uMcj8JYclM .theme {
  color: #ffffff;
}
.cid-uMcj8JYclM .copyright > p {
  color: #ff3366;
}
.cid-uMcj8JYclM .text2 {
  color: #ffffff;
}
.cid-uIt7yIkT3r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #57468b;
}
.cid-uIvbbOYQLK.popup-builder {
  background-color: #ffffff;
}
.cid-uIvbbOYQLK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uIvbbOYQLK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uIvbbOYQLK .modal-content,
.cid-uIvbbOYQLK .modal-dialog {
  height: auto;
}
.cid-uIvbbOYQLK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uIvbbOYQLK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uIvbbOYQLK .form-wrapper .mbr-form .form-group,
  .cid-uIvbbOYQLK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uIvbbOYQLK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uIvbbOYQLK .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-uIvbbOYQLK .mbr-text {
  text-align: center;
  color: #57468b;
}
.cid-uIvbbOYQLK .pt-0 {
  padding-top: 0 !important;
}
.cid-uIvbbOYQLK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uIvbbOYQLK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uIvbbOYQLK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uIvbbOYQLK .modal-open {
  overflow: hidden;
}
.cid-uIvbbOYQLK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uIvbbOYQLK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uIvbbOYQLK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uIvbbOYQLK .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-uIvbbOYQLK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uIvbbOYQLK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uIvbbOYQLK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uIvbbOYQLK .modal-content {
  background: #000000;
  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);
}
.cid-uIvbbOYQLK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uIvbbOYQLK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uIvbbOYQLK .modal-backdrop.fade {
  opacity: 0;
}
.cid-uIvbbOYQLK .modal-backdrop.show {
  opacity: .5;
}
.cid-uIvbbOYQLK .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-uIvbbOYQLK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbbOYQLK .modal-header {
    padding: 1rem;
  }
}
.cid-uIvbbOYQLK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uIvbbOYQLK .modal-header .close svg {
  fill: #ffffff;
}
.cid-uIvbbOYQLK .modal-header .close:hover {
  opacity: 1;
}
.cid-uIvbbOYQLK .modal-header .close:focus {
  outline: none;
}
.cid-uIvbbOYQLK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #c2b2d6;
}
.cid-uIvbbOYQLK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uIvbbOYQLK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbbOYQLK .modal-body {
    padding: 1rem;
  }
}
.cid-uIvbbOYQLK .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-uIvbbOYQLK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbbOYQLK .modal-footer {
    padding: 1rem;
  }
}
.cid-uIvbbOYQLK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uIvbbOYQLK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uIvbbOYQLK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uIvbbOYQLK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uIvbbOYQLK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uIvbbOYQLK .modal-lg,
  .cid-uIvbbOYQLK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uIvbbOYQLK .modal-xl {
    max-width: 1140px;
  }
}
.cid-uIvbbOYQLK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uIvbbOYQLK .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-uIvbbOYQLK .form-group {
  margin-bottom: 1rem;
}
.cid-uIvbbOYQLK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uIvbbOYQLK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uIvbbOYQLK .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-uIvbbOYQLK .mbr-section-btn {
  margin: 0;
}
.cid-uIvbbOYQLK .mbr-section-btn .btn {
  margin: 0;
}
.cid-uIt7QffpEL {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIt7QffpEL .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-uIt7QffpEL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIt7QffpEL .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;
}
@media (min-width: 1400px) {
  .cid-uIt7QffpEL .navbar {
    padding: 0 128px !important;
  }
}
.cid-uIt7QffpEL .navbar.opened {
  transition: all 0.3s;
}
.cid-uIt7QffpEL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIt7QffpEL .navbar .navbar-logo img {
  width: auto;
}
.cid-uIt7QffpEL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIt7QffpEL .navbar.collapsed {
  justify-content: center;
}
.cid-uIt7QffpEL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIt7QffpEL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIt7QffpEL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uIt7QffpEL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIt7QffpEL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIt7QffpEL .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-uIt7QffpEL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIt7QffpEL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIt7QffpEL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIt7QffpEL .navbar {
    min-height: 72px;
  }
  .cid-uIt7QffpEL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIt7QffpEL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIt7QffpEL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIt7QffpEL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIt7QffpEL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIt7QffpEL .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-uIt7QffpEL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIt7QffpEL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIt7QffpEL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIt7QffpEL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIt7QffpEL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIt7QffpEL .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-uIt7QffpEL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uIt7QffpEL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIt7QffpEL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIt7QffpEL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uIt7QffpEL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uIt7QffpEL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uIt7QffpEL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIt7QffpEL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIt7QffpEL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uIt7QffpEL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIt7QffpEL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIt7QffpEL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIt7QffpEL .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIt7QffpEL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uIt7QffpEL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uIt7QffpEL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIt7QffpEL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uIt7QffpEL .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #57468b;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  margin-top: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uIt7QffpEL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIt7QffpEL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uIt7QffpEL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIt7QffpEL .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: #000000;
}
.cid-uIt7QffpEL .nav-item:focus,
.cid-uIt7QffpEL .nav-link:focus {
  outline: none;
}
.cid-uIt7QffpEL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIt7QffpEL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIt7QffpEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIt7QffpEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIt7QffpEL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIt7QffpEL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIt7QffpEL .dropdown-item.active,
.cid-uIt7QffpEL .dropdown-item:active {
  background-color: transparent;
}
.cid-uIt7QffpEL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIt7QffpEL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIt7QffpEL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIt7QffpEL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uIt7QffpEL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIt7QffpEL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIt7QffpEL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIt7QffpEL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIt7QffpEL .navbar-buttons {
    text-align: left;
  }
}
.cid-uIt7QffpEL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIt7QffpEL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-uIt7QffpEL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIt7QffpEL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt7QffpEL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt7QffpEL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIt7QffpEL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt7QffpEL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIt7QffpEL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIt7QffpEL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt7QffpEL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIt7QffpEL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIt7QffpEL .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-uIt7QffpEL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIt7QffpEL .navbar {
    height: 70px;
  }
  .cid-uIt7QffpEL .navbar.opened {
    height: auto;
  }
  .cid-uIt7QffpEL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIt7QffpEL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uIt7QffpEL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIt7QffpEL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIt7QffpEL .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-uIt7QffpEL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIt7QffpEL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIt7QffpEL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIt7QffpEL .navbar-brand {
    margin-right: auto;
  }
  .cid-uIt7QffpEL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cid-uIt7QffpEL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIt7QffpEL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIt7QffpEL .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-uIt7QffpEL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIt7QffpEL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIt7QffpEL .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-uIt7QffpEL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIt7QffpEL .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-uIt7QffpEL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIt7QffpEL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uItluTg7Jk {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uItluTg7Jk .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uItluTg7Jk #e1_circle,
.cid-uItluTg7Jk #e3_circle,
.cid-uItluTg7Jk #e4_circle,
.cid-uItluTg7Jk #e5_circle {
  fill: #57468b !important;
}
.cid-uItluTg7Jk #e6_circle {
  fill: #000000 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uItluTg7Jk .round {
  border-radius: 100%;
  position: absolute;
  background-color: #57468b;
  animation: orbit 4s linear infinite;
}
.cid-uItluTg7Jk .rev {
  animation: rev 4s linear infinite;
}
.cid-uItluTg7Jk .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uItluTg7Jk .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uItluTg7Jk .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uItluTg7Jk .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uItluTg7Jk .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uItluTg7Jk .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uItluTg7Jk .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uItluTg7Jk .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uItluTg7Jk .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uItluTg7Jk .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uItluTg7Jk .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uItluTg7Jk H1 {
  color: #57468b;
}
.cid-uItluTg7Jk .mbr-text,
.cid-uItluTg7Jk .mbr-section-btn {
  color: #716c80;
}
.cid-uItluTg7Jk H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-uItluTg7Jk .round9,
  .cid-uItluTg7Jk .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-uItluTg7Jk .round {
    display: none;
  }
}
.cid-uItluTg7Jk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItluTg7Jk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItsNpRVKv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
  position: relative;
}
.cid-uItsNpRVKv .container,
.cid-uItsNpRVKv .container-fluid {
  position: static;
}
.cid-uItsNpRVKv .mbr-section-title {
  color: #57468b;
}
.cid-uItsNpRVKv .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 5px;
}
.cid-uItsNpRVKv .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 48px;
}
@media (min-width: 1400px) {
  .cid-uItsNpRVKv .mbr-text {
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .cid-uItsNpRVKv .mbr-text {
    margin-top: 38px;
  }
}
.cid-uItsNpRVKv .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uItsNpRVKv .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uItsNpRVKv .mbr-section-btn .btn {
  padding: 10px 30px;
  min-height: 55px;
  border-radius: 9px;
}
.cid-uItsNpRVKv .mbr-section-btn .btn-info:hover {
  background-color: #ffffff !important;
  color: #ffffff !important;
}
.cid-uItsNpRVKv .image-wrapper {
  height: 650px;
}
.cid-uItsNpRVKv .image-wrapper img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-uItsNpRVKv .image-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36.4% !important;
    z-index: 2;
    right: 5%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uItsNpRVKv .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-uItsNpRVKv .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-uItsNpRVKv .col-text {
    width: 58.3333333333% !important;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  .cid-uItsNpRVKv .col-text {
    width: 50% !important;
  }
}
.cid-uItsNpRVKv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItsNpRVKv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItsNpRVKv .mbr-text,
.cid-uItsNpRVKv .mbr-section-btn {
  color: #c2b2d6;
  text-align: left;
}
.cid-uItsHJ8QUh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uItsHJ8QUh .row {
  display: flex;
  align-items: center;
}
.cid-uItsHJ8QUh .image-wrapper {
  max-height: 100%;
}
.cid-uItsHJ8QUh .image-wrapper img {
  max-width: 793px;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-left: auto!important;
}
@media (max-width: 767px) {
  .cid-uItsHJ8QUh .image-wrapper {
    margin-top: 80px;
  }
}
.cid-uItsHJ8QUh .text-wrapper {
  width: 100%;
}
.cid-uItsHJ8QUh .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 8px;
}
.cid-uItsHJ8QUh .mbr-section-title {
  color: #57468b;
  margin-bottom: 8px;
}
.cid-uItsHJ8QUh .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-top: 16px;
}
.cid-uItsHJ8QUh .lines-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
}
.cid-uItsHJ8QUh .line-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-uItsHJ8QUh .line-container2 {
  margin-top: 40px;
}
.cid-uItsHJ8QUh .line-text {
  color: #A1A0A0;
  width: 100%;
  margin-bottom: 12px;
}
.cid-uItsHJ8QUh .line {
  width: 100%;
  height: 6px;
  border-radius: 30px;
  background-color: rgba(68, 109, 255, 0.15);
}
.cid-uItsHJ8QUh .line-active {
  position: relative;
  height: 100%;
  border-radius: 30px;
}
.cid-uItsHJ8QUh .line-active1 {
  background-color: #913bff;
  width: 100%;
}
.cid-uItsHJ8QUh .line-active2 {
  background-color: #0066ff;
  width: 91%;
}
.cid-uItsHJ8QUh .percent-text {
  width: 40px;
  background: #fff;
  color: rgba(0, 40, 78, 0.8);
  box-shadow: 0 5px 20px rgba(0, 28, 99, 0.08);
  border-radius: 4px;
  margin: 0;
  line-height: 25px;
  font-size: 12px;
  text-align: center;
  float: none;
  position: absolute;
  top: -40px;
  right: 0;
}
.cid-uItsHJ8QUh .percent-text1:before {
  content: "100";
}
.cid-uItsHJ8QUh .percent-text2:before {
  content: "91";
}
.cid-uItsHJ8QUh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItsHJ8QUh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItsHJ8QUh .mbr-text,
.cid-uItsHJ8QUh .mbr-section-btn {
  color: #716c80;
}
.cid-uItsJfPUPL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.cid-uItsJfPUPL .container,
.cid-uItsJfPUPL .container-fluid {
  position: static;
}
@media (min-width: 1400px) {
  .cid-uItsJfPUPL .text-wrapper {
    padding-left: 48px;
  }
}
.cid-uItsJfPUPL .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-uItsJfPUPL .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-uItsJfPUPL .mbr-section-title {
  color: #57468b;
  margin-bottom: 0;
}
.cid-uItsJfPUPL .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-uItsJfPUPL .mbr-section-btn {
  margin-top: 6px;
}
.cid-uItsJfPUPL .image-wrapper {
  height: 650px;
  position: relative;
  z-index: 2;
}
.cid-uItsJfPUPL .image-wrapper img {
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-uItsJfPUPL .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 32.7%;
    padding-top: 6rem;
    left: 7%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uItsJfPUPL .image-wrapper {
    width: 40%;
    left: 1%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uItsJfPUPL .image-wrapper {
    width: 40%;
    top: 0;
    left: 1%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uItsJfPUPL .image-wrapper {
    width: 40%;
    top: 8%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-uItsJfPUPL .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-uItsJfPUPL .bg-round {
  position: absolute;
  top: -55%;
  padding: 0;
  padding-top: 6rem;
}
.cid-uItsJfPUPL .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uItsJfPUPL .bg-round {
    width: 56%;
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-uItsJfPUPL .bg-round {
    width: 44%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uItsJfPUPL .bg-round {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uItsJfPUPL .bg-round {
    display: none;
  }
}
.cid-uItsJfPUPL .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-uItsJfPUPL .col-text {
    margin-left: auto;
  }
}
.cid-uItsJfPUPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItsJfPUPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItsJfPUPL .mbr-text,
.cid-uItsJfPUPL .mbr-section-btn {
  color: #c2b2d6;
}
.cid-uItsKeTeYC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.cid-uItsKeTeYC .container,
.cid-uItsKeTeYC .container-fluid {
  position: static;
}
.cid-uItsKeTeYC .label-text {
  width: 100%;
  color: #913BFF;
  margin-bottom: 20px;
}
.cid-uItsKeTeYC .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-uItsKeTeYC .mbr-section-title {
  color: #010d4c;
  margin-bottom: 15px;
}
.cid-uItsKeTeYC .colored-text {
  color: #913bff;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.cid-uItsKeTeYC .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 40px;
}
@media (min-width: 1400px) {
  .cid-uItsKeTeYC .mbr-text {
    padding-right: 48px;
  }
}
.cid-uItsKeTeYC .cards-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-uItsKeTeYC .card {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 25px 25px 25px 95px;
  background: #000000;
  box-shadow: -20px 20px 50px rgba(0, 40, 99, 0.05);
  border-radius: 10px;
}
.cid-uItsKeTeYC .card:hover .card-number {
  background: #c83119;
  border-color: #c83119;
  color: #ffffff;
}
.cid-uItsKeTeYC .card-number {
  width: 45px;
  height: 45px;
  border: 1px solid #CECECE;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  color: #913bff;
  position: absolute;
  top: 27px;
  left: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-uItsKeTeYC .card-title {
  color: #c2b2d6;
  margin-bottom: 8px;
}
.cid-uItsKeTeYC .card-text {
  color: #57468b;
  opacity: 0.8;
}
.cid-uItsKeTeYC .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uItsKeTeYC .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uItsKeTeYC .mbr-section-btn .btn:before {
  display: none;
}
.cid-uItsKeTeYC .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-uItsKeTeYC .image-wrapper {
  height: 650px;
  position: relative;
  z-index: 2;
}
.cid-uItsKeTeYC .image-wrapper img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: auto!important;
}
@media (min-width: 768px) {
  .cid-uItsKeTeYC .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 24%;
    width: 38.65%;
    right: 6%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-uItsKeTeYC .image-wrapper {
    top: 37%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uItsKeTeYC .image-wrapper {
    top: 31%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uItsKeTeYC .image-wrapper {
    top: 42%;
    right: 1%;
  }
}
@media (max-width: 767px) {
  .cid-uItsKeTeYC .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-uItsKeTeYC .bg-round {
  position: absolute;
  top: -14%;
  padding: 0;
}
.cid-uItsKeTeYC .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uItsKeTeYC .bg-round {
    width: 56%;
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-uItsKeTeYC .bg-round {
    width: 56%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uItsKeTeYC .bg-round {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .cid-uItsKeTeYC .bg-round {
    top: auto;
    bottom: -10%;
  }
  .cid-uItsKeTeYC .bg-round svg {
    height: 100%;
  }
}
.cid-uItsKeTeYC .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-uItsKeTeYC .col-text {
    margin-right: auto;
  }
}
.cid-uItsKeTeYC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItsKeTeYC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMcjOgq8Ea {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uMcjOgq8Ea .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uMcjOgq8Ea input,
.cid-uMcjOgq8Ea textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-uMcjOgq8Ea img {
  width: 90%;
  border-radius: 8px;
}
.cid-uMcjOgq8Ea .title {
  margin-bottom: 1rem;
}
.cid-uMcjOgq8Ea p {
  line-height: 1.6;
}
.cid-uMcjOgq8Ea .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-uMcjOgq8Ea textarea {
  min-height: 160px;
}
.cid-uMcjOgq8Ea .form-control,
.cid-uMcjOgq8Ea .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uMcjOgq8Ea .form-control:hover,
.cid-uMcjOgq8Ea .field-input:hover,
.cid-uMcjOgq8Ea .form-control:focus,
.cid-uMcjOgq8Ea .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uMcjOgq8Ea input::-webkit-input-placeholder,
.cid-uMcjOgq8Ea textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uMcjOgq8Ea input:-moz-placeholder,
.cid-uMcjOgq8Ea textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uMcjOgq8Ea .jq-selectbox li,
.cid-uMcjOgq8Ea .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uMcjOgq8Ea .jq-selectbox li:hover,
.cid-uMcjOgq8Ea .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uMcjOgq8Ea .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uMcjOgq8Ea .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uMcjOgq8Ea H5 {
  color: #57468b;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uMcjOgq8Ea img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-uMcjOgq8Ea .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-uMcjOgq8Ea H2 {
  color: #57468b;
}
.cid-uMcjOgq8Ea H3 {
  color: #57468b;
}
.cid-uMcjOgq8Ea .mbr-text {
  color: #716c80;
}
.cid-uMcjOgq8Ea .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMcjTENIv4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uMcjTENIv4 .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMcjUhQ6iZ {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #000000;
}
.cid-uMcjUhQ6iZ .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-uMcjUhQ6iZ MARQUEE {
  color: #ffffff;
}
.cid-uMcjUhQ6iZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMcjUhQ6iZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMcjV8Lc42 {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uMcjV8Lc42 .container {
  max-width: 1400px;
}
.cid-uMcjV8Lc42 .card-img2 span {
  padding-top: 6px;
}
.cid-uMcjV8Lc42 .soc-item a {
  padding-top: 5px;
}
.cid-uMcjV8Lc42 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uMcjV8Lc42 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uMcjV8Lc42 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uMcjV8Lc42 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uMcjV8Lc42 #e2_shape {
  fill: #57468b !important;
}
.cid-uMcjV8Lc42 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uMcjV8Lc42 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uMcjV8Lc42 .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMcjV8Lc42 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uMcjV8Lc42 .soc-item span {
  font-size: 1.4rem;
}
.cid-uMcjV8Lc42 .soc-item:hover span {
  color: #c83119 !important;
}
.cid-uMcjV8Lc42 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uMcjV8Lc42 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uMcjV8Lc42 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uMcjV8Lc42 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uMcjV8Lc42 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uMcjV8Lc42 .item {
    justify-content: center;
  }
  .cid-uMcjV8Lc42 .quote::after {
    left: 60px;
  }
}
.cid-uMcjV8Lc42 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uMcjV8Lc42 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uMcjV8Lc42 .text1 {
  color: #ffffff;
}
.cid-uMcjV8Lc42 .item-title {
  color: #ffffff;
}
.cid-uMcjV8Lc42 H5 {
  color: #ffffff;
}
.cid-uMcjV8Lc42 .theme {
  color: #ffffff;
}
.cid-uMcjV8Lc42 .copyright > p {
  color: #ff3366;
}
.cid-uMcjV8Lc42 .text2 {
  color: #ffffff;
}
.cid-uIt7Qqlm5Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #57468b;
}
.cid-uIvbbUb16T.popup-builder {
  background-color: #ffffff;
}
.cid-uIvbbUb16T.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uIvbbUb16T.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uIvbbUb16T .modal-content,
.cid-uIvbbUb16T .modal-dialog {
  height: auto;
}
.cid-uIvbbUb16T .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uIvbbUb16T .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uIvbbUb16T .form-wrapper .mbr-form .form-group,
  .cid-uIvbbUb16T .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uIvbbUb16T .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uIvbbUb16T .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-uIvbbUb16T .mbr-text {
  text-align: center;
  color: #57468b;
}
.cid-uIvbbUb16T .pt-0 {
  padding-top: 0 !important;
}
.cid-uIvbbUb16T .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uIvbbUb16T .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uIvbbUb16T .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uIvbbUb16T .modal-open {
  overflow: hidden;
}
.cid-uIvbbUb16T .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uIvbbUb16T .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uIvbbUb16T .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uIvbbUb16T .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-uIvbbUb16T .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uIvbbUb16T .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uIvbbUb16T .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uIvbbUb16T .modal-content {
  background: #000000;
  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);
}
.cid-uIvbbUb16T .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uIvbbUb16T .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uIvbbUb16T .modal-backdrop.fade {
  opacity: 0;
}
.cid-uIvbbUb16T .modal-backdrop.show {
  opacity: .5;
}
.cid-uIvbbUb16T .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-uIvbbUb16T .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbbUb16T .modal-header {
    padding: 1rem;
  }
}
.cid-uIvbbUb16T .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uIvbbUb16T .modal-header .close svg {
  fill: #ffffff;
}
.cid-uIvbbUb16T .modal-header .close:hover {
  opacity: 1;
}
.cid-uIvbbUb16T .modal-header .close:focus {
  outline: none;
}
.cid-uIvbbUb16T .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #c2b2d6;
}
.cid-uIvbbUb16T .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uIvbbUb16T .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbbUb16T .modal-body {
    padding: 1rem;
  }
}
.cid-uIvbbUb16T .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-uIvbbUb16T .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbbUb16T .modal-footer {
    padding: 1rem;
  }
}
.cid-uIvbbUb16T .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uIvbbUb16T .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uIvbbUb16T .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uIvbbUb16T .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uIvbbUb16T .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uIvbbUb16T .modal-lg,
  .cid-uIvbbUb16T .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uIvbbUb16T .modal-xl {
    max-width: 1140px;
  }
}
.cid-uIvbbUb16T .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uIvbbUb16T .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-uIvbbUb16T .form-group {
  margin-bottom: 1rem;
}
.cid-uIvbbUb16T .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uIvbbUb16T .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uIvbbUb16T .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-uIvbbUb16T .mbr-section-btn {
  margin: 0;
}
.cid-uIvbbUb16T .mbr-section-btn .btn {
  margin: 0;
}
.cid-uIt7TIHdBJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIt7TIHdBJ .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-uIt7TIHdBJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIt7TIHdBJ .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;
}
@media (min-width: 1400px) {
  .cid-uIt7TIHdBJ .navbar {
    padding: 0 128px !important;
  }
}
.cid-uIt7TIHdBJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uIt7TIHdBJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIt7TIHdBJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uIt7TIHdBJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIt7TIHdBJ .navbar.collapsed {
  justify-content: center;
}
.cid-uIt7TIHdBJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIt7TIHdBJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIt7TIHdBJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uIt7TIHdBJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIt7TIHdBJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIt7TIHdBJ .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-uIt7TIHdBJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIt7TIHdBJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIt7TIHdBJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIt7TIHdBJ .navbar {
    min-height: 72px;
  }
  .cid-uIt7TIHdBJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIt7TIHdBJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIt7TIHdBJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIt7TIHdBJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIt7TIHdBJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIt7TIHdBJ .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-uIt7TIHdBJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIt7TIHdBJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIt7TIHdBJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIt7TIHdBJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIt7TIHdBJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIt7TIHdBJ .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-uIt7TIHdBJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uIt7TIHdBJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIt7TIHdBJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIt7TIHdBJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uIt7TIHdBJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uIt7TIHdBJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uIt7TIHdBJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIt7TIHdBJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIt7TIHdBJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uIt7TIHdBJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIt7TIHdBJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIt7TIHdBJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIt7TIHdBJ .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIt7TIHdBJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uIt7TIHdBJ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uIt7TIHdBJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIt7TIHdBJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uIt7TIHdBJ .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #57468b;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  margin-top: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uIt7TIHdBJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIt7TIHdBJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uIt7TIHdBJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIt7TIHdBJ .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: #000000;
}
.cid-uIt7TIHdBJ .nav-item:focus,
.cid-uIt7TIHdBJ .nav-link:focus {
  outline: none;
}
.cid-uIt7TIHdBJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIt7TIHdBJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIt7TIHdBJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIt7TIHdBJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIt7TIHdBJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIt7TIHdBJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIt7TIHdBJ .dropdown-item.active,
.cid-uIt7TIHdBJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uIt7TIHdBJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIt7TIHdBJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIt7TIHdBJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIt7TIHdBJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uIt7TIHdBJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIt7TIHdBJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIt7TIHdBJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIt7TIHdBJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIt7TIHdBJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uIt7TIHdBJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIt7TIHdBJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-uIt7TIHdBJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIt7TIHdBJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt7TIHdBJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt7TIHdBJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIt7TIHdBJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt7TIHdBJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIt7TIHdBJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIt7TIHdBJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt7TIHdBJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIt7TIHdBJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIt7TIHdBJ .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-uIt7TIHdBJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIt7TIHdBJ .navbar {
    height: 70px;
  }
  .cid-uIt7TIHdBJ .navbar.opened {
    height: auto;
  }
  .cid-uIt7TIHdBJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIt7TIHdBJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uIt7TIHdBJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIt7TIHdBJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIt7TIHdBJ .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-uIt7TIHdBJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIt7TIHdBJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIt7TIHdBJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIt7TIHdBJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uIt7TIHdBJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cid-uIt7TIHdBJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIt7TIHdBJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIt7TIHdBJ .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-uIt7TIHdBJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIt7TIHdBJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIt7TIHdBJ .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-uIt7TIHdBJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIt7TIHdBJ .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-uIt7TIHdBJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIt7TIHdBJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uItgfJD2Mc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uItgfJD2Mc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItgfJD2Mc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItgfJD2Mc .row {
  justify-content: center;
}
.cid-uItgfJD2Mc .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uItgfJD2Mc .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uItgfJD2Mc .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uItgfJD2Mc .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uItgfJD2Mc .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uItgfJD2Mc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uItgfJD2Mc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uItgfJD2Mc .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uItgfJD2Mc .mbr-label,
.cid-uItgfJD2Mc .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uItgfJD2Mc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uItgfJD2Mc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uItgfJD2Mc .mbr-text,
.cid-uItgfJD2Mc .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uItgfJD2Mc .mbr-section-title,
.cid-uItgfJD2Mc .mbr-section-btn {
  text-align: center;
}
.cid-uIt7TLX17p {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uIt7TLX17p .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uIt7TLX17p input,
.cid-uIt7TLX17p textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-uIt7TLX17p img {
  width: 90%;
  border-radius: 8px;
}
.cid-uIt7TLX17p .title {
  margin-bottom: 1rem;
}
.cid-uIt7TLX17p p {
  line-height: 1.6;
}
.cid-uIt7TLX17p .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-uIt7TLX17p textarea {
  min-height: 160px;
}
.cid-uIt7TLX17p .form-control,
.cid-uIt7TLX17p .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIt7TLX17p .form-control:hover,
.cid-uIt7TLX17p .field-input:hover,
.cid-uIt7TLX17p .form-control:focus,
.cid-uIt7TLX17p .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uIt7TLX17p input::-webkit-input-placeholder,
.cid-uIt7TLX17p textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uIt7TLX17p input:-moz-placeholder,
.cid-uIt7TLX17p textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uIt7TLX17p .jq-selectbox li,
.cid-uIt7TLX17p .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uIt7TLX17p .jq-selectbox li:hover,
.cid-uIt7TLX17p .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uIt7TLX17p .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uIt7TLX17p .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uIt7TLX17p H5 {
  color: #57468b;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uIt7TLX17p img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-uIt7TLX17p .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-uIt7TLX17p H2 {
  color: #57468b;
}
.cid-uIt7TLX17p H3 {
  color: #57468b;
}
.cid-uIt7TLX17p .mbr-text {
  color: #716c80;
}
.cid-uIt7TLX17p .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMcjBQi2fM {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #000000;
}
.cid-uMcjBQi2fM .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-uMcjBQi2fM MARQUEE {
  color: #ffffff;
}
.cid-uMcjBQi2fM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMcjBQi2fM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMcjDqDTXb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uMcjDqDTXb .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMcjq5Npz6 {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uMcjq5Npz6 .container {
  max-width: 1400px;
}
.cid-uMcjq5Npz6 .card-img2 span {
  padding-top: 6px;
}
.cid-uMcjq5Npz6 .soc-item a {
  padding-top: 5px;
}
.cid-uMcjq5Npz6 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uMcjq5Npz6 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uMcjq5Npz6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uMcjq5Npz6 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uMcjq5Npz6 #e2_shape {
  fill: #57468b !important;
}
.cid-uMcjq5Npz6 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uMcjq5Npz6 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uMcjq5Npz6 .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMcjq5Npz6 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uMcjq5Npz6 .soc-item span {
  font-size: 1.4rem;
}
.cid-uMcjq5Npz6 .soc-item:hover span {
  color: #c83119 !important;
}
.cid-uMcjq5Npz6 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uMcjq5Npz6 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uMcjq5Npz6 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uMcjq5Npz6 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uMcjq5Npz6 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uMcjq5Npz6 .item {
    justify-content: center;
  }
  .cid-uMcjq5Npz6 .quote::after {
    left: 60px;
  }
}
.cid-uMcjq5Npz6 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uMcjq5Npz6 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uMcjq5Npz6 .text1 {
  color: #ffffff;
}
.cid-uMcjq5Npz6 .item-title {
  color: #ffffff;
}
.cid-uMcjq5Npz6 H5 {
  color: #ffffff;
}
.cid-uMcjq5Npz6 .theme {
  color: #ffffff;
}
.cid-uMcjq5Npz6 .copyright > p {
  color: #ff3366;
}
.cid-uMcjq5Npz6 .text2 {
  color: #ffffff;
}
.cid-uIt7TWVGKv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #57468b;
}
.cid-uIvbbRCQLI.popup-builder {
  background-color: #ffffff;
}
.cid-uIvbbRCQLI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uIvbbRCQLI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uIvbbRCQLI .modal-content,
.cid-uIvbbRCQLI .modal-dialog {
  height: auto;
}
.cid-uIvbbRCQLI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uIvbbRCQLI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uIvbbRCQLI .form-wrapper .mbr-form .form-group,
  .cid-uIvbbRCQLI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uIvbbRCQLI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uIvbbRCQLI .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-uIvbbRCQLI .mbr-text {
  text-align: center;
  color: #57468b;
}
.cid-uIvbbRCQLI .pt-0 {
  padding-top: 0 !important;
}
.cid-uIvbbRCQLI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uIvbbRCQLI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uIvbbRCQLI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uIvbbRCQLI .modal-open {
  overflow: hidden;
}
.cid-uIvbbRCQLI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uIvbbRCQLI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uIvbbRCQLI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uIvbbRCQLI .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-uIvbbRCQLI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uIvbbRCQLI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uIvbbRCQLI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uIvbbRCQLI .modal-content {
  background: #000000;
  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);
}
.cid-uIvbbRCQLI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uIvbbRCQLI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uIvbbRCQLI .modal-backdrop.fade {
  opacity: 0;
}
.cid-uIvbbRCQLI .modal-backdrop.show {
  opacity: .5;
}
.cid-uIvbbRCQLI .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-uIvbbRCQLI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbbRCQLI .modal-header {
    padding: 1rem;
  }
}
.cid-uIvbbRCQLI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uIvbbRCQLI .modal-header .close svg {
  fill: #ffffff;
}
.cid-uIvbbRCQLI .modal-header .close:hover {
  opacity: 1;
}
.cid-uIvbbRCQLI .modal-header .close:focus {
  outline: none;
}
.cid-uIvbbRCQLI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #c2b2d6;
}
.cid-uIvbbRCQLI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uIvbbRCQLI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbbRCQLI .modal-body {
    padding: 1rem;
  }
}
.cid-uIvbbRCQLI .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-uIvbbRCQLI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbbRCQLI .modal-footer {
    padding: 1rem;
  }
}
.cid-uIvbbRCQLI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uIvbbRCQLI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uIvbbRCQLI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uIvbbRCQLI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uIvbbRCQLI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uIvbbRCQLI .modal-lg,
  .cid-uIvbbRCQLI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uIvbbRCQLI .modal-xl {
    max-width: 1140px;
  }
}
.cid-uIvbbRCQLI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uIvbbRCQLI .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-uIvbbRCQLI .form-group {
  margin-bottom: 1rem;
}
.cid-uIvbbRCQLI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uIvbbRCQLI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uIvbbRCQLI .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-uIvbbRCQLI .mbr-section-btn {
  margin: 0;
}
.cid-uIvbbRCQLI .mbr-section-btn .btn {
  margin: 0;
}
.cid-uIt7VT5vq9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIt7VT5vq9 .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-uIt7VT5vq9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIt7VT5vq9 .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;
}
@media (min-width: 1400px) {
  .cid-uIt7VT5vq9 .navbar {
    padding: 0 128px !important;
  }
}
.cid-uIt7VT5vq9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIt7VT5vq9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIt7VT5vq9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIt7VT5vq9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIt7VT5vq9 .navbar.collapsed {
  justify-content: center;
}
.cid-uIt7VT5vq9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIt7VT5vq9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIt7VT5vq9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uIt7VT5vq9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIt7VT5vq9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIt7VT5vq9 .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-uIt7VT5vq9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIt7VT5vq9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIt7VT5vq9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIt7VT5vq9 .navbar {
    min-height: 72px;
  }
  .cid-uIt7VT5vq9 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIt7VT5vq9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIt7VT5vq9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIt7VT5vq9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIt7VT5vq9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIt7VT5vq9 .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-uIt7VT5vq9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIt7VT5vq9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIt7VT5vq9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIt7VT5vq9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIt7VT5vq9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIt7VT5vq9 .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-uIt7VT5vq9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uIt7VT5vq9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIt7VT5vq9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIt7VT5vq9 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uIt7VT5vq9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uIt7VT5vq9 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uIt7VT5vq9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIt7VT5vq9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIt7VT5vq9 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uIt7VT5vq9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIt7VT5vq9 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIt7VT5vq9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIt7VT5vq9 .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIt7VT5vq9 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uIt7VT5vq9 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uIt7VT5vq9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIt7VT5vq9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uIt7VT5vq9 .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #57468b;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  margin-top: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uIt7VT5vq9 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIt7VT5vq9 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uIt7VT5vq9 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIt7VT5vq9 .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: #000000;
}
.cid-uIt7VT5vq9 .nav-item:focus,
.cid-uIt7VT5vq9 .nav-link:focus {
  outline: none;
}
.cid-uIt7VT5vq9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIt7VT5vq9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIt7VT5vq9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIt7VT5vq9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIt7VT5vq9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIt7VT5vq9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIt7VT5vq9 .dropdown-item.active,
.cid-uIt7VT5vq9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIt7VT5vq9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIt7VT5vq9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIt7VT5vq9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIt7VT5vq9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uIt7VT5vq9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIt7VT5vq9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIt7VT5vq9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIt7VT5vq9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIt7VT5vq9 .navbar-buttons {
    text-align: left;
  }
}
.cid-uIt7VT5vq9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIt7VT5vq9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-uIt7VT5vq9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIt7VT5vq9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt7VT5vq9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt7VT5vq9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIt7VT5vq9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt7VT5vq9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIt7VT5vq9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIt7VT5vq9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt7VT5vq9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIt7VT5vq9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIt7VT5vq9 .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-uIt7VT5vq9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIt7VT5vq9 .navbar {
    height: 70px;
  }
  .cid-uIt7VT5vq9 .navbar.opened {
    height: auto;
  }
  .cid-uIt7VT5vq9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIt7VT5vq9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uIt7VT5vq9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIt7VT5vq9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIt7VT5vq9 .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-uIt7VT5vq9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIt7VT5vq9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIt7VT5vq9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIt7VT5vq9 .navbar-brand {
    margin-right: auto;
  }
  .cid-uIt7VT5vq9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cid-uIt7VT5vq9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIt7VT5vq9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIt7VT5vq9 .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-uIt7VT5vq9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIt7VT5vq9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIt7VT5vq9 .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-uIt7VT5vq9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIt7VT5vq9 .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-uIt7VT5vq9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIt7VT5vq9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uItvt0qsBl {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uItvt0qsBl .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uItvt0qsBl #e1_circle,
.cid-uItvt0qsBl #e3_circle,
.cid-uItvt0qsBl #e4_circle,
.cid-uItvt0qsBl #e5_circle {
  fill: #57468b !important;
}
.cid-uItvt0qsBl #e6_circle {
  fill: #000000 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uItvt0qsBl .round {
  border-radius: 100%;
  position: absolute;
  background-color: #57468b;
  animation: orbit 4s linear infinite;
}
.cid-uItvt0qsBl .rev {
  animation: rev 4s linear infinite;
}
.cid-uItvt0qsBl .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uItvt0qsBl .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uItvt0qsBl .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uItvt0qsBl .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uItvt0qsBl .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uItvt0qsBl .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uItvt0qsBl .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uItvt0qsBl .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uItvt0qsBl .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uItvt0qsBl .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uItvt0qsBl .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uItvt0qsBl H1 {
  color: #57468b;
}
.cid-uItvt0qsBl .mbr-text,
.cid-uItvt0qsBl .mbr-section-btn {
  color: #716c80;
}
.cid-uItvt0qsBl H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-uItvt0qsBl .round9,
  .cid-uItvt0qsBl .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-uItvt0qsBl .round {
    display: none;
  }
}
.cid-uItvt0qsBl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItvt0qsBl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItvpJ0xeX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uItvpJ0xeX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItvpJ0xeX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItvpJ0xeX .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uItvpJ0xeX .container {
    padding: 10px 8px;
  }
}
.cid-uItvpJ0xeX .row {
  margin: 0;
}
.cid-uItvpJ0xeX .row .card {
  padding: 0;
}
.cid-uItvpJ0xeX .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #000000;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uItvpJ0xeX .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-uItvpJ0xeX .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-uItvpJ0xeX .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uItvpJ0xeX .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uItvpJ0xeX .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uItvpJ0xeX .content-wrapper .content-wrap .mbr-section-title span {
  opacity: .5;
}
.cid-uItvpJ0xeX .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uItvpJ0xeX .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uItvpJ0xeX .content-wrapper .content-wrap .mbr-text span {
  opacity: .5;
}
.cid-uItvpJ0xeX .content-wrapper .content-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uItvpJ0xeX .content-wrapper .content-wrap .person-wrapper .person-wrap img {
  width: 120px;
  height: 120px;
  border-radius: 100% !important;
  margin-right: 25px;
  object-fit: cover;
}
.cid-uItvpJ0xeX .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrap .mbr-name {
  margin-bottom: 5px;
}
.cid-uItvpJ0xeX .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrap .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uItvpJ0xeX .form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 40px;
  background-image: linear-gradient(0.375turn, #000000 0%, #5b73cd 98%);
  border-radius: 25px;
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uItvpJ0xeX .form-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-uItvpJ0xeX .form-wrapper {
    padding: 50px 10px;
  }
}
.cid-uItvpJ0xeX .form-wrapper .form-wrap {
  padding: 20px 15px;
  border-radius: 25px;
  border: 1px solid #73abff;
  position: relative;
  overflow: hidden;
  width: 65%;
}
@media (max-width: 768px) {
  .cid-uItvpJ0xeX .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uItvpJ0xeX .form-wrapper .form-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background-color: #73abff;
  pointer-events: none;
}
.cid-uItvpJ0xeX .form-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-uItvpJ0xeX .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uItvpJ0xeX .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  border: 1px solid #e1edff !important;
  box-shadow: none;
  background: #73abff;
  border-radius: 17px !important;
  padding: 20px 25px;
  color: #57468b;
}
@media (max-width: 768px) {
  .cid-uItvpJ0xeX .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 20px 15px;
  }
}
.cid-uItvpJ0xeX .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #e1edff;
}
.cid-uItvpJ0xeX .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uItvpJ0xeX .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #73abff;
  border-color: #73abff;
}
.cid-uItvpJ0xeX .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-label {
  color: #57468b;
}
.cid-uItvpJ0xeX .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uItvpJ0xeX .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uItvpJ0xeX .mbr-section-title {
  color: #222222;
}
.cid-uItvpJ0xeX .mbr-text {
  color: #c2b2d6;
  text-align: center;
}
.cid-uItvpJ0xeX .mbr-name {
  color: #222222;
}
.cid-uItvpJ0xeX .mbr-role {
  color: #222222;
}
.cid-uItvpJ0xeX label {
  color: #ffffff;
}
.cid-uItvpJ0xeX .mbr-section-title,
.cid-uItvpJ0xeX .person-wrapper {
  text-align: center;
  color: #57468b;
}
.cid-uMck7sFEWE {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #000000;
}
.cid-uMck7sFEWE .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-uMck7sFEWE MARQUEE {
  color: #ffffff;
}
.cid-uMck7sFEWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMck7sFEWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMck6q5cql {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uMck6q5cql .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMck9WPl8r {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uMck9WPl8r .container {
  max-width: 1400px;
}
.cid-uMck9WPl8r .card-img2 span {
  padding-top: 6px;
}
.cid-uMck9WPl8r .soc-item a {
  padding-top: 5px;
}
.cid-uMck9WPl8r .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uMck9WPl8r .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uMck9WPl8r .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uMck9WPl8r svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uMck9WPl8r #e2_shape {
  fill: #57468b !important;
}
.cid-uMck9WPl8r .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uMck9WPl8r .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uMck9WPl8r .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMck9WPl8r .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uMck9WPl8r .soc-item span {
  font-size: 1.4rem;
}
.cid-uMck9WPl8r .soc-item:hover span {
  color: #c83119 !important;
}
.cid-uMck9WPl8r .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uMck9WPl8r .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uMck9WPl8r .media-wrap {
  margin-bottom: 1rem;
}
.cid-uMck9WPl8r .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uMck9WPl8r img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uMck9WPl8r .item {
    justify-content: center;
  }
  .cid-uMck9WPl8r .quote::after {
    left: 60px;
  }
}
.cid-uMck9WPl8r .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uMck9WPl8r .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uMck9WPl8r .text1 {
  color: #ffffff;
}
.cid-uMck9WPl8r .item-title {
  color: #ffffff;
}
.cid-uMck9WPl8r H5 {
  color: #ffffff;
}
.cid-uMck9WPl8r .theme {
  color: #ffffff;
}
.cid-uMck9WPl8r .copyright > p {
  color: #ff3366;
}
.cid-uMck9WPl8r .text2 {
  color: #ffffff;
}
.cid-uIt7WcMx8Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #57468b;
}
.cid-uIvbbWHK5f.popup-builder {
  background-color: #ffffff;
}
.cid-uIvbbWHK5f.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uIvbbWHK5f.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uIvbbWHK5f .modal-content,
.cid-uIvbbWHK5f .modal-dialog {
  height: auto;
}
.cid-uIvbbWHK5f .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uIvbbWHK5f .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uIvbbWHK5f .form-wrapper .mbr-form .form-group,
  .cid-uIvbbWHK5f .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uIvbbWHK5f .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uIvbbWHK5f .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-uIvbbWHK5f .mbr-text {
  text-align: center;
  color: #57468b;
}
.cid-uIvbbWHK5f .pt-0 {
  padding-top: 0 !important;
}
.cid-uIvbbWHK5f .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uIvbbWHK5f .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uIvbbWHK5f .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uIvbbWHK5f .modal-open {
  overflow: hidden;
}
.cid-uIvbbWHK5f .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uIvbbWHK5f .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uIvbbWHK5f .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uIvbbWHK5f .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-uIvbbWHK5f .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uIvbbWHK5f .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uIvbbWHK5f .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uIvbbWHK5f .modal-content {
  background: #000000;
  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);
}
.cid-uIvbbWHK5f .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uIvbbWHK5f .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uIvbbWHK5f .modal-backdrop.fade {
  opacity: 0;
}
.cid-uIvbbWHK5f .modal-backdrop.show {
  opacity: .5;
}
.cid-uIvbbWHK5f .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-uIvbbWHK5f .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbbWHK5f .modal-header {
    padding: 1rem;
  }
}
.cid-uIvbbWHK5f .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uIvbbWHK5f .modal-header .close svg {
  fill: #ffffff;
}
.cid-uIvbbWHK5f .modal-header .close:hover {
  opacity: 1;
}
.cid-uIvbbWHK5f .modal-header .close:focus {
  outline: none;
}
.cid-uIvbbWHK5f .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #c2b2d6;
}
.cid-uIvbbWHK5f .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uIvbbWHK5f .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbbWHK5f .modal-body {
    padding: 1rem;
  }
}
.cid-uIvbbWHK5f .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-uIvbbWHK5f .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbbWHK5f .modal-footer {
    padding: 1rem;
  }
}
.cid-uIvbbWHK5f .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uIvbbWHK5f .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uIvbbWHK5f .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uIvbbWHK5f .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uIvbbWHK5f .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uIvbbWHK5f .modal-lg,
  .cid-uIvbbWHK5f .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uIvbbWHK5f .modal-xl {
    max-width: 1140px;
  }
}
.cid-uIvbbWHK5f .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uIvbbWHK5f .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-uIvbbWHK5f .form-group {
  margin-bottom: 1rem;
}
.cid-uIvbbWHK5f .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uIvbbWHK5f .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uIvbbWHK5f .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-uIvbbWHK5f .mbr-section-btn {
  margin: 0;
}
.cid-uIvbbWHK5f .mbr-section-btn .btn {
  margin: 0;
}
.cid-uIt7ZtVhK0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIt7ZtVhK0 .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-uIt7ZtVhK0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIt7ZtVhK0 .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;
}
@media (min-width: 1400px) {
  .cid-uIt7ZtVhK0 .navbar {
    padding: 0 128px !important;
  }
}
.cid-uIt7ZtVhK0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIt7ZtVhK0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIt7ZtVhK0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIt7ZtVhK0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIt7ZtVhK0 .navbar.collapsed {
  justify-content: center;
}
.cid-uIt7ZtVhK0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIt7ZtVhK0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIt7ZtVhK0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uIt7ZtVhK0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIt7ZtVhK0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIt7ZtVhK0 .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-uIt7ZtVhK0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIt7ZtVhK0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIt7ZtVhK0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIt7ZtVhK0 .navbar {
    min-height: 72px;
  }
  .cid-uIt7ZtVhK0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIt7ZtVhK0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIt7ZtVhK0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIt7ZtVhK0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIt7ZtVhK0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIt7ZtVhK0 .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-uIt7ZtVhK0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIt7ZtVhK0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIt7ZtVhK0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIt7ZtVhK0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIt7ZtVhK0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIt7ZtVhK0 .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-uIt7ZtVhK0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uIt7ZtVhK0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIt7ZtVhK0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIt7ZtVhK0 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uIt7ZtVhK0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uIt7ZtVhK0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uIt7ZtVhK0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIt7ZtVhK0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIt7ZtVhK0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uIt7ZtVhK0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIt7ZtVhK0 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIt7ZtVhK0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIt7ZtVhK0 .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIt7ZtVhK0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uIt7ZtVhK0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uIt7ZtVhK0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIt7ZtVhK0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uIt7ZtVhK0 .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #57468b;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  margin-top: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uIt7ZtVhK0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIt7ZtVhK0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uIt7ZtVhK0 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIt7ZtVhK0 .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: #000000;
}
.cid-uIt7ZtVhK0 .nav-item:focus,
.cid-uIt7ZtVhK0 .nav-link:focus {
  outline: none;
}
.cid-uIt7ZtVhK0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIt7ZtVhK0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIt7ZtVhK0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIt7ZtVhK0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIt7ZtVhK0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIt7ZtVhK0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIt7ZtVhK0 .dropdown-item.active,
.cid-uIt7ZtVhK0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIt7ZtVhK0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIt7ZtVhK0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIt7ZtVhK0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIt7ZtVhK0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uIt7ZtVhK0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIt7ZtVhK0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIt7ZtVhK0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIt7ZtVhK0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIt7ZtVhK0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uIt7ZtVhK0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIt7ZtVhK0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-uIt7ZtVhK0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIt7ZtVhK0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt7ZtVhK0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt7ZtVhK0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIt7ZtVhK0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt7ZtVhK0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIt7ZtVhK0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIt7ZtVhK0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt7ZtVhK0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIt7ZtVhK0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIt7ZtVhK0 .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-uIt7ZtVhK0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIt7ZtVhK0 .navbar {
    height: 70px;
  }
  .cid-uIt7ZtVhK0 .navbar.opened {
    height: auto;
  }
  .cid-uIt7ZtVhK0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIt7ZtVhK0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uIt7ZtVhK0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIt7ZtVhK0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIt7ZtVhK0 .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-uIt7ZtVhK0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIt7ZtVhK0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIt7ZtVhK0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIt7ZtVhK0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uIt7ZtVhK0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cid-uIt7ZtVhK0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIt7ZtVhK0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIt7ZtVhK0 .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-uIt7ZtVhK0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIt7ZtVhK0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIt7ZtVhK0 .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-uIt7ZtVhK0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIt7ZtVhK0 .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-uIt7ZtVhK0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIt7ZtVhK0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uItyG8QHWh {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uItyG8QHWh .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uItyG8QHWh #e1_circle,
.cid-uItyG8QHWh #e3_circle,
.cid-uItyG8QHWh #e4_circle,
.cid-uItyG8QHWh #e5_circle {
  fill: #57468b !important;
}
.cid-uItyG8QHWh #e6_circle {
  fill: #000000 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uItyG8QHWh .round {
  border-radius: 100%;
  position: absolute;
  background-color: #57468b;
  animation: orbit 4s linear infinite;
}
.cid-uItyG8QHWh .rev {
  animation: rev 4s linear infinite;
}
.cid-uItyG8QHWh .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uItyG8QHWh .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uItyG8QHWh .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uItyG8QHWh .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uItyG8QHWh .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uItyG8QHWh .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uItyG8QHWh .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uItyG8QHWh .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uItyG8QHWh .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uItyG8QHWh .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uItyG8QHWh .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uItyG8QHWh H1 {
  color: #57468b;
}
.cid-uItyG8QHWh .mbr-text,
.cid-uItyG8QHWh .mbr-section-btn {
  color: #716c80;
}
.cid-uItyG8QHWh H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-uItyG8QHWh .round9,
  .cid-uItyG8QHWh .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-uItyG8QHWh .round {
    display: none;
  }
}
.cid-uItyG8QHWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItyG8QHWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItyAo2ItT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uItyAo2ItT .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uItyAo2ItT H2 {
  color: #36404c;
}
.cid-uItyAo2ItT H3 {
  color: #36404c;
}
.cid-uItyAo2ItT .mbr-text,
.cid-uItyAo2ItT .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uItyAo2ItT .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uItyAo2ItT img {
  filter: invert(0.5);
  width: auto;
}
.cid-uItyAo2ItT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItyAo2ItT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIty9tqLd2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uIty9tqLd2 {
    padding-top: 1rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uIty9tqLd2 {
    padding-top: 0.6rem;
    padding-bottom: 0rem;
  }
}
.cid-uIty9tqLd2 .mbr-section-subtitle {
  text-align: left;
}
.cid-uIty9tqLd2 .mbr-section-title {
  text-align: left;
}
.cid-uIty9tqLd2 .mbr-text {
  text-align: left;
}
.cid-uItzgP9IUg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uItzgP9IUg .counter-container {
  color: #767676;
}
.cid-uItzgP9IUg .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uItzgP9IUg .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uItzgP9IUg .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-uItzgP9IUg .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #66458e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-uMckTddWD4 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uMckTddWD4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uMckTddWD4 input,
.cid-uMckTddWD4 textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-uMckTddWD4 img {
  width: 90%;
  border-radius: 8px;
}
.cid-uMckTddWD4 .title {
  margin-bottom: 1rem;
}
.cid-uMckTddWD4 p {
  line-height: 1.6;
}
.cid-uMckTddWD4 .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-uMckTddWD4 textarea {
  min-height: 160px;
}
.cid-uMckTddWD4 .form-control,
.cid-uMckTddWD4 .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uMckTddWD4 .form-control:hover,
.cid-uMckTddWD4 .field-input:hover,
.cid-uMckTddWD4 .form-control:focus,
.cid-uMckTddWD4 .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uMckTddWD4 input::-webkit-input-placeholder,
.cid-uMckTddWD4 textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uMckTddWD4 input:-moz-placeholder,
.cid-uMckTddWD4 textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uMckTddWD4 .jq-selectbox li,
.cid-uMckTddWD4 .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uMckTddWD4 .jq-selectbox li:hover,
.cid-uMckTddWD4 .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uMckTddWD4 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uMckTddWD4 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uMckTddWD4 H5 {
  color: #57468b;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uMckTddWD4 img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-uMckTddWD4 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-uMckTddWD4 H2 {
  color: #57468b;
}
.cid-uMckTddWD4 H3 {
  color: #57468b;
}
.cid-uMckTddWD4 .mbr-text {
  color: #716c80;
}
.cid-uMckTddWD4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMcl2WW83y {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #000000;
}
.cid-uMcl2WW83y .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-uMcl2WW83y MARQUEE {
  color: #ffffff;
}
.cid-uMcl2WW83y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMcl2WW83y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMckWQr5mU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uMckWQr5mU .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMcl6NngcC {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uMcl6NngcC .container {
  max-width: 1400px;
}
.cid-uMcl6NngcC .card-img2 span {
  padding-top: 6px;
}
.cid-uMcl6NngcC .soc-item a {
  padding-top: 5px;
}
.cid-uMcl6NngcC .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uMcl6NngcC .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uMcl6NngcC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uMcl6NngcC svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uMcl6NngcC #e2_shape {
  fill: #57468b !important;
}
.cid-uMcl6NngcC .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uMcl6NngcC .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uMcl6NngcC .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMcl6NngcC .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uMcl6NngcC .soc-item span {
  font-size: 1.4rem;
}
.cid-uMcl6NngcC .soc-item:hover span {
  color: #c83119 !important;
}
.cid-uMcl6NngcC .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uMcl6NngcC .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uMcl6NngcC .media-wrap {
  margin-bottom: 1rem;
}
.cid-uMcl6NngcC .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uMcl6NngcC img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uMcl6NngcC .item {
    justify-content: center;
  }
  .cid-uMcl6NngcC .quote::after {
    left: 60px;
  }
}
.cid-uMcl6NngcC .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uMcl6NngcC .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uMcl6NngcC .text1 {
  color: #ffffff;
}
.cid-uMcl6NngcC .item-title {
  color: #ffffff;
}
.cid-uMcl6NngcC H5 {
  color: #ffffff;
}
.cid-uMcl6NngcC .theme {
  color: #ffffff;
}
.cid-uMcl6NngcC .copyright > p {
  color: #ff3366;
}
.cid-uMcl6NngcC .text2 {
  color: #ffffff;
}
.cid-uIt7ZSBpfD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #57468b;
}
.cid-uIvbbZsoo1.popup-builder {
  background-color: #ffffff;
}
.cid-uIvbbZsoo1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uIvbbZsoo1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uIvbbZsoo1 .modal-content,
.cid-uIvbbZsoo1 .modal-dialog {
  height: auto;
}
.cid-uIvbbZsoo1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uIvbbZsoo1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uIvbbZsoo1 .form-wrapper .mbr-form .form-group,
  .cid-uIvbbZsoo1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uIvbbZsoo1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uIvbbZsoo1 .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-uIvbbZsoo1 .mbr-text {
  text-align: center;
  color: #57468b;
}
.cid-uIvbbZsoo1 .pt-0 {
  padding-top: 0 !important;
}
.cid-uIvbbZsoo1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uIvbbZsoo1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uIvbbZsoo1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uIvbbZsoo1 .modal-open {
  overflow: hidden;
}
.cid-uIvbbZsoo1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uIvbbZsoo1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uIvbbZsoo1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uIvbbZsoo1 .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-uIvbbZsoo1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uIvbbZsoo1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uIvbbZsoo1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uIvbbZsoo1 .modal-content {
  background: #000000;
  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);
}
.cid-uIvbbZsoo1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uIvbbZsoo1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uIvbbZsoo1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uIvbbZsoo1 .modal-backdrop.show {
  opacity: .5;
}
.cid-uIvbbZsoo1 .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-uIvbbZsoo1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbbZsoo1 .modal-header {
    padding: 1rem;
  }
}
.cid-uIvbbZsoo1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uIvbbZsoo1 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uIvbbZsoo1 .modal-header .close:hover {
  opacity: 1;
}
.cid-uIvbbZsoo1 .modal-header .close:focus {
  outline: none;
}
.cid-uIvbbZsoo1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #c2b2d6;
}
.cid-uIvbbZsoo1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uIvbbZsoo1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbbZsoo1 .modal-body {
    padding: 1rem;
  }
}
.cid-uIvbbZsoo1 .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-uIvbbZsoo1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbbZsoo1 .modal-footer {
    padding: 1rem;
  }
}
.cid-uIvbbZsoo1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uIvbbZsoo1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uIvbbZsoo1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uIvbbZsoo1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uIvbbZsoo1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uIvbbZsoo1 .modal-lg,
  .cid-uIvbbZsoo1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uIvbbZsoo1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uIvbbZsoo1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uIvbbZsoo1 .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-uIvbbZsoo1 .form-group {
  margin-bottom: 1rem;
}
.cid-uIvbbZsoo1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uIvbbZsoo1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uIvbbZsoo1 .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-uIvbbZsoo1 .mbr-section-btn {
  margin: 0;
}
.cid-uIvbbZsoo1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uIt84wuARE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIt84wuARE .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-uIt84wuARE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIt84wuARE .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;
}
@media (min-width: 1400px) {
  .cid-uIt84wuARE .navbar {
    padding: 0 128px !important;
  }
}
.cid-uIt84wuARE .navbar.opened {
  transition: all 0.3s;
}
.cid-uIt84wuARE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIt84wuARE .navbar .navbar-logo img {
  width: auto;
}
.cid-uIt84wuARE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIt84wuARE .navbar.collapsed {
  justify-content: center;
}
.cid-uIt84wuARE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIt84wuARE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIt84wuARE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uIt84wuARE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIt84wuARE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIt84wuARE .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-uIt84wuARE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIt84wuARE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIt84wuARE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIt84wuARE .navbar {
    min-height: 72px;
  }
  .cid-uIt84wuARE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIt84wuARE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIt84wuARE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIt84wuARE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIt84wuARE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIt84wuARE .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-uIt84wuARE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIt84wuARE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIt84wuARE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIt84wuARE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIt84wuARE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIt84wuARE .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-uIt84wuARE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uIt84wuARE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIt84wuARE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIt84wuARE .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uIt84wuARE .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uIt84wuARE .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uIt84wuARE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIt84wuARE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIt84wuARE .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uIt84wuARE .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIt84wuARE .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIt84wuARE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIt84wuARE .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIt84wuARE .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uIt84wuARE .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uIt84wuARE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIt84wuARE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uIt84wuARE .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #57468b;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  margin-top: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uIt84wuARE .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIt84wuARE .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uIt84wuARE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIt84wuARE .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: #000000;
}
.cid-uIt84wuARE .nav-item:focus,
.cid-uIt84wuARE .nav-link:focus {
  outline: none;
}
.cid-uIt84wuARE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIt84wuARE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIt84wuARE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIt84wuARE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIt84wuARE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIt84wuARE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIt84wuARE .dropdown-item.active,
.cid-uIt84wuARE .dropdown-item:active {
  background-color: transparent;
}
.cid-uIt84wuARE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIt84wuARE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIt84wuARE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIt84wuARE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uIt84wuARE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIt84wuARE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIt84wuARE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIt84wuARE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIt84wuARE .navbar-buttons {
    text-align: left;
  }
}
.cid-uIt84wuARE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIt84wuARE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-uIt84wuARE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIt84wuARE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt84wuARE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt84wuARE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIt84wuARE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt84wuARE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIt84wuARE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIt84wuARE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt84wuARE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIt84wuARE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIt84wuARE .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-uIt84wuARE .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIt84wuARE .navbar {
    height: 70px;
  }
  .cid-uIt84wuARE .navbar.opened {
    height: auto;
  }
  .cid-uIt84wuARE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIt84wuARE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uIt84wuARE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIt84wuARE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIt84wuARE .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-uIt84wuARE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIt84wuARE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIt84wuARE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIt84wuARE .navbar-brand {
    margin-right: auto;
  }
  .cid-uIt84wuARE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cid-uIt84wuARE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIt84wuARE .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIt84wuARE .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-uIt84wuARE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIt84wuARE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIt84wuARE .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-uIt84wuARE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIt84wuARE .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-uIt84wuARE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIt84wuARE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uItBt3vAe6 {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uItBt3vAe6 .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uItBt3vAe6 #e1_circle,
.cid-uItBt3vAe6 #e3_circle,
.cid-uItBt3vAe6 #e4_circle,
.cid-uItBt3vAe6 #e5_circle {
  fill: #57468b !important;
}
.cid-uItBt3vAe6 #e6_circle {
  fill: #000000 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uItBt3vAe6 .round {
  border-radius: 100%;
  position: absolute;
  background-color: #57468b;
  animation: orbit 4s linear infinite;
}
.cid-uItBt3vAe6 .rev {
  animation: rev 4s linear infinite;
}
.cid-uItBt3vAe6 .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uItBt3vAe6 .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uItBt3vAe6 .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uItBt3vAe6 .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uItBt3vAe6 .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uItBt3vAe6 .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uItBt3vAe6 .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uItBt3vAe6 .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uItBt3vAe6 .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uItBt3vAe6 .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uItBt3vAe6 .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uItBt3vAe6 H1 {
  color: #57468b;
}
.cid-uItBt3vAe6 .mbr-text,
.cid-uItBt3vAe6 .mbr-section-btn {
  color: #716c80;
}
.cid-uItBt3vAe6 H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-uItBt3vAe6 .round9,
  .cid-uItBt3vAe6 .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-uItBt3vAe6 .round {
    display: none;
  }
}
.cid-uItBt3vAe6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItBt3vAe6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItC1n4sk9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uItC1n4sk9 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uItC1n4sk9 H2 {
  color: #36404c;
}
.cid-uItC1n4sk9 H3 {
  color: #36404c;
}
.cid-uItC1n4sk9 .mbr-text,
.cid-uItC1n4sk9 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uItC1n4sk9 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uItC1n4sk9 img {
  filter: invert(0.5);
  width: auto;
}
.cid-uItC1n4sk9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItC1n4sk9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMcmelLMqD {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uMcmelLMqD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uMcmelLMqD input,
.cid-uMcmelLMqD textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-uMcmelLMqD img {
  width: 90%;
  border-radius: 8px;
}
.cid-uMcmelLMqD .title {
  margin-bottom: 1rem;
}
.cid-uMcmelLMqD p {
  line-height: 1.6;
}
.cid-uMcmelLMqD .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-uMcmelLMqD textarea {
  min-height: 160px;
}
.cid-uMcmelLMqD .form-control,
.cid-uMcmelLMqD .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uMcmelLMqD .form-control:hover,
.cid-uMcmelLMqD .field-input:hover,
.cid-uMcmelLMqD .form-control:focus,
.cid-uMcmelLMqD .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uMcmelLMqD input::-webkit-input-placeholder,
.cid-uMcmelLMqD textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uMcmelLMqD input:-moz-placeholder,
.cid-uMcmelLMqD textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uMcmelLMqD .jq-selectbox li,
.cid-uMcmelLMqD .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uMcmelLMqD .jq-selectbox li:hover,
.cid-uMcmelLMqD .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uMcmelLMqD .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uMcmelLMqD .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uMcmelLMqD H5 {
  color: #57468b;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uMcmelLMqD img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-uMcmelLMqD .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-uMcmelLMqD H2 {
  color: #57468b;
}
.cid-uMcmelLMqD H3 {
  color: #57468b;
}
.cid-uMcmelLMqD .mbr-text {
  color: #716c80;
}
.cid-uMcmelLMqD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMcmh1McMw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uMcmh1McMw .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMcmk8o9RC {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #000000;
}
.cid-uMcmk8o9RC .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-uMcmk8o9RC MARQUEE {
  color: #ffffff;
}
.cid-uMcmk8o9RC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMcmk8o9RC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMcorqOx5A {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uMcorqOx5A .container {
  max-width: 1400px;
}
.cid-uMcorqOx5A .card-img2 span {
  padding-top: 6px;
}
.cid-uMcorqOx5A .soc-item a {
  padding-top: 5px;
}
.cid-uMcorqOx5A .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uMcorqOx5A .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uMcorqOx5A .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uMcorqOx5A svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uMcorqOx5A #e2_shape {
  fill: #57468b !important;
}
.cid-uMcorqOx5A .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uMcorqOx5A .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uMcorqOx5A .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMcorqOx5A .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uMcorqOx5A .soc-item span {
  font-size: 1.4rem;
}
.cid-uMcorqOx5A .soc-item:hover span {
  color: #c83119 !important;
}
.cid-uMcorqOx5A .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uMcorqOx5A .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uMcorqOx5A .media-wrap {
  margin-bottom: 1rem;
}
.cid-uMcorqOx5A .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uMcorqOx5A img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uMcorqOx5A .item {
    justify-content: center;
  }
  .cid-uMcorqOx5A .quote::after {
    left: 60px;
  }
}
.cid-uMcorqOx5A .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uMcorqOx5A .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uMcorqOx5A .text1 {
  color: #ffffff;
}
.cid-uMcorqOx5A .item-title {
  color: #ffffff;
}
.cid-uMcorqOx5A H5 {
  color: #ffffff;
}
.cid-uMcorqOx5A .theme {
  color: #ffffff;
}
.cid-uMcorqOx5A .copyright > p {
  color: #ff3366;
}
.cid-uMcorqOx5A .text2 {
  color: #ffffff;
}
.cid-uIt84zJ9q3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #57468b;
}
.cid-uIvbc2cFbU.popup-builder {
  background-color: #ffffff;
}
.cid-uIvbc2cFbU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uIvbc2cFbU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uIvbc2cFbU .modal-content,
.cid-uIvbc2cFbU .modal-dialog {
  height: auto;
}
.cid-uIvbc2cFbU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uIvbc2cFbU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uIvbc2cFbU .form-wrapper .mbr-form .form-group,
  .cid-uIvbc2cFbU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uIvbc2cFbU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uIvbc2cFbU .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-uIvbc2cFbU .mbr-text {
  text-align: center;
  color: #57468b;
}
.cid-uIvbc2cFbU .pt-0 {
  padding-top: 0 !important;
}
.cid-uIvbc2cFbU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uIvbc2cFbU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uIvbc2cFbU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uIvbc2cFbU .modal-open {
  overflow: hidden;
}
.cid-uIvbc2cFbU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uIvbc2cFbU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uIvbc2cFbU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uIvbc2cFbU .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-uIvbc2cFbU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uIvbc2cFbU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uIvbc2cFbU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uIvbc2cFbU .modal-content {
  background: #000000;
  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);
}
.cid-uIvbc2cFbU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uIvbc2cFbU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uIvbc2cFbU .modal-backdrop.fade {
  opacity: 0;
}
.cid-uIvbc2cFbU .modal-backdrop.show {
  opacity: .5;
}
.cid-uIvbc2cFbU .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-uIvbc2cFbU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbc2cFbU .modal-header {
    padding: 1rem;
  }
}
.cid-uIvbc2cFbU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uIvbc2cFbU .modal-header .close svg {
  fill: #ffffff;
}
.cid-uIvbc2cFbU .modal-header .close:hover {
  opacity: 1;
}
.cid-uIvbc2cFbU .modal-header .close:focus {
  outline: none;
}
.cid-uIvbc2cFbU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #c2b2d6;
}
.cid-uIvbc2cFbU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uIvbc2cFbU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbc2cFbU .modal-body {
    padding: 1rem;
  }
}
.cid-uIvbc2cFbU .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-uIvbc2cFbU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbc2cFbU .modal-footer {
    padding: 1rem;
  }
}
.cid-uIvbc2cFbU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uIvbc2cFbU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uIvbc2cFbU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uIvbc2cFbU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uIvbc2cFbU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uIvbc2cFbU .modal-lg,
  .cid-uIvbc2cFbU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uIvbc2cFbU .modal-xl {
    max-width: 1140px;
  }
}
.cid-uIvbc2cFbU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uIvbc2cFbU .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-uIvbc2cFbU .form-group {
  margin-bottom: 1rem;
}
.cid-uIvbc2cFbU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uIvbc2cFbU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uIvbc2cFbU .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-uIvbc2cFbU .mbr-section-btn {
  margin: 0;
}
.cid-uIvbc2cFbU .mbr-section-btn .btn {
  margin: 0;
}
.cid-uIt87Ve5fS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIt87Ve5fS .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-uIt87Ve5fS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIt87Ve5fS .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;
}
@media (min-width: 1400px) {
  .cid-uIt87Ve5fS .navbar {
    padding: 0 128px !important;
  }
}
.cid-uIt87Ve5fS .navbar.opened {
  transition: all 0.3s;
}
.cid-uIt87Ve5fS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIt87Ve5fS .navbar .navbar-logo img {
  width: auto;
}
.cid-uIt87Ve5fS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIt87Ve5fS .navbar.collapsed {
  justify-content: center;
}
.cid-uIt87Ve5fS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIt87Ve5fS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIt87Ve5fS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uIt87Ve5fS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIt87Ve5fS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIt87Ve5fS .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-uIt87Ve5fS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIt87Ve5fS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIt87Ve5fS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIt87Ve5fS .navbar {
    min-height: 72px;
  }
  .cid-uIt87Ve5fS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIt87Ve5fS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIt87Ve5fS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIt87Ve5fS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIt87Ve5fS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIt87Ve5fS .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-uIt87Ve5fS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIt87Ve5fS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIt87Ve5fS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIt87Ve5fS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIt87Ve5fS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIt87Ve5fS .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-uIt87Ve5fS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uIt87Ve5fS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIt87Ve5fS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIt87Ve5fS .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uIt87Ve5fS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uIt87Ve5fS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uIt87Ve5fS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIt87Ve5fS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIt87Ve5fS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uIt87Ve5fS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIt87Ve5fS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIt87Ve5fS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIt87Ve5fS .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIt87Ve5fS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uIt87Ve5fS .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uIt87Ve5fS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIt87Ve5fS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uIt87Ve5fS .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #57468b;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  margin-top: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uIt87Ve5fS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIt87Ve5fS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uIt87Ve5fS .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIt87Ve5fS .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: #000000;
}
.cid-uIt87Ve5fS .nav-item:focus,
.cid-uIt87Ve5fS .nav-link:focus {
  outline: none;
}
.cid-uIt87Ve5fS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIt87Ve5fS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIt87Ve5fS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIt87Ve5fS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIt87Ve5fS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIt87Ve5fS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIt87Ve5fS .dropdown-item.active,
.cid-uIt87Ve5fS .dropdown-item:active {
  background-color: transparent;
}
.cid-uIt87Ve5fS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIt87Ve5fS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIt87Ve5fS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIt87Ve5fS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uIt87Ve5fS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIt87Ve5fS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIt87Ve5fS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIt87Ve5fS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIt87Ve5fS .navbar-buttons {
    text-align: left;
  }
}
.cid-uIt87Ve5fS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIt87Ve5fS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-uIt87Ve5fS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIt87Ve5fS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt87Ve5fS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt87Ve5fS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIt87Ve5fS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt87Ve5fS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIt87Ve5fS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIt87Ve5fS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt87Ve5fS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIt87Ve5fS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIt87Ve5fS .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-uIt87Ve5fS .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIt87Ve5fS .navbar {
    height: 70px;
  }
  .cid-uIt87Ve5fS .navbar.opened {
    height: auto;
  }
  .cid-uIt87Ve5fS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIt87Ve5fS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uIt87Ve5fS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIt87Ve5fS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIt87Ve5fS .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-uIt87Ve5fS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIt87Ve5fS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIt87Ve5fS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIt87Ve5fS .navbar-brand {
    margin-right: auto;
  }
  .cid-uIt87Ve5fS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cid-uIt87Ve5fS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIt87Ve5fS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIt87Ve5fS .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-uIt87Ve5fS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIt87Ve5fS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIt87Ve5fS .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-uIt87Ve5fS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIt87Ve5fS .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-uIt87Ve5fS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIt87Ve5fS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uItCTEhB1B {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uItCTEhB1B .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uItCTEhB1B #e1_circle,
.cid-uItCTEhB1B #e3_circle,
.cid-uItCTEhB1B #e4_circle,
.cid-uItCTEhB1B #e5_circle {
  fill: #57468b !important;
}
.cid-uItCTEhB1B #e6_circle {
  fill: #000000 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uItCTEhB1B .round {
  border-radius: 100%;
  position: absolute;
  background-color: #57468b;
  animation: orbit 4s linear infinite;
}
.cid-uItCTEhB1B .rev {
  animation: rev 4s linear infinite;
}
.cid-uItCTEhB1B .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uItCTEhB1B .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uItCTEhB1B .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uItCTEhB1B .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uItCTEhB1B .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uItCTEhB1B .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uItCTEhB1B .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uItCTEhB1B .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uItCTEhB1B .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uItCTEhB1B .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uItCTEhB1B .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uItCTEhB1B H1 {
  color: #57468b;
}
.cid-uItCTEhB1B .mbr-text,
.cid-uItCTEhB1B .mbr-section-btn {
  color: #716c80;
}
.cid-uItCTEhB1B H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-uItCTEhB1B .round9,
  .cid-uItCTEhB1B .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-uItCTEhB1B .round {
    display: none;
  }
}
.cid-uItCTEhB1B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItCTEhB1B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItCULCDS8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uItCULCDS8 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uItCULCDS8 H2 {
  color: #36404c;
}
.cid-uItCULCDS8 H3 {
  color: #36404c;
}
.cid-uItCULCDS8 .mbr-text,
.cid-uItCULCDS8 .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uItCULCDS8 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uItCULCDS8 img {
  filter: invert(0.5);
  width: auto;
}
.cid-uItCULCDS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItCULCDS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMcoEttduj {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uMcoEttduj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uMcoEttduj input,
.cid-uMcoEttduj textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-uMcoEttduj img {
  width: 90%;
  border-radius: 8px;
}
.cid-uMcoEttduj .title {
  margin-bottom: 1rem;
}
.cid-uMcoEttduj p {
  line-height: 1.6;
}
.cid-uMcoEttduj .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-uMcoEttduj textarea {
  min-height: 160px;
}
.cid-uMcoEttduj .form-control,
.cid-uMcoEttduj .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uMcoEttduj .form-control:hover,
.cid-uMcoEttduj .field-input:hover,
.cid-uMcoEttduj .form-control:focus,
.cid-uMcoEttduj .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uMcoEttduj input::-webkit-input-placeholder,
.cid-uMcoEttduj textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uMcoEttduj input:-moz-placeholder,
.cid-uMcoEttduj textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uMcoEttduj .jq-selectbox li,
.cid-uMcoEttduj .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uMcoEttduj .jq-selectbox li:hover,
.cid-uMcoEttduj .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uMcoEttduj .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uMcoEttduj .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uMcoEttduj H5 {
  color: #57468b;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uMcoEttduj img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-uMcoEttduj .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-uMcoEttduj H2 {
  color: #57468b;
}
.cid-uMcoEttduj H3 {
  color: #57468b;
}
.cid-uMcoEttduj .mbr-text {
  color: #716c80;
}
.cid-uMcoEttduj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMcpa7KMjh {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #000000;
}
.cid-uMcpa7KMjh .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-uMcpa7KMjh MARQUEE {
  color: #ffffff;
}
.cid-uMcpa7KMjh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMcpa7KMjh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMcp0Hb1GN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uMcp0Hb1GN .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMcpk7kAWb {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uMcpk7kAWb .container {
  max-width: 1400px;
}
.cid-uMcpk7kAWb .card-img2 span {
  padding-top: 6px;
}
.cid-uMcpk7kAWb .soc-item a {
  padding-top: 5px;
}
.cid-uMcpk7kAWb .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uMcpk7kAWb .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uMcpk7kAWb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uMcpk7kAWb svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uMcpk7kAWb #e2_shape {
  fill: #57468b !important;
}
.cid-uMcpk7kAWb .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uMcpk7kAWb .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uMcpk7kAWb .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMcpk7kAWb .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uMcpk7kAWb .soc-item span {
  font-size: 1.4rem;
}
.cid-uMcpk7kAWb .soc-item:hover span {
  color: #c83119 !important;
}
.cid-uMcpk7kAWb .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uMcpk7kAWb .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uMcpk7kAWb .media-wrap {
  margin-bottom: 1rem;
}
.cid-uMcpk7kAWb .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uMcpk7kAWb img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uMcpk7kAWb .item {
    justify-content: center;
  }
  .cid-uMcpk7kAWb .quote::after {
    left: 60px;
  }
}
.cid-uMcpk7kAWb .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uMcpk7kAWb .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uMcpk7kAWb .text1 {
  color: #ffffff;
}
.cid-uMcpk7kAWb .item-title {
  color: #ffffff;
}
.cid-uMcpk7kAWb H5 {
  color: #ffffff;
}
.cid-uMcpk7kAWb .theme {
  color: #ffffff;
}
.cid-uMcpk7kAWb .copyright > p {
  color: #ff3366;
}
.cid-uMcpk7kAWb .text2 {
  color: #ffffff;
}
.cid-uIt881z1Cl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #57468b;
}
.cid-uIvbc4Q0kD.popup-builder {
  background-color: #ffffff;
}
.cid-uIvbc4Q0kD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uIvbc4Q0kD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uIvbc4Q0kD .modal-content,
.cid-uIvbc4Q0kD .modal-dialog {
  height: auto;
}
.cid-uIvbc4Q0kD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uIvbc4Q0kD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uIvbc4Q0kD .form-wrapper .mbr-form .form-group,
  .cid-uIvbc4Q0kD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uIvbc4Q0kD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uIvbc4Q0kD .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-uIvbc4Q0kD .mbr-text {
  text-align: center;
  color: #57468b;
}
.cid-uIvbc4Q0kD .pt-0 {
  padding-top: 0 !important;
}
.cid-uIvbc4Q0kD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uIvbc4Q0kD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uIvbc4Q0kD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uIvbc4Q0kD .modal-open {
  overflow: hidden;
}
.cid-uIvbc4Q0kD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uIvbc4Q0kD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uIvbc4Q0kD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uIvbc4Q0kD .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-uIvbc4Q0kD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uIvbc4Q0kD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uIvbc4Q0kD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uIvbc4Q0kD .modal-content {
  background: #000000;
  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);
}
.cid-uIvbc4Q0kD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uIvbc4Q0kD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uIvbc4Q0kD .modal-backdrop.fade {
  opacity: 0;
}
.cid-uIvbc4Q0kD .modal-backdrop.show {
  opacity: .5;
}
.cid-uIvbc4Q0kD .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-uIvbc4Q0kD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbc4Q0kD .modal-header {
    padding: 1rem;
  }
}
.cid-uIvbc4Q0kD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uIvbc4Q0kD .modal-header .close svg {
  fill: #ffffff;
}
.cid-uIvbc4Q0kD .modal-header .close:hover {
  opacity: 1;
}
.cid-uIvbc4Q0kD .modal-header .close:focus {
  outline: none;
}
.cid-uIvbc4Q0kD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #c2b2d6;
}
.cid-uIvbc4Q0kD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uIvbc4Q0kD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbc4Q0kD .modal-body {
    padding: 1rem;
  }
}
.cid-uIvbc4Q0kD .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-uIvbc4Q0kD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbc4Q0kD .modal-footer {
    padding: 1rem;
  }
}
.cid-uIvbc4Q0kD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uIvbc4Q0kD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uIvbc4Q0kD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uIvbc4Q0kD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uIvbc4Q0kD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uIvbc4Q0kD .modal-lg,
  .cid-uIvbc4Q0kD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uIvbc4Q0kD .modal-xl {
    max-width: 1140px;
  }
}
.cid-uIvbc4Q0kD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uIvbc4Q0kD .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-uIvbc4Q0kD .form-group {
  margin-bottom: 1rem;
}
.cid-uIvbc4Q0kD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uIvbc4Q0kD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uIvbc4Q0kD .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-uIvbc4Q0kD .mbr-section-btn {
  margin: 0;
}
.cid-uIvbc4Q0kD .mbr-section-btn .btn {
  margin: 0;
}
.cid-uIt8e4q7ls {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIt8e4q7ls .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-uIt8e4q7ls .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIt8e4q7ls .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;
}
@media (min-width: 1400px) {
  .cid-uIt8e4q7ls .navbar {
    padding: 0 128px !important;
  }
}
.cid-uIt8e4q7ls .navbar.opened {
  transition: all 0.3s;
}
.cid-uIt8e4q7ls .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIt8e4q7ls .navbar .navbar-logo img {
  width: auto;
}
.cid-uIt8e4q7ls .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIt8e4q7ls .navbar.collapsed {
  justify-content: center;
}
.cid-uIt8e4q7ls .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIt8e4q7ls .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIt8e4q7ls .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uIt8e4q7ls .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIt8e4q7ls .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIt8e4q7ls .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-uIt8e4q7ls .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIt8e4q7ls .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIt8e4q7ls .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIt8e4q7ls .navbar {
    min-height: 72px;
  }
  .cid-uIt8e4q7ls .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIt8e4q7ls .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIt8e4q7ls .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIt8e4q7ls .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIt8e4q7ls .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIt8e4q7ls .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-uIt8e4q7ls .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIt8e4q7ls .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIt8e4q7ls .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIt8e4q7ls .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIt8e4q7ls .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIt8e4q7ls .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-uIt8e4q7ls .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uIt8e4q7ls .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIt8e4q7ls .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIt8e4q7ls .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uIt8e4q7ls .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uIt8e4q7ls .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uIt8e4q7ls .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIt8e4q7ls .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIt8e4q7ls .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uIt8e4q7ls .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIt8e4q7ls .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIt8e4q7ls .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIt8e4q7ls .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIt8e4q7ls .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uIt8e4q7ls .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uIt8e4q7ls .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIt8e4q7ls .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uIt8e4q7ls .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #57468b;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  margin-top: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uIt8e4q7ls .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIt8e4q7ls .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uIt8e4q7ls .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIt8e4q7ls .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: #000000;
}
.cid-uIt8e4q7ls .nav-item:focus,
.cid-uIt8e4q7ls .nav-link:focus {
  outline: none;
}
.cid-uIt8e4q7ls .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIt8e4q7ls .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIt8e4q7ls .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIt8e4q7ls .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIt8e4q7ls .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIt8e4q7ls .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIt8e4q7ls .dropdown-item.active,
.cid-uIt8e4q7ls .dropdown-item:active {
  background-color: transparent;
}
.cid-uIt8e4q7ls .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIt8e4q7ls .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIt8e4q7ls .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIt8e4q7ls .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uIt8e4q7ls .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIt8e4q7ls .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIt8e4q7ls ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIt8e4q7ls .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIt8e4q7ls .navbar-buttons {
    text-align: left;
  }
}
.cid-uIt8e4q7ls button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIt8e4q7ls button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-uIt8e4q7ls button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIt8e4q7ls button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt8e4q7ls button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt8e4q7ls button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIt8e4q7ls nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt8e4q7ls nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIt8e4q7ls nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIt8e4q7ls nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt8e4q7ls .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIt8e4q7ls a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIt8e4q7ls .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-uIt8e4q7ls .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIt8e4q7ls .navbar {
    height: 70px;
  }
  .cid-uIt8e4q7ls .navbar.opened {
    height: auto;
  }
  .cid-uIt8e4q7ls .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIt8e4q7ls .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uIt8e4q7ls .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIt8e4q7ls .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIt8e4q7ls .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-uIt8e4q7ls .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIt8e4q7ls .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIt8e4q7ls .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIt8e4q7ls .navbar-brand {
    margin-right: auto;
  }
  .cid-uIt8e4q7ls .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cid-uIt8e4q7ls .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIt8e4q7ls .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIt8e4q7ls .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-uIt8e4q7ls .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIt8e4q7ls .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIt8e4q7ls .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-uIt8e4q7ls .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIt8e4q7ls .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-uIt8e4q7ls .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIt8e4q7ls .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uItDpDQivc {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uItDpDQivc .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uItDpDQivc #e1_circle,
.cid-uItDpDQivc #e3_circle,
.cid-uItDpDQivc #e4_circle,
.cid-uItDpDQivc #e5_circle {
  fill: #57468b !important;
}
.cid-uItDpDQivc #e6_circle {
  fill: #000000 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uItDpDQivc .round {
  border-radius: 100%;
  position: absolute;
  background-color: #57468b;
  animation: orbit 4s linear infinite;
}
.cid-uItDpDQivc .rev {
  animation: rev 4s linear infinite;
}
.cid-uItDpDQivc .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uItDpDQivc .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uItDpDQivc .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uItDpDQivc .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uItDpDQivc .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uItDpDQivc .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uItDpDQivc .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uItDpDQivc .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uItDpDQivc .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uItDpDQivc .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uItDpDQivc .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uItDpDQivc H1 {
  color: #57468b;
}
.cid-uItDpDQivc .mbr-text,
.cid-uItDpDQivc .mbr-section-btn {
  color: #716c80;
}
.cid-uItDpDQivc H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-uItDpDQivc .round9,
  .cid-uItDpDQivc .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-uItDpDQivc .round {
    display: none;
  }
}
.cid-uItDpDQivc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItDpDQivc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItDu3OFVY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uItDu3OFVY .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uItDu3OFVY H2 {
  color: #36404c;
}
.cid-uItDu3OFVY H3 {
  color: #36404c;
}
.cid-uItDu3OFVY .mbr-text,
.cid-uItDu3OFVY .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uItDu3OFVY .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uItDu3OFVY img {
  filter: invert(0.5);
  width: auto;
}
.cid-uItDu3OFVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItDu3OFVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMcq1TKNvt {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uMcq1TKNvt .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uMcq1TKNvt input,
.cid-uMcq1TKNvt textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-uMcq1TKNvt img {
  width: 90%;
  border-radius: 8px;
}
.cid-uMcq1TKNvt .title {
  margin-bottom: 1rem;
}
.cid-uMcq1TKNvt p {
  line-height: 1.6;
}
.cid-uMcq1TKNvt .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-uMcq1TKNvt textarea {
  min-height: 160px;
}
.cid-uMcq1TKNvt .form-control,
.cid-uMcq1TKNvt .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uMcq1TKNvt .form-control:hover,
.cid-uMcq1TKNvt .field-input:hover,
.cid-uMcq1TKNvt .form-control:focus,
.cid-uMcq1TKNvt .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uMcq1TKNvt input::-webkit-input-placeholder,
.cid-uMcq1TKNvt textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uMcq1TKNvt input:-moz-placeholder,
.cid-uMcq1TKNvt textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uMcq1TKNvt .jq-selectbox li,
.cid-uMcq1TKNvt .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uMcq1TKNvt .jq-selectbox li:hover,
.cid-uMcq1TKNvt .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uMcq1TKNvt .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uMcq1TKNvt .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uMcq1TKNvt H5 {
  color: #57468b;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uMcq1TKNvt img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-uMcq1TKNvt .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-uMcq1TKNvt H2 {
  color: #57468b;
}
.cid-uMcq1TKNvt H3 {
  color: #57468b;
}
.cid-uMcq1TKNvt .mbr-text {
  color: #716c80;
}
.cid-uMcq1TKNvt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMcq7CDuSN {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #000000;
}
.cid-uMcq7CDuSN .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-uMcq7CDuSN MARQUEE {
  color: #ffffff;
}
.cid-uMcq7CDuSN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMcq7CDuSN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMcq6LJXcD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uMcq6LJXcD .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMcqcNr1YG {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uMcqcNr1YG .container {
  max-width: 1400px;
}
.cid-uMcqcNr1YG .card-img2 span {
  padding-top: 6px;
}
.cid-uMcqcNr1YG .soc-item a {
  padding-top: 5px;
}
.cid-uMcqcNr1YG .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uMcqcNr1YG .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uMcqcNr1YG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uMcqcNr1YG svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uMcqcNr1YG #e2_shape {
  fill: #57468b !important;
}
.cid-uMcqcNr1YG .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uMcqcNr1YG .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uMcqcNr1YG .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMcqcNr1YG .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uMcqcNr1YG .soc-item span {
  font-size: 1.4rem;
}
.cid-uMcqcNr1YG .soc-item:hover span {
  color: #c83119 !important;
}
.cid-uMcqcNr1YG .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uMcqcNr1YG .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uMcqcNr1YG .media-wrap {
  margin-bottom: 1rem;
}
.cid-uMcqcNr1YG .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uMcqcNr1YG img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uMcqcNr1YG .item {
    justify-content: center;
  }
  .cid-uMcqcNr1YG .quote::after {
    left: 60px;
  }
}
.cid-uMcqcNr1YG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uMcqcNr1YG .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uMcqcNr1YG .text1 {
  color: #ffffff;
}
.cid-uMcqcNr1YG .item-title {
  color: #ffffff;
}
.cid-uMcqcNr1YG H5 {
  color: #ffffff;
}
.cid-uMcqcNr1YG .theme {
  color: #ffffff;
}
.cid-uMcqcNr1YG .copyright > p {
  color: #ff3366;
}
.cid-uMcqcNr1YG .text2 {
  color: #ffffff;
}
.cid-uIt8efCNXL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #57468b;
}
.cid-uIvbc7B4NP.popup-builder {
  background-color: #ffffff;
}
.cid-uIvbc7B4NP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uIvbc7B4NP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uIvbc7B4NP .modal-content,
.cid-uIvbc7B4NP .modal-dialog {
  height: auto;
}
.cid-uIvbc7B4NP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uIvbc7B4NP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uIvbc7B4NP .form-wrapper .mbr-form .form-group,
  .cid-uIvbc7B4NP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uIvbc7B4NP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uIvbc7B4NP .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-uIvbc7B4NP .mbr-text {
  text-align: center;
  color: #57468b;
}
.cid-uIvbc7B4NP .pt-0 {
  padding-top: 0 !important;
}
.cid-uIvbc7B4NP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uIvbc7B4NP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uIvbc7B4NP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uIvbc7B4NP .modal-open {
  overflow: hidden;
}
.cid-uIvbc7B4NP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uIvbc7B4NP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uIvbc7B4NP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uIvbc7B4NP .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-uIvbc7B4NP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uIvbc7B4NP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uIvbc7B4NP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uIvbc7B4NP .modal-content {
  background: #000000;
  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);
}
.cid-uIvbc7B4NP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uIvbc7B4NP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uIvbc7B4NP .modal-backdrop.fade {
  opacity: 0;
}
.cid-uIvbc7B4NP .modal-backdrop.show {
  opacity: .5;
}
.cid-uIvbc7B4NP .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-uIvbc7B4NP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbc7B4NP .modal-header {
    padding: 1rem;
  }
}
.cid-uIvbc7B4NP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uIvbc7B4NP .modal-header .close svg {
  fill: #ffffff;
}
.cid-uIvbc7B4NP .modal-header .close:hover {
  opacity: 1;
}
.cid-uIvbc7B4NP .modal-header .close:focus {
  outline: none;
}
.cid-uIvbc7B4NP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #c2b2d6;
}
.cid-uIvbc7B4NP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uIvbc7B4NP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbc7B4NP .modal-body {
    padding: 1rem;
  }
}
.cid-uIvbc7B4NP .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-uIvbc7B4NP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbc7B4NP .modal-footer {
    padding: 1rem;
  }
}
.cid-uIvbc7B4NP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uIvbc7B4NP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uIvbc7B4NP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uIvbc7B4NP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uIvbc7B4NP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uIvbc7B4NP .modal-lg,
  .cid-uIvbc7B4NP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uIvbc7B4NP .modal-xl {
    max-width: 1140px;
  }
}
.cid-uIvbc7B4NP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uIvbc7B4NP .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-uIvbc7B4NP .form-group {
  margin-bottom: 1rem;
}
.cid-uIvbc7B4NP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uIvbc7B4NP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uIvbc7B4NP .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-uIvbc7B4NP .mbr-section-btn {
  margin: 0;
}
.cid-uIvbc7B4NP .mbr-section-btn .btn {
  margin: 0;
}
.cid-uIt8gTSCF7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIt8gTSCF7 .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-uIt8gTSCF7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIt8gTSCF7 .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;
}
@media (min-width: 1400px) {
  .cid-uIt8gTSCF7 .navbar {
    padding: 0 128px !important;
  }
}
.cid-uIt8gTSCF7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIt8gTSCF7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIt8gTSCF7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIt8gTSCF7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIt8gTSCF7 .navbar.collapsed {
  justify-content: center;
}
.cid-uIt8gTSCF7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIt8gTSCF7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIt8gTSCF7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uIt8gTSCF7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIt8gTSCF7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIt8gTSCF7 .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-uIt8gTSCF7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIt8gTSCF7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIt8gTSCF7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIt8gTSCF7 .navbar {
    min-height: 72px;
  }
  .cid-uIt8gTSCF7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIt8gTSCF7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIt8gTSCF7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIt8gTSCF7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIt8gTSCF7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIt8gTSCF7 .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-uIt8gTSCF7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIt8gTSCF7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIt8gTSCF7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIt8gTSCF7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIt8gTSCF7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIt8gTSCF7 .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-uIt8gTSCF7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uIt8gTSCF7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIt8gTSCF7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIt8gTSCF7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uIt8gTSCF7 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uIt8gTSCF7 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uIt8gTSCF7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIt8gTSCF7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIt8gTSCF7 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uIt8gTSCF7 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIt8gTSCF7 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIt8gTSCF7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIt8gTSCF7 .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIt8gTSCF7 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uIt8gTSCF7 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uIt8gTSCF7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIt8gTSCF7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uIt8gTSCF7 .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #57468b;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  margin-top: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uIt8gTSCF7 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIt8gTSCF7 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uIt8gTSCF7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIt8gTSCF7 .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: #000000;
}
.cid-uIt8gTSCF7 .nav-item:focus,
.cid-uIt8gTSCF7 .nav-link:focus {
  outline: none;
}
.cid-uIt8gTSCF7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIt8gTSCF7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIt8gTSCF7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIt8gTSCF7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIt8gTSCF7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIt8gTSCF7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIt8gTSCF7 .dropdown-item.active,
.cid-uIt8gTSCF7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIt8gTSCF7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIt8gTSCF7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIt8gTSCF7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIt8gTSCF7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uIt8gTSCF7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIt8gTSCF7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIt8gTSCF7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIt8gTSCF7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIt8gTSCF7 .navbar-buttons {
    text-align: left;
  }
}
.cid-uIt8gTSCF7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIt8gTSCF7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-uIt8gTSCF7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIt8gTSCF7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt8gTSCF7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt8gTSCF7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIt8gTSCF7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt8gTSCF7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIt8gTSCF7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIt8gTSCF7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt8gTSCF7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIt8gTSCF7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIt8gTSCF7 .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-uIt8gTSCF7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIt8gTSCF7 .navbar {
    height: 70px;
  }
  .cid-uIt8gTSCF7 .navbar.opened {
    height: auto;
  }
  .cid-uIt8gTSCF7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIt8gTSCF7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uIt8gTSCF7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIt8gTSCF7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIt8gTSCF7 .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-uIt8gTSCF7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIt8gTSCF7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIt8gTSCF7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIt8gTSCF7 .navbar-brand {
    margin-right: auto;
  }
  .cid-uIt8gTSCF7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cid-uIt8gTSCF7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIt8gTSCF7 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIt8gTSCF7 .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-uIt8gTSCF7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIt8gTSCF7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIt8gTSCF7 .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-uIt8gTSCF7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIt8gTSCF7 .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-uIt8gTSCF7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIt8gTSCF7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uItEd9xjOn {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uItEd9xjOn .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uItEd9xjOn #e1_circle,
.cid-uItEd9xjOn #e3_circle,
.cid-uItEd9xjOn #e4_circle,
.cid-uItEd9xjOn #e5_circle {
  fill: #57468b !important;
}
.cid-uItEd9xjOn #e6_circle {
  fill: #000000 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uItEd9xjOn .round {
  border-radius: 100%;
  position: absolute;
  background-color: #57468b;
  animation: orbit 4s linear infinite;
}
.cid-uItEd9xjOn .rev {
  animation: rev 4s linear infinite;
}
.cid-uItEd9xjOn .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uItEd9xjOn .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uItEd9xjOn .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uItEd9xjOn .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uItEd9xjOn .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uItEd9xjOn .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uItEd9xjOn .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uItEd9xjOn .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uItEd9xjOn .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uItEd9xjOn .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uItEd9xjOn .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uItEd9xjOn H1 {
  color: #57468b;
}
.cid-uItEd9xjOn .mbr-text,
.cid-uItEd9xjOn .mbr-section-btn {
  color: #716c80;
}
.cid-uItEd9xjOn H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-uItEd9xjOn .round9,
  .cid-uItEd9xjOn .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-uItEd9xjOn .round {
    display: none;
  }
}
.cid-uItEd9xjOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItEd9xjOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItEdY73Fp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uItEdY73Fp .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uItEdY73Fp H2 {
  color: #36404c;
}
.cid-uItEdY73Fp H3 {
  color: #36404c;
}
.cid-uItEdY73Fp .mbr-text,
.cid-uItEdY73Fp .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uItEdY73Fp .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uItEdY73Fp img {
  filter: invert(0.5);
  width: auto;
}
.cid-uItEdY73Fp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItEdY73Fp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMcscxMBvO {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uMcscxMBvO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uMcscxMBvO input,
.cid-uMcscxMBvO textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-uMcscxMBvO img {
  width: 90%;
  border-radius: 8px;
}
.cid-uMcscxMBvO .title {
  margin-bottom: 1rem;
}
.cid-uMcscxMBvO p {
  line-height: 1.6;
}
.cid-uMcscxMBvO .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-uMcscxMBvO textarea {
  min-height: 160px;
}
.cid-uMcscxMBvO .form-control,
.cid-uMcscxMBvO .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uMcscxMBvO .form-control:hover,
.cid-uMcscxMBvO .field-input:hover,
.cid-uMcscxMBvO .form-control:focus,
.cid-uMcscxMBvO .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uMcscxMBvO input::-webkit-input-placeholder,
.cid-uMcscxMBvO textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uMcscxMBvO input:-moz-placeholder,
.cid-uMcscxMBvO textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uMcscxMBvO .jq-selectbox li,
.cid-uMcscxMBvO .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uMcscxMBvO .jq-selectbox li:hover,
.cid-uMcscxMBvO .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uMcscxMBvO .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uMcscxMBvO .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uMcscxMBvO H5 {
  color: #57468b;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uMcscxMBvO img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-uMcscxMBvO .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-uMcscxMBvO H2 {
  color: #57468b;
}
.cid-uMcscxMBvO H3 {
  color: #57468b;
}
.cid-uMcscxMBvO .mbr-text {
  color: #716c80;
}
.cid-uMcscxMBvO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMcslAwQYJ {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #000000;
}
.cid-uMcslAwQYJ .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-uMcslAwQYJ MARQUEE {
  color: #ffffff;
}
.cid-uMcslAwQYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMcslAwQYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMcsgEVbOW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uMcsgEVbOW .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMcsxfhkOU {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uMcsxfhkOU .container {
  max-width: 1400px;
}
.cid-uMcsxfhkOU .card-img2 span {
  padding-top: 6px;
}
.cid-uMcsxfhkOU .soc-item a {
  padding-top: 5px;
}
.cid-uMcsxfhkOU .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uMcsxfhkOU .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uMcsxfhkOU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uMcsxfhkOU svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uMcsxfhkOU #e2_shape {
  fill: #57468b !important;
}
.cid-uMcsxfhkOU .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uMcsxfhkOU .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uMcsxfhkOU .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMcsxfhkOU .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uMcsxfhkOU .soc-item span {
  font-size: 1.4rem;
}
.cid-uMcsxfhkOU .soc-item:hover span {
  color: #c83119 !important;
}
.cid-uMcsxfhkOU .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uMcsxfhkOU .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uMcsxfhkOU .media-wrap {
  margin-bottom: 1rem;
}
.cid-uMcsxfhkOU .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uMcsxfhkOU img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uMcsxfhkOU .item {
    justify-content: center;
  }
  .cid-uMcsxfhkOU .quote::after {
    left: 60px;
  }
}
.cid-uMcsxfhkOU .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uMcsxfhkOU .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uMcsxfhkOU .text1 {
  color: #ffffff;
}
.cid-uMcsxfhkOU .item-title {
  color: #ffffff;
}
.cid-uMcsxfhkOU H5 {
  color: #ffffff;
}
.cid-uMcsxfhkOU .theme {
  color: #ffffff;
}
.cid-uMcsxfhkOU .copyright > p {
  color: #ff3366;
}
.cid-uMcsxfhkOU .text2 {
  color: #ffffff;
}
.cid-uIt8harVPX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #57468b;
}
.cid-uIvbcaoZg7.popup-builder {
  background-color: #ffffff;
}
.cid-uIvbcaoZg7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uIvbcaoZg7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uIvbcaoZg7 .modal-content,
.cid-uIvbcaoZg7 .modal-dialog {
  height: auto;
}
.cid-uIvbcaoZg7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uIvbcaoZg7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uIvbcaoZg7 .form-wrapper .mbr-form .form-group,
  .cid-uIvbcaoZg7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uIvbcaoZg7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uIvbcaoZg7 .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-uIvbcaoZg7 .mbr-text {
  text-align: center;
  color: #57468b;
}
.cid-uIvbcaoZg7 .pt-0 {
  padding-top: 0 !important;
}
.cid-uIvbcaoZg7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uIvbcaoZg7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uIvbcaoZg7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uIvbcaoZg7 .modal-open {
  overflow: hidden;
}
.cid-uIvbcaoZg7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uIvbcaoZg7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uIvbcaoZg7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uIvbcaoZg7 .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-uIvbcaoZg7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uIvbcaoZg7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uIvbcaoZg7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uIvbcaoZg7 .modal-content {
  background: #000000;
  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);
}
.cid-uIvbcaoZg7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uIvbcaoZg7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uIvbcaoZg7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uIvbcaoZg7 .modal-backdrop.show {
  opacity: .5;
}
.cid-uIvbcaoZg7 .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-uIvbcaoZg7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbcaoZg7 .modal-header {
    padding: 1rem;
  }
}
.cid-uIvbcaoZg7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uIvbcaoZg7 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uIvbcaoZg7 .modal-header .close:hover {
  opacity: 1;
}
.cid-uIvbcaoZg7 .modal-header .close:focus {
  outline: none;
}
.cid-uIvbcaoZg7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #c2b2d6;
}
.cid-uIvbcaoZg7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uIvbcaoZg7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbcaoZg7 .modal-body {
    padding: 1rem;
  }
}
.cid-uIvbcaoZg7 .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-uIvbcaoZg7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbcaoZg7 .modal-footer {
    padding: 1rem;
  }
}
.cid-uIvbcaoZg7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uIvbcaoZg7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uIvbcaoZg7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uIvbcaoZg7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uIvbcaoZg7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uIvbcaoZg7 .modal-lg,
  .cid-uIvbcaoZg7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uIvbcaoZg7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uIvbcaoZg7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uIvbcaoZg7 .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-uIvbcaoZg7 .form-group {
  margin-bottom: 1rem;
}
.cid-uIvbcaoZg7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uIvbcaoZg7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uIvbcaoZg7 .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-uIvbcaoZg7 .mbr-section-btn {
  margin: 0;
}
.cid-uIvbcaoZg7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uIt8jVTOBv {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIt8jVTOBv .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-uIt8jVTOBv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIt8jVTOBv .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;
}
@media (min-width: 1400px) {
  .cid-uIt8jVTOBv .navbar {
    padding: 0 128px !important;
  }
}
.cid-uIt8jVTOBv .navbar.opened {
  transition: all 0.3s;
}
.cid-uIt8jVTOBv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIt8jVTOBv .navbar .navbar-logo img {
  width: auto;
}
.cid-uIt8jVTOBv .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIt8jVTOBv .navbar.collapsed {
  justify-content: center;
}
.cid-uIt8jVTOBv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIt8jVTOBv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIt8jVTOBv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uIt8jVTOBv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIt8jVTOBv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIt8jVTOBv .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-uIt8jVTOBv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIt8jVTOBv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIt8jVTOBv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIt8jVTOBv .navbar {
    min-height: 72px;
  }
  .cid-uIt8jVTOBv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIt8jVTOBv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIt8jVTOBv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIt8jVTOBv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIt8jVTOBv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIt8jVTOBv .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-uIt8jVTOBv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIt8jVTOBv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIt8jVTOBv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIt8jVTOBv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIt8jVTOBv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIt8jVTOBv .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-uIt8jVTOBv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uIt8jVTOBv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIt8jVTOBv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIt8jVTOBv .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uIt8jVTOBv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uIt8jVTOBv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uIt8jVTOBv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIt8jVTOBv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIt8jVTOBv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uIt8jVTOBv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIt8jVTOBv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIt8jVTOBv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIt8jVTOBv .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIt8jVTOBv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uIt8jVTOBv .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uIt8jVTOBv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIt8jVTOBv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uIt8jVTOBv .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #57468b;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  margin-top: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uIt8jVTOBv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIt8jVTOBv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uIt8jVTOBv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIt8jVTOBv .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: #000000;
}
.cid-uIt8jVTOBv .nav-item:focus,
.cid-uIt8jVTOBv .nav-link:focus {
  outline: none;
}
.cid-uIt8jVTOBv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIt8jVTOBv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIt8jVTOBv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIt8jVTOBv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIt8jVTOBv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIt8jVTOBv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIt8jVTOBv .dropdown-item.active,
.cid-uIt8jVTOBv .dropdown-item:active {
  background-color: transparent;
}
.cid-uIt8jVTOBv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIt8jVTOBv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIt8jVTOBv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIt8jVTOBv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uIt8jVTOBv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIt8jVTOBv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIt8jVTOBv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIt8jVTOBv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIt8jVTOBv .navbar-buttons {
    text-align: left;
  }
}
.cid-uIt8jVTOBv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIt8jVTOBv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-uIt8jVTOBv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIt8jVTOBv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt8jVTOBv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt8jVTOBv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIt8jVTOBv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt8jVTOBv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIt8jVTOBv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIt8jVTOBv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt8jVTOBv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIt8jVTOBv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIt8jVTOBv .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-uIt8jVTOBv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIt8jVTOBv .navbar {
    height: 70px;
  }
  .cid-uIt8jVTOBv .navbar.opened {
    height: auto;
  }
  .cid-uIt8jVTOBv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIt8jVTOBv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uIt8jVTOBv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIt8jVTOBv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIt8jVTOBv .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-uIt8jVTOBv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIt8jVTOBv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIt8jVTOBv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIt8jVTOBv .navbar-brand {
    margin-right: auto;
  }
  .cid-uIt8jVTOBv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cid-uIt8jVTOBv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIt8jVTOBv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIt8jVTOBv .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-uIt8jVTOBv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIt8jVTOBv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIt8jVTOBv .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-uIt8jVTOBv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIt8jVTOBv .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-uIt8jVTOBv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIt8jVTOBv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uItELHyVVr {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uItELHyVVr .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uItELHyVVr #e1_circle,
.cid-uItELHyVVr #e3_circle,
.cid-uItELHyVVr #e4_circle,
.cid-uItELHyVVr #e5_circle {
  fill: #57468b !important;
}
.cid-uItELHyVVr #e6_circle {
  fill: #000000 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uItELHyVVr .round {
  border-radius: 100%;
  position: absolute;
  background-color: #57468b;
  animation: orbit 4s linear infinite;
}
.cid-uItELHyVVr .rev {
  animation: rev 4s linear infinite;
}
.cid-uItELHyVVr .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uItELHyVVr .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uItELHyVVr .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uItELHyVVr .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uItELHyVVr .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uItELHyVVr .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uItELHyVVr .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uItELHyVVr .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uItELHyVVr .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uItELHyVVr .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uItELHyVVr .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uItELHyVVr H1 {
  color: #57468b;
}
.cid-uItELHyVVr .mbr-text,
.cid-uItELHyVVr .mbr-section-btn {
  color: #716c80;
}
.cid-uItELHyVVr H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-uItELHyVVr .round9,
  .cid-uItELHyVVr .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-uItELHyVVr .round {
    display: none;
  }
}
.cid-uItELHyVVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItELHyVVr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItEMkLZ8F {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uItEMkLZ8F .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uItEMkLZ8F H2 {
  color: #36404c;
}
.cid-uItEMkLZ8F H3 {
  color: #36404c;
}
.cid-uItEMkLZ8F .mbr-text,
.cid-uItEMkLZ8F .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uItEMkLZ8F .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uItEMkLZ8F img {
  filter: invert(0.5);
  width: auto;
}
.cid-uItEMkLZ8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItEMkLZ8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMct7B05Wo {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uMct7B05Wo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uMct7B05Wo input,
.cid-uMct7B05Wo textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-uMct7B05Wo img {
  width: 90%;
  border-radius: 8px;
}
.cid-uMct7B05Wo .title {
  margin-bottom: 1rem;
}
.cid-uMct7B05Wo p {
  line-height: 1.6;
}
.cid-uMct7B05Wo .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-uMct7B05Wo textarea {
  min-height: 160px;
}
.cid-uMct7B05Wo .form-control,
.cid-uMct7B05Wo .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uMct7B05Wo .form-control:hover,
.cid-uMct7B05Wo .field-input:hover,
.cid-uMct7B05Wo .form-control:focus,
.cid-uMct7B05Wo .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uMct7B05Wo input::-webkit-input-placeholder,
.cid-uMct7B05Wo textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uMct7B05Wo input:-moz-placeholder,
.cid-uMct7B05Wo textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uMct7B05Wo .jq-selectbox li,
.cid-uMct7B05Wo .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uMct7B05Wo .jq-selectbox li:hover,
.cid-uMct7B05Wo .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uMct7B05Wo .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uMct7B05Wo .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uMct7B05Wo H5 {
  color: #57468b;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uMct7B05Wo img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-uMct7B05Wo .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-uMct7B05Wo H2 {
  color: #57468b;
}
.cid-uMct7B05Wo H3 {
  color: #57468b;
}
.cid-uMct7B05Wo .mbr-text {
  color: #716c80;
}
.cid-uMct7B05Wo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMcteASDzb {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #000000;
}
.cid-uMcteASDzb .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-uMcteASDzb MARQUEE {
  color: #ffffff;
}
.cid-uMcteASDzb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMcteASDzb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMctarMeMP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uMctarMeMP .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMctih2dlM {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uMctih2dlM .container {
  max-width: 1400px;
}
.cid-uMctih2dlM .card-img2 span {
  padding-top: 6px;
}
.cid-uMctih2dlM .soc-item a {
  padding-top: 5px;
}
.cid-uMctih2dlM .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uMctih2dlM .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uMctih2dlM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uMctih2dlM svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uMctih2dlM #e2_shape {
  fill: #57468b !important;
}
.cid-uMctih2dlM .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uMctih2dlM .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uMctih2dlM .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMctih2dlM .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uMctih2dlM .soc-item span {
  font-size: 1.4rem;
}
.cid-uMctih2dlM .soc-item:hover span {
  color: #c83119 !important;
}
.cid-uMctih2dlM .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uMctih2dlM .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uMctih2dlM .media-wrap {
  margin-bottom: 1rem;
}
.cid-uMctih2dlM .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uMctih2dlM img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uMctih2dlM .item {
    justify-content: center;
  }
  .cid-uMctih2dlM .quote::after {
    left: 60px;
  }
}
.cid-uMctih2dlM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uMctih2dlM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uMctih2dlM .text1 {
  color: #ffffff;
}
.cid-uMctih2dlM .item-title {
  color: #ffffff;
}
.cid-uMctih2dlM H5 {
  color: #ffffff;
}
.cid-uMctih2dlM .theme {
  color: #ffffff;
}
.cid-uMctih2dlM .copyright > p {
  color: #ff3366;
}
.cid-uMctih2dlM .text2 {
  color: #ffffff;
}
.cid-uIt8kfQMek {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #57468b;
}
.cid-uIvbcd1bsy.popup-builder {
  background-color: #ffffff;
}
.cid-uIvbcd1bsy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uIvbcd1bsy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uIvbcd1bsy .modal-content,
.cid-uIvbcd1bsy .modal-dialog {
  height: auto;
}
.cid-uIvbcd1bsy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uIvbcd1bsy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uIvbcd1bsy .form-wrapper .mbr-form .form-group,
  .cid-uIvbcd1bsy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uIvbcd1bsy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uIvbcd1bsy .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-uIvbcd1bsy .mbr-text {
  text-align: center;
  color: #57468b;
}
.cid-uIvbcd1bsy .pt-0 {
  padding-top: 0 !important;
}
.cid-uIvbcd1bsy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uIvbcd1bsy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uIvbcd1bsy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uIvbcd1bsy .modal-open {
  overflow: hidden;
}
.cid-uIvbcd1bsy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uIvbcd1bsy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uIvbcd1bsy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uIvbcd1bsy .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-uIvbcd1bsy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uIvbcd1bsy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uIvbcd1bsy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uIvbcd1bsy .modal-content {
  background: #000000;
  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);
}
.cid-uIvbcd1bsy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uIvbcd1bsy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uIvbcd1bsy .modal-backdrop.fade {
  opacity: 0;
}
.cid-uIvbcd1bsy .modal-backdrop.show {
  opacity: .5;
}
.cid-uIvbcd1bsy .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-uIvbcd1bsy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbcd1bsy .modal-header {
    padding: 1rem;
  }
}
.cid-uIvbcd1bsy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uIvbcd1bsy .modal-header .close svg {
  fill: #ffffff;
}
.cid-uIvbcd1bsy .modal-header .close:hover {
  opacity: 1;
}
.cid-uIvbcd1bsy .modal-header .close:focus {
  outline: none;
}
.cid-uIvbcd1bsy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #c2b2d6;
}
.cid-uIvbcd1bsy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uIvbcd1bsy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbcd1bsy .modal-body {
    padding: 1rem;
  }
}
.cid-uIvbcd1bsy .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-uIvbcd1bsy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbcd1bsy .modal-footer {
    padding: 1rem;
  }
}
.cid-uIvbcd1bsy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uIvbcd1bsy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uIvbcd1bsy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uIvbcd1bsy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uIvbcd1bsy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uIvbcd1bsy .modal-lg,
  .cid-uIvbcd1bsy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uIvbcd1bsy .modal-xl {
    max-width: 1140px;
  }
}
.cid-uIvbcd1bsy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uIvbcd1bsy .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-uIvbcd1bsy .form-group {
  margin-bottom: 1rem;
}
.cid-uIvbcd1bsy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uIvbcd1bsy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uIvbcd1bsy .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-uIvbcd1bsy .mbr-section-btn {
  margin: 0;
}
.cid-uIvbcd1bsy .mbr-section-btn .btn {
  margin: 0;
}
.cid-uIt8nKGjUG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIt8nKGjUG .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-uIt8nKGjUG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIt8nKGjUG .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;
}
@media (min-width: 1400px) {
  .cid-uIt8nKGjUG .navbar {
    padding: 0 128px !important;
  }
}
.cid-uIt8nKGjUG .navbar.opened {
  transition: all 0.3s;
}
.cid-uIt8nKGjUG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIt8nKGjUG .navbar .navbar-logo img {
  width: auto;
}
.cid-uIt8nKGjUG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIt8nKGjUG .navbar.collapsed {
  justify-content: center;
}
.cid-uIt8nKGjUG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIt8nKGjUG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIt8nKGjUG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uIt8nKGjUG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIt8nKGjUG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIt8nKGjUG .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-uIt8nKGjUG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIt8nKGjUG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIt8nKGjUG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIt8nKGjUG .navbar {
    min-height: 72px;
  }
  .cid-uIt8nKGjUG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIt8nKGjUG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIt8nKGjUG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIt8nKGjUG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIt8nKGjUG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIt8nKGjUG .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-uIt8nKGjUG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIt8nKGjUG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIt8nKGjUG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIt8nKGjUG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIt8nKGjUG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIt8nKGjUG .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-uIt8nKGjUG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uIt8nKGjUG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIt8nKGjUG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIt8nKGjUG .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uIt8nKGjUG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uIt8nKGjUG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uIt8nKGjUG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIt8nKGjUG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIt8nKGjUG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uIt8nKGjUG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIt8nKGjUG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIt8nKGjUG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIt8nKGjUG .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIt8nKGjUG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uIt8nKGjUG .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uIt8nKGjUG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIt8nKGjUG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uIt8nKGjUG .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #57468b;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  margin-top: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uIt8nKGjUG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIt8nKGjUG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uIt8nKGjUG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIt8nKGjUG .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: #000000;
}
.cid-uIt8nKGjUG .nav-item:focus,
.cid-uIt8nKGjUG .nav-link:focus {
  outline: none;
}
.cid-uIt8nKGjUG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIt8nKGjUG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIt8nKGjUG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIt8nKGjUG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIt8nKGjUG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIt8nKGjUG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIt8nKGjUG .dropdown-item.active,
.cid-uIt8nKGjUG .dropdown-item:active {
  background-color: transparent;
}
.cid-uIt8nKGjUG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIt8nKGjUG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIt8nKGjUG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIt8nKGjUG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uIt8nKGjUG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIt8nKGjUG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIt8nKGjUG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIt8nKGjUG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIt8nKGjUG .navbar-buttons {
    text-align: left;
  }
}
.cid-uIt8nKGjUG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIt8nKGjUG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-uIt8nKGjUG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIt8nKGjUG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt8nKGjUG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt8nKGjUG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIt8nKGjUG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt8nKGjUG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIt8nKGjUG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIt8nKGjUG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt8nKGjUG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIt8nKGjUG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIt8nKGjUG .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-uIt8nKGjUG .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIt8nKGjUG .navbar {
    height: 70px;
  }
  .cid-uIt8nKGjUG .navbar.opened {
    height: auto;
  }
  .cid-uIt8nKGjUG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIt8nKGjUG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uIt8nKGjUG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIt8nKGjUG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIt8nKGjUG .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-uIt8nKGjUG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIt8nKGjUG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIt8nKGjUG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIt8nKGjUG .navbar-brand {
    margin-right: auto;
  }
  .cid-uIt8nKGjUG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cid-uIt8nKGjUG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIt8nKGjUG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIt8nKGjUG .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-uIt8nKGjUG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIt8nKGjUG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIt8nKGjUG .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-uIt8nKGjUG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIt8nKGjUG .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-uIt8nKGjUG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIt8nKGjUG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uItaC986KI {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uItaC986KI .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uItaC986KI #e1_circle,
.cid-uItaC986KI #e3_circle,
.cid-uItaC986KI #e4_circle,
.cid-uItaC986KI #e5_circle {
  fill: #57468b !important;
}
.cid-uItaC986KI #e6_circle {
  fill: #000000 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uItaC986KI .round {
  border-radius: 100%;
  position: absolute;
  background-color: #57468b;
  animation: orbit 4s linear infinite;
}
.cid-uItaC986KI .rev {
  animation: rev 4s linear infinite;
}
.cid-uItaC986KI .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uItaC986KI .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uItaC986KI .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uItaC986KI .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uItaC986KI .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uItaC986KI .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uItaC986KI .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uItaC986KI .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uItaC986KI .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uItaC986KI .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uItaC986KI .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uItaC986KI H1 {
  color: #57468b;
}
.cid-uItaC986KI .mbr-text,
.cid-uItaC986KI .mbr-section-btn {
  color: #716c80;
}
.cid-uItaC986KI H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-uItaC986KI .round9,
  .cid-uItaC986KI .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-uItaC986KI .round {
    display: none;
  }
}
.cid-uItaC986KI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItaC986KI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItaeZonqW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-uItaeZonqW .top-part {
  margin-bottom: 70px;
}
.cid-uItaeZonqW .top-part .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uItaeZonqW .top-part .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uItaeZonqW .top-part .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-uItaeZonqW .top-part .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uItaeZonqW .nav-tabs .nav-item.open .nav-link:focus,
.cid-uItaeZonqW .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uItaeZonqW .nav-tabs {
  flex-wrap: wrap;
  justify-content: space-around;
}
.cid-uItaeZonqW .nav-tabs .nav-item {
  padding: 0rem;
}
.cid-uItaeZonqW .nav-tabs .nav-link.display-7 {
  font-size: 16px !important;
  line-height: 1.5;
}
.cid-uItaeZonqW .nav-link {
  padding: 0.4rem 0.8rem;
}
.cid-uItaeZonqW .nav-tabs .nav-link {
  color: #6d7a8c;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
}
.cid-uItaeZonqW .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-uItaeZonqW .nav-tabs .nav-link.active {
  border-bottom: 2px solid #4f87fb;
  color: #28303f;
}
.cid-uItaeZonqW .nav-tabs .nav-link.active span {
  color: #4f87fb;
}
.cid-uItaeZonqW .nav-tabs .nav-link span {
  margin-right: 14px;
  font-size: 1.525rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cid-uItaeZonqW .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uItaeZonqW .mbr-text,
  .cid-uItaeZonqW .nav-link {
    text-align: left;
  }
  .cid-uItaeZonqW .nav-link {
    padding: 14px 20px;
    padding-left: 0;
  }
  .cid-uItaeZonqW .mbr-section-title,
  .cid-uItaeZonqW .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uItaeZonqW .tab-content {
  margin-top: 44px;
}
.cid-uItaeZonqW .tab-content .tab-pane img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-uItaeZonqW .tab-content .tab-pane .mbr-section-title {
  text-align: left;
  color: #130947;
  font-weight: 700;
}
.cid-uItaeZonqW .tab-content .tab-pane .mbr-section-title.display-5 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.5px;
}
.cid-uItaeZonqW .tab-content .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-uItaeZonqW .tab-content .tab-pane .mbr-text.display-7 {
  line-height: 1.5;
  font-size: 1em;
}
.cid-uItaeZonqW .tab-content .tab-pane .mbr-list {
  margin-top: 35px;
}
.cid-uItaeZonqW .tab-content .tab-pane .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-uItaeZonqW .tab-content .tab-pane .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-uItaeZonqW .tab-content .tab-pane .mbr-list.display-4 {
  font-size: 1em;
  color: #6d7a8c;
}
.cid-uItaeZonqW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItaeZonqW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItaeZonqW .top-part .mbr-section-title {
  text-align: center;
  color: #57468b;
}
.cid-uItaeZonqW .tab-content .tab-pane .mbr-section-title,
.cid-uItaeZonqW .mbr-list {
  color: #57468b;
}
.cid-uItaeZonqW .tab-content .tab-pane .mbr-text,
.cid-uItaeZonqW .mbr-list {
  color: #c2b2d6;
}
.cid-uM0PFMSBsb {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uM0PFMSBsb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uM0PFMSBsb input,
.cid-uM0PFMSBsb textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-uM0PFMSBsb img {
  width: 90%;
  border-radius: 8px;
}
.cid-uM0PFMSBsb .title {
  margin-bottom: 1rem;
}
.cid-uM0PFMSBsb p {
  line-height: 1.6;
}
.cid-uM0PFMSBsb .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-uM0PFMSBsb textarea {
  min-height: 160px;
}
.cid-uM0PFMSBsb .form-control,
.cid-uM0PFMSBsb .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uM0PFMSBsb .form-control:hover,
.cid-uM0PFMSBsb .field-input:hover,
.cid-uM0PFMSBsb .form-control:focus,
.cid-uM0PFMSBsb .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uM0PFMSBsb input::-webkit-input-placeholder,
.cid-uM0PFMSBsb textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uM0PFMSBsb input:-moz-placeholder,
.cid-uM0PFMSBsb textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uM0PFMSBsb .jq-selectbox li,
.cid-uM0PFMSBsb .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uM0PFMSBsb .jq-selectbox li:hover,
.cid-uM0PFMSBsb .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uM0PFMSBsb .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uM0PFMSBsb .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uM0PFMSBsb H5 {
  color: #57468b;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uM0PFMSBsb img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-uM0PFMSBsb .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-uM0PFMSBsb H2 {
  color: #57468b;
}
.cid-uM0PFMSBsb H3 {
  color: #57468b;
}
.cid-uM0PFMSBsb .mbr-text {
  color: #716c80;
}
.cid-uM0PFMSBsb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIt8nUlaRQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIt8nUlaRQ .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uIt8nZ61jr {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #000000;
}
.cid-uIt8nZ61jr .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-uIt8nZ61jr MARQUEE {
  color: #ffffff;
}
.cid-uIt8nZ61jr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIt8nZ61jr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uM0PIBiTA3 {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uM0PIBiTA3 .container {
  max-width: 1400px;
}
.cid-uM0PIBiTA3 .card-img2 span {
  padding-top: 6px;
}
.cid-uM0PIBiTA3 .soc-item a {
  padding-top: 5px;
}
.cid-uM0PIBiTA3 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uM0PIBiTA3 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uM0PIBiTA3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uM0PIBiTA3 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uM0PIBiTA3 #e2_shape {
  fill: #57468b !important;
}
.cid-uM0PIBiTA3 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uM0PIBiTA3 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uM0PIBiTA3 .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uM0PIBiTA3 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uM0PIBiTA3 .soc-item span {
  font-size: 1.4rem;
}
.cid-uM0PIBiTA3 .soc-item:hover span {
  color: #c83119 !important;
}
.cid-uM0PIBiTA3 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uM0PIBiTA3 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uM0PIBiTA3 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uM0PIBiTA3 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uM0PIBiTA3 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uM0PIBiTA3 .item {
    justify-content: center;
  }
  .cid-uM0PIBiTA3 .quote::after {
    left: 60px;
  }
}
.cid-uM0PIBiTA3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uM0PIBiTA3 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uM0PIBiTA3 .text1 {
  color: #ffffff;
}
.cid-uM0PIBiTA3 .item-title {
  color: #ffffff;
}
.cid-uM0PIBiTA3 H5 {
  color: #ffffff;
}
.cid-uM0PIBiTA3 .theme {
  color: #ffffff;
}
.cid-uM0PIBiTA3 .copyright > p {
  color: #ff3366;
}
.cid-uM0PIBiTA3 .text2 {
  color: #ffffff;
}
.cid-uIt8o8pmJI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #57468b;
}
.cid-uIvbbMhwdC.popup-builder {
  background-color: #ffffff;
}
.cid-uIvbbMhwdC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uIvbbMhwdC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uIvbbMhwdC .modal-content,
.cid-uIvbbMhwdC .modal-dialog {
  height: auto;
}
.cid-uIvbbMhwdC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uIvbbMhwdC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uIvbbMhwdC .form-wrapper .mbr-form .form-group,
  .cid-uIvbbMhwdC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uIvbbMhwdC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uIvbbMhwdC .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-uIvbbMhwdC .mbr-text {
  text-align: center;
  color: #57468b;
}
.cid-uIvbbMhwdC .pt-0 {
  padding-top: 0 !important;
}
.cid-uIvbbMhwdC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uIvbbMhwdC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uIvbbMhwdC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uIvbbMhwdC .modal-open {
  overflow: hidden;
}
.cid-uIvbbMhwdC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uIvbbMhwdC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uIvbbMhwdC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uIvbbMhwdC .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-uIvbbMhwdC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uIvbbMhwdC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uIvbbMhwdC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uIvbbMhwdC .modal-content {
  background: #000000;
  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);
}
.cid-uIvbbMhwdC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uIvbbMhwdC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uIvbbMhwdC .modal-backdrop.fade {
  opacity: 0;
}
.cid-uIvbbMhwdC .modal-backdrop.show {
  opacity: .5;
}
.cid-uIvbbMhwdC .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-uIvbbMhwdC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbbMhwdC .modal-header {
    padding: 1rem;
  }
}
.cid-uIvbbMhwdC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uIvbbMhwdC .modal-header .close svg {
  fill: #ffffff;
}
.cid-uIvbbMhwdC .modal-header .close:hover {
  opacity: 1;
}
.cid-uIvbbMhwdC .modal-header .close:focus {
  outline: none;
}
.cid-uIvbbMhwdC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #c2b2d6;
}
.cid-uIvbbMhwdC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uIvbbMhwdC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbbMhwdC .modal-body {
    padding: 1rem;
  }
}
.cid-uIvbbMhwdC .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-uIvbbMhwdC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbbMhwdC .modal-footer {
    padding: 1rem;
  }
}
.cid-uIvbbMhwdC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uIvbbMhwdC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uIvbbMhwdC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uIvbbMhwdC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uIvbbMhwdC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uIvbbMhwdC .modal-lg,
  .cid-uIvbbMhwdC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uIvbbMhwdC .modal-xl {
    max-width: 1140px;
  }
}
.cid-uIvbbMhwdC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uIvbbMhwdC .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-uIvbbMhwdC .form-group {
  margin-bottom: 1rem;
}
.cid-uIvbbMhwdC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uIvbbMhwdC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uIvbbMhwdC .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-uIvbbMhwdC .mbr-section-btn {
  margin: 0;
}
.cid-uIvbbMhwdC .mbr-section-btn .btn {
  margin: 0;
}
.cid-uIt8VmvZdZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIt8VmvZdZ .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-uIt8VmvZdZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIt8VmvZdZ .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;
}
@media (min-width: 1400px) {
  .cid-uIt8VmvZdZ .navbar {
    padding: 0 128px !important;
  }
}
.cid-uIt8VmvZdZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uIt8VmvZdZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIt8VmvZdZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uIt8VmvZdZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIt8VmvZdZ .navbar.collapsed {
  justify-content: center;
}
.cid-uIt8VmvZdZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIt8VmvZdZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIt8VmvZdZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uIt8VmvZdZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIt8VmvZdZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIt8VmvZdZ .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-uIt8VmvZdZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIt8VmvZdZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIt8VmvZdZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIt8VmvZdZ .navbar {
    min-height: 72px;
  }
  .cid-uIt8VmvZdZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIt8VmvZdZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIt8VmvZdZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIt8VmvZdZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIt8VmvZdZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIt8VmvZdZ .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-uIt8VmvZdZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIt8VmvZdZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIt8VmvZdZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIt8VmvZdZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIt8VmvZdZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIt8VmvZdZ .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-uIt8VmvZdZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uIt8VmvZdZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIt8VmvZdZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIt8VmvZdZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uIt8VmvZdZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uIt8VmvZdZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uIt8VmvZdZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIt8VmvZdZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIt8VmvZdZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uIt8VmvZdZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIt8VmvZdZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIt8VmvZdZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIt8VmvZdZ .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIt8VmvZdZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uIt8VmvZdZ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uIt8VmvZdZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIt8VmvZdZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uIt8VmvZdZ .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #57468b;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  margin-top: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uIt8VmvZdZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIt8VmvZdZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uIt8VmvZdZ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIt8VmvZdZ .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: #000000;
}
.cid-uIt8VmvZdZ .nav-item:focus,
.cid-uIt8VmvZdZ .nav-link:focus {
  outline: none;
}
.cid-uIt8VmvZdZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIt8VmvZdZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIt8VmvZdZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIt8VmvZdZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIt8VmvZdZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIt8VmvZdZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIt8VmvZdZ .dropdown-item.active,
.cid-uIt8VmvZdZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uIt8VmvZdZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIt8VmvZdZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIt8VmvZdZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIt8VmvZdZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uIt8VmvZdZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIt8VmvZdZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIt8VmvZdZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIt8VmvZdZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIt8VmvZdZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uIt8VmvZdZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIt8VmvZdZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-uIt8VmvZdZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIt8VmvZdZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt8VmvZdZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt8VmvZdZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIt8VmvZdZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt8VmvZdZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIt8VmvZdZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIt8VmvZdZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt8VmvZdZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIt8VmvZdZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIt8VmvZdZ .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-uIt8VmvZdZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIt8VmvZdZ .navbar {
    height: 70px;
  }
  .cid-uIt8VmvZdZ .navbar.opened {
    height: auto;
  }
  .cid-uIt8VmvZdZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIt8VmvZdZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uIt8VmvZdZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIt8VmvZdZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIt8VmvZdZ .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-uIt8VmvZdZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIt8VmvZdZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIt8VmvZdZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIt8VmvZdZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uIt8VmvZdZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cid-uIt8VmvZdZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIt8VmvZdZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIt8VmvZdZ .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-uIt8VmvZdZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIt8VmvZdZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIt8VmvZdZ .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-uIt8VmvZdZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIt8VmvZdZ .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-uIt8VmvZdZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIt8VmvZdZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uItEYqw2Bz {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uItEYqw2Bz .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uItEYqw2Bz #e1_circle,
.cid-uItEYqw2Bz #e3_circle,
.cid-uItEYqw2Bz #e4_circle,
.cid-uItEYqw2Bz #e5_circle {
  fill: #57468b !important;
}
.cid-uItEYqw2Bz #e6_circle {
  fill: #000000 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uItEYqw2Bz .round {
  border-radius: 100%;
  position: absolute;
  background-color: #57468b;
  animation: orbit 4s linear infinite;
}
.cid-uItEYqw2Bz .rev {
  animation: rev 4s linear infinite;
}
.cid-uItEYqw2Bz .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uItEYqw2Bz .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uItEYqw2Bz .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uItEYqw2Bz .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uItEYqw2Bz .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uItEYqw2Bz .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uItEYqw2Bz .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uItEYqw2Bz .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uItEYqw2Bz .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uItEYqw2Bz .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uItEYqw2Bz .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uItEYqw2Bz H1 {
  color: #57468b;
}
.cid-uItEYqw2Bz .mbr-text,
.cid-uItEYqw2Bz .mbr-section-btn {
  color: #716c80;
}
.cid-uItEYqw2Bz H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-uItEYqw2Bz .round9,
  .cid-uItEYqw2Bz .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-uItEYqw2Bz .round {
    display: none;
  }
}
.cid-uItEYqw2Bz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItEYqw2Bz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItFePYwqU {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #000000;
}
.cid-uItFePYwqU .card-header {
  background: transparent;
}
.cid-uItFePYwqU .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uItFePYwqU .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uItFePYwqU .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uItFePYwqU .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uItFePYwqU .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uItFePYwqU .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uItFePYwqU .card .panel-body {
  color: #767676;
}
.cid-uItFePYwqU h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #57468b;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-uItFePYwqU H4 {
  color: #f2f6ff;
  text-align: center;
}
.cid-uItFePYwqU H2 {
  color: #f2f6ff;
}
.cid-uItF1fg59o {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uItF1fg59o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItF1fg59o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItF1fg59o .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #c83119;
  margin-left: 1rem;
}
.cid-uItF1fg59o .panel-group {
  border: none;
}
.cid-uItF1fg59o .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uItF1fg59o .panel-body,
.cid-uItF1fg59o .card-header {
  padding: 1rem 0;
}
.cid-uItF1fg59o .panel-title-edit {
  color: #57468b;
}
.cid-uItF1fg59o .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uItF1fg59o H3 {
  color: #c2b2d6;
}
.cid-uMctym7V5C {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uMctym7V5C .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uMctym7V5C input,
.cid-uMctym7V5C textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-uMctym7V5C img {
  width: 90%;
  border-radius: 8px;
}
.cid-uMctym7V5C .title {
  margin-bottom: 1rem;
}
.cid-uMctym7V5C p {
  line-height: 1.6;
}
.cid-uMctym7V5C .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-uMctym7V5C textarea {
  min-height: 160px;
}
.cid-uMctym7V5C .form-control,
.cid-uMctym7V5C .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uMctym7V5C .form-control:hover,
.cid-uMctym7V5C .field-input:hover,
.cid-uMctym7V5C .form-control:focus,
.cid-uMctym7V5C .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uMctym7V5C input::-webkit-input-placeholder,
.cid-uMctym7V5C textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uMctym7V5C input:-moz-placeholder,
.cid-uMctym7V5C textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uMctym7V5C .jq-selectbox li,
.cid-uMctym7V5C .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uMctym7V5C .jq-selectbox li:hover,
.cid-uMctym7V5C .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uMctym7V5C .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uMctym7V5C .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uMctym7V5C H5 {
  color: #57468b;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uMctym7V5C img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-uMctym7V5C .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-uMctym7V5C H2 {
  color: #57468b;
}
.cid-uMctym7V5C H3 {
  color: #57468b;
}
.cid-uMctym7V5C .mbr-text {
  color: #716c80;
}
.cid-uMctym7V5C .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIt8VqPAgR {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #000000;
}
.cid-uIt8VqPAgR .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-uIt8VqPAgR MARQUEE {
  color: #ffffff;
}
.cid-uIt8VqPAgR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIt8VqPAgR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMctB6F9EV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uMctB6F9EV .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMctEyZAke {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uMctEyZAke .container {
  max-width: 1400px;
}
.cid-uMctEyZAke .card-img2 span {
  padding-top: 6px;
}
.cid-uMctEyZAke .soc-item a {
  padding-top: 5px;
}
.cid-uMctEyZAke .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uMctEyZAke .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uMctEyZAke .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uMctEyZAke svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uMctEyZAke #e2_shape {
  fill: #57468b !important;
}
.cid-uMctEyZAke .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uMctEyZAke .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uMctEyZAke .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMctEyZAke .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uMctEyZAke .soc-item span {
  font-size: 1.4rem;
}
.cid-uMctEyZAke .soc-item:hover span {
  color: #c83119 !important;
}
.cid-uMctEyZAke .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uMctEyZAke .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uMctEyZAke .media-wrap {
  margin-bottom: 1rem;
}
.cid-uMctEyZAke .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uMctEyZAke img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uMctEyZAke .item {
    justify-content: center;
  }
  .cid-uMctEyZAke .quote::after {
    left: 60px;
  }
}
.cid-uMctEyZAke .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uMctEyZAke .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uMctEyZAke .text1 {
  color: #ffffff;
}
.cid-uMctEyZAke .item-title {
  color: #ffffff;
}
.cid-uMctEyZAke H5 {
  color: #ffffff;
}
.cid-uMctEyZAke .theme {
  color: #ffffff;
}
.cid-uMctEyZAke .copyright > p {
  color: #ff3366;
}
.cid-uMctEyZAke .text2 {
  color: #ffffff;
}
.cid-uIt8VtBnZX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #57468b;
}
.cid-uIvbcfEltq.popup-builder {
  background-color: #ffffff;
}
.cid-uIvbcfEltq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uIvbcfEltq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uIvbcfEltq .modal-content,
.cid-uIvbcfEltq .modal-dialog {
  height: auto;
}
.cid-uIvbcfEltq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uIvbcfEltq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uIvbcfEltq .form-wrapper .mbr-form .form-group,
  .cid-uIvbcfEltq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uIvbcfEltq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uIvbcfEltq .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-uIvbcfEltq .mbr-text {
  text-align: center;
  color: #57468b;
}
.cid-uIvbcfEltq .pt-0 {
  padding-top: 0 !important;
}
.cid-uIvbcfEltq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uIvbcfEltq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uIvbcfEltq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uIvbcfEltq .modal-open {
  overflow: hidden;
}
.cid-uIvbcfEltq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uIvbcfEltq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uIvbcfEltq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uIvbcfEltq .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-uIvbcfEltq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uIvbcfEltq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uIvbcfEltq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uIvbcfEltq .modal-content {
  background: #000000;
  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);
}
.cid-uIvbcfEltq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uIvbcfEltq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uIvbcfEltq .modal-backdrop.fade {
  opacity: 0;
}
.cid-uIvbcfEltq .modal-backdrop.show {
  opacity: .5;
}
.cid-uIvbcfEltq .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-uIvbcfEltq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbcfEltq .modal-header {
    padding: 1rem;
  }
}
.cid-uIvbcfEltq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uIvbcfEltq .modal-header .close svg {
  fill: #ffffff;
}
.cid-uIvbcfEltq .modal-header .close:hover {
  opacity: 1;
}
.cid-uIvbcfEltq .modal-header .close:focus {
  outline: none;
}
.cid-uIvbcfEltq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #c2b2d6;
}
.cid-uIvbcfEltq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uIvbcfEltq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbcfEltq .modal-body {
    padding: 1rem;
  }
}
.cid-uIvbcfEltq .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-uIvbcfEltq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbcfEltq .modal-footer {
    padding: 1rem;
  }
}
.cid-uIvbcfEltq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uIvbcfEltq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uIvbcfEltq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uIvbcfEltq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uIvbcfEltq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uIvbcfEltq .modal-lg,
  .cid-uIvbcfEltq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uIvbcfEltq .modal-xl {
    max-width: 1140px;
  }
}
.cid-uIvbcfEltq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uIvbcfEltq .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-uIvbcfEltq .form-group {
  margin-bottom: 1rem;
}
.cid-uIvbcfEltq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uIvbcfEltq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uIvbcfEltq .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-uIvbcfEltq .mbr-section-btn {
  margin: 0;
}
.cid-uIvbcfEltq .mbr-section-btn .btn {
  margin: 0;
}
.cid-uIt8XzORsT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uIt8XzORsT .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-uIt8XzORsT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uIt8XzORsT .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;
}
@media (min-width: 1400px) {
  .cid-uIt8XzORsT .navbar {
    padding: 0 128px !important;
  }
}
.cid-uIt8XzORsT .navbar.opened {
  transition: all 0.3s;
}
.cid-uIt8XzORsT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIt8XzORsT .navbar .navbar-logo img {
  width: auto;
}
.cid-uIt8XzORsT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uIt8XzORsT .navbar.collapsed {
  justify-content: center;
}
.cid-uIt8XzORsT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIt8XzORsT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIt8XzORsT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uIt8XzORsT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIt8XzORsT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIt8XzORsT .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-uIt8XzORsT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIt8XzORsT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIt8XzORsT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIt8XzORsT .navbar {
    min-height: 72px;
  }
  .cid-uIt8XzORsT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uIt8XzORsT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIt8XzORsT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIt8XzORsT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIt8XzORsT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIt8XzORsT .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-uIt8XzORsT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIt8XzORsT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uIt8XzORsT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIt8XzORsT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIt8XzORsT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uIt8XzORsT .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-uIt8XzORsT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uIt8XzORsT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIt8XzORsT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIt8XzORsT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uIt8XzORsT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uIt8XzORsT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uIt8XzORsT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uIt8XzORsT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uIt8XzORsT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uIt8XzORsT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uIt8XzORsT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uIt8XzORsT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uIt8XzORsT .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uIt8XzORsT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uIt8XzORsT .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uIt8XzORsT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uIt8XzORsT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uIt8XzORsT .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #57468b;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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;
  margin-top: 1rem;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uIt8XzORsT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uIt8XzORsT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uIt8XzORsT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIt8XzORsT .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: #000000;
}
.cid-uIt8XzORsT .nav-item:focus,
.cid-uIt8XzORsT .nav-link:focus {
  outline: none;
}
.cid-uIt8XzORsT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIt8XzORsT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIt8XzORsT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIt8XzORsT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIt8XzORsT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIt8XzORsT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIt8XzORsT .dropdown-item.active,
.cid-uIt8XzORsT .dropdown-item:active {
  background-color: transparent;
}
.cid-uIt8XzORsT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIt8XzORsT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIt8XzORsT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIt8XzORsT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uIt8XzORsT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uIt8XzORsT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uIt8XzORsT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIt8XzORsT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIt8XzORsT .navbar-buttons {
    text-align: left;
  }
}
.cid-uIt8XzORsT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIt8XzORsT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-uIt8XzORsT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIt8XzORsT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt8XzORsT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIt8XzORsT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIt8XzORsT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt8XzORsT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIt8XzORsT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIt8XzORsT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIt8XzORsT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIt8XzORsT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIt8XzORsT .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-uIt8XzORsT .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIt8XzORsT .navbar {
    height: 70px;
  }
  .cid-uIt8XzORsT .navbar.opened {
    height: auto;
  }
  .cid-uIt8XzORsT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIt8XzORsT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-uIt8XzORsT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uIt8XzORsT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uIt8XzORsT .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-uIt8XzORsT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uIt8XzORsT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uIt8XzORsT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uIt8XzORsT .navbar-brand {
    margin-right: auto;
  }
  .cid-uIt8XzORsT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    backdrop-filter: blur(8px);
  }
  .cid-uIt8XzORsT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uIt8XzORsT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uIt8XzORsT .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-uIt8XzORsT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uIt8XzORsT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uIt8XzORsT .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-uIt8XzORsT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uIt8XzORsT .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-uIt8XzORsT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uIt8XzORsT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uItGcyuDE0 {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uItGcyuDE0 .svg1 {
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uItGcyuDE0 #e1_circle,
.cid-uItGcyuDE0 #e3_circle,
.cid-uItGcyuDE0 #e4_circle,
.cid-uItGcyuDE0 #e5_circle {
  fill: #57468b !important;
}
.cid-uItGcyuDE0 #e6_circle {
  fill: #000000 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uItGcyuDE0 .round {
  border-radius: 100%;
  position: absolute;
  background-color: #57468b;
  animation: orbit 4s linear infinite;
}
.cid-uItGcyuDE0 .rev {
  animation: rev 4s linear infinite;
}
.cid-uItGcyuDE0 .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uItGcyuDE0 .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uItGcyuDE0 .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uItGcyuDE0 .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uItGcyuDE0 .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uItGcyuDE0 .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uItGcyuDE0 .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uItGcyuDE0 .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uItGcyuDE0 .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uItGcyuDE0 .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uItGcyuDE0 .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uItGcyuDE0 H1 {
  color: #57468b;
}
.cid-uItGcyuDE0 .mbr-text,
.cid-uItGcyuDE0 .mbr-section-btn {
  color: #716c80;
}
.cid-uItGcyuDE0 H3 {
  color: #716c80;
}
@media (max-width: 992px) {
  .cid-uItGcyuDE0 .round9,
  .cid-uItGcyuDE0 .round5 {
    display: none;
  }
}
@media (max-width: 576px) {
  .cid-uItGcyuDE0 .round {
    display: none;
  }
}
.cid-uItGcyuDE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItGcyuDE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItL6uhjbj {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #000000;
}
.cid-uItL6uhjbj .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-uItL6uhjbj MARQUEE {
  color: #ffffff;
}
.cid-uItL6uhjbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uItL6uhjbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uItIvbsrl1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uItIvbsrl1 .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-uItIvbsrl1 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uItIvbsrl1 .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-uItIvbsrl1 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-uItIvbsrl1 .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-uItIvbsrl1 .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uItIvbsrl1 .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-uItIvbsrl1 .mbr-section-title {
    text-align: center;
  }
}
.cid-uItIvbsrl1 .mbr-section-subtitle {
  color: #57468b;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uItIvbsrl1 .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uItIvbsrl1 .item-card {
  height: 100%;
}
.cid-uItIvbsrl1 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-uItIvbsrl1 .item-wrap {
    padding: 50px 20px;
  }
}
.cid-uItIvbsrl1 .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-uItIvbsrl1 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uItIvbsrl1 .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uItIvbsrl1 .card-box {
  padding-top: 28px;
}
.cid-uItIvbsrl1 .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-uItIvbsrl1 .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-uItIvbsrl1 .card-text {
  color: #878e99;
  margin-bottom: 20px;
}
.cid-uItIvbsrl1 .card-contacts {
  color: #878e99;
}
.cid-uItIvbsrl1 .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-uItIvbsrl1 .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #c83119;
  transition: 0.4s all;
}
.cid-uItIvbsrl1 .card-contacts a:hover {
  color: #c83119 !important;
}
.cid-uItIvbsrl1 .card-contacts a:hover:before {
  width: 100%;
}
.cid-uItIvbsrl1 .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-uItIvbsrl1 .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-uItIvbsrl1 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-uItIvbsrl1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uItIvbsrl1 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uItIvbsrl1 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uItIvbsrl1 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uItIvbsrl1 .soc-item:hover .mbr-iconfont {
  color: #c83119;
}
.cid-uItIvbsrl1 .soc-item:hover:before {
  opacity: 1;
}
.cid-uItIvbsrl1 .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-uItIvbsrl1 .form-main-container {
    padding-left: 20px;
  }
}
.cid-uItIvbsrl1 .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #212428;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-uItIvbsrl1 .form-wrap {
    padding: 20px;
  }
}
.cid-uItIvbsrl1 form {
  width: 100%;
}
.cid-uItIvbsrl1 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uItIvbsrl1 form p {
  color: #878e99;
}
.cid-uItIvbsrl1 form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-uItIvbsrl1 form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uItIvbsrl1 form .form-group {
  margin-bottom: 20px !important;
}
.cid-uItIvbsrl1 form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-uItIvbsrl1 form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-uItIvbsrl1 form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-uItIvbsrl1 form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-uItIvbsrl1 form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-uItIvbsrl1 form select {
  color: #878e99 !important;
}
.cid-uItIvbsrl1 form textarea {
  height: 216px !important;
  resize: none;
}
.cid-uItIvbsrl1 form input:active,
.cid-uItIvbsrl1 form textarea:active,
.cid-uItIvbsrl1 form input:focus,
.cid-uItIvbsrl1 form textarea:focus {
  border-color: #c83119 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
}
.cid-uItIvbsrl1 form input:active::-webkit-input-placeholder,
.cid-uItIvbsrl1 form textarea:active::-webkit-input-placeholder,
.cid-uItIvbsrl1 form input:focus::-webkit-input-placeholder,
.cid-uItIvbsrl1 form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-uItIvbsrl1 form input:active::-moz-placeholder,
.cid-uItIvbsrl1 form textarea:active::-moz-placeholder,
.cid-uItIvbsrl1 form input:focus::-moz-placeholder,
.cid-uItIvbsrl1 form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-uItIvbsrl1 form input:active:-moz-placeholder,
.cid-uItIvbsrl1 form textarea:active:-moz-placeholder,
.cid-uItIvbsrl1 form input:focus:-moz-placeholder,
.cid-uItIvbsrl1 form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-uItIvbsrl1 form input:active:-ms-input-placeholder,
.cid-uItIvbsrl1 form textarea:active:-ms-input-placeholder,
.cid-uItIvbsrl1 form input:focus:-ms-input-placeholder,
.cid-uItIvbsrl1 form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-uItIvbsrl1 form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-uItIvbsrl1 form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uItIvbsrl1 form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-uItIvbsrl1 form .form-control-label {
  width: 100%;
}
.cid-uItIvbsrl1 form .form-check-label {
  margin-bottom: 14px;
}
.cid-uItIvbsrl1 form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uItIvbsrl1 form .form-check-input:focus,
.cid-uItIvbsrl1 form .form-check-input:hover {
  border-color: #c83119 !important;
}
.cid-uItIvbsrl1 form .form-check-input:checked {
  border-color: #c83119 !important;
  background-color: #191b1e !important;
}
.cid-uMcuf5kWcP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uMcuf5kWcP .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMcuhtViOK {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #000000;
}
.cid-uMcuhtViOK .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-uMcuhtViOK MARQUEE {
  color: #ffffff;
}
.cid-uMcuhtViOK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMcuhtViOK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMctR6lkw8 {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uMctR6lkw8 .container {
  max-width: 1400px;
}
.cid-uMctR6lkw8 .card-img2 span {
  padding-top: 6px;
}
.cid-uMctR6lkw8 .soc-item a {
  padding-top: 5px;
}
.cid-uMctR6lkw8 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uMctR6lkw8 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uMctR6lkw8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uMctR6lkw8 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-uMctR6lkw8 #e2_shape {
  fill: #57468b !important;
}
.cid-uMctR6lkw8 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uMctR6lkw8 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uMctR6lkw8 .card-img2 {
  width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMctR6lkw8 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uMctR6lkw8 .soc-item span {
  font-size: 1.4rem;
}
.cid-uMctR6lkw8 .soc-item:hover span {
  color: #c83119 !important;
}
.cid-uMctR6lkw8 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uMctR6lkw8 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uMctR6lkw8 .media-wrap {
  margin-bottom: 1rem;
}
.cid-uMctR6lkw8 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uMctR6lkw8 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-uMctR6lkw8 .item {
    justify-content: center;
  }
  .cid-uMctR6lkw8 .quote::after {
    left: 60px;
  }
}
.cid-uMctR6lkw8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-uMctR6lkw8 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uMctR6lkw8 .text1 {
  color: #ffffff;
}
.cid-uMctR6lkw8 .item-title {
  color: #ffffff;
}
.cid-uMctR6lkw8 H5 {
  color: #ffffff;
}
.cid-uMctR6lkw8 .theme {
  color: #ffffff;
}
.cid-uMctR6lkw8 .copyright > p {
  color: #ff3366;
}
.cid-uMctR6lkw8 .text2 {
  color: #ffffff;
}
.cid-uIt8XIelKm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #57468b;
}
.cid-uIvbcijTwU.popup-builder {
  background-color: #ffffff;
}
.cid-uIvbcijTwU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uIvbcijTwU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uIvbcijTwU .modal-content,
.cid-uIvbcijTwU .modal-dialog {
  height: auto;
}
.cid-uIvbcijTwU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uIvbcijTwU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uIvbcijTwU .form-wrapper .mbr-form .form-group,
  .cid-uIvbcijTwU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uIvbcijTwU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uIvbcijTwU .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-uIvbcijTwU .mbr-text {
  text-align: center;
  color: #57468b;
}
.cid-uIvbcijTwU .pt-0 {
  padding-top: 0 !important;
}
.cid-uIvbcijTwU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uIvbcijTwU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uIvbcijTwU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uIvbcijTwU .modal-open {
  overflow: hidden;
}
.cid-uIvbcijTwU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uIvbcijTwU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uIvbcijTwU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uIvbcijTwU .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-uIvbcijTwU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uIvbcijTwU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uIvbcijTwU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uIvbcijTwU .modal-content {
  background: #000000;
  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);
}
.cid-uIvbcijTwU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uIvbcijTwU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uIvbcijTwU .modal-backdrop.fade {
  opacity: 0;
}
.cid-uIvbcijTwU .modal-backdrop.show {
  opacity: .5;
}
.cid-uIvbcijTwU .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-uIvbcijTwU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbcijTwU .modal-header {
    padding: 1rem;
  }
}
.cid-uIvbcijTwU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uIvbcijTwU .modal-header .close svg {
  fill: #ffffff;
}
.cid-uIvbcijTwU .modal-header .close:hover {
  opacity: 1;
}
.cid-uIvbcijTwU .modal-header .close:focus {
  outline: none;
}
.cid-uIvbcijTwU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #c2b2d6;
}
.cid-uIvbcijTwU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uIvbcijTwU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbcijTwU .modal-body {
    padding: 1rem;
  }
}
.cid-uIvbcijTwU .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-uIvbcijTwU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIvbcijTwU .modal-footer {
    padding: 1rem;
  }
}
.cid-uIvbcijTwU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uIvbcijTwU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uIvbcijTwU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uIvbcijTwU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uIvbcijTwU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uIvbcijTwU .modal-lg,
  .cid-uIvbcijTwU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uIvbcijTwU .modal-xl {
    max-width: 1140px;
  }
}
.cid-uIvbcijTwU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uIvbcijTwU .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-uIvbcijTwU .form-group {
  margin-bottom: 1rem;
}
.cid-uIvbcijTwU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uIvbcijTwU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uIvbcijTwU .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-uIvbcijTwU .mbr-section-btn {
  margin: 0;
}
.cid-uIvbcijTwU .mbr-section-btn .btn {
  margin: 0;
}
