body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 2.7rem;
  border-radius: 35px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #dca3f8 !important;
}
.bg-success {
  background-color: #00b15c !important;
}
.bg-info {
  background-color: #702993 !important;
}
.bg-warning {
  background-color: #bd44f8 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #dca3f8 !important;
  border-color: #dca3f8 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #702993 !important;
  border-color: #702993 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #702993 !important;
  border-color: #702993 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #702993 !important;
  border-color: #702993 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #702993 !important;
  border-color: #702993 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #702993 !important;
  border-color: #702993 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #702993 !important;
  border-color: #702993 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #702993 !important;
  border-color: #702993 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #702993 !important;
  border-color: #702993 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #00b15c !important;
  border-color: #00b15c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #702993 !important;
  border-color: #702993 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #702993 !important;
  border-color: #702993 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #bd44f8 !important;
  border-color: #bd44f8 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #702993 !important;
  border-color: #702993 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #702993 !important;
  border-color: #702993 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #702993 !important;
  border-color: #702993 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #702993 !important;
  border-color: #702993 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #000000 !important;
  background-color: #702993 !important;
  border-color: #702993 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #702993 !important;
  border-color: #702993 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #702993 !important;
  border-color: #702993 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #702993 !important;
  border-color: #702993 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #dca3f8;
  color: #dca3f8 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #dca3f8;
  border-color: #dca3f8;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #dca3f8 !important;
  border-color: #dca3f8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #702993;
  color: #702993 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #702993;
  border-color: #702993;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #702993 !important;
  border-color: #702993 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #702993;
  color: #702993 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #702993;
  border-color: #702993;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #702993 !important;
  border-color: #702993 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #00b15c;
  color: #00b15c !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #00b15c;
  border-color: #00b15c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00b15c !important;
  border-color: #00b15c !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #bd44f8;
  color: #bd44f8 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #bd44f8;
  border-color: #bd44f8;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bd44f8 !important;
  border-color: #bd44f8 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #444444;
  color: #444444 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #333333;
  color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #dca3f8 !important;
}
.text-secondary {
  color: #702993 !important;
}
.text-success {
  color: #00b15c !important;
}
.text-info {
  color: #702993 !important;
}
.text-warning {
  color: #bd44f8 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #702993;
  font-weight: 900;
  transition: 0.4s;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #dca3f8 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #bd44f8 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #00b15c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #bd44f8 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #bd44f8 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #444444 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1a1a1a !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #702993;
}
.alert-warning {
  background-color: #bd44f8;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #dca3f8;
  border-color: #dca3f8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #31ff9c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b067d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #dca3f8;
}
#scrollToTop a:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px dashed #dca3f8;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
#scrollToTop a:hover::after {
  animation-play-state: running;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
}
.mbr-arrow a {
  color: #ffffff;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #dca3f8;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #dca3f8;
  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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #dca3f8;
  border-bottom-color: #dca3f8;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #dca3f8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #702993 !important;
  box-shadow: none !important;
}
.soc-item:hover::after {
  opacity: 1;
  visibility: visible;
  animation-play-state: running;
}
.soc-item::after {
  opacity: 0;
  transition: all .3s ease;
  position: absolute;
  content: '';
  height: calc(122%);
  width: calc(122%);
  border-width: 2px;
  box-sizing: border-box;
  border-style: dashed;
  top: -4px;
  left: -4px;
  border-radius: inherit;
  animation: spin_right 5s linear infinite;
  animation-play-state: paused;
}
@keyframes spin_right {
  0% {
    transform: rotate(-360deg);
  }
}
.line-bg-warning {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(189, 68, 248, 0.5), rgba(189, 68, 248, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.line-bg-primary {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(220, 163, 248, 0.5), rgba(220, 163, 248, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-tQwmhekdfv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tQwmhekdfv nav.navbar {
  position: fixed;
}
.cid-tQwmhekdfv .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;
}
.cid-tQwmhekdfv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQwmhekdfv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQwmhekdfv .dropdown-item:hover,
.cid-tQwmhekdfv .dropdown-item:focus {
  background: #dca3f8 !important;
  color: white !important;
}
.cid-tQwmhekdfv .dropdown-item:hover span {
  color: white;
}
.cid-tQwmhekdfv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQwmhekdfv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQwmhekdfv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQwmhekdfv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQwmhekdfv .nav-link {
  position: relative;
}
.cid-tQwmhekdfv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tQwmhekdfv .container {
    flex-wrap: wrap;
  }
}
.cid-tQwmhekdfv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tQwmhekdfv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tQwmhekdfv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQwmhekdfv .dropdown-menu,
.cid-tQwmhekdfv .navbar.opened {
  background: #ffffff !important;
}
.cid-tQwmhekdfv .nav-item:focus,
.cid-tQwmhekdfv .nav-link:focus {
  outline: none;
}
.cid-tQwmhekdfv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQwmhekdfv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQwmhekdfv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQwmhekdfv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQwmhekdfv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQwmhekdfv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQwmhekdfv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tQwmhekdfv .navbar.opened {
  transition: all 0.3s;
}
.cid-tQwmhekdfv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQwmhekdfv .navbar .navbar-logo img {
  width: auto;
}
.cid-tQwmhekdfv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQwmhekdfv .navbar.collapsed {
  justify-content: center;
}
.cid-tQwmhekdfv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQwmhekdfv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQwmhekdfv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tQwmhekdfv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQwmhekdfv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQwmhekdfv .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-tQwmhekdfv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQwmhekdfv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQwmhekdfv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQwmhekdfv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQwmhekdfv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQwmhekdfv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQwmhekdfv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQwmhekdfv .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-tQwmhekdfv .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-tQwmhekdfv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQwmhekdfv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQwmhekdfv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQwmhekdfv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQwmhekdfv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tQwmhekdfv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tQwmhekdfv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQwmhekdfv .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-tQwmhekdfv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQwmhekdfv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQwmhekdfv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQwmhekdfv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQwmhekdfv .dropdown-item.active,
.cid-tQwmhekdfv .dropdown-item:active {
  background-color: transparent;
}
.cid-tQwmhekdfv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQwmhekdfv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQwmhekdfv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQwmhekdfv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQwmhekdfv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQwmhekdfv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQwmhekdfv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQwmhekdfv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQwmhekdfv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQwmhekdfv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQwmhekdfv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQwmhekdfv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQwmhekdfv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQwmhekdfv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQwmhekdfv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQwmhekdfv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQwmhekdfv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQwmhekdfv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQwmhekdfv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQwmhekdfv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQwmhekdfv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQwmhekdfv .navbar {
    height: 70px;
  }
  .cid-tQwmhekdfv .navbar.opened {
    height: auto;
  }
  .cid-tQwmhekdfv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rGu1lE6miU {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/school.webp");
}
@media (max-width: 767px) {
  .cid-rGu1lE6miU {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.cid-rGu1lE6miU h3 {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.cid-rGu1lE6miU .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-rGu1lE6miU .container-fluid {
    padding: 0 1rem;
  }
  .cid-rGu1lE6miU p {
    color: #343549;
  }
}
@media (min-width: 767px) {
  .cid-rGu1lE6miU .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-rGu1lE6miU .mbr-section-subtitle span {
  background-color: #9436c3;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-rGu1lE6miU h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-rGu1lE6miU p {
  margin-bottom: 1.3rem;
}
.cid-rGu1lE6miU .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-rGu1lE6miU .svg-1 path {
  fill: #ffffff;
}
.cid-rGu1lE6miU .container-fluid {
  max-width: 1200px;
}
.cid-rGu1lE6miU .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-rGu1lE6miU H1 {
  color: #702993;
}
.cid-rGu1lE6miU .mbr-text,
.cid-rGu1lE6miU .mbr-section-btn {
  color: #000000;
}
.cid-tQwjH9LKCL {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #cc72f8;
}
.cid-tQwjH9LKCL .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-tQwjH9LKCL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tQwjH9LKCL .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #702993;
}
.cid-tQwjH9LKCL .container-fluid {
  max-width: 1200px;
}
.cid-tQwjH9LKCL .btn .inner-dashed-border {
  stroke: #702993;
}
.cid-tQwjH9LKCL .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tQwjH9LKCL rect {
  position: absolute;
  width: 95%;
}
.cid-tQwjH9LKCL .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tQwjH9LKCL .svg-1 path {
  fill: #ffffff;
}
.cid-tQwjH9LKCL .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tQwjH9LKCL .svg-2 path {
  fill: #ffffff;
}
.cid-tQwjH9LKCL .svg1 {
  padding: 2px;
}
.cid-tQwjH9LKCL .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tQwjH9LKCL {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-tQwjH9LKCL .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tQwjH9LKCL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQwjH9LKCL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQwhnKxTu7 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tQwhnKxTu7 {
    padding-top: 0px;
    padding-bottom: 15px;
  }
}
.cid-tQwhnKxTu7 .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-tQwhnKxTu7 .container-fluid {
  max-width: 1200px;
}
.cid-tQwhnKxTu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQwhnKxTu7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQwhnKxTu7 .row > div,
.cid-tQwhnKxTu7 .mbr-section-subtitle {
  color: #232323;
}
.cid-rH3cvyUC1g {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/bgjaca-1440x839.webp");
}
@media (max-width: 767px) {
  .cid-rH3cvyUC1g {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.cid-rH3cvyUC1g img {
  width: 100%;
  border-radius: 50%;
}
.cid-rH3cvyUC1g h3 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-rH3cvyUC1g .img-wrapper {
    display: none;
  }
  .cid-rH3cvyUC1g .img-wrapper-2 {
    display: none;
  }
  .cid-rH3cvyUC1g .container-fluid {
    padding: 0 1rem;
  }
  .cid-rH3cvyUC1g .content-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
  }
  .cid-rH3cvyUC1g .content-row-2 {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
  }
  .cid-rH3cvyUC1g .content-row-3 {
    margin-top: 1.8rem;
  }
  .cid-rH3cvyUC1g .content-row-4 {
    margin-top: 2rem;
  }
  .cid-rH3cvyUC1g .imageContainer {
    display: flex;
    justify-content: center;
  }
  .cid-rH3cvyUC1g .imageContainer-2 {
    display: flex;
    justify-content: center;
  }
  .cid-rH3cvyUC1g .right-wrapper {
    text-align: left;
    padding-left: 4rem;
  }
  .cid-rH3cvyUC1g .left-wrapper {
    text-align: left;
    padding-left: 4rem;
  }
  .cid-rH3cvyUC1g .mbr-section-title {
    text-align: left;
  }
  .cid-rH3cvyUC1g .content-row:hover .tlv__pointer::after {
    transform: scale(1);
  }
  .cid-rH3cvyUC1g .content-row-2:hover .tlv__pointer-2::after {
    transform: scale(1);
  }
  .cid-rH3cvyUC1g .tlv__pointer {
    opacity: 1;
    transform: translateX(0);
    order: 2;
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 3px solid #bd44f8;
    background: #ffffff;
    top: -100px;
    left: 8px;
  }
  .cid-rH3cvyUC1g .tlv__pointer::after {
    z-index: 1;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    transform: scale(0);
    content: '';
    position: absolute;
    background: #bd44f8;
    transition: 0.5s;
    left: 5px;
    bottom: 5px;
  }
  .cid-rH3cvyUC1g .tlv__pointer-2 {
    opacity: 1;
    transform: translateX(0);
    order: 2;
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 3px solid #bd44f8;
    background: #ffffff;
    top: 50px;
    left: 8px;
  }
  .cid-rH3cvyUC1g .tlv__pointer-2::after {
    z-index: 1;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    transform: scale(0);
    content: '';
    position: absolute;
    background: #bd44f8;
    transition: 0.5s;
    left: 5px;
    bottom: 5px;
  }
  .cid-rH3cvyUC1g .container-fluid::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 20px;
    width: 4px;
    height: 100%;
    background: #bd44f8;
  }
  .cid-rH3cvyUC1g .tlv__item-first {
    position: relative;
    z-index: 1;
    left: -52px;
    width: 18px;
    height: 18px;
    background: #bd44f8;
    transform: rotate(45deg);
    top: -20px;
  }
  .cid-rH3cvyUC1g .tlv__item-first2 {
    position: absolute;
    z-index: 1;
    left: 13px;
    width: 18px;
    height: 18px;
    background: #bd44f8;
    transform: rotate(45deg);
    bottom: -20px;
  }
}
@media (min-width: 767px) {
  .cid-rH3cvyUC1g .right-wrapper {
    text-align: right;
    padding-right: 5rem;
  }
  .cid-rH3cvyUC1g .content-row {
    display: flex;
    flex-direction: row;
    position: relative;
  }
  .cid-rH3cvyUC1g .content-row-2 {
    margin-top: 3.5rem;
  }
  .cid-rH3cvyUC1g .content-row-3 {
    margin-top: 3.5rem;
  }
  .cid-rH3cvyUC1g .content-row-4 {
    margin-top: 3.5rem;
  }
  .cid-rH3cvyUC1g .content-row:hover .tlv__pointer::after {
    transform: scale(1);
  }
  .cid-rH3cvyUC1g .content-row-2:hover .tlv__pointer-2::after {
    transform: scale(1);
  }
  .cid-rH3cvyUC1g .img-wrapper {
    margin-left: 43px;
  }
  .cid-rH3cvyUC1g .tlv__pointer {
    opacity: 1;
    transform: translateX(0);
    order: 2;
    position: relative;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 3px solid #bd44f8;
    background: #ffffff;
    top: 0px;
    left: -290px;
  }
  .cid-rH3cvyUC1g .tlv__pointer::before {
    content: '';
    top: 8px;
    width: 47px;
    height: 3px;
    left: 21px;
    position: absolute;
    background: #bd44f8;
  }
  .cid-rH3cvyUC1g .tlv__pointer::after {
    z-index: 1;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    transform: scale(0);
    content: '';
    position: absolute;
    background: #bd44f8;
    transition: 0.5s;
    left: 5px;
    bottom: 5px;
  }
  .cid-rH3cvyUC1g .tlv__pointer-2 {
    opacity: 1;
    transform: translateX(0);
    order: 2;
    position: relative;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 3px solid #bd44f8;
    background: #ffffff;
    top: 100px;
    right: -30px;
  }
  .cid-rH3cvyUC1g .tlv__pointer-2::before {
    content: '';
    top: 8px;
    width: 47px;
    height: 3px;
    left: -50px;
    position: absolute;
    background: #bd44f8;
  }
  .cid-rH3cvyUC1g .tlv__pointer-2::after {
    z-index: 1;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    transform: scale(0);
    content: '';
    position: absolute;
    background: #bd44f8;
    transition: 0.5s;
    left: 5px;
    bottom: 5px;
  }
  .cid-rH3cvyUC1g .container-fluid::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background: #bd44f8;
  }
  .cid-rH3cvyUC1g .tlv__item-first {
    position: absolute;
    z-index: 1;
    top: -54px;
    right: -11px;
    width: 18px;
    height: 18px;
    background: #bd44f8;
    transform: rotate(45deg);
  }
  .cid-rH3cvyUC1g .left-wrapper {
    text-align: left;
    padding-left: 5rem;
  }
  .cid-rH3cvyUC1g .img-wrapper-2 {
    margin-right: 16px;
  }
  .cid-rH3cvyUC1g .tlv__item-first2 {
    position: absolute;
    z-index: 1;
    left: 49%;
    width: 18px;
    height: 18px;
    background: #bd44f8;
    transform: rotate(45deg);
    bottom: -18px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-rH3cvyUC1g .tlv__item-first2 {
    left: 49.5%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .cid-rH3cvyUC1g .tlv__item-first2 {
    left: 49.5%;
  }
}
@media (min-width: 1400px) {
  .cid-rH3cvyUC1g .tlv__item-first2 {
    left: 49.6%;
  }
}
.cid-rH3cvyUC1g .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-rH3cvyUC1g .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-rH3cvyUC1g .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-rH3cvyUC1g .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-rH3cvyUC1g .mbr-section-title {
  color: #45b3df;
}
.cid-rH3cvyUC1g .content-row {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-rH3cvyUC1g .content-row-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-rH3cvyUC1g .imageContainer {
  position: relative;
  display: flex;
  align-items: center;
}
.cid-rH3cvyUC1g .imageContainer-2 {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-rH3cvyUC1g .img-wrapper {
  width: 220px;
  height: 220px;
  position: relative;
  border: 2px solid #bd44f8;
  border-radius: 50%;
  transition: 0.5s;
}
.cid-rH3cvyUC1g .img-wrapper-2 {
  width: 220px;
  height: 220px;
  position: relative;
  border: 2px solid #bd44f8;
  border-radius: 50%;
  transition: 0.5s;
}
.cid-rH3cvyUC1g .content-row:hover .img-wrapper {
  padding: 12px;
  border: 2px dashed #bd44f8;
}
.cid-rH3cvyUC1g .content-row-2:hover .img-wrapper-2 {
  padding: 12px;
  border: 2px dashed #bd44f8;
}
.cid-rH3cvyUC1g .mbr-section-subtitle {
  color: #702993;
}
.cid-rH3cvyUC1g .mbr-text,
.cid-rH3cvyUC1g .mbr-section-btn {
  color: #333333;
}
.cid-tQwiGAgeyx {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #dca3f8;
}
.cid-tQwiGAgeyx .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-tQwiGAgeyx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tQwiGAgeyx .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #702993;
}
.cid-tQwiGAgeyx .container-fluid {
  max-width: 1200px;
}
.cid-tQwiGAgeyx .btn .inner-dashed-border {
  stroke: #702993;
}
.cid-tQwiGAgeyx .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tQwiGAgeyx rect {
  position: absolute;
  width: 95%;
}
.cid-tQwiGAgeyx .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tQwiGAgeyx .svg-1 path {
  fill: #ffffff;
}
.cid-tQwiGAgeyx .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tQwiGAgeyx .svg-2 path {
  fill: #ffffff;
}
.cid-tQwiGAgeyx .svg1 {
  padding: 2px;
}
.cid-tQwiGAgeyx .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tQwiGAgeyx {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .cid-tQwiGAgeyx .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tQwiGAgeyx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQwiGAgeyx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQwnkyQQNj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tQwnkyQQNj {
    padding-top: 0px;
    padding-bottom: 5px;
  }
}
.cid-tQwnkyQQNj .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-tQwnkyQQNj .container-fluid {
  max-width: 1200px;
}
.cid-tQwnkyQQNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQwnkyQQNj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQwnkyQQNj .row > div,
.cid-tQwnkyQQNj .mbr-section-subtitle {
  color: #232323;
}
.cid-tQSsLibJMh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQSsLibJMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQSsLibJMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQSsLibJMh .item {
  padding-bottom: 2rem;
}
.cid-tQSsLibJMh .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tQSsLibJMh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tQSsLibJMh .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tQSsLibJMh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tQSsLibJMh .carousel-control,
.cid-tQSsLibJMh .close {
  background: #1b1b1b;
}
.cid-tQSsLibJMh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tQSsLibJMh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tQSsLibJMh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tQSsLibJMh .carousel-control-next span {
  margin-left: 5px;
}
.cid-tQSsLibJMh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tQSsLibJMh .close::before {
  content: '\e91a';
}
.cid-tQSsLibJMh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tQSsLibJMh .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tQSsLibJMh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQSsLibJMh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tQSsLibJMh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tQSsLibJMh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tQSsLibJMh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tQSsLibJMh .carousel-indicators li.active,
.cid-tQSsLibJMh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tQSsLibJMh .carousel-indicators li::after,
.cid-tQSsLibJMh .carousel-indicators li::before {
  content: none;
}
.cid-tQSsLibJMh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQSsLibJMh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tQSsLibJMh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tQSsLibJMh .carousel-indicators {
    display: none;
  }
}
.cid-tQSsLibJMh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tQSsLibJMh .carousel-inner > .active {
  display: block;
}
.cid-tQSsLibJMh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQSsLibJMh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tQSsLibJMh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tQSsLibJMh .carousel-control,
  .cid-tQSsLibJMh .carousel-indicators,
  .cid-tQSsLibJMh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tQSsLibJMh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tQSsLibJMh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tQSsLibJMh .carousel-indicators .active,
.cid-tQSsLibJMh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tQSsLibJMh .carousel-indicators .active {
  background: #fff;
}
.cid-tQSsLibJMh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tQSsLibJMh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tQSsLibJMh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tQSsLibJMh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tQSsLibJMh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tQSsLibJMh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tQSsLibJMh .carousel {
  width: 100%;
}
.cid-tQSsLibJMh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tQSsLibJMh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tQSsLibJMh .modal.fade .modal-dialog,
.cid-tQSsLibJMh .modal.in .modal-dialog {
  transform: none;
}
.cid-tQSsLibJMh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tQSsLibJMh H6 {
  text-align: center;
}
.cid-tREjYz4kcL {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-tREjYz4kcL .mbr-iconfont-social {
  font-size: 1.5rem;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tREjYz4kcL .mbr-iconfont-social:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-tREjYz4kcL .mbr-iconfont-social:hover:before {
  transition: all .3s;
  border-color: transparent;
}
.cid-tREjYz4kcL .social-list {
  display: flex;
  justify-content: center;
}
.cid-tREjYz4kcL .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tREjYz4kcL .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tREjYz4kcL .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-tREjYz4kcL .socicon:hover {
  transform: translate(0, -10px);
}
.cid-tREjYz4kcL .socion1 {
  background: #702993;
}
.cid-tREjYz4kcL .socion2 {
  background-color: #c58fe0;
}
.cid-tREjYz4kcL .socion3 {
  background-color: #b42bf7;
}
.cid-tREjYz4kcL .mbr-iconfont {
  color: #fff;
}
.cid-tQwo289Cet {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #702993;
}
.cid-tQwo289Cet svg {
  position: absolute;
  top: 0;
}
.cid-tQwo289Cet .svg-1 {
  fill: #ffffff;
}
.cid-tQwo289Cet .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tQwo289Cet {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-tQwo289Cet .mbr-text {
  color: #dca3f8;
}
.cid-tQwo289Cet a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tQvjX8BgKm {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/school.webp");
}
@media (max-width: 767px) {
  .cid-tQvjX8BgKm {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-tQvjX8BgKm h3 {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.cid-tQvjX8BgKm .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-tQvjX8BgKm .container-fluid {
    padding: 0 1rem;
  }
  .cid-tQvjX8BgKm p {
    color: #343549;
  }
}
@media (min-width: 767px) {
  .cid-tQvjX8BgKm .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-tQvjX8BgKm .mbr-section-subtitle span {
  background-color: #9436c3;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-tQvjX8BgKm h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-tQvjX8BgKm p {
  margin-bottom: 1.3rem;
}
.cid-tQvjX8BgKm .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tQvjX8BgKm .svg-1 path {
  fill: #ffffff;
}
.cid-tQvjX8BgKm .container-fluid {
  max-width: 1200px;
}
.cid-tQvjX8BgKm .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-tQvjX8Pl9X {
  background-color: #ffffff;
}
.cid-tQvjX8Pl9X .mbr-text {
  text-align: center;
  padding: 0 2rem;
}
.cid-tQvjX8Pl9X h4 {
  text-align: center;
}
.cid-tQvjX8Pl9X p {
  text-align: center;
  margin: 0;
}
.cid-tQvjX8Pl9X .row {
  justify-content: center;
}
.cid-tQvjX8Pl9X .mbr-iconfont {
  transition: all 0.3s;
  color: #fff;
  font-size: 2rem;
  margin-left: 1rem;
}
.cid-tQvjX8Pl9X .mbr-fonts-style {
  color: #fff;
}
.cid-tQvjX8Pl9X .card-inner {
  border-radius: 30px;
}
.cid-tQvjX8Pl9X .card-inner1 {
  background: #702993;
}
.cid-tQvjX8Pl9X .card-inner2 {
  background: #702993;
}
.cid-tQvjX8Pl9X .card-inner3 {
  background: #dca3f8;
}
.cid-tQvjX8Pl9X img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
}
.cid-tQvjX8Pl9X .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-tQvjX8Pl9X .container-fluid {
  max-width: 1200px;
}
.cid-tQvjX8Pl9X .btn {
  color: #fff;
}
.cid-tQvjX8Pl9X .mbr-section-btn {
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-tQvjX8Pl9X .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (max-width: 767px) {
  .cid-tQvjX8Pl9X {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-tQvjX8Pl9X .card {
    margin-bottom: 1rem;
  }
  .cid-tQvjX8Pl9X .card-1 {
    margin-right: 0rem;
  }
  .cid-tQvjX8Pl9X .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-tQvjX8Pl9X .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tQvjX8Pl9X {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-tQvjX8Pl9X .card {
    margin-bottom: 1rem;
  }
  .cid-tQvjX8Pl9X .card-1 {
    margin-right: 0rem;
  }
  .cid-tQvjX8Pl9X .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tQvjX8Pl9X {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-tQvjX8Pl9X .icon-btn {
  transition: 0.3s;
  line-height: 0;
}
.cid-tQvjX8Pl9X .card-img {
  text-align: center;
  margin-top: 2.5rem;
}
.cid-tQvjX8Pl9X .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tQvjX8Pl9X .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tQvjX8Pl9X svg {
  position: relative;
}
.cid-tQvjX8Pl9X rect {
  position: absolute;
}
.cid-tQvjX8Pl9X .circle-icon {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.cid-tQvjX8Pl9X .svg1 {
  padding: 1.5rem 2.5rem;
  position: absolute;
}
.cid-tQvjX8Pl9X .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tQvjX8Pl9X .card-box {
  width: 100%;
}
.cid-tQvjX8Pl9X .btn-underline {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.cid-tQvjX95WsU {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tQvjX95WsU {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.cid-tQvjX95WsU img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-tQvjX95WsU .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-tQvjX95WsU .container-fluid {
    padding: 0 1rem;
  }
  .cid-tQvjX95WsU .mbr-section-btn {
    text-align: center;
  }
  .cid-tQvjX95WsU .mbr-section-title {
    text-align: center;
  }
  .cid-tQvjX95WsU .mbr-section-subtitle {
    text-align: center;
  }
  .cid-tQvjX95WsU .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-tQvjX95WsU .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-tQvjX95WsU .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tQvjX95WsU .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-tQvjX95WsU .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQvjX95WsU img {
    width: 100%;
  }
  .cid-tQvjX95WsU .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-tQvjX95WsU .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-tQvjX95WsU .container-fluid {
  max-width: 1200px;
}
.cid-tQvjX95WsU .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-tQvjX95WsU .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-tQvjX95WsU .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #bd44f8;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-tQvjX95WsU .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-tQvjX95WsU .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #bd44f8;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-tQvjX95WsU .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tQvjX95WsU .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tQvjX95WsU .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-tQvjX95WsU .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tQvjX9cARk {
  background-color: #ffffff;
}
.cid-tQvjX9cARk .text-top {
  color: #767676;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tQvjX9cARk .card {
  margin-bottom: 1rem;
}
.cid-tQvjX9cARk .row {
  justify-content: center;
}
.cid-tQvjX9cARk .card-title {
  color: #12265a;
  transition: 0.5s;
}
.cid-tQvjX9cARk .card-title:hover {
  color: #bd44f8;
}
.cid-tQvjX9cARk img {
  width: 80px;
}
.cid-tQvjX9cARk .item-image {
  margin-right: 1rem;
}
.cid-tQvjX9cARk .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tQvjX9cARk {
    padding-top: 30px;
    padding-bottom: 3px;
  }
  .cid-tQvjX9cARk .container-fluid {
    padding: 0 1rem;
  }
  .cid-tQvjX9cARk .container {
    padding: 0rem;
  }
  .cid-tQvjX9cARk .col-12 {
    padding: 0;
  }
  .cid-tQvjX9cARk .mbr-section-title {
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .cid-tQvjX9cARk .card {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .cid-tQvjX9cARk .card-title {
    margin-top: 2rem;
  }
}
@media (min-width: 767px) {
  .cid-tQvjX9cARk {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .cid-tQvjX9cARk .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-tQvjX9cARk .mbr-section-title {
    margin-left: -12px;
    margin-right: -12px;
  }
  .cid-tQvjX9cARk .card {
    display: flex;
    flex-direction: row;
  }
}
.cid-tQvjX9cARk .container {
  margin-bottom: 1.5rem;
}
.cid-tQvjXabqko {
  background-color: #cc72f8;
}
.cid-tQvjXabqko h3 {
  text-align: center;
}
.cid-tQvjXabqko .mbr-section-subtitle {
  font-weight: 300;
}
.cid-tQvjXabqko .card {
  word-wrap: break-word;
}
.cid-tQvjXabqko .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-tQvjXabqko .count1 {
  color: #fff;
  font-weight: 900;
}
.cid-tQvjXabqko .mbr-content-title {
  color: #fff;
}
.cid-tQvjXabqko .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tQvjXabqko .svg-1 path {
  fill: #ffffff;
}
.cid-tQvjXabqko .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tQvjXabqko .svg-2 path {
  fill: #ffffff;
}
.cid-tQvjXabqko .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tQvjXabqko {
    padding-top: 20px;
    padding-bottom: 22px;
  }
}
@media (min-width: 767px) {
  .cid-tQvjXabqko {
    padding-top: 150px;
    padding-bottom: 165px;
  }
}
.cid-tQvjXbcrfV {
  background-color: #ffffff;
}
.cid-tQvjXbcrfV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tQvjXbcrfV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQvjXbcrfV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tQvjXbcrfV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tQvjXbcrfV .row > .row {
  display: block;
}
.cid-tQvjXbcrfV .mbr-gallery-item {
  width: 100%;
}
.cid-tQvjXbcrfV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-tQvjXbcrfV .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-tQvjXbcrfV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tQvjXbcrfV .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tQvjXbcrfV .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tQvjXbcrfV .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-tQvjXbcrfV .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-tQvjXbcrfV .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-tQvjXbcrfV {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .cid-tQvjXbcrfV .col-sm-12 {
    padding: 0 !important;
  }
}
@media (min-width: 767px) {
  .cid-tQvjXbcrfV {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
.cid-tQvjXcfImG {
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tQvjXcfImG .mbr-section-title {
  color: #12265a;
}
.cid-tQvjXcfImG .mbr-section-subtitle {
  color: #70747f ;
}
.cid-tQvjXcfImG .mbr-text {
  color: #70747f;
}
.cid-tQvjXcfImG .nav-tabs {
  display: table;
  border-bottom: none;
}
.cid-tQvjXcfImG .nav-tabs .nav-item {
  display: table-cell;
}
.cid-tQvjXcfImG .card-img {
  overflow: hidden;
  border-radius: 30px;
}
.cid-tQvjXcfImG .tab-content {
  display: flex;
  background-color: #ffffff;
  border-radius: 30px;
  align-items: center;
}
.cid-tQvjXcfImG .nav-tabs .nav-link {
  display: block;
  color: #702993;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 900;
  margin: 0px;
  border: 2px dashed #fa9db7;
  border-radius: 25px !important;
  transition: all .3s;
  text-align: center;
}
.cid-tQvjXcfImG .nav-tabs .nav-link:hover {
  background-color: none;
  color: #bd44f8;
}
.cid-tQvjXcfImG .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  background: #fa9db7;
}
@media (max-width: 767px) {
  .cid-tQvjXcfImG {
    padding-top: 32px;
    padding-bottom: 50px;
  }
  .cid-tQvjXcfImG .last-navitem {
    width: 100%;
  }
  .cid-tQvjXcfImG li {
    width: 140px;
  }
  .cid-tQvjXcfImG .nav-tabs {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  .cid-tQvjXcfImG .container-fluid {
    padding: 0rem;
  }
  .cid-tQvjXcfImG .title-content {
    text-align: left;
  }
  .cid-tQvjXcfImG .mbr-text {
    text-align: left;
  }
  .cid-tQvjXcfImG .nav-link {
    margin-bottom: 1rem !important;
  }
  .cid-tQvjXcfImG .icon1 {
    margin-top: 0.4rem;
  }
  .cid-tQvjXcfImG .card-img2 {
    margin-bottom: 1.5rem;
  }
  .cid-tQvjXcfImG .nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
  }
  .cid-tQvjXcfImG .card-img {
    margin-top: 0.6rem;
  }
}
.cid-tQvjXcfImG h4 {
  color: #12265a;
}
.cid-tQvjXcfImG img {
  width: 100%;
}
.cid-tQvjXcfImG .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-tQvjXcfImG .wrapper {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-tQvjXcfImG .card-title {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-tQvjXcfImG .container-fluid {
  max-width: 1200px;
}
.cid-tQvjXcfImG .row {
  align-items: center;
}
@media (min-width: 767px) {
  .cid-tQvjXcfImG {
    padding-top: 60px;
    padding-bottom: 75px;
  }
  .cid-tQvjXcfImG .left-column {
    padding-right: 4rem;
  }
}
.cid-tQvjXcfImG .image-icon {
  width: 50px;
  height: 50px;
}
.cid-tQvjXcfImG .icon1 {
  margin-bottom: 1rem;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tQvjXcfImG .nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
  }
  .cid-tQvjXcfImG .nav-tabs {
    margin-bottom: 1rem;
    padding: 3px;
  }
  .cid-tQvjXcfImG .nav-item {
    padding: 0.5rem;
  }
  .cid-tQvjXcfImG .card-img {
    margin-top: 0.6rem;
  }
  .cid-tQvjXcfImG .card-img2 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-tQvjXcfImG .nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 2.5rem;
    margin: 0 1rem;
  }
  .cid-tQvjXcfImG .tab-content {
    padding: 3.5rem;
  }
  .cid-tQvjXcfImG .nav-tabs {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
    padding: 3px;
  }
  .cid-tQvjXcfImG .right-column {
    padding-left: 4rem;
  }
}
.cid-tQvjXd1dsi {
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/bgjaca-1440x839.webp");
}
@media (max-width: 767px) {
  .cid-tQvjXd1dsi {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.cid-tQvjXd1dsi img {
  width: 100%;
  border-radius: 50%;
}
.cid-tQvjXd1dsi h3 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tQvjXd1dsi .img-wrapper {
    display: none;
  }
  .cid-tQvjXd1dsi .img-wrapper-2 {
    display: none;
  }
  .cid-tQvjXd1dsi .container-fluid {
    padding: 0 1rem;
  }
  .cid-tQvjXd1dsi .content-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
  }
  .cid-tQvjXd1dsi .content-row-2 {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
  }
  .cid-tQvjXd1dsi .content-row-3 {
    margin-top: 1.8rem;
  }
  .cid-tQvjXd1dsi .content-row-4 {
    margin-top: 2rem;
  }
  .cid-tQvjXd1dsi .imageContainer {
    display: flex;
    justify-content: center;
  }
  .cid-tQvjXd1dsi .imageContainer-2 {
    display: flex;
    justify-content: center;
  }
  .cid-tQvjXd1dsi .right-wrapper {
    text-align: left;
    padding-left: 4rem;
  }
  .cid-tQvjXd1dsi .left-wrapper {
    text-align: left;
    padding-left: 4rem;
  }
  .cid-tQvjXd1dsi .mbr-section-title {
    text-align: left;
  }
  .cid-tQvjXd1dsi .content-row:hover .tlv__pointer::after {
    transform: scale(1);
  }
  .cid-tQvjXd1dsi .content-row-2:hover .tlv__pointer-2::after {
    transform: scale(1);
  }
  .cid-tQvjXd1dsi .tlv__pointer {
    opacity: 1;
    transform: translateX(0);
    order: 2;
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 3px solid #bd44f8;
    background: #ffffff;
    top: -100px;
    left: 8px;
  }
  .cid-tQvjXd1dsi .tlv__pointer::after {
    z-index: 1;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    transform: scale(0);
    content: '';
    position: absolute;
    background: #bd44f8;
    transition: 0.5s;
    left: 5px;
    bottom: 5px;
  }
  .cid-tQvjXd1dsi .tlv__pointer-2 {
    opacity: 1;
    transform: translateX(0);
    order: 2;
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 3px solid #bd44f8;
    background: #ffffff;
    top: 50px;
    left: 8px;
  }
  .cid-tQvjXd1dsi .tlv__pointer-2::after {
    z-index: 1;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    transform: scale(0);
    content: '';
    position: absolute;
    background: #bd44f8;
    transition: 0.5s;
    left: 5px;
    bottom: 5px;
  }
  .cid-tQvjXd1dsi .container-fluid::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 20px;
    width: 4px;
    height: 100%;
    background: #bd44f8;
  }
  .cid-tQvjXd1dsi .tlv__item-first {
    position: relative;
    z-index: 1;
    left: -52px;
    width: 18px;
    height: 18px;
    background: #bd44f8;
    transform: rotate(45deg);
    top: -20px;
  }
  .cid-tQvjXd1dsi .tlv__item-first2 {
    position: absolute;
    z-index: 1;
    left: 13px;
    width: 18px;
    height: 18px;
    background: #bd44f8;
    transform: rotate(45deg);
    bottom: -20px;
  }
}
@media (min-width: 767px) {
  .cid-tQvjXd1dsi .right-wrapper {
    text-align: right;
    padding-right: 5rem;
  }
  .cid-tQvjXd1dsi .content-row {
    display: flex;
    flex-direction: row;
    position: relative;
  }
  .cid-tQvjXd1dsi .content-row-2 {
    margin-top: 3.5rem;
  }
  .cid-tQvjXd1dsi .content-row-3 {
    margin-top: 3.5rem;
  }
  .cid-tQvjXd1dsi .content-row-4 {
    margin-top: 3.5rem;
  }
  .cid-tQvjXd1dsi .content-row:hover .tlv__pointer::after {
    transform: scale(1);
  }
  .cid-tQvjXd1dsi .content-row-2:hover .tlv__pointer-2::after {
    transform: scale(1);
  }
  .cid-tQvjXd1dsi .img-wrapper {
    margin-left: 43px;
  }
  .cid-tQvjXd1dsi .tlv__pointer {
    opacity: 1;
    transform: translateX(0);
    order: 2;
    position: relative;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 3px solid #bd44f8;
    background: #ffffff;
    top: 0px;
    left: -290px;
  }
  .cid-tQvjXd1dsi .tlv__pointer::before {
    content: '';
    top: 8px;
    width: 47px;
    height: 3px;
    left: 21px;
    position: absolute;
    background: #bd44f8;
  }
  .cid-tQvjXd1dsi .tlv__pointer::after {
    z-index: 1;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    transform: scale(0);
    content: '';
    position: absolute;
    background: #bd44f8;
    transition: 0.5s;
    left: 5px;
    bottom: 5px;
  }
  .cid-tQvjXd1dsi .tlv__pointer-2 {
    opacity: 1;
    transform: translateX(0);
    order: 2;
    position: relative;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 3px solid #bd44f8;
    background: #ffffff;
    top: 100px;
    right: -30px;
  }
  .cid-tQvjXd1dsi .tlv__pointer-2::before {
    content: '';
    top: 8px;
    width: 47px;
    height: 3px;
    left: -50px;
    position: absolute;
    background: #bd44f8;
  }
  .cid-tQvjXd1dsi .tlv__pointer-2::after {
    z-index: 1;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    transform: scale(0);
    content: '';
    position: absolute;
    background: #bd44f8;
    transition: 0.5s;
    left: 5px;
    bottom: 5px;
  }
  .cid-tQvjXd1dsi .container-fluid::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background: #bd44f8;
  }
  .cid-tQvjXd1dsi .tlv__item-first {
    position: absolute;
    z-index: 1;
    top: -54px;
    right: -11px;
    width: 18px;
    height: 18px;
    background: #bd44f8;
    transform: rotate(45deg);
  }
  .cid-tQvjXd1dsi .left-wrapper {
    text-align: left;
    padding-left: 5rem;
  }
  .cid-tQvjXd1dsi .img-wrapper-2 {
    margin-right: 16px;
  }
  .cid-tQvjXd1dsi .tlv__item-first2 {
    position: absolute;
    z-index: 1;
    left: 49%;
    width: 18px;
    height: 18px;
    background: #bd44f8;
    transform: rotate(45deg);
    bottom: -18px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-tQvjXd1dsi .tlv__item-first2 {
    left: 49.5%;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .cid-tQvjXd1dsi .tlv__item-first2 {
    left: 49.5%;
  }
}
@media (min-width: 1400px) {
  .cid-tQvjXd1dsi .tlv__item-first2 {
    left: 49.6%;
  }
}
.cid-tQvjXd1dsi .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-tQvjXd1dsi .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tQvjXd1dsi .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-tQvjXd1dsi .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tQvjXd1dsi .mbr-section-title {
  color: #45b3df;
}
.cid-tQvjXd1dsi .content-row {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-tQvjXd1dsi .content-row-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-tQvjXd1dsi .imageContainer {
  position: relative;
  display: flex;
  align-items: center;
}
.cid-tQvjXd1dsi .imageContainer-2 {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.cid-tQvjXd1dsi .img-wrapper {
  width: 220px;
  height: 220px;
  position: relative;
  border: 2px solid #bd44f8;
  border-radius: 50%;
  transition: 0.5s;
}
.cid-tQvjXd1dsi .img-wrapper-2 {
  width: 220px;
  height: 220px;
  position: relative;
  border: 2px solid #bd44f8;
  border-radius: 50%;
  transition: 0.5s;
}
.cid-tQvjXd1dsi .content-row:hover .img-wrapper {
  padding: 12px;
  border: 2px dashed #bd44f8;
}
.cid-tQvjXd1dsi .content-row-2:hover .img-wrapper-2 {
  padding: 12px;
  border: 2px dashed #bd44f8;
}
.cid-tQvjXdj4Rz {
  background-color: #ffffff;
}
.cid-tQvjXdj4Rz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-tQvjXdj4Rz img {
  width: 90%;
  border-radius: 8px;
}
.cid-tQvjXdj4Rz .btn {
  border-radius: 30px;
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-tQvjXdj4Rz textarea {
  min-height: 130px;
}
.cid-tQvjXdj4Rz H5 {
  color: #12265a ;
}
@media (max-width: 992px) {
  .cid-tQvjXdj4Rz img {
    width: 100%;
  }
  .cid-tQvjXdj4Rz .map-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQvjXdj4Rz .google-map {
  height: 95%;
  position: relative;
}
.cid-tQvjXdj4Rz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tQvjXdj4Rz .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tQvjXdj4Rz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tQvjXdj4Rz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-tQvjXdj4Rz .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-tQvjXdj4Rz .container-fluid {
  max-width: 1200px;
}
.cid-tQvjXdj4Rz svg {
  position: relative;
  left: 0;
  top: 0;
}
.cid-tQvjXdj4Rz .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tQvjXdj4Rz .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tQvjXdj4Rz rect {
  position: absolute;
  width: 95%;
}
@media (max-width: 767px) {
  .cid-tQvjXdj4Rz {
    padding-top: 40px;
    padding-bottom: 16px;
  }
  .cid-tQvjXdj4Rz .title {
    text-align: left;
  }
  .cid-tQvjXdj4Rz .dragArea {
    padding-left: 0rem;
  }
  .cid-tQvjXdj4Rz .mbr-section-title {
    text-align: left;
  }
}
@media (min-width: 767px) {
  .cid-tQvjXdj4Rz {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .cid-tQvjXdj4Rz .container-fluid {
    padding: 0 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-tQvjXdj4Rz .dragArea {
    padding-left: 2rem;
  }
}
.cid-tQvjXdj4Rz .mbr-section-title span {
  display: inline-block;
}
.cid-tQvjXdj4Rz .mbr-text {
  margin-top: 0.5rem;
}
.cid-tQvjXdj4Rz .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-tQvjXdj4Rz .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tQvjXdj4Rz .mbr-section-btn {
  margin-left: 5px;
}
.cid-tQvjXdj4Rz iframe {
  border-radius: 30px;
}
.cid-tQvjXdzGX5 {
  padding-top: 45px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-tQvjXdzGX5 .mbr-iconfont-social {
  font-size: 1.5rem;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tQvjXdzGX5 .mbr-iconfont-social:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-tQvjXdzGX5 .mbr-iconfont-social:hover:before {
  transition: all .3s;
  border-color: transparent;
}
.cid-tQvjXdzGX5 .social-list {
  display: flex;
  justify-content: center;
}
.cid-tQvjXdzGX5 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tQvjXdzGX5 .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tQvjXdzGX5 .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-tQvjXdzGX5 .socicon:hover {
  transform: translate(0, -10px);
}
.cid-tQvjXdzGX5 .socion1 {
  background: #702993;
}
.cid-tQvjXdzGX5 .socion2 {
  background-color: #c58fe0;
}
.cid-tQvjXdzGX5 .socion3 {
  background-color: #b42bf7;
}
.cid-tQvjXdzGX5 .mbr-iconfont {
  color: #fff;
}
.cid-tQwmhekdfv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tQwmhekdfv nav.navbar {
  position: fixed;
}
.cid-tQwmhekdfv .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;
}
.cid-tQwmhekdfv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQwmhekdfv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQwmhekdfv .dropdown-item:hover,
.cid-tQwmhekdfv .dropdown-item:focus {
  background: #dca3f8 !important;
  color: white !important;
}
.cid-tQwmhekdfv .dropdown-item:hover span {
  color: white;
}
.cid-tQwmhekdfv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQwmhekdfv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQwmhekdfv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQwmhekdfv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQwmhekdfv .nav-link {
  position: relative;
}
.cid-tQwmhekdfv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tQwmhekdfv .container {
    flex-wrap: wrap;
  }
}
.cid-tQwmhekdfv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tQwmhekdfv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tQwmhekdfv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQwmhekdfv .dropdown-menu,
.cid-tQwmhekdfv .navbar.opened {
  background: #ffffff !important;
}
.cid-tQwmhekdfv .nav-item:focus,
.cid-tQwmhekdfv .nav-link:focus {
  outline: none;
}
.cid-tQwmhekdfv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQwmhekdfv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQwmhekdfv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQwmhekdfv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQwmhekdfv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQwmhekdfv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQwmhekdfv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tQwmhekdfv .navbar.opened {
  transition: all 0.3s;
}
.cid-tQwmhekdfv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQwmhekdfv .navbar .navbar-logo img {
  width: auto;
}
.cid-tQwmhekdfv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQwmhekdfv .navbar.collapsed {
  justify-content: center;
}
.cid-tQwmhekdfv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQwmhekdfv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQwmhekdfv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tQwmhekdfv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQwmhekdfv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQwmhekdfv .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-tQwmhekdfv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQwmhekdfv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQwmhekdfv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQwmhekdfv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQwmhekdfv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQwmhekdfv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQwmhekdfv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQwmhekdfv .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-tQwmhekdfv .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-tQwmhekdfv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQwmhekdfv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQwmhekdfv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQwmhekdfv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQwmhekdfv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tQwmhekdfv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tQwmhekdfv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQwmhekdfv .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-tQwmhekdfv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQwmhekdfv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQwmhekdfv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQwmhekdfv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQwmhekdfv .dropdown-item.active,
.cid-tQwmhekdfv .dropdown-item:active {
  background-color: transparent;
}
.cid-tQwmhekdfv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQwmhekdfv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQwmhekdfv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQwmhekdfv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQwmhekdfv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQwmhekdfv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQwmhekdfv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQwmhekdfv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQwmhekdfv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQwmhekdfv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQwmhekdfv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQwmhekdfv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQwmhekdfv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQwmhekdfv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQwmhekdfv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQwmhekdfv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQwmhekdfv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQwmhekdfv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQwmhekdfv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQwmhekdfv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQwmhekdfv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQwmhekdfv .navbar {
    height: 70px;
  }
  .cid-tQwmhekdfv .navbar.opened {
    height: auto;
  }
  .cid-tQwmhekdfv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQwo289Cet {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #702993;
}
.cid-tQwo289Cet svg {
  position: absolute;
  top: 0;
}
.cid-tQwo289Cet .svg-1 {
  fill: #ffffff;
}
.cid-tQwo289Cet .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tQwo289Cet {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-tQwo289Cet .mbr-text {
  color: #dca3f8;
}
.cid-tQwo289Cet a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tRxBgvWsoA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRxBgvWsoA nav.navbar {
  position: fixed;
}
.cid-tRxBgvWsoA .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;
}
.cid-tRxBgvWsoA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRxBgvWsoA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRxBgvWsoA .dropdown-item:hover,
.cid-tRxBgvWsoA .dropdown-item:focus {
  background: #dca3f8 !important;
  color: white !important;
}
.cid-tRxBgvWsoA .dropdown-item:hover span {
  color: white;
}
.cid-tRxBgvWsoA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRxBgvWsoA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRxBgvWsoA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRxBgvWsoA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRxBgvWsoA .nav-link {
  position: relative;
}
.cid-tRxBgvWsoA .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRxBgvWsoA .container {
    flex-wrap: wrap;
  }
}
.cid-tRxBgvWsoA .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRxBgvWsoA .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tRxBgvWsoA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRxBgvWsoA .dropdown-menu,
.cid-tRxBgvWsoA .navbar.opened {
  background: #ffffff !important;
}
.cid-tRxBgvWsoA .nav-item:focus,
.cid-tRxBgvWsoA .nav-link:focus {
  outline: none;
}
.cid-tRxBgvWsoA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRxBgvWsoA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRxBgvWsoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRxBgvWsoA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRxBgvWsoA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRxBgvWsoA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRxBgvWsoA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRxBgvWsoA .navbar.opened {
  transition: all 0.3s;
}
.cid-tRxBgvWsoA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRxBgvWsoA .navbar .navbar-logo img {
  width: auto;
}
.cid-tRxBgvWsoA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRxBgvWsoA .navbar.collapsed {
  justify-content: center;
}
.cid-tRxBgvWsoA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRxBgvWsoA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRxBgvWsoA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tRxBgvWsoA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRxBgvWsoA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRxBgvWsoA .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-tRxBgvWsoA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRxBgvWsoA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRxBgvWsoA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRxBgvWsoA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRxBgvWsoA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRxBgvWsoA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRxBgvWsoA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRxBgvWsoA .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-tRxBgvWsoA .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-tRxBgvWsoA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRxBgvWsoA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRxBgvWsoA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRxBgvWsoA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRxBgvWsoA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRxBgvWsoA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRxBgvWsoA .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRxBgvWsoA .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-tRxBgvWsoA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRxBgvWsoA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRxBgvWsoA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRxBgvWsoA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRxBgvWsoA .dropdown-item.active,
.cid-tRxBgvWsoA .dropdown-item:active {
  background-color: transparent;
}
.cid-tRxBgvWsoA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRxBgvWsoA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRxBgvWsoA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRxBgvWsoA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRxBgvWsoA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRxBgvWsoA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRxBgvWsoA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRxBgvWsoA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRxBgvWsoA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRxBgvWsoA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRxBgvWsoA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRxBgvWsoA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRxBgvWsoA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRxBgvWsoA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRxBgvWsoA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRxBgvWsoA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRxBgvWsoA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRxBgvWsoA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRxBgvWsoA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRxBgvWsoA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRxBgvWsoA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRxBgvWsoA .navbar {
    height: 70px;
  }
  .cid-tRxBgvWsoA .navbar.opened {
    height: auto;
  }
  .cid-tRxBgvWsoA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRxP2W1EEA {
  padding-top: 135px;
  padding-bottom: 120px;
  background-color: #dca3f8;
}
.cid-tRxP2W1EEA .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
  text-align: left;
}
.cid-tRxP2W1EEA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRxP2W1EEA .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #702993;
}
.cid-tRxP2W1EEA .container-fluid {
  max-width: 1200px;
}
.cid-tRxP2W1EEA .btn .inner-dashed-border {
  stroke: #702993;
}
.cid-tRxP2W1EEA .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tRxP2W1EEA rect {
  position: absolute;
  width: 95%;
}
.cid-tRxP2W1EEA .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tRxP2W1EEA .svg-1 path {
  fill: #ffffff;
}
.cid-tRxP2W1EEA .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tRxP2W1EEA .svg-2 path {
  fill: #ffffff;
}
.cid-tRxP2W1EEA .svg1 {
  padding: 2px;
}
.cid-tRxP2W1EEA .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tRxP2W1EEA {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .cid-tRxP2W1EEA .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tRxP2W1EEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRxP2W1EEA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRxBgxQj9M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRxBgxQj9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRxBgxQj9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRxBgxQj9M .item {
  padding-bottom: 2rem;
}
.cid-tRxBgxQj9M .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-tRxBgxQj9M .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tRxBgxQj9M .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tRxBgxQj9M .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tRxBgxQj9M .carousel-control,
.cid-tRxBgxQj9M .close {
  background: #1b1b1b;
}
.cid-tRxBgxQj9M .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRxBgxQj9M .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRxBgxQj9M .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRxBgxQj9M .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRxBgxQj9M .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tRxBgxQj9M .close::before {
  content: '\e91a';
}
.cid-tRxBgxQj9M .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRxBgxQj9M .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tRxBgxQj9M .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRxBgxQj9M .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRxBgxQj9M .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRxBgxQj9M .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRxBgxQj9M .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tRxBgxQj9M .carousel-indicators li.active,
.cid-tRxBgxQj9M .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRxBgxQj9M .carousel-indicators li::after,
.cid-tRxBgxQj9M .carousel-indicators li::before {
  content: none;
}
.cid-tRxBgxQj9M .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRxBgxQj9M .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRxBgxQj9M .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRxBgxQj9M .carousel-indicators {
    display: none;
  }
}
.cid-tRxBgxQj9M .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRxBgxQj9M .carousel-inner > .active {
  display: block;
}
.cid-tRxBgxQj9M .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRxBgxQj9M .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRxBgxQj9M .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRxBgxQj9M .carousel-control,
  .cid-tRxBgxQj9M .carousel-indicators,
  .cid-tRxBgxQj9M .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRxBgxQj9M .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRxBgxQj9M .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRxBgxQj9M .carousel-indicators .active,
.cid-tRxBgxQj9M .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRxBgxQj9M .carousel-indicators .active {
  background: #fff;
}
.cid-tRxBgxQj9M .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRxBgxQj9M .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRxBgxQj9M .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRxBgxQj9M .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRxBgxQj9M .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRxBgxQj9M .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRxBgxQj9M .carousel {
  width: 100%;
}
.cid-tRxBgxQj9M .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRxBgxQj9M .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRxBgxQj9M .modal.fade .modal-dialog,
.cid-tRxBgxQj9M .modal.in .modal-dialog {
  transform: none;
}
.cid-tRxBgxQj9M .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRxBgxQj9M H6 {
  text-align: center;
  color: #333333;
}
.cid-tRxGjoXtcW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRxGjoXtcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRxGjoXtcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRxGjoXtcW .item {
  padding-bottom: 2rem;
}
.cid-tRxGjoXtcW .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-tRxGjoXtcW .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tRxGjoXtcW .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tRxGjoXtcW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tRxGjoXtcW .carousel-control,
.cid-tRxGjoXtcW .close {
  background: #1b1b1b;
}
.cid-tRxGjoXtcW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRxGjoXtcW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRxGjoXtcW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRxGjoXtcW .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRxGjoXtcW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tRxGjoXtcW .close::before {
  content: '\e91a';
}
.cid-tRxGjoXtcW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRxGjoXtcW .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tRxGjoXtcW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRxGjoXtcW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRxGjoXtcW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRxGjoXtcW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRxGjoXtcW .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tRxGjoXtcW .carousel-indicators li.active,
.cid-tRxGjoXtcW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRxGjoXtcW .carousel-indicators li::after,
.cid-tRxGjoXtcW .carousel-indicators li::before {
  content: none;
}
.cid-tRxGjoXtcW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRxGjoXtcW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRxGjoXtcW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRxGjoXtcW .carousel-indicators {
    display: none;
  }
}
.cid-tRxGjoXtcW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRxGjoXtcW .carousel-inner > .active {
  display: block;
}
.cid-tRxGjoXtcW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRxGjoXtcW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRxGjoXtcW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRxGjoXtcW .carousel-control,
  .cid-tRxGjoXtcW .carousel-indicators,
  .cid-tRxGjoXtcW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRxGjoXtcW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRxGjoXtcW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRxGjoXtcW .carousel-indicators .active,
.cid-tRxGjoXtcW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRxGjoXtcW .carousel-indicators .active {
  background: #fff;
}
.cid-tRxGjoXtcW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRxGjoXtcW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRxGjoXtcW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRxGjoXtcW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRxGjoXtcW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRxGjoXtcW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRxGjoXtcW .carousel {
  width: 100%;
}
.cid-tRxGjoXtcW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRxGjoXtcW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRxGjoXtcW .modal.fade .modal-dialog,
.cid-tRxGjoXtcW .modal.in .modal-dialog {
  transform: none;
}
.cid-tRxGjoXtcW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRxGjoXtcW H6 {
  text-align: center;
  color: #333333;
}
.cid-tRxBgxBlFJ {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #dca3f8;
}
.cid-tRxBgxBlFJ .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-tRxBgxBlFJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRxBgxBlFJ .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #702993;
}
.cid-tRxBgxBlFJ .container-fluid {
  max-width: 1200px;
}
.cid-tRxBgxBlFJ .btn .inner-dashed-border {
  stroke: #702993;
}
.cid-tRxBgxBlFJ .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tRxBgxBlFJ rect {
  position: absolute;
  width: 95%;
}
.cid-tRxBgxBlFJ .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tRxBgxBlFJ .svg-1 path {
  fill: #ffffff;
}
.cid-tRxBgxBlFJ .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tRxBgxBlFJ .svg-2 path {
  fill: #ffffff;
}
.cid-tRxBgxBlFJ .svg1 {
  padding: 2px;
}
.cid-tRxBgxBlFJ .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tRxBgxBlFJ {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .cid-tRxBgxBlFJ .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tRxBgxBlFJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRxBgxBlFJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tREj0XV0GV {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-tREj0XV0GV .mbr-iconfont-social {
  font-size: 1.5rem;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tREj0XV0GV .mbr-iconfont-social:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-tREj0XV0GV .mbr-iconfont-social:hover:before {
  transition: all .3s;
  border-color: transparent;
}
.cid-tREj0XV0GV .social-list {
  display: flex;
  justify-content: center;
}
.cid-tREj0XV0GV .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tREj0XV0GV .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tREj0XV0GV .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-tREj0XV0GV .socicon:hover {
  transform: translate(0, -10px);
}
.cid-tREj0XV0GV .socion1 {
  background: #702993;
}
.cid-tREj0XV0GV .socion2 {
  background-color: #c58fe0;
}
.cid-tREj0XV0GV .socion3 {
  background-color: #b42bf7;
}
.cid-tREj0XV0GV .mbr-iconfont {
  color: #fff;
}
.cid-tRxBgz8nx5 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #702993;
}
.cid-tRxBgz8nx5 svg {
  position: absolute;
  top: 0;
}
.cid-tRxBgz8nx5 .svg-1 {
  fill: #ffffff;
}
.cid-tRxBgz8nx5 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tRxBgz8nx5 {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-tRxBgz8nx5 .mbr-text {
  color: #dca3f8;
}
.cid-tRxBgz8nx5 a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tRxQdxKdt0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRxQdxKdt0 nav.navbar {
  position: fixed;
}
.cid-tRxQdxKdt0 .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;
}
.cid-tRxQdxKdt0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRxQdxKdt0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRxQdxKdt0 .dropdown-item:hover,
.cid-tRxQdxKdt0 .dropdown-item:focus {
  background: #dca3f8 !important;
  color: white !important;
}
.cid-tRxQdxKdt0 .dropdown-item:hover span {
  color: white;
}
.cid-tRxQdxKdt0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRxQdxKdt0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRxQdxKdt0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRxQdxKdt0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRxQdxKdt0 .nav-link {
  position: relative;
}
.cid-tRxQdxKdt0 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRxQdxKdt0 .container {
    flex-wrap: wrap;
  }
}
.cid-tRxQdxKdt0 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRxQdxKdt0 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tRxQdxKdt0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRxQdxKdt0 .dropdown-menu,
.cid-tRxQdxKdt0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tRxQdxKdt0 .nav-item:focus,
.cid-tRxQdxKdt0 .nav-link:focus {
  outline: none;
}
.cid-tRxQdxKdt0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRxQdxKdt0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRxQdxKdt0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRxQdxKdt0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRxQdxKdt0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRxQdxKdt0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRxQdxKdt0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRxQdxKdt0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRxQdxKdt0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRxQdxKdt0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tRxQdxKdt0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRxQdxKdt0 .navbar.collapsed {
  justify-content: center;
}
.cid-tRxQdxKdt0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRxQdxKdt0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRxQdxKdt0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tRxQdxKdt0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRxQdxKdt0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRxQdxKdt0 .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-tRxQdxKdt0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRxQdxKdt0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRxQdxKdt0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRxQdxKdt0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRxQdxKdt0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRxQdxKdt0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRxQdxKdt0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRxQdxKdt0 .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-tRxQdxKdt0 .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-tRxQdxKdt0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRxQdxKdt0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRxQdxKdt0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRxQdxKdt0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRxQdxKdt0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRxQdxKdt0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRxQdxKdt0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRxQdxKdt0 .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-tRxQdxKdt0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRxQdxKdt0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRxQdxKdt0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRxQdxKdt0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRxQdxKdt0 .dropdown-item.active,
.cid-tRxQdxKdt0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRxQdxKdt0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRxQdxKdt0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRxQdxKdt0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRxQdxKdt0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRxQdxKdt0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRxQdxKdt0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRxQdxKdt0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRxQdxKdt0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRxQdxKdt0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRxQdxKdt0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRxQdxKdt0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRxQdxKdt0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRxQdxKdt0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRxQdxKdt0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRxQdxKdt0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRxQdxKdt0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRxQdxKdt0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRxQdxKdt0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRxQdxKdt0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRxQdxKdt0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRxQdxKdt0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRxQdxKdt0 .navbar {
    height: 70px;
  }
  .cid-tRxQdxKdt0 .navbar.opened {
    height: auto;
  }
  .cid-tRxQdxKdt0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRxQdyuteq {
  padding-top: 135px;
  padding-bottom: 120px;
  background-color: #dca3f8;
}
.cid-tRxQdyuteq .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
  text-align: left;
}
.cid-tRxQdyuteq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRxQdyuteq .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #702993;
}
.cid-tRxQdyuteq .container-fluid {
  max-width: 1200px;
}
.cid-tRxQdyuteq .btn .inner-dashed-border {
  stroke: #702993;
}
.cid-tRxQdyuteq .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tRxQdyuteq rect {
  position: absolute;
  width: 95%;
}
.cid-tRxQdyuteq .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tRxQdyuteq .svg-1 path {
  fill: #ffffff;
}
.cid-tRxQdyuteq .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tRxQdyuteq .svg-2 path {
  fill: #ffffff;
}
.cid-tRxQdyuteq .svg1 {
  padding: 2px;
}
.cid-tRxQdyuteq .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tRxQdyuteq {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .cid-tRxQdyuteq .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tRxQdyuteq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRxQdyuteq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRxQdyJdR0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRxQdyJdR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRxQdyJdR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRxQdyJdR0 .item {
  padding-bottom: 2rem;
}
.cid-tRxQdyJdR0 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tRxQdyJdR0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tRxQdyJdR0 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tRxQdyJdR0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tRxQdyJdR0 .carousel-control,
.cid-tRxQdyJdR0 .close {
  background: #1b1b1b;
}
.cid-tRxQdyJdR0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRxQdyJdR0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRxQdyJdR0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRxQdyJdR0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRxQdyJdR0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tRxQdyJdR0 .close::before {
  content: '\e91a';
}
.cid-tRxQdyJdR0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRxQdyJdR0 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tRxQdyJdR0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRxQdyJdR0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRxQdyJdR0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRxQdyJdR0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRxQdyJdR0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tRxQdyJdR0 .carousel-indicators li.active,
.cid-tRxQdyJdR0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRxQdyJdR0 .carousel-indicators li::after,
.cid-tRxQdyJdR0 .carousel-indicators li::before {
  content: none;
}
.cid-tRxQdyJdR0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRxQdyJdR0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRxQdyJdR0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRxQdyJdR0 .carousel-indicators {
    display: none;
  }
}
.cid-tRxQdyJdR0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRxQdyJdR0 .carousel-inner > .active {
  display: block;
}
.cid-tRxQdyJdR0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRxQdyJdR0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRxQdyJdR0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRxQdyJdR0 .carousel-control,
  .cid-tRxQdyJdR0 .carousel-indicators,
  .cid-tRxQdyJdR0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRxQdyJdR0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRxQdyJdR0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRxQdyJdR0 .carousel-indicators .active,
.cid-tRxQdyJdR0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRxQdyJdR0 .carousel-indicators .active {
  background: #fff;
}
.cid-tRxQdyJdR0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRxQdyJdR0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRxQdyJdR0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRxQdyJdR0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRxQdyJdR0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRxQdyJdR0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRxQdyJdR0 .carousel {
  width: 100%;
}
.cid-tRxQdyJdR0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRxQdyJdR0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRxQdyJdR0 .modal.fade .modal-dialog,
.cid-tRxQdyJdR0 .modal.in .modal-dialog {
  transform: none;
}
.cid-tRxQdyJdR0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRxQdyJdR0 H6 {
  text-align: center;
  color: #333333;
}
.cid-tRxQdyJdR0 H4 {
  color: #702993;
}
.cid-tRxQdz4eQh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRxQdz4eQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRxQdz4eQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRxQdz4eQh .item {
  padding-bottom: 2rem;
}
.cid-tRxQdz4eQh .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tRxQdz4eQh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tRxQdz4eQh .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tRxQdz4eQh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tRxQdz4eQh .carousel-control,
.cid-tRxQdz4eQh .close {
  background: #1b1b1b;
}
.cid-tRxQdz4eQh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRxQdz4eQh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRxQdz4eQh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRxQdz4eQh .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRxQdz4eQh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tRxQdz4eQh .close::before {
  content: '\e91a';
}
.cid-tRxQdz4eQh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRxQdz4eQh .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tRxQdz4eQh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRxQdz4eQh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRxQdz4eQh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRxQdz4eQh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRxQdz4eQh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tRxQdz4eQh .carousel-indicators li.active,
.cid-tRxQdz4eQh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRxQdz4eQh .carousel-indicators li::after,
.cid-tRxQdz4eQh .carousel-indicators li::before {
  content: none;
}
.cid-tRxQdz4eQh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRxQdz4eQh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRxQdz4eQh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRxQdz4eQh .carousel-indicators {
    display: none;
  }
}
.cid-tRxQdz4eQh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRxQdz4eQh .carousel-inner > .active {
  display: block;
}
.cid-tRxQdz4eQh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRxQdz4eQh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRxQdz4eQh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRxQdz4eQh .carousel-control,
  .cid-tRxQdz4eQh .carousel-indicators,
  .cid-tRxQdz4eQh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRxQdz4eQh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRxQdz4eQh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRxQdz4eQh .carousel-indicators .active,
.cid-tRxQdz4eQh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRxQdz4eQh .carousel-indicators .active {
  background: #fff;
}
.cid-tRxQdz4eQh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRxQdz4eQh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRxQdz4eQh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRxQdz4eQh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRxQdz4eQh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRxQdz4eQh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRxQdz4eQh .carousel {
  width: 100%;
}
.cid-tRxQdz4eQh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRxQdz4eQh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRxQdz4eQh .modal.fade .modal-dialog,
.cid-tRxQdz4eQh .modal.in .modal-dialog {
  transform: none;
}
.cid-tRxQdz4eQh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRxQdz4eQh H6 {
  text-align: center;
  color: #333333;
}
.cid-tRxQR1BD8f {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tRxQR1BD8f .container-fluid {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 1200px;
}
.cid-tRxQR1BD8f .btn {
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tRxQR1BD8f .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tRxQR1BD8f .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-tRxQR1BD8f .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tRxQR1BD8f {
    padding-top: 5px;
    padding-bottom: 15px;
  }
  .cid-tRxQR1BD8f .container-fluid {
    padding: 0 1rem;
  }
  .cid-tRxQR1BD8f .title {
    text-align: center;
  }
  .cid-tRxQR1BD8f .mbr-section-btn {
    margin-top: 1rem;
    text-align: center;
  }
}
.cid-tRxQR1BD8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRxQR1BD8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRxQdzkxW7 {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #dca3f8;
}
.cid-tRxQdzkxW7 .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-tRxQdzkxW7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRxQdzkxW7 .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #702993;
}
.cid-tRxQdzkxW7 .container-fluid {
  max-width: 1200px;
}
.cid-tRxQdzkxW7 .btn .inner-dashed-border {
  stroke: #702993;
}
.cid-tRxQdzkxW7 .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tRxQdzkxW7 rect {
  position: absolute;
  width: 95%;
}
.cid-tRxQdzkxW7 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tRxQdzkxW7 .svg-1 path {
  fill: #ffffff;
}
.cid-tRxQdzkxW7 .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tRxQdzkxW7 .svg-2 path {
  fill: #ffffff;
}
.cid-tRxQdzkxW7 .svg1 {
  padding: 2px;
}
.cid-tRxQdzkxW7 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tRxQdzkxW7 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .cid-tRxQdzkxW7 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tRxQdzkxW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRxQdzkxW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tREj7Uln3I {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-tREj7Uln3I .mbr-iconfont-social {
  font-size: 1.5rem;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tREj7Uln3I .mbr-iconfont-social:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-tREj7Uln3I .mbr-iconfont-social:hover:before {
  transition: all .3s;
  border-color: transparent;
}
.cid-tREj7Uln3I .social-list {
  display: flex;
  justify-content: center;
}
.cid-tREj7Uln3I .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tREj7Uln3I .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tREj7Uln3I .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-tREj7Uln3I .socicon:hover {
  transform: translate(0, -10px);
}
.cid-tREj7Uln3I .socion1 {
  background: #702993;
}
.cid-tREj7Uln3I .socion2 {
  background-color: #c58fe0;
}
.cid-tREj7Uln3I .socion3 {
  background-color: #b42bf7;
}
.cid-tREj7Uln3I .mbr-iconfont {
  color: #fff;
}
.cid-tRxQdzE8Da {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #702993;
}
.cid-tRxQdzE8Da svg {
  position: absolute;
  top: 0;
}
.cid-tRxQdzE8Da .svg-1 {
  fill: #ffffff;
}
.cid-tRxQdzE8Da .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tRxQdzE8Da {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-tRxQdzE8Da .mbr-text {
  color: #dca3f8;
}
.cid-tRxQdzE8Da a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tRxRHoGXd8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRxRHoGXd8 nav.navbar {
  position: fixed;
}
.cid-tRxRHoGXd8 .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;
}
.cid-tRxRHoGXd8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRxRHoGXd8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRxRHoGXd8 .dropdown-item:hover,
.cid-tRxRHoGXd8 .dropdown-item:focus {
  background: #dca3f8 !important;
  color: white !important;
}
.cid-tRxRHoGXd8 .dropdown-item:hover span {
  color: white;
}
.cid-tRxRHoGXd8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRxRHoGXd8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRxRHoGXd8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRxRHoGXd8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRxRHoGXd8 .nav-link {
  position: relative;
}
.cid-tRxRHoGXd8 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRxRHoGXd8 .container {
    flex-wrap: wrap;
  }
}
.cid-tRxRHoGXd8 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRxRHoGXd8 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tRxRHoGXd8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRxRHoGXd8 .dropdown-menu,
.cid-tRxRHoGXd8 .navbar.opened {
  background: #ffffff !important;
}
.cid-tRxRHoGXd8 .nav-item:focus,
.cid-tRxRHoGXd8 .nav-link:focus {
  outline: none;
}
.cid-tRxRHoGXd8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRxRHoGXd8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRxRHoGXd8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRxRHoGXd8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRxRHoGXd8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRxRHoGXd8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRxRHoGXd8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRxRHoGXd8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRxRHoGXd8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRxRHoGXd8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tRxRHoGXd8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRxRHoGXd8 .navbar.collapsed {
  justify-content: center;
}
.cid-tRxRHoGXd8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRxRHoGXd8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRxRHoGXd8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tRxRHoGXd8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRxRHoGXd8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRxRHoGXd8 .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-tRxRHoGXd8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRxRHoGXd8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRxRHoGXd8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRxRHoGXd8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRxRHoGXd8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRxRHoGXd8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRxRHoGXd8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRxRHoGXd8 .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-tRxRHoGXd8 .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-tRxRHoGXd8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRxRHoGXd8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRxRHoGXd8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRxRHoGXd8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRxRHoGXd8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRxRHoGXd8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRxRHoGXd8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRxRHoGXd8 .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-tRxRHoGXd8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRxRHoGXd8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRxRHoGXd8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRxRHoGXd8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRxRHoGXd8 .dropdown-item.active,
.cid-tRxRHoGXd8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRxRHoGXd8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRxRHoGXd8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRxRHoGXd8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRxRHoGXd8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRxRHoGXd8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRxRHoGXd8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRxRHoGXd8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRxRHoGXd8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRxRHoGXd8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRxRHoGXd8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRxRHoGXd8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRxRHoGXd8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRxRHoGXd8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRxRHoGXd8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRxRHoGXd8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRxRHoGXd8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRxRHoGXd8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRxRHoGXd8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRxRHoGXd8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRxRHoGXd8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRxRHoGXd8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRxRHoGXd8 .navbar {
    height: 70px;
  }
  .cid-tRxRHoGXd8 .navbar.opened {
    height: auto;
  }
  .cid-tRxRHoGXd8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRxRHpnbf9 {
  padding-top: 135px;
  padding-bottom: 120px;
  background-color: #dca3f8;
}
.cid-tRxRHpnbf9 .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
  text-align: left;
}
.cid-tRxRHpnbf9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRxRHpnbf9 .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #702993;
}
.cid-tRxRHpnbf9 .container-fluid {
  max-width: 1200px;
}
.cid-tRxRHpnbf9 .btn .inner-dashed-border {
  stroke: #702993;
}
.cid-tRxRHpnbf9 .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tRxRHpnbf9 rect {
  position: absolute;
  width: 95%;
}
.cid-tRxRHpnbf9 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tRxRHpnbf9 .svg-1 path {
  fill: #ffffff;
}
.cid-tRxRHpnbf9 .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tRxRHpnbf9 .svg-2 path {
  fill: #ffffff;
}
.cid-tRxRHpnbf9 .svg1 {
  padding: 2px;
}
.cid-tRxRHpnbf9 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tRxRHpnbf9 {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .cid-tRxRHpnbf9 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tRxRHpnbf9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRxRHpnbf9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRxSzHl68B {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tRxSzHl68B {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-tRxSzHl68B img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-tRxSzHl68B .right-wrapper {
  padding-left: 5rem;
}
.cid-tRxSzHl68B .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-tRxSzHl68B .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-tRxSzHl68B .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-tRxSzHl68B .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-tRxSzHl68B .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #bd44f8;
  border-radius: 30px;
  z-index: -1;
}
.cid-tRxSzHl68B .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tRxSzHl68B .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-tRxSzHl68B .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tRxSzHl68B .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-tRxSzHl68B .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-tRxSzHl68B .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-tRxSzHl68B .container-fluid {
    padding: 0 1rem;
  }
  .cid-tRxSzHl68B .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-tRxSzHl68B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRxSzHl68B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRxSzHl68B .mbr-text,
.cid-tRxSzHl68B .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-tRxSzHl68B .mbr-section-subtitle {
  color: #232323;
}
.cid-tRxRHpCeHP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRxRHpCeHP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRxRHpCeHP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRxRHpCeHP .item {
  padding-bottom: 2rem;
}
.cid-tRxRHpCeHP .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tRxRHpCeHP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tRxRHpCeHP .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tRxRHpCeHP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tRxRHpCeHP .carousel-control,
.cid-tRxRHpCeHP .close {
  background: #1b1b1b;
}
.cid-tRxRHpCeHP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tRxRHpCeHP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tRxRHpCeHP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tRxRHpCeHP .carousel-control-next span {
  margin-left: 5px;
}
.cid-tRxRHpCeHP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tRxRHpCeHP .close::before {
  content: '\e91a';
}
.cid-tRxRHpCeHP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tRxRHpCeHP .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tRxRHpCeHP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRxRHpCeHP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tRxRHpCeHP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tRxRHpCeHP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tRxRHpCeHP .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tRxRHpCeHP .carousel-indicators li.active,
.cid-tRxRHpCeHP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tRxRHpCeHP .carousel-indicators li::after,
.cid-tRxRHpCeHP .carousel-indicators li::before {
  content: none;
}
.cid-tRxRHpCeHP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tRxRHpCeHP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tRxRHpCeHP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tRxRHpCeHP .carousel-indicators {
    display: none;
  }
}
.cid-tRxRHpCeHP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tRxRHpCeHP .carousel-inner > .active {
  display: block;
}
.cid-tRxRHpCeHP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRxRHpCeHP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRxRHpCeHP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tRxRHpCeHP .carousel-control,
  .cid-tRxRHpCeHP .carousel-indicators,
  .cid-tRxRHpCeHP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tRxRHpCeHP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tRxRHpCeHP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tRxRHpCeHP .carousel-indicators .active,
.cid-tRxRHpCeHP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tRxRHpCeHP .carousel-indicators .active {
  background: #fff;
}
.cid-tRxRHpCeHP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tRxRHpCeHP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tRxRHpCeHP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRxRHpCeHP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tRxRHpCeHP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tRxRHpCeHP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tRxRHpCeHP .carousel {
  width: 100%;
}
.cid-tRxRHpCeHP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tRxRHpCeHP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tRxRHpCeHP .modal.fade .modal-dialog,
.cid-tRxRHpCeHP .modal.in .modal-dialog {
  transform: none;
}
.cid-tRxRHpCeHP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tRxRHpCeHP H6 {
  text-align: center;
  color: #333333;
}
.cid-tRxRHpCeHP H4 {
  color: #702993;
}
.cid-tRDiNEc8D1 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tRDiNEc8D1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-tRDiNEc8D1 .container-fluid {
  padding: 0 2rem;
  max-width: 1200px;
}
.cid-tRDiNEc8D1 .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tRDiNEc8D1 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tRDiNEc8D1 .video-block {
    width: 100% !important;
  }
}
.cid-tRxRHqEsUB {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tRxRHqEsUB .container-fluid {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 1200px;
}
.cid-tRxRHqEsUB .btn {
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-tRxRHqEsUB .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tRxRHqEsUB .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-tRxRHqEsUB .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tRxRHqEsUB {
    padding-top: 5px;
    padding-bottom: 15px;
  }
  .cid-tRxRHqEsUB .container-fluid {
    padding: 0 1rem;
  }
  .cid-tRxRHqEsUB .title {
    text-align: center;
  }
  .cid-tRxRHqEsUB .mbr-section-btn {
    margin-top: 1rem;
    text-align: center;
  }
}
.cid-tRxRHqEsUB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRxRHqEsUB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRxRHqSLLO {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #dca3f8;
}
.cid-tRxRHqSLLO .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-tRxRHqSLLO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRxRHqSLLO .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #702993;
}
.cid-tRxRHqSLLO .container-fluid {
  max-width: 1200px;
}
.cid-tRxRHqSLLO .btn .inner-dashed-border {
  stroke: #702993;
}
.cid-tRxRHqSLLO .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tRxRHqSLLO rect {
  position: absolute;
  width: 95%;
}
.cid-tRxRHqSLLO .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tRxRHqSLLO .svg-1 path {
  fill: #ffffff;
}
.cid-tRxRHqSLLO .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tRxRHqSLLO .svg-2 path {
  fill: #ffffff;
}
.cid-tRxRHqSLLO .svg1 {
  padding: 2px;
}
.cid-tRxRHqSLLO .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tRxRHqSLLO {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .cid-tRxRHqSLLO .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tRxRHqSLLO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRxRHqSLLO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tREjchs7GI {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-tREjchs7GI .mbr-iconfont-social {
  font-size: 1.5rem;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tREjchs7GI .mbr-iconfont-social:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-tREjchs7GI .mbr-iconfont-social:hover:before {
  transition: all .3s;
  border-color: transparent;
}
.cid-tREjchs7GI .social-list {
  display: flex;
  justify-content: center;
}
.cid-tREjchs7GI .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tREjchs7GI .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tREjchs7GI .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-tREjchs7GI .socicon:hover {
  transform: translate(0, -10px);
}
.cid-tREjchs7GI .socion1 {
  background: #702993;
}
.cid-tREjchs7GI .socion2 {
  background-color: #c58fe0;
}
.cid-tREjchs7GI .socion3 {
  background-color: #b42bf7;
}
.cid-tREjchs7GI .mbr-iconfont {
  color: #fff;
}
.cid-tRxRHsiZll {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #702993;
}
.cid-tRxRHsiZll svg {
  position: absolute;
  top: 0;
}
.cid-tRxRHsiZll .svg-1 {
  fill: #ffffff;
}
.cid-tRxRHsiZll .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tRxRHsiZll {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-tRxRHsiZll .mbr-text {
  color: #dca3f8;
}
.cid-tRxRHsiZll a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tRxTZwkTal {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRxTZwkTal nav.navbar {
  position: fixed;
}
.cid-tRxTZwkTal .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;
}
.cid-tRxTZwkTal .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRxTZwkTal .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRxTZwkTal .dropdown-item:hover,
.cid-tRxTZwkTal .dropdown-item:focus {
  background: #dca3f8 !important;
  color: white !important;
}
.cid-tRxTZwkTal .dropdown-item:hover span {
  color: white;
}
.cid-tRxTZwkTal .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRxTZwkTal .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRxTZwkTal .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRxTZwkTal .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRxTZwkTal .nav-link {
  position: relative;
}
.cid-tRxTZwkTal .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRxTZwkTal .container {
    flex-wrap: wrap;
  }
}
.cid-tRxTZwkTal .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRxTZwkTal .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tRxTZwkTal .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRxTZwkTal .dropdown-menu,
.cid-tRxTZwkTal .navbar.opened {
  background: #ffffff !important;
}
.cid-tRxTZwkTal .nav-item:focus,
.cid-tRxTZwkTal .nav-link:focus {
  outline: none;
}
.cid-tRxTZwkTal .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRxTZwkTal .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRxTZwkTal .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRxTZwkTal .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRxTZwkTal .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRxTZwkTal .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRxTZwkTal .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRxTZwkTal .navbar.opened {
  transition: all 0.3s;
}
.cid-tRxTZwkTal .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRxTZwkTal .navbar .navbar-logo img {
  width: auto;
}
.cid-tRxTZwkTal .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRxTZwkTal .navbar.collapsed {
  justify-content: center;
}
.cid-tRxTZwkTal .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRxTZwkTal .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRxTZwkTal .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tRxTZwkTal .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRxTZwkTal .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRxTZwkTal .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-tRxTZwkTal .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRxTZwkTal .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRxTZwkTal .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRxTZwkTal .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRxTZwkTal .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRxTZwkTal .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRxTZwkTal .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRxTZwkTal .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-tRxTZwkTal .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-tRxTZwkTal .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRxTZwkTal .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRxTZwkTal .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRxTZwkTal .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRxTZwkTal .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRxTZwkTal .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRxTZwkTal .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRxTZwkTal .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-tRxTZwkTal .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRxTZwkTal .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRxTZwkTal .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRxTZwkTal .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRxTZwkTal .dropdown-item.active,
.cid-tRxTZwkTal .dropdown-item:active {
  background-color: transparent;
}
.cid-tRxTZwkTal .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRxTZwkTal .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRxTZwkTal .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRxTZwkTal .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRxTZwkTal .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRxTZwkTal .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRxTZwkTal ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRxTZwkTal .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRxTZwkTal button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRxTZwkTal button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRxTZwkTal button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRxTZwkTal button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRxTZwkTal button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRxTZwkTal button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRxTZwkTal nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRxTZwkTal nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRxTZwkTal nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRxTZwkTal nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRxTZwkTal .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRxTZwkTal a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRxTZwkTal .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRxTZwkTal .navbar {
    height: 70px;
  }
  .cid-tRxTZwkTal .navbar.opened {
    height: auto;
  }
  .cid-tRxTZwkTal .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRxTZx1WaD {
  padding-top: 135px;
  padding-bottom: 120px;
  background-color: #dca3f8;
}
.cid-tRxTZx1WaD .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
  text-align: left;
}
.cid-tRxTZx1WaD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRxTZx1WaD .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #702993;
}
.cid-tRxTZx1WaD .container-fluid {
  max-width: 1200px;
}
.cid-tRxTZx1WaD .btn .inner-dashed-border {
  stroke: #702993;
}
.cid-tRxTZx1WaD .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tRxTZx1WaD rect {
  position: absolute;
  width: 95%;
}
.cid-tRxTZx1WaD .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tRxTZx1WaD .svg-1 path {
  fill: #ffffff;
}
.cid-tRxTZx1WaD .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tRxTZx1WaD .svg-2 path {
  fill: #ffffff;
}
.cid-tRxTZx1WaD .svg1 {
  padding: 2px;
}
.cid-tRxTZx1WaD .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tRxTZx1WaD {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .cid-tRxTZx1WaD .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tRxTZx1WaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRxTZx1WaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRxUTdeisN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tRxUTdeisN .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-tRxUTdeisN .title {
  max-width: 800px;
  margin: auto;
}
.cid-tRxUTdeisN .photo {
  position: relative;
  margin-bottom: 2rem;
}
.cid-tRxUTdeisN .photo img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-tRxUTdeisN .photo .btn-min {
  position: absolute;
  padding: 0 0.6rem;
  border-radius: 5px;
  bottom: 20px;
  left: 20px;
  line-height: 1.5;
  margin-left: 0.5rem;
}
.cid-tRxUTdeisN .photo:hover .btn-primary {
  color: #ffffff !important;
  background-color: #702993 !important;
  border-color: #702993 !important;
}
.cid-tRxUTdeisN .card__title {
  color: #12265a;
  margin-top: 0.8rem;
}
.cid-tRxUTdeisN .mbr-text {
  color: #45b3df;
  display: inline;
}
.cid-tRxUTdeisN .span2::before {
  content: '';
  margin: 0 10px 0 9px;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin-top: -2.5px;
  border-radius: 50%;
  background: currentColor;
}
.cid-tRxUTdeisN .link-card {
  transition: all 0.3s;
  color: #45b3df;
  text-decoration: underline;
  font-weight: 400;
}
.cid-tRxUTdeisN .link-card:hover {
  color: #bd44f8;
}
.cid-tRxUTdeisN .mbr-section-btn2 {
  display: inline-flex;
}
.cid-tRxUTdeisN .mbr-section-btn2:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-tRxUTdeisN .btn-underline {
  display: flex;
  align-items: center;
  margin: 0.3rem .8rem 0;
  font-weight: 700;
}
.cid-tRxUTdeisN .icon-btn {
  color: #bd44f8;
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
@media (max-width: 991px) {
  .cid-tRxUTdeisN .md-pb {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-tRxUTdeisN {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .cid-tRxUTdeisN .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tRxUTdeisN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRxUTdeisN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRxUTdeisN .card__title,
.cid-tRxUTdeisN .link-wrap {
  color: #bd44f8;
}
.cid-tRxUTdeisN .text-wrap,
.cid-tRxUTdeisN .mbr-text {
  color: #70747f;
  text-align: left;
}
.cid-tRDhISMLnr {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tRDhISMLnr .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-tRDhISMLnr .title {
  max-width: 800px;
  margin: auto;
}
.cid-tRDhISMLnr .photo {
  position: relative;
  margin-bottom: 2rem;
}
.cid-tRDhISMLnr .photo img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-tRDhISMLnr .photo .btn-min {
  position: absolute;
  padding: 0 0.6rem;
  border-radius: 5px;
  bottom: 20px;
  left: 20px;
  line-height: 1.5;
  margin-left: 0.5rem;
}
.cid-tRDhISMLnr .photo:hover .btn-primary {
  color: #ffffff !important;
  background-color: #702993 !important;
  border-color: #702993 !important;
}
.cid-tRDhISMLnr .card__title {
  color: #12265a;
  margin-top: 0.8rem;
}
.cid-tRDhISMLnr .mbr-text {
  color: #45b3df;
  display: inline;
}
.cid-tRDhISMLnr .span2::before {
  content: '';
  margin: 0 10px 0 9px;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin-top: -2.5px;
  border-radius: 50%;
  background: currentColor;
}
.cid-tRDhISMLnr .link-card {
  transition: all 0.3s;
  color: #45b3df;
  text-decoration: underline;
  font-weight: 400;
}
.cid-tRDhISMLnr .link-card:hover {
  color: #bd44f8;
}
.cid-tRDhISMLnr .mbr-section-btn2 {
  display: inline-flex;
}
.cid-tRDhISMLnr .mbr-section-btn2:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-tRDhISMLnr .btn-underline {
  display: flex;
  align-items: center;
  margin: 0.3rem .8rem 0;
  font-weight: 700;
}
.cid-tRDhISMLnr .icon-btn {
  color: #bd44f8;
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
@media (max-width: 991px) {
  .cid-tRDhISMLnr .md-pb {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-tRDhISMLnr {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .cid-tRDhISMLnr .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tRDhISMLnr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDhISMLnr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDhISMLnr .card__title,
.cid-tRDhISMLnr .link-wrap {
  color: #bd44f8;
}
.cid-tRDhISMLnr .text-wrap,
.cid-tRDhISMLnr .mbr-text {
  color: #70747f;
  text-align: left;
}
.cid-tRxTZy21xX {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #dca3f8;
}
.cid-tRxTZy21xX .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-tRxTZy21xX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRxTZy21xX .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #702993;
}
.cid-tRxTZy21xX .container-fluid {
  max-width: 1200px;
}
.cid-tRxTZy21xX .btn .inner-dashed-border {
  stroke: #702993;
}
.cid-tRxTZy21xX .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tRxTZy21xX rect {
  position: absolute;
  width: 95%;
}
.cid-tRxTZy21xX .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tRxTZy21xX .svg-1 path {
  fill: #ffffff;
}
.cid-tRxTZy21xX .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tRxTZy21xX .svg-2 path {
  fill: #ffffff;
}
.cid-tRxTZy21xX .svg1 {
  padding: 2px;
}
.cid-tRxTZy21xX .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tRxTZy21xX {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .cid-tRxTZy21xX .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tRxTZy21xX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRxTZy21xX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tREjyUjpn3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-tREjyUjpn3 .mbr-iconfont-social {
  font-size: 1.5rem;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tREjyUjpn3 .mbr-iconfont-social:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-tREjyUjpn3 .mbr-iconfont-social:hover:before {
  transition: all .3s;
  border-color: transparent;
}
.cid-tREjyUjpn3 .social-list {
  display: flex;
  justify-content: center;
}
.cid-tREjyUjpn3 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tREjyUjpn3 .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tREjyUjpn3 .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-tREjyUjpn3 .socicon:hover {
  transform: translate(0, -10px);
}
.cid-tREjyUjpn3 .socion1 {
  background: #702993;
}
.cid-tREjyUjpn3 .socion2 {
  background-color: #c58fe0;
}
.cid-tREjyUjpn3 .socion3 {
  background-color: #b42bf7;
}
.cid-tREjyUjpn3 .mbr-iconfont {
  color: #fff;
}
.cid-tRxTZymAK2 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #702993;
}
.cid-tRxTZymAK2 svg {
  position: absolute;
  top: 0;
}
.cid-tRxTZymAK2 .svg-1 {
  fill: #ffffff;
}
.cid-tRxTZymAK2 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tRxTZymAK2 {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-tRxTZymAK2 .mbr-text {
  color: #dca3f8;
}
.cid-tRxTZymAK2 a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tRDjBmGkzR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRDjBmGkzR nav.navbar {
  position: fixed;
}
.cid-tRDjBmGkzR .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;
}
.cid-tRDjBmGkzR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRDjBmGkzR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRDjBmGkzR .dropdown-item:hover,
.cid-tRDjBmGkzR .dropdown-item:focus {
  background: #dca3f8 !important;
  color: white !important;
}
.cid-tRDjBmGkzR .dropdown-item:hover span {
  color: white;
}
.cid-tRDjBmGkzR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRDjBmGkzR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRDjBmGkzR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRDjBmGkzR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRDjBmGkzR .nav-link {
  position: relative;
}
.cid-tRDjBmGkzR .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRDjBmGkzR .container {
    flex-wrap: wrap;
  }
}
.cid-tRDjBmGkzR .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRDjBmGkzR .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tRDjBmGkzR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRDjBmGkzR .dropdown-menu,
.cid-tRDjBmGkzR .navbar.opened {
  background: #ffffff !important;
}
.cid-tRDjBmGkzR .nav-item:focus,
.cid-tRDjBmGkzR .nav-link:focus {
  outline: none;
}
.cid-tRDjBmGkzR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRDjBmGkzR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRDjBmGkzR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRDjBmGkzR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRDjBmGkzR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRDjBmGkzR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRDjBmGkzR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRDjBmGkzR .navbar.opened {
  transition: all 0.3s;
}
.cid-tRDjBmGkzR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRDjBmGkzR .navbar .navbar-logo img {
  width: auto;
}
.cid-tRDjBmGkzR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRDjBmGkzR .navbar.collapsed {
  justify-content: center;
}
.cid-tRDjBmGkzR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRDjBmGkzR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRDjBmGkzR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tRDjBmGkzR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRDjBmGkzR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRDjBmGkzR .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-tRDjBmGkzR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRDjBmGkzR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRDjBmGkzR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRDjBmGkzR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRDjBmGkzR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRDjBmGkzR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRDjBmGkzR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRDjBmGkzR .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-tRDjBmGkzR .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-tRDjBmGkzR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRDjBmGkzR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRDjBmGkzR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRDjBmGkzR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRDjBmGkzR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRDjBmGkzR .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRDjBmGkzR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRDjBmGkzR .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-tRDjBmGkzR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRDjBmGkzR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRDjBmGkzR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRDjBmGkzR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRDjBmGkzR .dropdown-item.active,
.cid-tRDjBmGkzR .dropdown-item:active {
  background-color: transparent;
}
.cid-tRDjBmGkzR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRDjBmGkzR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRDjBmGkzR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRDjBmGkzR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRDjBmGkzR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRDjBmGkzR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRDjBmGkzR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRDjBmGkzR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRDjBmGkzR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRDjBmGkzR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRDjBmGkzR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRDjBmGkzR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRDjBmGkzR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRDjBmGkzR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRDjBmGkzR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRDjBmGkzR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRDjBmGkzR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRDjBmGkzR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRDjBmGkzR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRDjBmGkzR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRDjBmGkzR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRDjBmGkzR .navbar {
    height: 70px;
  }
  .cid-tRDjBmGkzR .navbar.opened {
    height: auto;
  }
  .cid-tRDjBmGkzR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRDjBnmEZX {
  padding-top: 135px;
  padding-bottom: 120px;
  background-color: #dca3f8;
}
.cid-tRDjBnmEZX .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
  text-align: left;
}
.cid-tRDjBnmEZX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRDjBnmEZX .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #702993;
}
.cid-tRDjBnmEZX .container-fluid {
  max-width: 1200px;
}
.cid-tRDjBnmEZX .btn .inner-dashed-border {
  stroke: #702993;
}
.cid-tRDjBnmEZX .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tRDjBnmEZX rect {
  position: absolute;
  width: 95%;
}
.cid-tRDjBnmEZX .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tRDjBnmEZX .svg-1 path {
  fill: #ffffff;
}
.cid-tRDjBnmEZX .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tRDjBnmEZX .svg-2 path {
  fill: #ffffff;
}
.cid-tRDjBnmEZX .svg1 {
  padding: 2px;
}
.cid-tRDjBnmEZX .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tRDjBnmEZX {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .cid-tRDjBnmEZX .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tRDjBnmEZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDjBnmEZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDkYIYxYO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRDkYIYxYO blockquote {
  border-color: #dca3f8;
  border-radius: 4px;
  background-color: #efefef;
}
.cid-tRDkYIYxYO .mbr-section-title {
  color: #702993;
}
.cid-tRDkYIYxYO .mbr-text {
  color: #333333;
}
.cid-tRDmZv7Hel {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRDmZv7Hel blockquote {
  border-color: #dca3f8;
  border-radius: 4px;
  background-color: #efefef;
}
.cid-tRDmZv7Hel .mbr-section-title {
  color: #702993;
}
.cid-tRDmZv7Hel .mbr-text {
  color: #333333;
}
.cid-tRDngYebdF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRDngYebdF blockquote {
  border-color: #dca3f8;
  border-radius: 4px;
  background-color: #efefef;
}
.cid-tRDngYebdF .mbr-section-title {
  color: #702993;
}
.cid-tRDngYebdF .mbr-text {
  color: #333333;
}
.cid-tRDjBo41Nf {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #dca3f8;
}
.cid-tRDjBo41Nf .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-tRDjBo41Nf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRDjBo41Nf .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #702993;
}
.cid-tRDjBo41Nf .container-fluid {
  max-width: 1200px;
}
.cid-tRDjBo41Nf .btn .inner-dashed-border {
  stroke: #702993;
}
.cid-tRDjBo41Nf .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tRDjBo41Nf rect {
  position: absolute;
  width: 95%;
}
.cid-tRDjBo41Nf .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tRDjBo41Nf .svg-1 path {
  fill: #ffffff;
}
.cid-tRDjBo41Nf .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tRDjBo41Nf .svg-2 path {
  fill: #ffffff;
}
.cid-tRDjBo41Nf .svg1 {
  padding: 2px;
}
.cid-tRDjBo41Nf .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tRDjBo41Nf {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .cid-tRDjBo41Nf .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tRDjBo41Nf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDjBo41Nf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tREjDNSf9t {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-tREjDNSf9t .mbr-iconfont-social {
  font-size: 1.5rem;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tREjDNSf9t .mbr-iconfont-social:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-tREjDNSf9t .mbr-iconfont-social:hover:before {
  transition: all .3s;
  border-color: transparent;
}
.cid-tREjDNSf9t .social-list {
  display: flex;
  justify-content: center;
}
.cid-tREjDNSf9t .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tREjDNSf9t .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tREjDNSf9t .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-tREjDNSf9t .socicon:hover {
  transform: translate(0, -10px);
}
.cid-tREjDNSf9t .socion1 {
  background: #702993;
}
.cid-tREjDNSf9t .socion2 {
  background-color: #c58fe0;
}
.cid-tREjDNSf9t .socion3 {
  background-color: #b42bf7;
}
.cid-tREjDNSf9t .mbr-iconfont {
  color: #fff;
}
.cid-tRDjBolnom {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #702993;
}
.cid-tRDjBolnom svg {
  position: absolute;
  top: 0;
}
.cid-tRDjBolnom .svg-1 {
  fill: #ffffff;
}
.cid-tRDjBolnom .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tRDjBolnom {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-tRDjBolnom .mbr-text {
  color: #dca3f8;
}
.cid-tRDjBolnom a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tRDpahL9NJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRDpahL9NJ nav.navbar {
  position: fixed;
}
.cid-tRDpahL9NJ .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;
}
.cid-tRDpahL9NJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRDpahL9NJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRDpahL9NJ .dropdown-item:hover,
.cid-tRDpahL9NJ .dropdown-item:focus {
  background: #dca3f8 !important;
  color: white !important;
}
.cid-tRDpahL9NJ .dropdown-item:hover span {
  color: white;
}
.cid-tRDpahL9NJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRDpahL9NJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRDpahL9NJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRDpahL9NJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRDpahL9NJ .nav-link {
  position: relative;
}
.cid-tRDpahL9NJ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRDpahL9NJ .container {
    flex-wrap: wrap;
  }
}
.cid-tRDpahL9NJ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRDpahL9NJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tRDpahL9NJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRDpahL9NJ .dropdown-menu,
.cid-tRDpahL9NJ .navbar.opened {
  background: #ffffff !important;
}
.cid-tRDpahL9NJ .nav-item:focus,
.cid-tRDpahL9NJ .nav-link:focus {
  outline: none;
}
.cid-tRDpahL9NJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRDpahL9NJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRDpahL9NJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRDpahL9NJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRDpahL9NJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRDpahL9NJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRDpahL9NJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRDpahL9NJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tRDpahL9NJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRDpahL9NJ .navbar .navbar-logo img {
  width: auto;
}
.cid-tRDpahL9NJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRDpahL9NJ .navbar.collapsed {
  justify-content: center;
}
.cid-tRDpahL9NJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRDpahL9NJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRDpahL9NJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tRDpahL9NJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRDpahL9NJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRDpahL9NJ .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-tRDpahL9NJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRDpahL9NJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRDpahL9NJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRDpahL9NJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRDpahL9NJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRDpahL9NJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRDpahL9NJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRDpahL9NJ .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-tRDpahL9NJ .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-tRDpahL9NJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRDpahL9NJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRDpahL9NJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRDpahL9NJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRDpahL9NJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRDpahL9NJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRDpahL9NJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRDpahL9NJ .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-tRDpahL9NJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRDpahL9NJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRDpahL9NJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRDpahL9NJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRDpahL9NJ .dropdown-item.active,
.cid-tRDpahL9NJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tRDpahL9NJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRDpahL9NJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRDpahL9NJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRDpahL9NJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRDpahL9NJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRDpahL9NJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRDpahL9NJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRDpahL9NJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRDpahL9NJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRDpahL9NJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRDpahL9NJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRDpahL9NJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRDpahL9NJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRDpahL9NJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRDpahL9NJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRDpahL9NJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRDpahL9NJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRDpahL9NJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRDpahL9NJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRDpahL9NJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRDpahL9NJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRDpahL9NJ .navbar {
    height: 70px;
  }
  .cid-tRDpahL9NJ .navbar.opened {
    height: auto;
  }
  .cid-tRDpahL9NJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRDpaipkyF {
  padding-top: 135px;
  padding-bottom: 120px;
  background-color: #dca3f8;
}
.cid-tRDpaipkyF .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
  text-align: left;
}
.cid-tRDpaipkyF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRDpaipkyF .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #702993;
}
.cid-tRDpaipkyF .container-fluid {
  max-width: 1200px;
}
.cid-tRDpaipkyF .btn .inner-dashed-border {
  stroke: #702993;
}
.cid-tRDpaipkyF .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tRDpaipkyF rect {
  position: absolute;
  width: 95%;
}
.cid-tRDpaipkyF .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tRDpaipkyF .svg-1 path {
  fill: #ffffff;
}
.cid-tRDpaipkyF .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tRDpaipkyF .svg-2 path {
  fill: #ffffff;
}
.cid-tRDpaipkyF .svg1 {
  padding: 2px;
}
.cid-tRDpaipkyF .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tRDpaipkyF {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .cid-tRDpaipkyF .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tRDpaipkyF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDpaipkyF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDrUmX5wJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRDrUmX5wJ .mbr-section-subtitle {
  color: #bd44f8;
  text-align: center;
}
.cid-tRDrUmX5wJ .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-tRDpqGMPjs {
  background-color: #ffffff;
}
.cid-tRDpqGMPjs .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-tRDpqGMPjs .btn {
  border-radius: 30px;
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
  background-image: none !important;
}
.cid-tRDpqGMPjs textarea {
  min-height: 130px;
}
@media (max-width: 992px) {
  .cid-tRDpqGMPjs .map-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRDpqGMPjs .google-map {
  height: 95%;
  position: relative;
}
.cid-tRDpqGMPjs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tRDpqGMPjs .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tRDpqGMPjs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tRDpqGMPjs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tRDpqGMPjs .container-fluid {
  max-width: 1200px;
}
.cid-tRDpqGMPjs svg {
  position: relative;
  left: 0;
  top: 0;
}
.cid-tRDpqGMPjs .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tRDpqGMPjs rect {
  position: absolute;
  width: 95%;
}
@media (max-width: 767px) {
  .cid-tRDpqGMPjs {
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .cid-tRDpqGMPjs .dragArea {
    padding-left: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-tRDpqGMPjs {
    padding-top: 75px;
    padding-bottom: 30px;
  }
  .cid-tRDpqGMPjs .container-fluid {
    padding: 0 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-tRDpqGMPjs .dragArea {
    padding-left: 2rem;
  }
}
.cid-tRDpqGMPjs .mbr-section-title span {
  display: inline-block;
}
.cid-tRDpqGMPjs .mbr-text {
  margin-top: 0.5rem;
}
.cid-tRDpqGMPjs .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tRDpqGMPjs .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-tRDpqGMPjs .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tRDpqGMPjs .mbr-section-btn {
  margin-left: 5px;
}
.cid-tRDpqGMPjs iframe {
  border-radius: 30px;
}
.cid-tRDpqGMPjs H5 {
  color: #702993;
}
.cid-tRDpaiW7I3 {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #dca3f8;
}
.cid-tRDpaiW7I3 .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-tRDpaiW7I3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRDpaiW7I3 .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #702993;
}
.cid-tRDpaiW7I3 .container-fluid {
  max-width: 1200px;
}
.cid-tRDpaiW7I3 .btn .inner-dashed-border {
  stroke: #702993;
}
.cid-tRDpaiW7I3 .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tRDpaiW7I3 rect {
  position: absolute;
  width: 95%;
}
.cid-tRDpaiW7I3 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tRDpaiW7I3 .svg-1 path {
  fill: #ffffff;
}
.cid-tRDpaiW7I3 .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tRDpaiW7I3 .svg-2 path {
  fill: #ffffff;
}
.cid-tRDpaiW7I3 .svg1 {
  padding: 2px;
}
.cid-tRDpaiW7I3 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tRDpaiW7I3 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .cid-tRDpaiW7I3 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tRDpaiW7I3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDpaiW7I3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tREjIXwUI4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-tREjIXwUI4 .mbr-iconfont-social {
  font-size: 1.5rem;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tREjIXwUI4 .mbr-iconfont-social:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-tREjIXwUI4 .mbr-iconfont-social:hover:before {
  transition: all .3s;
  border-color: transparent;
}
.cid-tREjIXwUI4 .social-list {
  display: flex;
  justify-content: center;
}
.cid-tREjIXwUI4 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tREjIXwUI4 .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tREjIXwUI4 .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-tREjIXwUI4 .socicon:hover {
  transform: translate(0, -10px);
}
.cid-tREjIXwUI4 .socion1 {
  background: #702993;
}
.cid-tREjIXwUI4 .socion2 {
  background-color: #c58fe0;
}
.cid-tREjIXwUI4 .socion3 {
  background-color: #b42bf7;
}
.cid-tREjIXwUI4 .mbr-iconfont {
  color: #fff;
}
.cid-tRDpajai7A {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #702993;
}
.cid-tRDpajai7A svg {
  position: absolute;
  top: 0;
}
.cid-tRDpajai7A .svg-1 {
  fill: #ffffff;
}
.cid-tRDpajai7A .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tRDpajai7A {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-tRDpajai7A .mbr-text {
  color: #dca3f8;
}
.cid-tRDpajai7A a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tRDsWDmPta {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRDsWDmPta nav.navbar {
  position: fixed;
}
.cid-tRDsWDmPta .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;
}
.cid-tRDsWDmPta .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRDsWDmPta .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRDsWDmPta .dropdown-item:hover,
.cid-tRDsWDmPta .dropdown-item:focus {
  background: #dca3f8 !important;
  color: white !important;
}
.cid-tRDsWDmPta .dropdown-item:hover span {
  color: white;
}
.cid-tRDsWDmPta .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRDsWDmPta .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRDsWDmPta .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRDsWDmPta .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRDsWDmPta .nav-link {
  position: relative;
}
.cid-tRDsWDmPta .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRDsWDmPta .container {
    flex-wrap: wrap;
  }
}
.cid-tRDsWDmPta .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRDsWDmPta .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tRDsWDmPta .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRDsWDmPta .dropdown-menu,
.cid-tRDsWDmPta .navbar.opened {
  background: #ffffff !important;
}
.cid-tRDsWDmPta .nav-item:focus,
.cid-tRDsWDmPta .nav-link:focus {
  outline: none;
}
.cid-tRDsWDmPta .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRDsWDmPta .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRDsWDmPta .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRDsWDmPta .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRDsWDmPta .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRDsWDmPta .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRDsWDmPta .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRDsWDmPta .navbar.opened {
  transition: all 0.3s;
}
.cid-tRDsWDmPta .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRDsWDmPta .navbar .navbar-logo img {
  width: auto;
}
.cid-tRDsWDmPta .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRDsWDmPta .navbar.collapsed {
  justify-content: center;
}
.cid-tRDsWDmPta .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRDsWDmPta .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRDsWDmPta .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tRDsWDmPta .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRDsWDmPta .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRDsWDmPta .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-tRDsWDmPta .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRDsWDmPta .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRDsWDmPta .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRDsWDmPta .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRDsWDmPta .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRDsWDmPta .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRDsWDmPta .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRDsWDmPta .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-tRDsWDmPta .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-tRDsWDmPta .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRDsWDmPta .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRDsWDmPta .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRDsWDmPta .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRDsWDmPta .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRDsWDmPta .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRDsWDmPta .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRDsWDmPta .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-tRDsWDmPta .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRDsWDmPta .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRDsWDmPta .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRDsWDmPta .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRDsWDmPta .dropdown-item.active,
.cid-tRDsWDmPta .dropdown-item:active {
  background-color: transparent;
}
.cid-tRDsWDmPta .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRDsWDmPta .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRDsWDmPta .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRDsWDmPta .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRDsWDmPta .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRDsWDmPta .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRDsWDmPta ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRDsWDmPta .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRDsWDmPta button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRDsWDmPta button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRDsWDmPta button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRDsWDmPta button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRDsWDmPta button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRDsWDmPta button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRDsWDmPta nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRDsWDmPta nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRDsWDmPta nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRDsWDmPta nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRDsWDmPta .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRDsWDmPta a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRDsWDmPta .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRDsWDmPta .navbar {
    height: 70px;
  }
  .cid-tRDsWDmPta .navbar.opened {
    height: auto;
  }
  .cid-tRDsWDmPta .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRDsWE5ZpZ {
  padding-top: 135px;
  padding-bottom: 120px;
  background-color: #dca3f8;
}
.cid-tRDsWE5ZpZ .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
  text-align: left;
}
.cid-tRDsWE5ZpZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRDsWE5ZpZ .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #702993;
}
.cid-tRDsWE5ZpZ .container-fluid {
  max-width: 1200px;
}
.cid-tRDsWE5ZpZ .btn .inner-dashed-border {
  stroke: #702993;
}
.cid-tRDsWE5ZpZ .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tRDsWE5ZpZ rect {
  position: absolute;
  width: 95%;
}
.cid-tRDsWE5ZpZ .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tRDsWE5ZpZ .svg-1 path {
  fill: #ffffff;
}
.cid-tRDsWE5ZpZ .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tRDsWE5ZpZ .svg-2 path {
  fill: #ffffff;
}
.cid-tRDsWE5ZpZ .svg1 {
  padding: 2px;
}
.cid-tRDsWE5ZpZ .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tRDsWE5ZpZ {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .cid-tRDsWE5ZpZ .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tRDsWE5ZpZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDsWE5ZpZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDsWEn2Me {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tRDsWEn2Me .mbr-section-subtitle {
  color: #bd44f8;
  text-align: center;
}
.cid-tRDsWEn2Me .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-tRDti53Ohl {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tRDti53Ohl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tRDti53Ohl form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tRDti53Ohl form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tRDti53Ohl form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tREjRV1XA5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-tREjRV1XA5 .mbr-iconfont-social {
  font-size: 1.5rem;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tREjRV1XA5 .mbr-iconfont-social:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-tREjRV1XA5 .mbr-iconfont-social:hover:before {
  transition: all .3s;
  border-color: transparent;
}
.cid-tREjRV1XA5 .social-list {
  display: flex;
  justify-content: center;
}
.cid-tREjRV1XA5 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tREjRV1XA5 .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tREjRV1XA5 .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-tREjRV1XA5 .socicon:hover {
  transform: translate(0, -10px);
}
.cid-tREjRV1XA5 .socion1 {
  background: #702993;
}
.cid-tREjRV1XA5 .socion2 {
  background-color: #c58fe0;
}
.cid-tREjRV1XA5 .socion3 {
  background-color: #b42bf7;
}
.cid-tREjRV1XA5 .mbr-iconfont {
  color: #fff;
}
.cid-tRDsWF600y {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #702993;
}
.cid-tRDsWF600y svg {
  position: absolute;
  top: 0;
}
.cid-tRDsWF600y .svg-1 {
  fill: #ffffff;
}
.cid-tRDsWF600y .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tRDsWF600y {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-tRDsWF600y .mbr-text {
  color: #dca3f8;
}
.cid-tRDsWF600y a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tRDEA5ek5Q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRDEA5ek5Q nav.navbar {
  position: fixed;
}
.cid-tRDEA5ek5Q .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;
}
.cid-tRDEA5ek5Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRDEA5ek5Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRDEA5ek5Q .dropdown-item:hover,
.cid-tRDEA5ek5Q .dropdown-item:focus {
  background: #dca3f8 !important;
  color: white !important;
}
.cid-tRDEA5ek5Q .dropdown-item:hover span {
  color: white;
}
.cid-tRDEA5ek5Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRDEA5ek5Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRDEA5ek5Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRDEA5ek5Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRDEA5ek5Q .nav-link {
  position: relative;
}
.cid-tRDEA5ek5Q .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRDEA5ek5Q .container {
    flex-wrap: wrap;
  }
}
.cid-tRDEA5ek5Q .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRDEA5ek5Q .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tRDEA5ek5Q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRDEA5ek5Q .dropdown-menu,
.cid-tRDEA5ek5Q .navbar.opened {
  background: #ffffff !important;
}
.cid-tRDEA5ek5Q .nav-item:focus,
.cid-tRDEA5ek5Q .nav-link:focus {
  outline: none;
}
.cid-tRDEA5ek5Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRDEA5ek5Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRDEA5ek5Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRDEA5ek5Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRDEA5ek5Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRDEA5ek5Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRDEA5ek5Q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRDEA5ek5Q .navbar.opened {
  transition: all 0.3s;
}
.cid-tRDEA5ek5Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRDEA5ek5Q .navbar .navbar-logo img {
  width: auto;
}
.cid-tRDEA5ek5Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRDEA5ek5Q .navbar.collapsed {
  justify-content: center;
}
.cid-tRDEA5ek5Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRDEA5ek5Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRDEA5ek5Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tRDEA5ek5Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRDEA5ek5Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRDEA5ek5Q .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-tRDEA5ek5Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRDEA5ek5Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRDEA5ek5Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRDEA5ek5Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRDEA5ek5Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRDEA5ek5Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRDEA5ek5Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRDEA5ek5Q .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-tRDEA5ek5Q .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-tRDEA5ek5Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRDEA5ek5Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRDEA5ek5Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRDEA5ek5Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRDEA5ek5Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRDEA5ek5Q .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRDEA5ek5Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRDEA5ek5Q .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-tRDEA5ek5Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRDEA5ek5Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRDEA5ek5Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRDEA5ek5Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRDEA5ek5Q .dropdown-item.active,
.cid-tRDEA5ek5Q .dropdown-item:active {
  background-color: transparent;
}
.cid-tRDEA5ek5Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRDEA5ek5Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRDEA5ek5Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRDEA5ek5Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRDEA5ek5Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRDEA5ek5Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRDEA5ek5Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRDEA5ek5Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRDEA5ek5Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRDEA5ek5Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRDEA5ek5Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRDEA5ek5Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRDEA5ek5Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRDEA5ek5Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRDEA5ek5Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRDEA5ek5Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRDEA5ek5Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRDEA5ek5Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRDEA5ek5Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRDEA5ek5Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRDEA5ek5Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRDEA5ek5Q .navbar {
    height: 70px;
  }
  .cid-tRDEA5ek5Q .navbar.opened {
    height: auto;
  }
  .cid-tRDEA5ek5Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRDEA5UYSK {
  padding-top: 135px;
  padding-bottom: 120px;
  background-color: #dca3f8;
}
.cid-tRDEA5UYSK .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
  text-align: left;
}
.cid-tRDEA5UYSK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRDEA5UYSK .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #702993;
}
.cid-tRDEA5UYSK .container-fluid {
  max-width: 1200px;
}
.cid-tRDEA5UYSK .btn .inner-dashed-border {
  stroke: #702993;
}
.cid-tRDEA5UYSK .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tRDEA5UYSK rect {
  position: absolute;
  width: 95%;
}
.cid-tRDEA5UYSK .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tRDEA5UYSK .svg-1 path {
  fill: #ffffff;
}
.cid-tRDEA5UYSK .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tRDEA5UYSK .svg-2 path {
  fill: #ffffff;
}
.cid-tRDEA5UYSK .svg1 {
  padding: 2px;
}
.cid-tRDEA5UYSK .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tRDEA5UYSK {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .cid-tRDEA5UYSK .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tRDEA5UYSK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDEA5UYSK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDF3UOSer {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tRDF3UOSer {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
.cid-tRDF3UOSer .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-tRDF3UOSer .container-fluid {
  max-width: 1200px;
}
.cid-tRDF3UOSer .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDF3UOSer .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDF3UOSer .row > div,
.cid-tRDF3UOSer .mbr-section-title {
  color: #232323;
}
.cid-tRDFYlF6hO {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tRDFYlF6hO {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
.cid-tRDFYlF6hO img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-tRDFYlF6hO .right-wrapper {
  padding-left: 5rem;
}
.cid-tRDFYlF6hO .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-tRDFYlF6hO .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-tRDFYlF6hO .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-tRDFYlF6hO .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-tRDFYlF6hO .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #bd44f8;
  border-radius: 30px;
  z-index: -1;
}
.cid-tRDFYlF6hO .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tRDFYlF6hO .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-tRDFYlF6hO .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tRDFYlF6hO .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-tRDFYlF6hO .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-tRDFYlF6hO .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-tRDFYlF6hO .container-fluid {
    padding: 0 1rem;
  }
  .cid-tRDFYlF6hO .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-tRDFYlF6hO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDFYlF6hO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDFYlF6hO .mbr-text,
.cid-tRDFYlF6hO .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-tRDFYlF6hO .mbr-section-subtitle {
  color: #232323;
}
.cid-tRDFNyL9FN {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tRDFNyL9FN {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
.cid-tRDFNyL9FN .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-tRDFNyL9FN .container-fluid {
  max-width: 1200px;
}
.cid-tRDFNyL9FN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDFNyL9FN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDFNyL9FN .row > div,
.cid-tRDFNyL9FN .mbr-section-title {
  color: #232323;
}
.cid-tRDEA6aFuk {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tRDEA6aFuk {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
.cid-tRDEA6aFuk img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-tRDEA6aFuk .right-wrapper {
  padding-left: 5rem;
}
.cid-tRDEA6aFuk .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-tRDEA6aFuk .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-tRDEA6aFuk .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-tRDEA6aFuk .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-tRDEA6aFuk .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #bd44f8;
  border-radius: 30px;
  z-index: -1;
}
.cid-tRDEA6aFuk .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tRDEA6aFuk .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-tRDEA6aFuk .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tRDEA6aFuk .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-tRDEA6aFuk .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-tRDEA6aFuk .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-tRDEA6aFuk .container-fluid {
    padding: 0 1rem;
  }
  .cid-tRDEA6aFuk .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-tRDEA6aFuk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDEA6aFuk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDEA6aFuk .mbr-text,
.cid-tRDEA6aFuk .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-tRDEA6aFuk .mbr-section-subtitle {
  color: #232323;
}
.cid-tRDEA71SJV {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #dca3f8;
}
.cid-tRDEA71SJV .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-tRDEA71SJV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRDEA71SJV .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #702993;
}
.cid-tRDEA71SJV .container-fluid {
  max-width: 1200px;
}
.cid-tRDEA71SJV .btn .inner-dashed-border {
  stroke: #702993;
}
.cid-tRDEA71SJV .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tRDEA71SJV rect {
  position: absolute;
  width: 95%;
}
.cid-tRDEA71SJV .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tRDEA71SJV .svg-1 path {
  fill: #ffffff;
}
.cid-tRDEA71SJV .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tRDEA71SJV .svg-2 path {
  fill: #ffffff;
}
.cid-tRDEA71SJV .svg1 {
  padding: 2px;
}
.cid-tRDEA71SJV .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tRDEA71SJV {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .cid-tRDEA71SJV .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tRDEA71SJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDEA71SJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tREjjUmL4Q {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-tREjjUmL4Q .mbr-iconfont-social {
  font-size: 1.5rem;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tREjjUmL4Q .mbr-iconfont-social:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-tREjjUmL4Q .mbr-iconfont-social:hover:before {
  transition: all .3s;
  border-color: transparent;
}
.cid-tREjjUmL4Q .social-list {
  display: flex;
  justify-content: center;
}
.cid-tREjjUmL4Q .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tREjjUmL4Q .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tREjjUmL4Q .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-tREjjUmL4Q .socicon:hover {
  transform: translate(0, -10px);
}
.cid-tREjjUmL4Q .socion1 {
  background: #702993;
}
.cid-tREjjUmL4Q .socion2 {
  background-color: #c58fe0;
}
.cid-tREjjUmL4Q .socion3 {
  background-color: #b42bf7;
}
.cid-tREjjUmL4Q .mbr-iconfont {
  color: #fff;
}
.cid-tRDEA7pABL {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #702993;
}
.cid-tRDEA7pABL svg {
  position: absolute;
  top: 0;
}
.cid-tRDEA7pABL .svg-1 {
  fill: #ffffff;
}
.cid-tRDEA7pABL .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tRDEA7pABL {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-tRDEA7pABL .mbr-text {
  color: #dca3f8;
}
.cid-tRDEA7pABL a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tRDKNbSQV7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRDKNbSQV7 nav.navbar {
  position: fixed;
}
.cid-tRDKNbSQV7 .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;
}
.cid-tRDKNbSQV7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRDKNbSQV7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRDKNbSQV7 .dropdown-item:hover,
.cid-tRDKNbSQV7 .dropdown-item:focus {
  background: #dca3f8 !important;
  color: white !important;
}
.cid-tRDKNbSQV7 .dropdown-item:hover span {
  color: white;
}
.cid-tRDKNbSQV7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRDKNbSQV7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRDKNbSQV7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRDKNbSQV7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRDKNbSQV7 .nav-link {
  position: relative;
}
.cid-tRDKNbSQV7 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRDKNbSQV7 .container {
    flex-wrap: wrap;
  }
}
.cid-tRDKNbSQV7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tRDKNbSQV7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tRDKNbSQV7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRDKNbSQV7 .dropdown-menu,
.cid-tRDKNbSQV7 .navbar.opened {
  background: #ffffff !important;
}
.cid-tRDKNbSQV7 .nav-item:focus,
.cid-tRDKNbSQV7 .nav-link:focus {
  outline: none;
}
.cid-tRDKNbSQV7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRDKNbSQV7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRDKNbSQV7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRDKNbSQV7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRDKNbSQV7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRDKNbSQV7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRDKNbSQV7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tRDKNbSQV7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRDKNbSQV7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRDKNbSQV7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tRDKNbSQV7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRDKNbSQV7 .navbar.collapsed {
  justify-content: center;
}
.cid-tRDKNbSQV7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRDKNbSQV7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRDKNbSQV7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tRDKNbSQV7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRDKNbSQV7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRDKNbSQV7 .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-tRDKNbSQV7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRDKNbSQV7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRDKNbSQV7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRDKNbSQV7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRDKNbSQV7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRDKNbSQV7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRDKNbSQV7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRDKNbSQV7 .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-tRDKNbSQV7 .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-tRDKNbSQV7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRDKNbSQV7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRDKNbSQV7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRDKNbSQV7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRDKNbSQV7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRDKNbSQV7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRDKNbSQV7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRDKNbSQV7 .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-tRDKNbSQV7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRDKNbSQV7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRDKNbSQV7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRDKNbSQV7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRDKNbSQV7 .dropdown-item.active,
.cid-tRDKNbSQV7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRDKNbSQV7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRDKNbSQV7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRDKNbSQV7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRDKNbSQV7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRDKNbSQV7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRDKNbSQV7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRDKNbSQV7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRDKNbSQV7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRDKNbSQV7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRDKNbSQV7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tRDKNbSQV7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRDKNbSQV7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRDKNbSQV7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRDKNbSQV7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRDKNbSQV7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRDKNbSQV7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRDKNbSQV7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRDKNbSQV7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRDKNbSQV7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRDKNbSQV7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRDKNbSQV7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRDKNbSQV7 .navbar {
    height: 70px;
  }
  .cid-tRDKNbSQV7 .navbar.opened {
    height: auto;
  }
  .cid-tRDKNbSQV7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRDKNcHsVJ {
  padding-top: 135px;
  padding-bottom: 150px;
  background-color: #dca3f8;
}
.cid-tRDKNcHsVJ .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
  text-align: left;
}
.cid-tRDKNcHsVJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRDKNcHsVJ .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #702993;
}
.cid-tRDKNcHsVJ .container-fluid {
  max-width: 1200px;
}
.cid-tRDKNcHsVJ .btn .inner-dashed-border {
  stroke: #702993;
}
.cid-tRDKNcHsVJ .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tRDKNcHsVJ rect {
  position: absolute;
  width: 95%;
}
.cid-tRDKNcHsVJ .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tRDKNcHsVJ .svg-1 path {
  fill: #ffffff;
}
.cid-tRDKNcHsVJ .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tRDKNcHsVJ .svg-2 path {
  fill: #ffffff;
}
.cid-tRDKNcHsVJ .svg1 {
  padding: 2px;
}
.cid-tRDKNcHsVJ .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tRDKNcHsVJ {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .cid-tRDKNcHsVJ .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tRDKNcHsVJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDKNcHsVJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDKNd2apD {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tRDKNd2apD {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
.cid-tRDKNd2apD .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-tRDKNd2apD .container-fluid {
  max-width: 1200px;
}
.cid-tRDKNd2apD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDKNd2apD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDKNd2apD .row > div,
.cid-tRDKNd2apD .mbr-section-title {
  color: #232323;
}
.cid-tRDKNdfTBi {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tRDKNdfTBi {
    padding-top: 20px;
    padding-bottom: 5px;
  }
}
.cid-tRDKNdfTBi img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-tRDKNdfTBi .right-wrapper {
  padding-left: 5rem;
}
.cid-tRDKNdfTBi .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-tRDKNdfTBi .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-tRDKNdfTBi .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-tRDKNdfTBi .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-tRDKNdfTBi .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #bd44f8;
  border-radius: 30px;
  z-index: -1;
}
.cid-tRDKNdfTBi .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tRDKNdfTBi .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-tRDKNdfTBi .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tRDKNdfTBi .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-tRDKNdfTBi .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-tRDKNdfTBi .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-tRDKNdfTBi .container-fluid {
    padding: 0 1rem;
  }
  .cid-tRDKNdfTBi .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-tRDKNdfTBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDKNdfTBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDKNdfTBi .mbr-text,
.cid-tRDKNdfTBi .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-tRDKNdfTBi .mbr-section-subtitle {
  color: #232323;
}
.cid-tRDLGUn501 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRDLGUn501 .mbr-section-subtitle {
  color: #232323;
}
.cid-tRDLGUn501 .mbr-text {
  color: #232323;
}
.cid-tRDKNdLZTn {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #dca3f8;
}
.cid-tRDKNdLZTn .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-tRDKNdLZTn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tRDKNdLZTn .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #702993;
}
.cid-tRDKNdLZTn .container-fluid {
  max-width: 1200px;
}
.cid-tRDKNdLZTn .btn .inner-dashed-border {
  stroke: #702993;
}
.cid-tRDKNdLZTn .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tRDKNdLZTn rect {
  position: absolute;
  width: 95%;
}
.cid-tRDKNdLZTn .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tRDKNdLZTn .svg-1 path {
  fill: #ffffff;
}
.cid-tRDKNdLZTn .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tRDKNdLZTn .svg-2 path {
  fill: #ffffff;
}
.cid-tRDKNdLZTn .svg1 {
  padding: 2px;
}
.cid-tRDKNdLZTn .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tRDKNdLZTn {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .cid-tRDKNdLZTn .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tRDKNdLZTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRDKNdLZTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tREjpNCP8W {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-tREjpNCP8W .mbr-iconfont-social {
  font-size: 1.5rem;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tREjpNCP8W .mbr-iconfont-social:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-tREjpNCP8W .mbr-iconfont-social:hover:before {
  transition: all .3s;
  border-color: transparent;
}
.cid-tREjpNCP8W .social-list {
  display: flex;
  justify-content: center;
}
.cid-tREjpNCP8W .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tREjpNCP8W .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tREjpNCP8W .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-tREjpNCP8W .socicon:hover {
  transform: translate(0, -10px);
}
.cid-tREjpNCP8W .socion1 {
  background: #702993;
}
.cid-tREjpNCP8W .socion2 {
  background-color: #c58fe0;
}
.cid-tREjpNCP8W .socion3 {
  background-color: #b42bf7;
}
.cid-tREjpNCP8W .mbr-iconfont {
  color: #fff;
}
.cid-tRDKNe8URZ {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #702993;
}
.cid-tRDKNe8URZ svg {
  position: absolute;
  top: 0;
}
.cid-tRDKNe8URZ .svg-1 {
  fill: #ffffff;
}
.cid-tRDKNe8URZ .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tRDKNe8URZ {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-tRDKNe8URZ .mbr-text {
  color: #dca3f8;
}
.cid-tRDKNe8URZ a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tREfnAhntu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tREfnAhntu nav.navbar {
  position: fixed;
}
.cid-tREfnAhntu .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;
}
.cid-tREfnAhntu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tREfnAhntu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tREfnAhntu .dropdown-item:hover,
.cid-tREfnAhntu .dropdown-item:focus {
  background: #dca3f8 !important;
  color: white !important;
}
.cid-tREfnAhntu .dropdown-item:hover span {
  color: white;
}
.cid-tREfnAhntu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tREfnAhntu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tREfnAhntu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tREfnAhntu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tREfnAhntu .nav-link {
  position: relative;
}
.cid-tREfnAhntu .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tREfnAhntu .container {
    flex-wrap: wrap;
  }
}
.cid-tREfnAhntu .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tREfnAhntu .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tREfnAhntu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tREfnAhntu .dropdown-menu,
.cid-tREfnAhntu .navbar.opened {
  background: #ffffff !important;
}
.cid-tREfnAhntu .nav-item:focus,
.cid-tREfnAhntu .nav-link:focus {
  outline: none;
}
.cid-tREfnAhntu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tREfnAhntu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tREfnAhntu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tREfnAhntu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tREfnAhntu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tREfnAhntu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tREfnAhntu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tREfnAhntu .navbar.opened {
  transition: all 0.3s;
}
.cid-tREfnAhntu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tREfnAhntu .navbar .navbar-logo img {
  width: auto;
}
.cid-tREfnAhntu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tREfnAhntu .navbar.collapsed {
  justify-content: center;
}
.cid-tREfnAhntu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tREfnAhntu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tREfnAhntu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-tREfnAhntu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tREfnAhntu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tREfnAhntu .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-tREfnAhntu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tREfnAhntu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tREfnAhntu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tREfnAhntu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tREfnAhntu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tREfnAhntu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tREfnAhntu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tREfnAhntu .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-tREfnAhntu .navbar .navbar-logo img {
    height: 4rem !important;
  }
  .cid-tREfnAhntu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tREfnAhntu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tREfnAhntu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tREfnAhntu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tREfnAhntu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tREfnAhntu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tREfnAhntu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tREfnAhntu .navbar.navbar-short .navbar-logo img {
  height: 3.5rem !important;
}
.cid-tREfnAhntu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tREfnAhntu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tREfnAhntu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tREfnAhntu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tREfnAhntu .dropdown-item.active,
.cid-tREfnAhntu .dropdown-item:active {
  background-color: transparent;
}
.cid-tREfnAhntu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tREfnAhntu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tREfnAhntu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tREfnAhntu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tREfnAhntu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tREfnAhntu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tREfnAhntu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tREfnAhntu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tREfnAhntu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tREfnAhntu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tREfnAhntu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tREfnAhntu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tREfnAhntu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tREfnAhntu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tREfnAhntu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tREfnAhntu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tREfnAhntu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tREfnAhntu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tREfnAhntu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tREfnAhntu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tREfnAhntu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tREfnAhntu .navbar {
    height: 70px;
  }
  .cid-tREfnAhntu .navbar.opened {
    height: auto;
  }
  .cid-tREfnAhntu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tREfnB1KGH {
  padding-top: 135px;
  padding-bottom: 150px;
  background-color: #dca3f8;
}
.cid-tREfnB1KGH .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
  text-align: left;
}
.cid-tREfnB1KGH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tREfnB1KGH .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #702993;
}
.cid-tREfnB1KGH .container-fluid {
  max-width: 1200px;
}
.cid-tREfnB1KGH .btn .inner-dashed-border {
  stroke: #702993;
}
.cid-tREfnB1KGH .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tREfnB1KGH rect {
  position: absolute;
  width: 95%;
}
.cid-tREfnB1KGH .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tREfnB1KGH .svg-1 path {
  fill: #ffffff;
}
.cid-tREfnB1KGH .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tREfnB1KGH .svg-2 path {
  fill: #ffffff;
}
.cid-tREfnB1KGH .svg1 {
  padding: 2px;
}
.cid-tREfnB1KGH .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tREfnB1KGH {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .cid-tREfnB1KGH .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tREfnB1KGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tREfnB1KGH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tREfnBiraa {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tREfnBiraa {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
.cid-tREfnBiraa .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-tREfnBiraa .container-fluid {
  max-width: 1200px;
}
.cid-tREfnBiraa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tREfnBiraa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tREfnBiraa .row > div,
.cid-tREfnBiraa .mbr-section-title {
  color: #232323;
}
.cid-tREfnBui4Q {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tREfnBui4Q {
    padding-top: 20px;
    padding-bottom: 5px;
  }
}
.cid-tREfnBui4Q img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-tREfnBui4Q .right-wrapper {
  padding-left: 5rem;
}
.cid-tREfnBui4Q .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-tREfnBui4Q .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-tREfnBui4Q .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-tREfnBui4Q .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-tREfnBui4Q .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #bd44f8;
  border-radius: 30px;
  z-index: -1;
}
.cid-tREfnBui4Q .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tREfnBui4Q .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-tREfnBui4Q .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tREfnBui4Q .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-tREfnBui4Q .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-tREfnBui4Q .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-tREfnBui4Q .container-fluid {
    padding: 0 1rem;
  }
  .cid-tREfnBui4Q .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-tREfnBui4Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tREfnBui4Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tREfnBui4Q .mbr-text,
.cid-tREfnBui4Q .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-tREfnBui4Q .mbr-section-subtitle {
  color: #232323;
}
.cid-tREg04HHM7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tREg04HHM7 .mbr-section-subtitle {
  color: #bd44f8;
}
.cid-tREfnBOrIK {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #dca3f8;
}
.cid-tREfnBOrIK .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-tREfnBOrIK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tREfnBOrIK .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #702993;
}
.cid-tREfnBOrIK .container-fluid {
  max-width: 1200px;
}
.cid-tREfnBOrIK .btn .inner-dashed-border {
  stroke: #702993;
}
.cid-tREfnBOrIK .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tREfnBOrIK rect {
  position: absolute;
  width: 95%;
}
.cid-tREfnBOrIK .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tREfnBOrIK .svg-1 path {
  fill: #ffffff;
}
.cid-tREfnBOrIK .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tREfnBOrIK .svg-2 path {
  fill: #ffffff;
}
.cid-tREfnBOrIK .svg1 {
  padding: 2px;
}
.cid-tREfnBOrIK .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tREfnBOrIK {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .cid-tREfnBOrIK .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tREfnBOrIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tREfnBOrIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tREjuquFH1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-tREjuquFH1 .mbr-iconfont-social {
  font-size: 1.5rem;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-tREjuquFH1 .mbr-iconfont-social:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-tREjuquFH1 .mbr-iconfont-social:hover:before {
  transition: all .3s;
  border-color: transparent;
}
.cid-tREjuquFH1 .social-list {
  display: flex;
  justify-content: center;
}
.cid-tREjuquFH1 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tREjuquFH1 .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-tREjuquFH1 .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-tREjuquFH1 .socicon:hover {
  transform: translate(0, -10px);
}
.cid-tREjuquFH1 .socion1 {
  background: #702993;
}
.cid-tREjuquFH1 .socion2 {
  background-color: #c58fe0;
}
.cid-tREjuquFH1 .socion3 {
  background-color: #b42bf7;
}
.cid-tREjuquFH1 .mbr-iconfont {
  color: #fff;
}
.cid-tREfnC7Z6R {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #702993;
}
.cid-tREfnC7Z6R svg {
  position: absolute;
  top: 0;
}
.cid-tREfnC7Z6R .svg-1 {
  fill: #ffffff;
}
.cid-tREfnC7Z6R .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tREfnC7Z6R {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-tREfnC7Z6R .mbr-text {
  color: #dca3f8;
}
.cid-tREfnC7Z6R a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.z-index-99{
  z-index: 99;
}
.oculto{
  display: none;
}
.page-item .page-link{
  color: #702993;
}
.page-item.active .page-link{
  background: #702993;
  border-color: #702993;
  color: #FFF;
}