@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #161616;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}
/* Custom letter-spacing for headers */
h1,
.display-1 {
  letter-spacing: -0.05em;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #161616;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 4.88rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.1rem;
}
.display-2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.904rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.416rem;
    font-size: calc( 2.358rem + (4.88 - 2.358) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.358rem + (4.88 - 2.358) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.3rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.3rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.3rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 0.3rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f5a80c !important;
}
.bg-success {
  background-color: #279898 !important;
}
.bg-info {
  background-color: #ac65dc !important;
}
.bg-warning {
  background-color: #972915 !important;
}
.bg-danger {
  background-color: #d70081 !important;
}
.btn-primary,
.btn-primary:active {
  background: linear-gradient(to bottom, #f5a80c 0 33.33333333%, #f5a80c 33.33333333%, #bf442e 66.66666667%, #bf442e 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #f5a80c 0 33.33333333%, #f5a80c 33.33333333%, #bf442e 66.66666667%, #bf442e 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background: #a47007 !important;
  border: none !important;
}
.btn-secondary,
.btn-secondary:active {
  background: linear-gradient(to bottom, #19072a 0 33.33333333%, #19072a 33.33333333%, #8a47f9 66.66666667%, #8a47f9 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #19072a 0 33.33333333%, #19072a 33.33333333%, #8a47f9 66.66666667%, #8a47f9 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background: #000000 !important;
  border: none !important;
}
.btn-info,
.btn-info:active {
  background: linear-gradient(to bottom, #ac65dc 0 33.33333333%, #ac65dc 33.33333333%, #1e0f24 66.66666667%, #1e0f24 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #ac65dc 0 33.33333333%, #ac65dc 33.33333333%, #1e0f24 66.66666667%, #1e0f24 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background: #832bbf !important;
  border: none !important;
}
.btn-success,
.btn-success:active {
  background: linear-gradient(to bottom, #279898 0 33.33333333%, #279898 33.33333333%, #3d6d54 66.66666667%, #3d6d54 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #279898 0 33.33333333%, #279898 33.33333333%, #3d6d54 66.66666667%, #3d6d54 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background: #155353 !important;
  border: none !important;
}
.btn-warning,
.btn-warning:active {
  background: linear-gradient(to bottom, #972915 0 33.33333333%, #972915 33.33333333%, #c08100 66.66666667%, #c08100 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #972915 0 33.33333333%, #972915 33.33333333%, #c08100 66.66666667%, #c08100 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background: #4b140a !important;
  border: none !important;
}
.btn-danger,
.btn-danger:active {
  background: linear-gradient(to bottom, #d70081 0 33.33333333%, #d70081 33.33333333%, #eb0014 66.66666667%, #eb0014 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #d70081 0 33.33333333%, #d70081 33.33333333%, #eb0014 66.66666667%, #eb0014 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background: #80004d !important;
  border: none !important;
}
.btn-white,
.btn-white:active {
  background: linear-gradient(to bottom, #fafafa 0 33.33333333%, #fafafa 33.33333333%, #f0f0f0 66.66666667%, #f0f0f0 66.66666667% 100%) !important;
  border: none !important;
  color: #7a7a7a !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #707070 !important;
  background: linear-gradient(to bottom, #fafafa 0 33.33333333%, #fafafa 33.33333333%, #f0f0f0 66.66666667%, #f0f0f0 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background: #cfcfcf !important;
  border: none !important;
}
.btn-black,
.btn-black:active {
  background: linear-gradient(to bottom, #161616 0 33.33333333%, #161616 33.33333333%, #2a2116 66.66666667%, #2a2116 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #161616 0 33.33333333%, #161616 33.33333333%, #2a2116 66.66666667%, #2a2116 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background: #000000 !important;
  border: none !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f5a80c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a47007 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f5a80c !important;
  border-color: #f5a80c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #19072a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #19072a !important;
  border-color: #19072a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ac65dc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #832bbf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ac65dc !important;
  border-color: #ac65dc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #279898;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #155353 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #279898 !important;
  border-color: #279898 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #972915;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4b140a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #972915 !important;
  border-color: #972915 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d70081;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #80004d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d70081 !important;
  border-color: #d70081 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #161616;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f5a80c !important;
}
.text-secondary {
  color: #19072a !important;
}
.text-success {
  color: #279898 !important;
}
.text-info {
  color: #ac65dc !important;
}
.text-warning {
  color: #972915 !important;
}
.text-danger {
  color: #d70081 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #161616 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #956606 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #124747 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #7b29b2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3d1109 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #710044 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f5a80c;
}
.nav-tabs .nav-link:not(.active) {
  color: #161616;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ac65dc;
}
.alert-warning {
  background-color: #972915;
}
.alert-danger {
  background-color: #d70081;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f5a80c;
  border-color: #f5a80c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f5a80c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdeed0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #67d8d8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e55f46;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffa4db;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f5a80c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #f5a80c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f5a80c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f5a80c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f5a80c;
  border-bottom-color: #f5a80c;
}
.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: #f5a80c !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: #19072a !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f5a80c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition-duration: .4s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: calc(1420px + 3vw);
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.container-fluid {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 54px;
  padding: 25px 35px;
  border-radius: 80px;
  font-weight: 700 !important;
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
  box-shadow: none !important;
  overflow: hidden;
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRHr8zB5hA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHr8zB5hA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/mediumship-spirit-fallback.jpg-1920x1080.jpg");
}
.cid-uRHr8zB5hA .mbr-section-title {
  color: #FFFFFF;
}
.cid-uRHr8zB5hA .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uRHr8zB5hA .mbr-section-btn {
  margin-top: 20px;
}
.cid-uUlBLfiNmQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUlBLfiNmQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUlBLfiNmQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUlBLfiNmQ .row {
  justify-content: center;
}
.cid-uUlBLfiNmQ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUlBLfiNmQ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUlBLfiNmQ .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uUlBLfiNmQ .item {
    margin-bottom: 20px;
  }
}
.cid-uUlBLfiNmQ .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
@media (max-width: 425px) {
  .cid-uUlBLfiNmQ .item .item-wrapper .item-img img {
    height: 100px;
    object-fit: cover;
  }
}
.cid-uUlBLfiNmQ .mbr-section-title {
  color: #0f0f0f;
}
.cid-uUlBLfiNmQ .mbr-section-title,
.cid-uUlBLfiNmQ .mbr-section-btn {
  text-align: center;
}
.cid-uUloJzhOr9 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uUloJzhOr9 iframe,
.cid-uUloJzhOr9 img,
.cid-uUloJzhOr9 video {
  width: 100%;
}
.cid-uUloJzhOr9 .mbr-section-head {
  margin-bottom: 67px;
}
@media (max-width: 767px) {
  .cid-uUloJzhOr9 .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-uUloJzhOr9 .mbr-section-title {
  color: #161616;
}
.cid-uUloJzhOr9 .mbr-section-subtitle {
  color: #161616;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uUloJzhOr9 .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uUloJzhOr9 .mbr-media {
  position: relative;
}
.cid-uUloJzhOr9 .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uUloJzhOr9 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uUloJzhOr9 .icon-wrap .mbr-iconfont {
  color: #FFFFFF;
  opacity: 0.6;
  font-size: 70px;
}
.cid-uUloJzhOr9 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uUloJzhOr9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uUloJzhOr9 .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uUloJzhOr9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUloJzhOr9 .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-uUloJzhOr9 .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUloJzhOr9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uKMAvFTt7P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #19072a;
}
.cid-uKMAvFTt7P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKMAvFTt7P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKMAvFTt7P .image-wrapper {
  margin-right: 9.57vw;
}
@media (max-width: 991px) {
  .cid-uKMAvFTt7P .image-wrapper {
    margin: 0;
  }
}
.cid-uKMAvFTt7P .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  max-height: 100vh;
}
.cid-uKMAvFTt7P .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-uKMAvFTt7P .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-uKMAvFTt7P .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-uKMAvFTt7P .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uKMAvFTt7P .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uKMAvFTt7P .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-uKMAvFTt7P .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-uKMAvFTt7P .mbr-section-btn {
  margin-top: 24px;
}
.cid-uKMAvFTt7P .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-uKMAvFTt7P .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-uKMAvFTt7P .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-uKMAvFTt7P .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uKMAvFTt7P .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uKMAvFTt7P .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-uKMAvFTt7P .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-uUlGScMYCz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uUlGScMYCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUlGScMYCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUlGScMYCz .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUlGScMYCz .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uUlGScMYCz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 290px;
  max-width: 290px;
}
@media (max-width: 768px) {
  .cid-uUlGScMYCz .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uUlGScMYCz .embla__slide .slide-content {
  width: 100%;
}
.cid-uUlGScMYCz .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.cid-uUlGScMYCz .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
}
.cid-uUlGScMYCz .embla__slide .slide-content .item-wrapper .item-img img {
  height: 125px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-uUlGScMYCz .embla__slide .slide-content .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uUlGScMYCz .embla__button--next,
.cid-uUlGScMYCz .embla__button--prev {
  display: flex;
}
.cid-uUlGScMYCz .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-uUlGScMYCz .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #e6eddc !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uUlGScMYCz .embla__button:hover {
  background-color: #5c834f !important;
  color: #e6eddc !important;
}
.cid-uUlGScMYCz .embla__button:disabled {
  opacity: .5 !important;
  background-color: #e6eddc !important;
  color: #5c834f !important;
}
.cid-uUlGScMYCz .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-uUlGScMYCz .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-uUlGScMYCz .embla {
  position: relative;
  width: 100%;
}
.cid-uUlGScMYCz .embla__viewport {
  position: relative;
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uUlGScMYCz .embla__viewport {
    padding: 0;
  }
}
.cid-uUlGScMYCz .embla__viewport::before {
  content: '';
  position: absolute;
  top: 0;
  left: -44px;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #f1f5eb, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uUlGScMYCz .embla__viewport::before {
    width: 40px;
    left: -20px;
  }
}
.cid-uUlGScMYCz .embla__viewport::after {
  content: '';
  position: absolute;
  top: 0;
  right: -44px;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #f1f5eb 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uUlGScMYCz .embla__viewport::after {
    width: 40px;
    right: -20px;
  }
}
.cid-uUlGScMYCz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUlGScMYCz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUlGScMYCz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUlGScMYCz .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uUlGScMYCz .mbr-section-title,
.cid-uUlGScMYCz .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uKMws8tdQg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a1340;
}
.cid-uKMws8tdQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKMws8tdQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKMws8tdQg .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uKMws8tdQg .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uKMws8tdQg .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKMws8tdQg .mbr-section-subtitle,
.cid-uKMws8tdQg .mbr-section-btn {
  text-align: center;
}
.cid-uKMHvvZAJq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKMHvvZAJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKMHvvZAJq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKMHvvZAJq .mbr-section-head {
  margin-bottom: 90px;
}
@media (max-width: 1399px) {
  .cid-uKMHvvZAJq .mbr-section-head {
    margin-bottom: 6.428vw;
  }
}
.cid-uKMHvvZAJq .mbr-section-title {
  color: #161616;
  position: relative;
  padding-left: calc(2.5vw + 4vw);
}
@media (max-width: 991px) {
  .cid-uKMHvvZAJq .mbr-section-title {
    padding-left: 6.5vw;
  }
}
.cid-uKMHvvZAJq .mbr-section-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  overflow: hidden;
  background: #bb442e;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 991px) {
  .cid-uKMHvvZAJq .mbr-section-title:before {
    width: 18px;
    height: 18px;
  }
}
.cid-uKMHvvZAJq .mbr-section-subtitle {
  position: relative;
  color: #161616;
}
.cid-uKMHvvZAJq .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  border-top: 1px solid #161616;
  border-bottom: 1px solid #161616;
}
.cid-uKMHvvZAJq .item-title {
  color: #161616;
  width: 43%;
  margin-right: auto;
  margin-bottom: 0;
  transition: color 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 991px) {
  .cid-uKMHvvZAJq .item-title {
    width: 100%;
  }
}
.cid-uKMHvvZAJq .mbr-text {
  color: #161616;
  width: 47%;
  margin: 0;
  transition: color 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uKMHvvZAJq .mbr-text {
    width: 100%;
  }
}
.cid-uKMHvvZAJq .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 10%;
  margin-left: auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uKMHvvZAJq .icon-wrap {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.cid-uKMHvvZAJq .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #161616;
  transition: color 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 991px) {
  .cid-uKMHvvZAJq .icon-wrap .mbr-iconfont {
    font-size: 16px !important;
  }
}
.cid-uKMHvvZAJq .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 30px 20px 27px;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  background: linear-gradient(to bottom, transparent 0 50%, #2a1340 50% 100%);
  background-size: 100% 200%;
  background-position: top;
}
.cid-uKMHvvZAJq .item:not(:first-child) {
  border-top: 1px solid #161616;
}
@media (max-width: 991px) {
  .cid-uKMHvvZAJq .item {
    position: relative;
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
    padding: 20px 40px 20px 0;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .cid-uKMHvvZAJq .item:hover {
    background-position: bottom;
  }
  .cid-uKMHvvZAJq .item:hover .item-title,
  .cid-uKMHvvZAJq .item:hover .mbr-text,
  .cid-uKMHvvZAJq .item:hover .mbr-iconfont {
    color: #ffffff;
  }
}
.cid-uKMElGLXMh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a1340;
}
.cid-uKMElGLXMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKMElGLXMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKMElGLXMh .mbr-section-title {
  color: #FFFFFF;
}
.cid-uKMElGLXMh .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uKMElGLXMh .mbr-section-btn {
  margin-top: 20px;
}
.cid-uKLV3QSADd {
  padding-top: 0;
  padding-bottom: 0;
  background-image: linear-gradient(180deg, #f77d06 0, #f5a80c 100%);
}
.cid-uKLV3QSADd .container-fluid {
  padding: 0;
}
.cid-uKLV3QSADd .card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uKLV3QSADd .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uKLV3QSADd .card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .cid-uKLV3QSADd .card:hover:before {
    opacity: 0;
  }
  .cid-uKLV3QSADd .card:hover:after {
    opacity: 1;
  }
  .cid-uKLV3QSADd .card:hover .image-wrapper {
    border-radius: 40px;
  }
}
.cid-uKLV3QSADd .card:nth-child(1) {
  background-image: linear-gradient(180deg, #f77d06 0, #f5a80c 100%);
}
.cid-uKLV3QSADd .card:nth-child(1):before {
  background-image: linear-gradient(180deg, #f77d06 0, #f5a80c 100%);
}
.cid-uKLV3QSADd .card:nth-child(1):after {
  background-image: linear-gradient(360deg, #f77d06 0, #f5a80c 100%);
}
.cid-uKLV3QSADd .card:nth-child(2) {
  background-image: linear-gradient(180deg, #f77d06 0, #bb442e 100%);
}
.cid-uKLV3QSADd .card:nth-child(2):before {
  background-image: linear-gradient(180deg, #f77d06 0, #bb442e 100%);
}
.cid-uKLV3QSADd .card:nth-child(2):after {
  background-image: linear-gradient(360deg, #f77d06 0, #bb442e 100%);
}
.cid-uKLV3QSADd .card-wrapper {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 60px;
}
.cid-uKLV3QSADd .card-title {
  width: 100%;
  margin-bottom: 54px;
  color: #FFFFFF;
}
@media (max-width: 1399px) {
  .cid-uKLV3QSADd .card-title {
    margin-bottom: 3.85vw;
  }
}
@media (max-width: 767px) {
  .cid-uKLV3QSADd .card-title {
    margin-bottom: 45px;
  }
}
.cid-uKLV3QSADd .image-wrapper {
  width: 39.92vw;
  max-width: 600px;
  border-radius: 50%;
  overflow: hidden;
  transition: border-radius 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 991px) {
  .cid-uKLV3QSADd .image-wrapper {
    width: 70%;
    max-width: 70%;
  }
}
.cid-uKLV3QSADd .image-wrapper img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.cid-uKLV3QSADd .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-uKLV3QSADd .mbr-section-btn {
    margin-top: 3.85vw;
  }
}
@media (max-width: 767px) {
  .cid-uKLV3QSADd .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uKLV3QSADd .card-title,
.cid-uKLV3QSADd .mbr-section-btn {
  color: #ffffff;
}
.cid-uKMSQb2SOY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uKMSQb2SOY .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uKMSQb2SOY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uKMSQb2SOY .container {
    padding: 0 16px;
  }
}
.cid-uKMSQb2SOY .row {
  justify-content: center;
}
.cid-uKMSQb2SOY .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
  text-align: center;
}
.cid-uKMSQb2SOY .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-uKMSQb2SOY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-uKMSQb2SOY .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 .5rem !important;
    transform: none;
  }
}
.cid-uKMSQb2SOY .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  background-color: #b0a0ff;
}
.cid-uKMSQb2SOY .embla__slide:nth-child(3n) .slide-content .item-wrapper {
  background-color: #f0a2fd;
}
.cid-uKMSQb2SOY .embla__slide:nth-child(4n) .slide-content .item-wrapper {
  background-color: #feb591;
}
.cid-uKMSQb2SOY .embla__slide .slide-content {
  width: 100%;
}
.cid-uKMSQb2SOY .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #c6f15c;
}
@media (max-width: 768px) {
  .cid-uKMSQb2SOY .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uKMSQb2SOY .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uKMSQb2SOY .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uKMSQb2SOY .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uKMSQb2SOY .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-uKMSQb2SOY .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uKMSQb2SOY .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-uKMSQb2SOY .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uKMSQb2SOY .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-uKMSQb2SOY .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-uKMSQb2SOY .embla__button--next,
.cid-uKMSQb2SOY .embla__button--prev {
  display: flex;
}
.cid-uKMSQb2SOY .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f5a80c !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uKMSQb2SOY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKMSQb2SOY .embla__button:hover {
  opacity: .5;
}
.cid-uKMSQb2SOY .embla__button.embla__button--prev {
  left: 16px;
}
.cid-uKMSQb2SOY .embla__button.embla__button--next {
  right: 16px;
}
.cid-uKMSQb2SOY .embla {
  position: relative;
  width: 100%;
}
.cid-uKMSQb2SOY .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uKMSQb2SOY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKMSQb2SOY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKMSQb2SOY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKMSQb2SOY .item-text {
  color: #000000;
}
.cid-uKMSQb2SOY .item-name {
  color: #000000;
}
.cid-uKMSQb2SOY .item-role {
  color: #000000;
}
.cid-uKMxbl3XO8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a1340;
}
.cid-uKMxbl3XO8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKMxbl3XO8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKMxbl3XO8 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uKMxbl3XO8 .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uKMxbl3XO8 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMAGrRQJwK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2a1340;
}
.cid-uMAGrRQJwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAGrRQJwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uMAGrRQJwK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMAGrRQJwK .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-uMAGrRQJwK.mbr-fullscreen {
  padding: 0 !important;
}
.cid-uMAGrRQJwK img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uKMxmuovis {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a1340;
}
.cid-uKMxmuovis .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKMxmuovis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKMxmuovis .mbr-section-title {
  color: #FFFFFF;
}
.cid-uKMxmuovis .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uKMxmuovis .mbr-section-btn {
  margin-top: 20px;
}
#custom-html-5e {
  /* Type valid CSS here */
}
#custom-html-5e div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5e p {
  font-size: 60px;
  color: #777;
}
.cid-uKM3Jj3EFl {
  background-image: url("../../../assets/images/fallback-mediumship-spirit-hero.png-1878x1036.png");
}
.cid-uKM3Jj3EFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKM3Jj3EFl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKM3Jj3EFl .mbr-section-title {
  padding-left: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1399px) {
  .cid-uKM3Jj3EFl .mbr-section-title {
    padding-left: 4.28vw;
  }
}
@media (max-width: 991px) {
  .cid-uKM3Jj3EFl .mbr-section-title.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-uKM3Jj3EFl .mbr-section-title.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-uKM3Jj3EFl .mbr-section-subtitle {
  padding-left: 150px;
  color: #ffffff;
}
@media (max-width: 1399px) {
  .cid-uKM3Jj3EFl .mbr-section-subtitle {
    padding-left: 10.7vw;
  }
}
@media (max-width: 991px) {
  .cid-uKM3Jj3EFl .mbr-section-subtitle {
    margin-top: 8px;
  }
  .cid-uKM3Jj3EFl .mbr-section-subtitle.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-uKM3Jj3EFl .mbr-section-subtitle.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-uKM3Jj3EFl .mbr-section-btn {
  margin-top: 20px;
  padding-left: 60px;
}
@media (max-width: 1399px) {
  .cid-uKM3Jj3EFl .mbr-section-btn {
    padding-left: 4.28vw;
  }
}
.cid-uKM3Jj3EFl .mbr-section-subtitle,
.cid-uKM3Jj3EFl .mbr-section-btn {
  text-align: center;
}
.cid-uHRyu2gh63 {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRyu2gh63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHRyu2gh63 .container-fluid {
  padding: 0;
}
.cid-uHRyu2gh63 .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-brand {
    width: 100%;
  }
}
.cid-uHRyu2gh63 .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uHRyu2gh63 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uHRyu2gh63 .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uHRyu2gh63 .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uHRyu2gh63 .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uHRyu2gh63 .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uHRyu2gh63 .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRGUpitFZN {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #2a1340;
}
.cid-uRGUpitFZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGUpitFZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGUpitFZN .mbr-section-title {
  color: #ffffff;
}
.cid-uRGUpitFZN .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uRGUpitFZN .mbr-section-btn {
  margin-top: 20px;
}
.cid-uRGUpitFZN .mbr-section-subtitle,
.cid-uRGUpitFZN .mbr-section-btn {
  color: #d70081;
}
.cid-uUlKjVAIqf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uUlKjVAIqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUlKjVAIqf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUlKjVAIqf .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUlKjVAIqf .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uUlKjVAIqf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 290px;
  max-width: 290px;
}
@media (max-width: 768px) {
  .cid-uUlKjVAIqf .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uUlKjVAIqf .embla__slide .slide-content {
  width: 100%;
}
.cid-uUlKjVAIqf .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.cid-uUlKjVAIqf .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
}
.cid-uUlKjVAIqf .embla__slide .slide-content .item-wrapper .item-img img {
  height: 125px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-uUlKjVAIqf .embla__slide .slide-content .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uUlKjVAIqf .embla__button--next,
.cid-uUlKjVAIqf .embla__button--prev {
  display: flex;
}
.cid-uUlKjVAIqf .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-uUlKjVAIqf .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #e6eddc !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uUlKjVAIqf .embla__button:hover {
  background-color: #5c834f !important;
  color: #e6eddc !important;
}
.cid-uUlKjVAIqf .embla__button:disabled {
  opacity: .5 !important;
  background-color: #e6eddc !important;
  color: #5c834f !important;
}
.cid-uUlKjVAIqf .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-uUlKjVAIqf .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-uUlKjVAIqf .embla {
  position: relative;
  width: 100%;
}
.cid-uUlKjVAIqf .embla__viewport {
  position: relative;
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uUlKjVAIqf .embla__viewport {
    padding: 0;
  }
}
.cid-uUlKjVAIqf .embla__viewport::before {
  content: '';
  position: absolute;
  top: 0;
  left: -44px;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #f1f5eb, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uUlKjVAIqf .embla__viewport::before {
    width: 40px;
    left: -20px;
  }
}
.cid-uUlKjVAIqf .embla__viewport::after {
  content: '';
  position: absolute;
  top: 0;
  right: -44px;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #f1f5eb 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uUlKjVAIqf .embla__viewport::after {
    width: 40px;
    right: -20px;
  }
}
.cid-uUlKjVAIqf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUlKjVAIqf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUlKjVAIqf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUlKjVAIqf .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uUlKjVAIqf .mbr-section-title,
.cid-uUlKjVAIqf .title-wrapper {
  color: #000000;
  text-align: center;
}
#custom-html-86 {
  /* Type valid CSS here */
}
#custom-html-86 div {
  padding: 0px;
  color: #777;
  text-align: center;
}
#custom-html-86 p {
  font-size: 60px;
  color: #777;
}
.cid-uMHojwkQ8F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dfdfdf;
}
.cid-uMHojwkQ8F .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uMHojwkQ8F .panel-group {
  border: none;
}
.cid-uMHojwkQ8F .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uMHojwkQ8F .card-header {
    padding: 0rem;
  }
}
.cid-uMHojwkQ8F .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uMHojwkQ8F .img-col {
  padding: 0;
}
.cid-uMHojwkQ8F .img-item {
  height: 100%;
}
.cid-uMHojwkQ8F img {
  height: 100%;
  object-fit: cover;
}
.cid-uMHojwkQ8F .collapsed span {
  transform: rotate(0deg);
}
.cid-uMHojwkQ8F .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uMHojwkQ8F p {
  margin-bottom: 0.3rem;
}
.cid-uMHojwkQ8F .panel-title-edit {
  color: #000000;
}
.cid-uMHojwkQ8F .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uMHojwkQ8F .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uMHojwkQ8F .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uMHojwkQ8F .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uMHojwkQ8F .panel-text {
  color: #000000;
}
.cid-uMHojwkQ8F .mbr-section-title {
  text-align: center;
  color: #19072a;
}
.cid-uMHojwkQ8F .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMHojwkQ8F .panel-title-edit,
.cid-uMHojwkQ8F .mbr-iconfont {
  color: #000000;
}
.cid-uHRyu2gh63 {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRyu2gh63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHRyu2gh63 .container-fluid {
  padding: 0;
}
.cid-uHRyu2gh63 .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-brand {
    width: 100%;
  }
}
.cid-uHRyu2gh63 .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uHRyu2gh63 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uHRyu2gh63 .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uHRyu2gh63 .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uHRyu2gh63 .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uHRyu2gh63 .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uHRyu2gh63 .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
#custom-html-1d {
  /* Type valid CSS here */
}
#custom-html-1d div {
  padding: 0px;
  color: #777;
  text-align: center;
}
#custom-html-1d p {
  font-size: 60px;
  color: #777;
}
.cid-uHRyu2gh63 {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRyu2gh63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHRyu2gh63 .container-fluid {
  padding: 0;
}
.cid-uHRyu2gh63 .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-brand {
    width: 100%;
  }
}
.cid-uHRyu2gh63 .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uHRyu2gh63 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uHRyu2gh63 .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uHRyu2gh63 .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uHRyu2gh63 .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uHRyu2gh63 .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uHRyu2gh63 .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uH7kkDBVb6 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #2a1340;
}
.cid-uH7kkDBVb6 iframe,
.cid-uH7kkDBVb6 img,
.cid-uH7kkDBVb6 video {
  width: 100%;
}
.cid-uH7kkDBVb6 .mbr-section-head {
  margin-bottom: 67px;
}
@media (max-width: 767px) {
  .cid-uH7kkDBVb6 .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-uH7kkDBVb6 .mbr-section-title {
  color: #ffffff;
}
.cid-uH7kkDBVb6 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uH7kkDBVb6 .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uH7kkDBVb6 .mbr-media {
  position: relative;
}
.cid-uH7kkDBVb6 .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uH7kkDBVb6 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uH7kkDBVb6 .icon-wrap .mbr-iconfont {
  color: #FFFFFF;
  opacity: 0.6;
  font-size: 70px;
}
.cid-uH7kkDBVb6 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uH7kkDBVb6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uH7kkDBVb6 .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uH7kkDBVb6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uH7kkDBVb6 .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-uH7kkDBVb6 .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uH7kkDBVb6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
#party-form {
  /* Type valid CSS here */
}
#party-form div {
  padding: 0%;
  color: #777;
  text-align: center;
  background-color: #9740B7;
}
#party-form p {
  font-size: 60px;
  color: #777;
}
.cid-uHRyu2gh63 {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRyu2gh63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHRyu2gh63 .container-fluid {
  padding: 0;
}
.cid-uHRyu2gh63 .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-brand {
    width: 100%;
  }
}
.cid-uHRyu2gh63 .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uHRyu2gh63 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uHRyu2gh63 .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uHRyu2gh63 .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uHRyu2gh63 .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uHRyu2gh63 .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uHRyu2gh63 .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uHQNkqMakL {
  display: flex;
  background-image: url("../../../assets/images/dina-zoom-screenshot-50-members-topaz-sharpen-face-denoise-upscale-2x-crop.png-2000x1122.png");
}
.cid-uHQNkqMakL .mbr-overlay {
  background-color: #2a1340;
  opacity: 0.8;
}
.cid-uHQNkqMakL .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uHQNkqMakL .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uHQNkqMakL {
    align-items: center;
  }
  .cid-uHQNkqMakL .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uHQNkqMakL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uHQNkqMakL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHQNkqMakL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uHQNkqMakL .content-wrap {
    width: 100%;
  }
}
.cid-uHQNkqMakL .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uHQNkqMakL .mbr-text,
.cid-uHQNkqMakL .mbr-section-btn {
  text-align: center;
  color: #f5a80c;
}
.cid-uHQNkqMakL .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uHiMJS2JZP {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uHiMJS2JZP iframe,
.cid-uHiMJS2JZP img,
.cid-uHiMJS2JZP video {
  width: 100%;
}
.cid-uHiMJS2JZP .mbr-section-head {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uHiMJS2JZP .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-uHiMJS2JZP .mbr-section-title {
  color: #0c0116;
}
.cid-uHiMJS2JZP .mbr-section-subtitle {
  color: #0c0116;
  margin-top: 20px;
}
.cid-uHiMJS2JZP .mbr-media {
  position: relative;
}
.cid-uHiMJS2JZP .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uHiMJS2JZP .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uHiMJS2JZP .icon-wrap .mbr-iconfont {
  color: #FFFFFF;
  opacity: 0.5;
  font-size: 70px;
}
.cid-uHiMJS2JZP .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uHiMJS2JZP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uHiMJS2JZP .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uHiMJS2JZP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uHiMJS2JZP .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-uHiMJS2JZP .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHiMJS2JZP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uH9T7dIeMy {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uH9T7dIeMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH9T7dIeMy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH9T7dIeMy .mbr-section-title {
  color: #0c0116;
  text-align: center;
}
.cid-uH9T7dIeMy .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uH9T7dIeMy .mbr-section-btn {
  margin-top: 20px;
}
#custom-html-3h {
  /* Type valid CSS here */
}
#custom-html-3h div {
  padding: 0px;
  color: #777;
  text-align: center;
}
#custom-html-3h p {
  font-size: 60px;
  color: #777;
}
.cid-uHi7qBKuGq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHi7qBKuGq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHi7qBKuGq .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uHi7qBKuGq .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHi7qBKuGq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHi7qBKuGq .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uHi7qBKuGq .card-title,
.cid-uHi7qBKuGq .iconfont-wrapper,
.cid-uHi7qBKuGq .card-text {
  color: #000000;
  text-align: center;
}
.cid-uHi7qBKuGq .content-head {
  max-width: 800px;
}
.cid-uHi7qBKuGq .mbr-section-title {
  color: #19072a;
}
.cid-uHi7qBKuGq .mbr-section-btn {
  text-align: center;
}
.cid-uHi7qBKuGq .card-title,
.cid-uHi7qBKuGq .iconfont-wrapper {
  text-align: center;
}
.cid-uHi7qBKuGq .card-text,
.cid-uHi7qBKuGq .mbr-section-btn {
  text-align: center;
}
.cid-uHi901jecy {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uHi901jecy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHi901jecy .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uHi901jecy .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHi901jecy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHi901jecy .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uHi901jecy .card-title,
.cid-uHi901jecy .iconfont-wrapper,
.cid-uHi901jecy .card-text {
  color: #000000;
  text-align: center;
}
.cid-uHi901jecy .content-head {
  max-width: 800px;
}
.cid-uHi901jecy .mbr-section-title {
  color: #19072a;
}
.cid-uHi901jecy .mbr-section-btn {
  text-align: center;
}
.cid-uHicSNP8rV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #2a1340;
}
.cid-uHicSNP8rV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHicSNP8rV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHicSNP8rV .mbr-section-head {
  margin-bottom: 90px;
}
@media (max-width: 1399px) {
  .cid-uHicSNP8rV .mbr-section-head {
    margin-bottom: 6.428vw;
  }
}
.cid-uHicSNP8rV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHicSNP8rV .mbr-section-subtitle {
  position: relative;
  color: #ffffff;
}
.cid-uHicSNP8rV .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-uHicSNP8rV .item-title {
  color: #ffffff;
  width: 43%;
  margin-right: auto;
  margin-bottom: 0;
  transition: color 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uHicSNP8rV .item-title {
    width: 100%;
  }
}
.cid-uHicSNP8rV .mbr-text {
  color: #ffffff;
  width: 47%;
  margin: 0;
  transition: color 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uHicSNP8rV .mbr-text {
    width: 100%;
  }
}
.cid-uHicSNP8rV .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 10%;
  margin-left: auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uHicSNP8rV .icon-wrap {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.cid-uHicSNP8rV .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #161616;
  transition: color 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 991px) {
  .cid-uHicSNP8rV .icon-wrap .mbr-iconfont {
    font-size: 16px !important;
  }
}
.cid-uHicSNP8rV .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 30px 20px 27px;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  background: linear-gradient(to bottom, transparent 0 50%, #d70081 50% 100%);
  background-size: 100% 200%;
  background-position: top;
}
.cid-uHicSNP8rV .item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-uHicSNP8rV .item {
    position: relative;
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
    padding: 20px 40px 20px 0;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .cid-uHicSNP8rV .item:hover {
    background-position: bottom;
  }
  .cid-uHicSNP8rV .item:hover .item-title,
  .cid-uHicSNP8rV .item:hover .mbr-text,
  .cid-uHicSNP8rV .item:hover .mbr-iconfont {
    color: #ffffff;
  }
}
.cid-uHicSNP8rV .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uHigjcH1t2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ac65dc;
}
.cid-uHigjcH1t2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHigjcH1t2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHigjcH1t2 .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
  background-color: #ac65dc;
  position: relative;
}
.cid-uHigjcH1t2 .row:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5rem;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background-color: #ac65dc;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uHigjcH1t2 .row:before {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}
.cid-uHigjcH1t2 .row:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5rem;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #ac65dc;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uHigjcH1t2 .row:after {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.cid-uHigjcH1t2 .image-wrapper {
  position: sticky;
  top: 130px;
  padding-left: 1.4vw;
}
.cid-uHigjcH1t2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 230px;
}
.cid-uHigjcH1t2 .card-wrapper {
  padding-right: 1.4vw;
  padding-left: 132px;
}
@media (max-width: 1399px) {
  .cid-uHigjcH1t2 .card-wrapper {
    padding-left: 9.43vw;
  }
}
@media (max-width: 991px) {
  .cid-uHigjcH1t2 .card-wrapper {
    padding-right: 9.43vw;
    padding-left: 1.4vw;
  }
}
@media (max-width: 575px) {
  .cid-uHigjcH1t2 .card-wrapper {
    padding-right: 8vw;
    padding-left: 1.5vw;
  }
}
.cid-uHigjcH1t2 .card-title {
  color: #2A1340;
  margin-bottom: 18px;
  text-align: center;
}
.cid-uHigjcH1t2 .card-subtitle {
  color: #2A1340;
  margin-bottom: 160px;
  text-align: center;
}
@media (max-width: 1399px) and (min-width: 768px) {
  .cid-uHigjcH1t2 .card-subtitle {
    margin-bottom: 11.78vw;
  }
  .cid-uHigjcH1t2 .card-subtitle.display-1 {
    font-size: 7.143vw !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-uHigjcH1t2 .card-subtitle {
    margin-bottom: 40px;
  }
  .cid-uHigjcH1t2 .card-subtitle.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
.cid-uHigjcH1t2 .mbr-text {
  width: 23.2vw;
  margin-left: auto;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uHigjcH1t2 .mbr-text {
    width: 100%;
  }
}
.cid-uHigjcH1t2 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uHigjcH1t2 .mbr-text,
.cid-uHigjcH1t2 .mbr-section-btn {
  text-align: center;
}
.cid-uNqfm3CJrL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d70081;
}
.cid-uNqfm3CJrL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqfm3CJrL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNqfm3CJrL .item-mb {
  margin-bottom: 2rem;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .cid-uNqfm3CJrL .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uNqfm3CJrL .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNqfm3CJrL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uNqfm3CJrL .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uNqfm3CJrL .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uNqfm3CJrL .mbr-section-title {
  color: #ffffff;
}
.cid-uNqfm3CJrL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNqfm3CJrL .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uNqfm3CJrL .card-box .item-footer {
  margin-top: auto;
}
.cid-uNqfm3CJrL .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uNqfm3CJrL .item-mb {
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .cid-uNqfm3CJrL .item-mb {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uNqfm3CJrL .card-text,
.cid-uNqfm3CJrL .item .mbr-section-btn {
  text-align: center;
}
.cid-uNqfm3CJrL .card-title,
.cid-uNqfm3CJrL .iconfont-wrapper {
  text-align: center;
}
.cid-uHi5i8J3gh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uHi5i8J3gh .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uHi5i8J3gh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHi5i8J3gh .container {
    padding: 0 16px;
  }
}
.cid-uHi5i8J3gh .row {
  justify-content: center;
}
.cid-uHi5i8J3gh .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-uHi5i8J3gh .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-uHi5i8J3gh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-uHi5i8J3gh .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 .5rem !important;
    transform: none;
  }
}
.cid-uHi5i8J3gh .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  background-color: #b0a0ff;
}
.cid-uHi5i8J3gh .embla__slide:nth-child(3n) .slide-content .item-wrapper {
  background-color: #f0a2fd;
}
.cid-uHi5i8J3gh .embla__slide:nth-child(4n) .slide-content .item-wrapper {
  background-color: #feb591;
}
.cid-uHi5i8J3gh .embla__slide .slide-content {
  width: 100%;
}
.cid-uHi5i8J3gh .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #c6f15c;
}
@media (max-width: 768px) {
  .cid-uHi5i8J3gh .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uHi5i8J3gh .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uHi5i8J3gh .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uHi5i8J3gh .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uHi5i8J3gh .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-uHi5i8J3gh .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uHi5i8J3gh .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-uHi5i8J3gh .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uHi5i8J3gh .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-uHi5i8J3gh .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-uHi5i8J3gh .embla__button--next,
.cid-uHi5i8J3gh .embla__button--prev {
  display: flex;
}
.cid-uHi5i8J3gh .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f5a80c !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uHi5i8J3gh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHi5i8J3gh .embla__button:hover {
  opacity: .5;
}
.cid-uHi5i8J3gh .embla__button.embla__button--prev {
  left: 16px;
}
.cid-uHi5i8J3gh .embla__button.embla__button--next {
  right: 16px;
}
.cid-uHi5i8J3gh .embla {
  position: relative;
  width: 100%;
}
.cid-uHi5i8J3gh .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uHi5i8J3gh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHi5i8J3gh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHi5i8J3gh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHi5i8J3gh .item-text {
  color: #000000;
  text-align: left;
}
.cid-uHi5i8J3gh .item-name {
  color: #000000;
}
.cid-uHi5i8J3gh .item-role {
  color: #000000;
}
.cid-uHc0mspoPb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-uHc0mspoPb .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uHc0mspoPb .panel-group {
  border: none;
}
.cid-uHc0mspoPb .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uHc0mspoPb .card-header {
    padding: 0rem;
  }
}
.cid-uHc0mspoPb .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uHc0mspoPb .img-col {
  padding: 0;
}
.cid-uHc0mspoPb .img-item {
  height: 100%;
}
.cid-uHc0mspoPb img {
  height: 100%;
  object-fit: cover;
}
.cid-uHc0mspoPb .collapsed span {
  transform: rotate(0deg);
}
.cid-uHc0mspoPb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHc0mspoPb p {
  margin-bottom: 0.3rem;
}
.cid-uHc0mspoPb .panel-title-edit {
  color: #000000;
}
.cid-uHc0mspoPb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uHc0mspoPb .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uHc0mspoPb .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHc0mspoPb .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uHc0mspoPb .panel-text {
  color: #000000;
  text-align: left;
}
.cid-uHc0mspoPb .mbr-section-title {
  text-align: center;
  color: #19072a;
}
.cid-uHc0mspoPb .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHc0mspoPb .panel-title-edit,
.cid-uHc0mspoPb .mbr-iconfont {
  color: #000000;
}
.cid-uHeb5UJ81U {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uHeb5UJ81U .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uHeb5UJ81U .panel-group {
  border: none;
}
.cid-uHeb5UJ81U .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uHeb5UJ81U .card-header {
    padding: 0rem;
  }
}
.cid-uHeb5UJ81U .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uHeb5UJ81U .img-col {
  padding: 0;
}
.cid-uHeb5UJ81U .img-item {
  height: 100%;
}
.cid-uHeb5UJ81U img {
  height: 100%;
  object-fit: cover;
}
.cid-uHeb5UJ81U .collapsed span {
  transform: rotate(0deg);
}
.cid-uHeb5UJ81U .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uHeb5UJ81U p {
  margin-bottom: 0.3rem;
}
.cid-uHeb5UJ81U .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-uHeb5UJ81U .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uHeb5UJ81U .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uHeb5UJ81U .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uHeb5UJ81U .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uHeb5UJ81U .panel-text {
  color: #000000;
}
.cid-uHeb5UJ81U .mbr-section-title {
  text-align: center;
  color: #19072a;
}
.cid-uHeb5UJ81U .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uHeb5UJ81U .panel-title-edit,
.cid-uHeb5UJ81U .mbr-iconfont {
  color: #000000;
}
.cid-uHR2YO9YLH {
  background-image: url("../../../assets/images/dsc00516-topaz-denoise-sharpen-1-1320x2346.jpeg");
  position: relative;
}
.cid-uHR2YO9YLH::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #19072a 18%, transparent 90%, #19072a 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uHR2YO9YLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHR2YO9YLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHR2YO9YLH .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uHR2YO9YLH .content-wrapper {
    margin-top: 0;
  }
}
.cid-uHR2YO9YLH .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHR2YO9YLH .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHR2YO9YLH .mbr-section-title {
  color: #ffffff;
}
.cid-uHR2YO9YLH .mbr-text {
  color: #ffffff;
}
.cid-uHR2YO9YLH .mbr-section-title,
.cid-uHR2YO9YLH .mbr-section-btn {
  text-align: center;
}
.cid-uHRyu2gh63 {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRyu2gh63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHRyu2gh63 .container-fluid {
  padding: 0;
}
.cid-uHRyu2gh63 .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-brand {
    width: 100%;
  }
}
.cid-uHRyu2gh63 .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uHRyu2gh63 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uHRyu2gh63 .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uHRyu2gh63 .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uHRyu2gh63 .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uHRyu2gh63 .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uHRyu2gh63 .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uHMqUnjKsc {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #2a1340;
}
.cid-uHMqUnjKsc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHMqUnjKsc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHMqUnjKsc .mbr-section-title {
  padding-left: 60px;
  color: #ffffff;
}
@media (max-width: 1399px) {
  .cid-uHMqUnjKsc .mbr-section-title {
    padding-left: 4.28vw;
  }
}
@media (max-width: 991px) {
  .cid-uHMqUnjKsc .mbr-section-title.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-uHMqUnjKsc .mbr-section-title.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-uHMqUnjKsc .mbr-section-subtitle {
  padding-left: 150px;
  color: #ffffff;
}
@media (max-width: 1399px) {
  .cid-uHMqUnjKsc .mbr-section-subtitle {
    padding-left: 10.7vw;
  }
}
@media (max-width: 991px) {
  .cid-uHMqUnjKsc .mbr-section-subtitle {
    margin-top: 8px;
  }
  .cid-uHMqUnjKsc .mbr-section-subtitle.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-uHMqUnjKsc .mbr-section-subtitle.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-uHMqUnjKsc .mbr-section-btn {
  margin-top: 20px;
  padding-left: 60px;
}
@media (max-width: 1399px) {
  .cid-uHMqUnjKsc .mbr-section-btn {
    padding-left: 4.28vw;
  }
}
#custom-html-38 {
  /* Type valid CSS here */
}
#custom-html-38 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-38 p {
  font-size: 60px;
  color: #777;
}
.cid-uHRyu2gh63 {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRyu2gh63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHRyu2gh63 .container-fluid {
  padding: 0;
}
.cid-uHRyu2gh63 .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-brand {
    width: 100%;
  }
}
.cid-uHRyu2gh63 .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uHRyu2gh63 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uHRyu2gh63 .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uHRyu2gh63 .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uHRyu2gh63 .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uHRyu2gh63 .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uHRyu2gh63 .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uIIpcS8ET5 {
  display: flex;
  background-image: url("../../../assets/images/6-weeks-mediumship-online-816x457.webp");
}
.cid-uIIpcS8ET5 .mbr-overlay {
  background-color: #0c0116;
  opacity: 0.8;
}
.cid-uIIpcS8ET5 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uIIpcS8ET5 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uIIpcS8ET5 {
    align-items: center;
  }
  .cid-uIIpcS8ET5 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIIpcS8ET5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIIpcS8ET5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uIIpcS8ET5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIIpcS8ET5 .content-wrap {
    width: 100%;
  }
}
.cid-uIIpcS8ET5 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uIIpcS8ET5 .mbr-text,
.cid-uIIpcS8ET5 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIIpcS8ET5 .mbr-description {
  text-align: center;
  color: #f5a80c;
}
.cid-uIIDIrkVHR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIIDIrkVHR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIDIrkVHR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIDIrkVHR .mbr-section-head {
  margin-bottom: 90px;
}
@media (max-width: 1399px) {
  .cid-uIIDIrkVHR .mbr-section-head {
    margin-bottom: 6.428vw;
  }
}
.cid-uIIDIrkVHR .mbr-section-title {
  color: #000000;
  position: relative;
  padding-left: calc(1vw + 4vw);
}
@media (max-width: 991px) {
  .cid-uIIDIrkVHR .mbr-section-title {
    padding-left: 6.5vw;
  }
}
.cid-uIIDIrkVHR .mbr-section-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  overflow: hidden;
  background: #d70081;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 991px) {
  .cid-uIIDIrkVHR .mbr-section-title:before {
    width: 18px;
    height: 18px;
  }
}
.cid-uIIDIrkVHR .mbr-section-subtitle {
  position: relative;
  color: #000000;
}
.cid-uIIDIrkVHR .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  border-top: 1px solid #161616;
  border-bottom: 1px solid #161616;
}
.cid-uIIDIrkVHR .item-title {
  color: #161616;
  width: 43%;
  margin-right: auto;
  margin-bottom: 0;
  transition: color 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 991px) {
  .cid-uIIDIrkVHR .item-title {
    width: 100%;
  }
}
.cid-uIIDIrkVHR .mbr-text {
  color: #161616;
  width: 47%;
  margin: 0;
  transition: color 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 991px) {
  .cid-uIIDIrkVHR .mbr-text {
    width: 100%;
  }
}
.cid-uIIDIrkVHR .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 10%;
  margin-left: auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uIIDIrkVHR .icon-wrap {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.cid-uIIDIrkVHR .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #161616;
  transition: color 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 991px) {
  .cid-uIIDIrkVHR .icon-wrap .mbr-iconfont {
    font-size: 16px !important;
  }
}
.cid-uIIDIrkVHR .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 30px 20px 27px;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  background: linear-gradient(to bottom, transparent 0 50%, #f5a80c 50% 100%);
  background-size: 100% 200%;
  background-position: top;
}
.cid-uIIDIrkVHR .item:not(:first-child) {
  border-top: 1px solid #161616;
}
@media (max-width: 991px) {
  .cid-uIIDIrkVHR .item {
    position: relative;
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
    padding: 20px 40px 20px 0;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .cid-uIIDIrkVHR .item:hover {
    background-position: bottom;
  }
  .cid-uIIDIrkVHR .item:hover .item-title,
  .cid-uIIDIrkVHR .item:hover .mbr-text,
  .cid-uIIDIrkVHR .item:hover .mbr-iconfont {
    color: #ffffff;
  }
}
.cid-uIID170xiq {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uIID170xiq .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uIID170xiq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uIID170xiq .container {
    padding: 0 16px;
  }
}
.cid-uIID170xiq .row {
  justify-content: center;
}
.cid-uIID170xiq .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-uIID170xiq .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-uIID170xiq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-uIID170xiq .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 .5rem !important;
    transform: none;
  }
}
.cid-uIID170xiq .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  background-color: #b0a0ff;
}
.cid-uIID170xiq .embla__slide:nth-child(3n) .slide-content .item-wrapper {
  background-color: #f0a2fd;
}
.cid-uIID170xiq .embla__slide:nth-child(4n) .slide-content .item-wrapper {
  background-color: #feb591;
}
.cid-uIID170xiq .embla__slide .slide-content {
  width: 100%;
}
.cid-uIID170xiq .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #c6f15c;
}
@media (max-width: 768px) {
  .cid-uIID170xiq .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uIID170xiq .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uIID170xiq .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uIID170xiq .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uIID170xiq .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-uIID170xiq .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uIID170xiq .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-uIID170xiq .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uIID170xiq .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-uIID170xiq .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-uIID170xiq .embla__button--next,
.cid-uIID170xiq .embla__button--prev {
  display: flex;
}
.cid-uIID170xiq .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f5a80c !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uIID170xiq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uIID170xiq .embla__button:hover {
  opacity: .5;
}
.cid-uIID170xiq .embla__button.embla__button--prev {
  left: 16px;
}
.cid-uIID170xiq .embla__button.embla__button--next {
  right: 16px;
}
.cid-uIID170xiq .embla {
  position: relative;
  width: 100%;
}
.cid-uIID170xiq .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uIID170xiq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uIID170xiq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uIID170xiq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uIID170xiq .item-text {
  color: #000000;
}
.cid-uIID170xiq .item-name {
  color: #000000;
}
.cid-uIID170xiq .item-role {
  color: #000000;
}
#course-order-form {
  /* Type valid CSS here */
}
#course-order-form div {
  padding: 2%;
  color: #777;
  text-align: center;
  background-image: url(https://pub-0bbaf4a6ad0646cdbb1db68117745e90.r2.dev/yellow-texture-bg.png);
}
#course-order-form p {
  font-size: 60px;
  color: #777;
}
.cid-uIJS7R6wIb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIJS7R6wIb .mbr-text {
  color: #000000;
}
.cid-uIJS7R6wIb .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIJS7R6wIb .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uIJS7R6wIb .mbr-section-subtitle,
.cid-uIJS7R6wIb .main-button {
  text-align: left;
  color: #000000;
}
.cid-uIJS7R6wIb .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIJS7R6wIb .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uIJS7R6wIb .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uIJS7R6wIb .panel-group {
  border: none;
}
.cid-uIJS7R6wIb .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uIJS7R6wIb .card-header {
    padding: 0rem;
  }
}
.cid-uIJS7R6wIb .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uIJS7R6wIb .collapsed span {
  transform: rotate(0deg);
}
.cid-uIJS7R6wIb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIJS7R6wIb p {
  margin-bottom: 0.3rem;
}
.cid-uIJS7R6wIb .panel-title-edit {
  color: #000000;
}
.cid-uIJS7R6wIb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uIJS7R6wIb .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uIJS7R6wIb .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIJS7R6wIb .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uIJS7R6wIb .panel-text {
  color: #000000;
}
.cid-uIJS7R6wIb .panel-title-edit,
.cid-uIJS7R6wIb .mbr-iconfont {
  color: #000000;
}
.cid-uIJQVRgRKX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #279898;
}
.cid-uIJQVRgRKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJQVRgRKX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uIJQVRgRKX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIJQVRgRKX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIJQVRgRKX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uIJQVRgRKX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uIJQVRgRKX .mbr-section-title {
  color: #ffffff;
}
.cid-uIJQVRgRKX .mbr-text,
.cid-uIJQVRgRKX .mbr-section-btn {
  color: #ffffff;
}
.cid-uIIkEebXLc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #19072a;
}
.cid-uIIkEebXLc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIkEebXLc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIkEebXLc .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIIkEebXLc .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uIIkEebXLc .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uIIkEebXLc .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uIIkEebXLc .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uIIkEebXLc .header-menu li p {
  margin: 0;
}
.cid-uIIkEebXLc .mbr-section-title {
  color: #ffffff;
}
.cid-uIIkEebXLc .header-menu-item {
  color: #ffffff;
}
.cid-uIIkEebXLc .mbr-text,
.cid-uIIkEebXLc .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uIIkEebXLc .content-head {
  max-width: 800px;
}
.cid-uHRyu2gh63 {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRyu2gh63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHRyu2gh63 .container-fluid {
  padding: 0;
}
.cid-uHRyu2gh63 .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-brand {
    width: 100%;
  }
}
.cid-uHRyu2gh63 .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uHRyu2gh63 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uHRyu2gh63 .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uHRyu2gh63 .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uHRyu2gh63 .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uHRyu2gh63 .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uHRyu2gh63 .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uATrrKlidB {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #2a1340;
}
.cid-uATrrKlidB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uATrrKlidB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uATrrKlidB .mbr-section-title {
  padding-left: 60px;
  color: #ffffff;
}
@media (max-width: 1399px) {
  .cid-uATrrKlidB .mbr-section-title {
    padding-left: 4.28vw;
  }
}
@media (max-width: 991px) {
  .cid-uATrrKlidB .mbr-section-title.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-uATrrKlidB .mbr-section-title.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-uATrrKlidB .mbr-section-subtitle {
  padding-left: 150px;
  color: #ffffff;
}
@media (max-width: 1399px) {
  .cid-uATrrKlidB .mbr-section-subtitle {
    padding-left: 10.7vw;
  }
}
@media (max-width: 991px) {
  .cid-uATrrKlidB .mbr-section-subtitle {
    margin-top: 8px;
  }
  .cid-uATrrKlidB .mbr-section-subtitle.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-uATrrKlidB .mbr-section-subtitle.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-uATrrKlidB .mbr-section-btn {
  margin-top: 20px;
  padding-left: 60px;
}
@media (max-width: 1399px) {
  .cid-uATrrKlidB .mbr-section-btn {
    padding-left: 4.28vw;
  }
}
#fullscreen-section div {
  padding: 5%;
  color: #777;
  text-align: center;
}
#fullscreen-section p {
  font-size: 60px;
  color: #777;
}
#fullscreen-section .fullscreen-section {
  height: 100%;
  /* Full height of the viewport */
  width: 100%;
  /* Full width */
  display: flex;
  /* Optional: Use flexbox for centering content */
  align-items: center;
  /* Vertically center content */
  justify-content: center;
  /* Horizontally center content */
  background-color: #f5f5f5;
  /* Set a background color */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.cid-uIT4diGwtT {
  position: relative;
}
.cid-uIT4diGwtT::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #19072a 18%, transparent 90%, #19072a 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uIT4diGwtT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIT4diGwtT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/fall-back-image-footer-vid.jpg-2000x1055.jpg");
}
.cid-uIT4diGwtT .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uIT4diGwtT .content-wrapper {
    margin-top: 0;
  }
}
.cid-uIT4diGwtT .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIT4diGwtT .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uIT4diGwtT .mbr-section-title {
  color: #ffffff;
}
.cid-uIT4diGwtT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIT4diGwtT .mbr-section-title,
.cid-uIT4diGwtT .mbr-section-btn {
  text-align: center;
}
.cid-uHRyu2gh63 {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRyu2gh63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHRyu2gh63 .container-fluid {
  padding: 0;
}
.cid-uHRyu2gh63 .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-brand {
    width: 100%;
  }
}
.cid-uHRyu2gh63 .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uHRyu2gh63 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uHRyu2gh63 .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uHRyu2gh63 .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uHRyu2gh63 .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uHRyu2gh63 .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uHRyu2gh63 .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRHvYJQWqO {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #2a1340;
}
.cid-uRHvYJQWqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRHvYJQWqO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRHvYJQWqO .mbr-section-title {
  color: #ffffff;
}
.cid-uRHvYJQWqO .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uRHvYJQWqO .mbr-section-btn {
  margin-top: 20px;
}
.cid-uRHvYJQWqO .mbr-section-subtitle,
.cid-uRHvYJQWqO .mbr-section-btn {
  color: #d70081;
}
.cid-uIIgtE96Vu {
  padding-top: 0;
  padding-bottom: 0;
  background-image: linear-gradient(180deg, #f77d06 0, #f5a80c 100%);
}
.cid-uIIgtE96Vu .container-fluid {
  padding: 0;
}
.cid-uIIgtE96Vu .card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uIIgtE96Vu .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uIIgtE96Vu .card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .cid-uIIgtE96Vu .card:hover:before {
    opacity: 0;
  }
  .cid-uIIgtE96Vu .card:hover:after {
    opacity: 1;
  }
  .cid-uIIgtE96Vu .card:hover .image-wrapper {
    border-radius: 40px;
  }
}
.cid-uIIgtE96Vu .card:nth-child(1) {
  background-image: linear-gradient(180deg, #f77d06 0, #f5a80c 100%);
}
.cid-uIIgtE96Vu .card:nth-child(1):before {
  background-image: linear-gradient(180deg, #f77d06 0, #f5a80c 100%);
}
.cid-uIIgtE96Vu .card:nth-child(1):after {
  background-image: linear-gradient(360deg, #f77d06 0, #f5a80c 100%);
}
.cid-uIIgtE96Vu .card:nth-child(2) {
  background-image: linear-gradient(180deg, #f77d06 0, #bb442e 100%);
}
.cid-uIIgtE96Vu .card:nth-child(2):before {
  background-image: linear-gradient(180deg, #f77d06 0, #bb442e 100%);
}
.cid-uIIgtE96Vu .card:nth-child(2):after {
  background-image: linear-gradient(360deg, #f77d06 0, #bb442e 100%);
}
.cid-uIIgtE96Vu .card-wrapper {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 60px;
}
.cid-uIIgtE96Vu .card-title {
  width: 100%;
  margin-bottom: 54px;
  color: #FFFFFF;
}
@media (max-width: 1399px) {
  .cid-uIIgtE96Vu .card-title {
    margin-bottom: 3.85vw;
  }
}
@media (max-width: 767px) {
  .cid-uIIgtE96Vu .card-title {
    margin-bottom: 45px;
  }
}
.cid-uIIgtE96Vu .image-wrapper {
  width: 39.92vw;
  max-width: 600px;
  border-radius: 50%;
  overflow: hidden;
  transition: border-radius 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 991px) {
  .cid-uIIgtE96Vu .image-wrapper {
    width: 70%;
    max-width: 70%;
  }
}
.cid-uIIgtE96Vu .image-wrapper img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.cid-uIIgtE96Vu .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-uIIgtE96Vu .mbr-section-btn {
    margin-top: 3.85vw;
  }
}
@media (max-width: 767px) {
  .cid-uIIgtE96Vu .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uIIgtE96Vu .card-title,
.cid-uIIgtE96Vu .mbr-section-btn {
  color: #ffffff;
}
.cid-uIToboXWpR {
  position: relative;
}
.cid-uIToboXWpR::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #19072a 18%, transparent 90%, #19072a 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uIToboXWpR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIToboXWpR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/image5.jpg");
}
.cid-uIToboXWpR .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uIToboXWpR .content-wrapper {
    margin-top: 0;
  }
}
.cid-uIToboXWpR .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIToboXWpR .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uIToboXWpR .mbr-section-title {
  color: #ffffff;
}
.cid-uIToboXWpR .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIToboXWpR .mbr-section-title,
.cid-uIToboXWpR .mbr-section-btn {
  text-align: center;
}
.cid-uHRyu2gh63 {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRyu2gh63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHRyu2gh63 .container-fluid {
  padding: 0;
}
.cid-uHRyu2gh63 .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-brand {
    width: 100%;
  }
}
.cid-uHRyu2gh63 .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uHRyu2gh63 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uHRyu2gh63 .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uHRyu2gh63 .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uHRyu2gh63 .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uHRyu2gh63 .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uHRyu2gh63 .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uIJtjGxljJ {
  display: flex;
  background-image: url("../../../assets/images/printpeppermint-an-surreal-illustration-of-a-healer-in-trance-s-93e6d8f5-dd32-4bfe-87bb-4d6baa529809.png-1200x673.png");
}
.cid-uIJtjGxljJ .mbr-overlay {
  background-color: #0c0116;
  opacity: 0.8;
}
.cid-uIJtjGxljJ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uIJtjGxljJ .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uIJtjGxljJ {
    align-items: center;
  }
  .cid-uIJtjGxljJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uIJtjGxljJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIJtjGxljJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uIJtjGxljJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uIJtjGxljJ .content-wrap {
    width: 100%;
  }
}
.cid-uIJtjGxljJ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uIJtjGxljJ .mbr-text,
.cid-uIJtjGxljJ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIJtjGxljJ .mbr-description {
  text-align: center;
  color: #f5a80c;
}
.cid-uIJtjHd3te {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIJtjHd3te .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJtjHd3te .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJtjHd3te .mbr-section-head {
  margin-bottom: 90px;
}
@media (max-width: 1399px) {
  .cid-uIJtjHd3te .mbr-section-head {
    margin-bottom: 6.428vw;
  }
}
.cid-uIJtjHd3te .mbr-section-title {
  color: #000000;
  position: relative;
  padding-left: calc(1vw + 4vw);
}
@media (max-width: 991px) {
  .cid-uIJtjHd3te .mbr-section-title {
    padding-left: 6.5vw;
  }
}
.cid-uIJtjHd3te .mbr-section-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  overflow: hidden;
  background: #d70081;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 991px) {
  .cid-uIJtjHd3te .mbr-section-title:before {
    width: 18px;
    height: 18px;
  }
}
.cid-uIJtjHd3te .mbr-section-subtitle {
  position: relative;
  color: #000000;
}
.cid-uIJtjHd3te .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  border-top: 1px solid #161616;
  border-bottom: 1px solid #161616;
}
.cid-uIJtjHd3te .item-title {
  color: #161616;
  width: 43%;
  margin-right: auto;
  margin-bottom: 0;
  transition: color 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uIJtjHd3te .item-title {
    width: 100%;
  }
}
.cid-uIJtjHd3te .mbr-text {
  color: #161616;
  width: 47%;
  margin: 0;
  transition: color 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 991px) {
  .cid-uIJtjHd3te .mbr-text {
    width: 100%;
  }
}
.cid-uIJtjHd3te .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 10%;
  margin-left: auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uIJtjHd3te .icon-wrap {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.cid-uIJtjHd3te .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #161616;
  transition: color 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 991px) {
  .cid-uIJtjHd3te .icon-wrap .mbr-iconfont {
    font-size: 16px !important;
  }
}
.cid-uIJtjHd3te .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 30px 20px 27px;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  background: linear-gradient(to bottom, transparent 0 50%, #f5a80c 50% 100%);
  background-size: 100% 200%;
  background-position: top;
}
.cid-uIJtjHd3te .item:not(:first-child) {
  border-top: 1px solid #161616;
}
@media (max-width: 991px) {
  .cid-uIJtjHd3te .item {
    position: relative;
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
    padding: 20px 40px 20px 0;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .cid-uIJtjHd3te .item:hover {
    background-position: bottom;
  }
  .cid-uIJtjHd3te .item:hover .item-title,
  .cid-uIJtjHd3te .item:hover .mbr-text,
  .cid-uIJtjHd3te .item:hover .mbr-iconfont {
    color: #ffffff;
  }
}
.cid-uIJtjI1kOs {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uIJtjI1kOs .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uIJtjI1kOs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uIJtjI1kOs .container {
    padding: 0 16px;
  }
}
.cid-uIJtjI1kOs .row {
  justify-content: center;
}
.cid-uIJtjI1kOs .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-uIJtjI1kOs .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-uIJtjI1kOs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-uIJtjI1kOs .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 .5rem !important;
    transform: none;
  }
}
.cid-uIJtjI1kOs .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  background-color: #b0a0ff;
}
.cid-uIJtjI1kOs .embla__slide:nth-child(3n) .slide-content .item-wrapper {
  background-color: #f0a2fd;
}
.cid-uIJtjI1kOs .embla__slide:nth-child(4n) .slide-content .item-wrapper {
  background-color: #feb591;
}
.cid-uIJtjI1kOs .embla__slide .slide-content {
  width: 100%;
}
.cid-uIJtjI1kOs .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #c6f15c;
}
@media (max-width: 768px) {
  .cid-uIJtjI1kOs .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uIJtjI1kOs .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uIJtjI1kOs .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uIJtjI1kOs .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uIJtjI1kOs .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-uIJtjI1kOs .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uIJtjI1kOs .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-uIJtjI1kOs .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uIJtjI1kOs .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-uIJtjI1kOs .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-uIJtjI1kOs .embla__button--next,
.cid-uIJtjI1kOs .embla__button--prev {
  display: flex;
}
.cid-uIJtjI1kOs .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f5a80c !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uIJtjI1kOs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uIJtjI1kOs .embla__button:hover {
  opacity: .5;
}
.cid-uIJtjI1kOs .embla__button.embla__button--prev {
  left: 16px;
}
.cid-uIJtjI1kOs .embla__button.embla__button--next {
  right: 16px;
}
.cid-uIJtjI1kOs .embla {
  position: relative;
  width: 100%;
}
.cid-uIJtjI1kOs .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uIJtjI1kOs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uIJtjI1kOs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uIJtjI1kOs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uIJtjI1kOs .item-text {
  color: #000000;
}
.cid-uIJtjI1kOs .item-name {
  color: #000000;
}
.cid-uIJtjI1kOs .item-role {
  color: #000000;
}
#order-form {
  /* Type valid CSS here */
}
#order-form div {
  padding: 2%;
  color: #777;
  text-align: center;
  background-image: url(https://pub-0bbaf4a6ad0646cdbb1db68117745e90.r2.dev/yellow-texture-bg.png);
}
#order-form p {
  font-size: 60px;
  color: #777;
}
.cid-uIJW1o4rUR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uIJW1o4rUR .mbr-text {
  color: #000000;
}
.cid-uIJW1o4rUR .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uIJW1o4rUR .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uIJW1o4rUR .mbr-section-subtitle,
.cid-uIJW1o4rUR .main-button {
  text-align: left;
  color: #000000;
}
.cid-uIJW1o4rUR .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIJW1o4rUR .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uIJW1o4rUR .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uIJW1o4rUR .panel-group {
  border: none;
}
.cid-uIJW1o4rUR .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uIJW1o4rUR .card-header {
    padding: 0rem;
  }
}
.cid-uIJW1o4rUR .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uIJW1o4rUR .collapsed span {
  transform: rotate(0deg);
}
.cid-uIJW1o4rUR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIJW1o4rUR p {
  margin-bottom: 0.3rem;
}
.cid-uIJW1o4rUR .panel-title-edit {
  color: #000000;
}
.cid-uIJW1o4rUR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uIJW1o4rUR .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uIJW1o4rUR .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIJW1o4rUR .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uIJW1o4rUR .panel-text {
  color: #000000;
}
.cid-uIJW1o4rUR .panel-title-edit,
.cid-uIJW1o4rUR .mbr-iconfont {
  color: #000000;
}
.cid-uIJtjKh0UN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #279898;
}
.cid-uIJtjKh0UN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJtjKh0UN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uIJtjKh0UN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIJtjKh0UN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIJtjKh0UN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uIJtjKh0UN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uIJtjKh0UN .mbr-section-title {
  color: #ffffff;
}
.cid-uIJtjKh0UN .mbr-text,
.cid-uIJtjKh0UN .mbr-section-btn {
  color: #ffffff;
}
.cid-uIJtjKOaY4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #19072a;
}
.cid-uIJtjKOaY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJtjKOaY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJtjKOaY4 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIJtjKOaY4 .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uIJtjKOaY4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uIJtjKOaY4 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uIJtjKOaY4 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uIJtjKOaY4 .header-menu li p {
  margin: 0;
}
.cid-uIJtjKOaY4 .mbr-section-title {
  color: #ffffff;
}
.cid-uIJtjKOaY4 .header-menu-item {
  color: #ffffff;
}
.cid-uIJtjKOaY4 .mbr-text,
.cid-uIJtjKOaY4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uIJtjKOaY4 .content-head {
  max-width: 800px;
}
.cid-uIJtjLrDgA {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uIJtjLrDgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJtjLrDgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJtjLrDgA .container-fluid {
  padding: 0;
}
.cid-uIJtjLrDgA .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .col-brand {
    width: 100%;
  }
}
.cid-uIJtjLrDgA .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uIJtjLrDgA .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIJtjLrDgA .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uIJtjLrDgA .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uIJtjLrDgA .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIJtjLrDgA .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIJtjLrDgA .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIJtjLrDgA .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uIJtjLrDgA .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uIJtjLrDgA .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uIJtjLrDgA .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uIJtjLrDgA .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uIJtjLrDgA .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uIJtjLrDgA .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRKIaFcD3D {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #2a1340;
}
.cid-uRKIaFcD3D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRKIaFcD3D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRKIaFcD3D .mbr-section-title {
  color: #ffffff;
}
.cid-uRKIaFcD3D .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uRKIaFcD3D .mbr-section-btn {
  margin-top: 20px;
}
.cid-uRKIaFcD3D .mbr-section-subtitle,
.cid-uRKIaFcD3D .mbr-section-btn {
  color: #d70081;
}
.cid-uIJKimAgve {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #19072a;
}
.cid-uIJKimAgve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJKimAgve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJKimAgve .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIJKimAgve .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uIJKimAgve .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uIJKimAgve .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uIJKimAgve .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uIJKimAgve .header-menu li p {
  margin: 0;
}
.cid-uIJKimAgve .mbr-section-title {
  color: #ffffff;
}
.cid-uIJKimAgve .header-menu-item {
  color: #ffffff;
}
.cid-uIJKimAgve .mbr-text,
.cid-uIJKimAgve .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uIJKimAgve .content-head {
  max-width: 800px;
}
.cid-uIJtjLrDgA {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uIJtjLrDgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJtjLrDgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJtjLrDgA .container-fluid {
  padding: 0;
}
.cid-uIJtjLrDgA .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .col-brand {
    width: 100%;
  }
}
.cid-uIJtjLrDgA .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uIJtjLrDgA .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIJtjLrDgA .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uIJtjLrDgA .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uIJtjLrDgA .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIJtjLrDgA .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIJtjLrDgA .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIJtjLrDgA .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uIJtjLrDgA .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uIJtjLrDgA .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uIJtjLrDgA .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uIJtjLrDgA .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uIJtjLrDgA .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uIJtjLrDgA .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uITmW6gt0g {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #2a1340;
}
.cid-uITmW6gt0g iframe,
.cid-uITmW6gt0g img,
.cid-uITmW6gt0g video {
  width: 100%;
}
.cid-uITmW6gt0g .mbr-section-head {
  margin-bottom: 67px;
}
@media (max-width: 767px) {
  .cid-uITmW6gt0g .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-uITmW6gt0g .mbr-section-title {
  color: #ffffff;
}
.cid-uITmW6gt0g .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uITmW6gt0g .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uITmW6gt0g .mbr-media {
  position: relative;
}
.cid-uITmW6gt0g .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uITmW6gt0g .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uITmW6gt0g .icon-wrap .mbr-iconfont {
  color: #FFFFFF;
  opacity: 0.6;
  font-size: 70px;
}
.cid-uITmW6gt0g .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uITmW6gt0g .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uITmW6gt0g .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uITmW6gt0g .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uITmW6gt0g .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-uITmW6gt0g .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uITmW6gt0g .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
#event-form {
  /* Type valid CSS here */
}
#event-form div {
  padding: 0%;
  color: #777;
  text-align: center;
  background-color: #9740B7;
}
#event-form p {
  font-size: 60px;
  color: #777;
}
.cid-uITmW6W4xA {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uITmW6W4xA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uITmW6W4xA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uITmW6W4xA .container-fluid {
  padding: 0;
}
.cid-uITmW6W4xA .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uITmW6W4xA .col-brand {
    width: 100%;
  }
}
.cid-uITmW6W4xA .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uITmW6W4xA .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uITmW6W4xA .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uITmW6W4xA .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uITmW6W4xA .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uITmW6W4xA .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uITmW6W4xA .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uITmW6W4xA .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uITmW6W4xA .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uITmW6W4xA .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uITmW6W4xA .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uITmW6W4xA .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uITmW6W4xA .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uITmW6W4xA .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uITmW6W4xA .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uITmW6W4xA .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uITmW6W4xA .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uITVLkoMIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uITVLkoMIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/mediumship-spirit-fallback.jpg-1920x1080.jpg");
}
.cid-uITVLkoMIY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uITVLkoMIY .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uITVLkoMIY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uITVLkoMIY .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uITVLkoMIY .container {
    padding: 0 24px;
  }
}
.cid-uITVLkoMIY .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uITVLkoMIY .content-wrapper {
    padding: 0;
  }
}
.cid-uITVLkoMIY .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uITVLkoMIY .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uITVLkoMIY .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uITVLkoMIY .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uITVLkoMIY .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uITVLkoMIY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uITVLkoMIY .mbr-section-title {
  color: #ffffff;
}
.cid-uITVLkoMIY .mbr-desc,
.cid-uITVLkoMIY .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uITVLkoMIY .mbr-text,
.cid-uITVLkoMIY .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uITVLkoMIY .mbr-section-title,
.cid-uITVLkoMIY .mbr-section-btn {
  text-align: center;
}
.cid-uIJtjLrDgA {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uIJtjLrDgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJtjLrDgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJtjLrDgA .container-fluid {
  padding: 0;
}
.cid-uIJtjLrDgA .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .col-brand {
    width: 100%;
  }
}
.cid-uIJtjLrDgA .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uIJtjLrDgA .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIJtjLrDgA .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uIJtjLrDgA .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uIJtjLrDgA .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIJtjLrDgA .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIJtjLrDgA .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIJtjLrDgA .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uIJtjLrDgA .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uIJtjLrDgA .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uIJtjLrDgA .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uIJtjLrDgA .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uIJtjLrDgA .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uIJtjLrDgA .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uITZnFzmaW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uITZnFzmaW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/coaching-mentorship-fallback.jpg-1920x1080.jpg");
}
.cid-uITZnFzmaW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uITZnFzmaW .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uITZnFzmaW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uITZnFzmaW .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uITZnFzmaW .container {
    padding: 0 24px;
  }
}
.cid-uITZnFzmaW .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uITZnFzmaW .content-wrapper {
    padding: 0;
  }
}
.cid-uITZnFzmaW .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uITZnFzmaW .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uITZnFzmaW .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uITZnFzmaW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uITZnFzmaW .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uITZnFzmaW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uITZnFzmaW .mbr-section-title {
  color: #ffffff;
}
.cid-uITZnFzmaW .mbr-desc,
.cid-uITZnFzmaW .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uITZnFzmaW .mbr-text,
.cid-uITZnFzmaW .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uITZnFzmaW .mbr-section-title,
.cid-uITZnFzmaW .mbr-section-btn {
  text-align: center;
}
.cid-uIJtjLrDgA {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uIJtjLrDgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJtjLrDgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJtjLrDgA .container-fluid {
  padding: 0;
}
.cid-uIJtjLrDgA .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .col-brand {
    width: 100%;
  }
}
.cid-uIJtjLrDgA .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uIJtjLrDgA .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIJtjLrDgA .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uIJtjLrDgA .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uIJtjLrDgA .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIJtjLrDgA .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIJtjLrDgA .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIJtjLrDgA .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uIJtjLrDgA .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uIJtjLrDgA .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uIJtjLrDgA .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uIJtjLrDgA .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uIJtjLrDgA .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uIJtjLrDgA .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uIU0WvxYz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIU0WvxYz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/healing-wellness-fallback.jpg-2000x1055.jpg");
}
.cid-uIU0WvxYz7 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uIU0WvxYz7 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIU0WvxYz7 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIU0WvxYz7 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIU0WvxYz7 .container {
    padding: 0 24px;
  }
}
.cid-uIU0WvxYz7 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uIU0WvxYz7 .content-wrapper {
    padding: 0;
  }
}
.cid-uIU0WvxYz7 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uIU0WvxYz7 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uIU0WvxYz7 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uIU0WvxYz7 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uIU0WvxYz7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uIU0WvxYz7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIU0WvxYz7 .mbr-section-title {
  color: #ffffff;
}
.cid-uIU0WvxYz7 .mbr-desc,
.cid-uIU0WvxYz7 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIU0WvxYz7 .mbr-text,
.cid-uIU0WvxYz7 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIU0WvxYz7 .mbr-section-title,
.cid-uIU0WvxYz7 .mbr-section-btn {
  text-align: center;
}
.cid-uIJtjLrDgA {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uIJtjLrDgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJtjLrDgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJtjLrDgA .container-fluid {
  padding: 0;
}
.cid-uIJtjLrDgA .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .col-brand {
    width: 100%;
  }
}
.cid-uIJtjLrDgA .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uIJtjLrDgA .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIJtjLrDgA .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uIJtjLrDgA .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uIJtjLrDgA .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIJtjLrDgA .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIJtjLrDgA .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIJtjLrDgA .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uIJtjLrDgA .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uIJtjLrDgA .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uIJtjLrDgA .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uIJtjLrDgA .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uIJtjLrDgA .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uIJtjLrDgA .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uIU4Tx6LYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIU4Tx6LYw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/past-life-regression-fallback.jpg-1512x1080.jpg");
}
.cid-uIU4Tx6LYw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uIU4Tx6LYw .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIU4Tx6LYw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIU4Tx6LYw .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uIU4Tx6LYw .container {
    padding: 0 24px;
  }
}
.cid-uIU4Tx6LYw .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uIU4Tx6LYw .content-wrapper {
    padding: 0;
  }
}
.cid-uIU4Tx6LYw .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uIU4Tx6LYw .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uIU4Tx6LYw .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uIU4Tx6LYw .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uIU4Tx6LYw .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uIU4Tx6LYw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIU4Tx6LYw .mbr-section-title {
  color: #ffffff;
}
.cid-uIU4Tx6LYw .mbr-desc,
.cid-uIU4Tx6LYw .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIU4Tx6LYw .mbr-text,
.cid-uIU4Tx6LYw .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIU4Tx6LYw .mbr-section-title,
.cid-uIU4Tx6LYw .mbr-section-btn {
  text-align: center;
}
.cid-uIJtjLrDgA {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uIJtjLrDgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJtjLrDgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJtjLrDgA .container-fluid {
  padding: 0;
}
.cid-uIJtjLrDgA .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .col-brand {
    width: 100%;
  }
}
.cid-uIJtjLrDgA .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uIJtjLrDgA .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIJtjLrDgA .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uIJtjLrDgA .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uIJtjLrDgA .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIJtjLrDgA .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIJtjLrDgA .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIJtjLrDgA .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uIJtjLrDgA .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uIJtjLrDgA .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uIJtjLrDgA .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uIJtjLrDgA .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uIJtjLrDgA .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uIJtjLrDgA .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uITTvGR4W5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uITTvGR4W5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/psychic-intuitive-fallback.jpg-2000x1055.jpg");
}
.cid-uITTvGR4W5 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uITTvGR4W5 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uITTvGR4W5 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uITTvGR4W5 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uITTvGR4W5 .container {
    padding: 0 24px;
  }
}
.cid-uITTvGR4W5 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uITTvGR4W5 .content-wrapper {
    padding: 0;
  }
}
.cid-uITTvGR4W5 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uITTvGR4W5 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uITTvGR4W5 .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uITTvGR4W5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uITTvGR4W5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uITTvGR4W5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uITTvGR4W5 .mbr-section-title {
  color: #ffffff;
}
.cid-uITTvGR4W5 .mbr-desc,
.cid-uITTvGR4W5 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uITTvGR4W5 .mbr-text,
.cid-uITTvGR4W5 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uITTvGR4W5 .mbr-section-title,
.cid-uITTvGR4W5 .mbr-section-btn {
  text-align: center;
}
.cid-uL9nhWO309 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uL9nhWO309 h6 {
  line-height: 1.2;
}
.cid-uL9nhWO309 img,
.cid-uL9nhWO309 .item-img {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.cid-uL9nhWO309 .item:focus,
.cid-uL9nhWO309 span:focus {
  outline: none;
}
.cid-uL9nhWO309 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uL9nhWO309 .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uL9nhWO309 .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uL9nhWO309 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  padding: 1rem;
}
.cid-uL9nhWO309 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uL9nhWO309 .mbr-section-title {
  color: #000000;
}
.cid-uL9nhWO309 .mbr-text,
.cid-uL9nhWO309 .mbr-section-btn {
  color: #000000;
}
.cid-uL9nhWO309 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uL9nhWO309 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uL9nhWO309 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uL9nhWO309 .content-head {
  max-width: 800px;
}
.cid-uL9wJNESaD {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #0c0116;
}
.cid-uL9wJNESaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9wJNESaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL9wJNESaD .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uL9wJNESaD .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uL9wJNESaD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uL9wJNESaD .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uL9wJNESaD .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uL9wJNESaD .header-menu li p {
  margin: 0;
}
.cid-uL9wJNESaD .mbr-section-title {
  color: #ffffff;
}
.cid-uL9wJNESaD .header-menu-item {
  color: #ffffff;
}
.cid-uL9wJNESaD .mbr-text,
.cid-uL9wJNESaD .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uL9wJNESaD .content-head {
  max-width: 800px;
}
.cid-uL9wriyyFv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uL9wriyyFv .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uL9wriyyFv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uL9wriyyFv .container {
    padding: 0 16px;
  }
}
.cid-uL9wriyyFv .row {
  justify-content: center;
}
.cid-uL9wriyyFv .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-uL9wriyyFv .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-uL9wriyyFv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-uL9wriyyFv .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 .5rem !important;
    transform: none;
  }
}
.cid-uL9wriyyFv .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  background-color: #b0a0ff;
}
.cid-uL9wriyyFv .embla__slide:nth-child(3n) .slide-content .item-wrapper {
  background-color: #f0a2fd;
}
.cid-uL9wriyyFv .embla__slide:nth-child(4n) .slide-content .item-wrapper {
  background-color: #feb591;
}
.cid-uL9wriyyFv .embla__slide .slide-content {
  width: 100%;
}
.cid-uL9wriyyFv .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #c6f15c;
}
@media (max-width: 768px) {
  .cid-uL9wriyyFv .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uL9wriyyFv .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uL9wriyyFv .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uL9wriyyFv .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uL9wriyyFv .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-uL9wriyyFv .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uL9wriyyFv .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-uL9wriyyFv .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uL9wriyyFv .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-uL9wriyyFv .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-uL9wriyyFv .embla__button--next,
.cid-uL9wriyyFv .embla__button--prev {
  display: flex;
}
.cid-uL9wriyyFv .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f5a80c !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uL9wriyyFv .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uL9wriyyFv .embla__button:hover {
  opacity: .5;
}
.cid-uL9wriyyFv .embla__button.embla__button--prev {
  left: 16px;
}
.cid-uL9wriyyFv .embla__button.embla__button--next {
  right: 16px;
}
.cid-uL9wriyyFv .embla {
  position: relative;
  width: 100%;
}
.cid-uL9wriyyFv .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uL9wriyyFv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uL9wriyyFv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uL9wriyyFv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uL9wriyyFv .item-text {
  color: #000000;
}
.cid-uL9wriyyFv .item-name {
  color: #000000;
}
.cid-uL9wriyyFv .item-role {
  color: #000000;
}
.cid-uL9oTCvLev {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uL9oTCvLev .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9oTCvLev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uL9oTCvLev .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL9oTCvLev .row {
  flex-direction: row-reverse;
}
.cid-uL9oTCvLev .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL9oTCvLev .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL9oTCvLev .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL9oTCvLev .mbr-section-title {
  color: #000000;
}
.cid-uL9oTCvLev .mbr-text,
.cid-uL9oTCvLev .mbr-section-btn {
  color: #000000;
}
.cid-uL9oUukuzN {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uL9oUukuzN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9oUukuzN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uL9oUukuzN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL9oUukuzN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL9oUukuzN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL9oUukuzN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL9oUukuzN .mbr-section-title {
  color: #000000;
}
.cid-uL9oUukuzN .mbr-text,
.cid-uL9oUukuzN .mbr-section-btn {
  color: #000000;
}
.cid-uL9oVrGCgm {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uL9oVrGCgm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9oVrGCgm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uL9oVrGCgm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL9oVrGCgm .row {
  flex-direction: row-reverse;
}
.cid-uL9oVrGCgm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL9oVrGCgm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL9oVrGCgm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uL9oVrGCgm .mbr-section-title {
  color: #000000;
}
.cid-uL9oVrGCgm .mbr-text,
.cid-uL9oVrGCgm .mbr-section-btn {
  color: #000000;
}
.cid-uL9p1fMpdM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #017373;
}
.cid-uL9p1fMpdM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL9p1fMpdM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL9p1fMpdM .card-wrapper {
  background: #49afaf;
}
@media (max-width: 767px) {
  .cid-uL9p1fMpdM .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uL9p1fMpdM .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uL9p1fMpdM .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uL9p1fMpdM .mbr-text,
.cid-uL9p1fMpdM .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uL9p1fMpdM .card-title,
.cid-uL9p1fMpdM .card-box {
  text-align: center;
  color: #000000;
}
.cid-uIJtjLrDgA {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uIJtjLrDgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJtjLrDgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJtjLrDgA .container-fluid {
  padding: 0;
}
.cid-uIJtjLrDgA .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .col-brand {
    width: 100%;
  }
}
.cid-uIJtjLrDgA .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uIJtjLrDgA .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIJtjLrDgA .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uIJtjLrDgA .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uIJtjLrDgA .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIJtjLrDgA .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIJtjLrDgA .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIJtjLrDgA .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uIJtjLrDgA .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uIJtjLrDgA .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uIJtjLrDgA .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uIJtjLrDgA .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uIJtjLrDgA .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uIJtjLrDgA .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLa0FqK7xq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLa0FqK7xq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/psychic-readings-love-relationships-fallback.jpg-2000x1029.jpg");
}
.cid-uLa0FqK7xq .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLa0FqK7xq .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLa0FqK7xq .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLa0FqK7xq .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLa0FqK7xq .container {
    padding: 0 24px;
  }
}
.cid-uLa0FqK7xq .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uLa0FqK7xq .content-wrapper {
    padding: 0;
  }
}
.cid-uLa0FqK7xq .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uLa0FqK7xq .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uLa0FqK7xq .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uLa0FqK7xq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLa0FqK7xq .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uLa0FqK7xq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLa0FqK7xq .mbr-section-title {
  color: #ffffff;
}
.cid-uLa0FqK7xq .mbr-desc,
.cid-uLa0FqK7xq .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLa0FqK7xq .mbr-text,
.cid-uLa0FqK7xq .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLa0FqK7xq .mbr-section-title,
.cid-uLa0FqK7xq .mbr-section-btn {
  text-align: center;
}
.cid-uLap037VOO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uLap037VOO img,
.cid-uLap037VOO .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uLap037VOO .item:focus,
.cid-uLap037VOO span:focus {
  outline: none;
}
.cid-uLap037VOO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLap037VOO .item {
    margin-bottom: 1rem;
  }
}
.cid-uLap037VOO .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLap037VOO .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uLap037VOO .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uLap037VOO .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uLap037VOO .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uLap037VOO .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uLap037VOO .mbr-section-title {
  color: #232323;
}
.cid-uLap037VOO .mbr-text,
.cid-uLap037VOO .mbr-section-btn {
  text-align: center;
}
.cid-uLap037VOO .item-title {
  text-align: left;
}
.cid-uLap037VOO .content-head {
  max-width: 800px;
}
.cid-uLap037VOO .mbr-text,
.cid-uLap037VOO .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uLa36z89Rh {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #0c0116;
}
.cid-uLa36z89Rh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLa36z89Rh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLa36z89Rh .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uLa36z89Rh .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uLa36z89Rh .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLa36z89Rh .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLa36z89Rh .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLa36z89Rh .header-menu li p {
  margin: 0;
}
.cid-uLa36z89Rh .mbr-section-title {
  color: #ffffff;
}
.cid-uLa36z89Rh .header-menu-item {
  color: #ffffff;
}
.cid-uLa36z89Rh .mbr-text,
.cid-uLa36z89Rh .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uLa36z89Rh .content-head {
  max-width: 800px;
}
.cid-uLa36YDfcN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uLa36YDfcN .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uLa36YDfcN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uLa36YDfcN .container {
    padding: 0 16px;
  }
}
.cid-uLa36YDfcN .row {
  justify-content: center;
}
.cid-uLa36YDfcN .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-uLa36YDfcN .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-uLa36YDfcN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-uLa36YDfcN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 .5rem !important;
    transform: none;
  }
}
.cid-uLa36YDfcN .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  background-color: #b0a0ff;
}
.cid-uLa36YDfcN .embla__slide:nth-child(3n) .slide-content .item-wrapper {
  background-color: #f0a2fd;
}
.cid-uLa36YDfcN .embla__slide:nth-child(4n) .slide-content .item-wrapper {
  background-color: #feb591;
}
.cid-uLa36YDfcN .embla__slide .slide-content {
  width: 100%;
}
.cid-uLa36YDfcN .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #c6f15c;
}
@media (max-width: 768px) {
  .cid-uLa36YDfcN .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uLa36YDfcN .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uLa36YDfcN .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uLa36YDfcN .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uLa36YDfcN .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-uLa36YDfcN .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uLa36YDfcN .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-uLa36YDfcN .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uLa36YDfcN .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-uLa36YDfcN .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-uLa36YDfcN .embla__button--next,
.cid-uLa36YDfcN .embla__button--prev {
  display: flex;
}
.cid-uLa36YDfcN .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f5a80c !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uLa36YDfcN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLa36YDfcN .embla__button:hover {
  opacity: .5;
}
.cid-uLa36YDfcN .embla__button.embla__button--prev {
  left: 16px;
}
.cid-uLa36YDfcN .embla__button.embla__button--next {
  right: 16px;
}
.cid-uLa36YDfcN .embla {
  position: relative;
  width: 100%;
}
.cid-uLa36YDfcN .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uLa36YDfcN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLa36YDfcN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLa36YDfcN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLa36YDfcN .item-text {
  color: #000000;
}
.cid-uLa36YDfcN .item-name {
  color: #000000;
}
.cid-uLa36YDfcN .item-role {
  color: #000000;
}
.cid-uLa3bcbEUY {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uLa3bcbEUY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLa3bcbEUY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLa3bcbEUY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLa3bcbEUY .row {
  flex-direction: row-reverse;
}
.cid-uLa3bcbEUY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLa3bcbEUY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLa3bcbEUY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLa3bcbEUY .mbr-section-title {
  color: #000000;
}
.cid-uLa3bcbEUY .mbr-text,
.cid-uLa3bcbEUY .mbr-section-btn {
  color: #000000;
}
.cid-uLa3bC6iKK {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uLa3bC6iKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLa3bC6iKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLa3bC6iKK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLa3bC6iKK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLa3bC6iKK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLa3bC6iKK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLa3bC6iKK .mbr-section-title {
  color: #000000;
}
.cid-uLa3bC6iKK .mbr-text,
.cid-uLa3bC6iKK .mbr-section-btn {
  color: #000000;
}
.cid-uLa3c0cYAG {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uLa3c0cYAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLa3c0cYAG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLa3c0cYAG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLa3c0cYAG .row {
  flex-direction: row-reverse;
}
.cid-uLa3c0cYAG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLa3c0cYAG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLa3c0cYAG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLa3c0cYAG .mbr-section-title {
  color: #000000;
}
.cid-uLa3c0cYAG .mbr-text,
.cid-uLa3c0cYAG .mbr-section-btn {
  color: #000000;
}
.cid-uLa7UEBJWz {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uLa7UEBJWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLa7UEBJWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLa7UEBJWz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLa7UEBJWz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLa7UEBJWz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLa7UEBJWz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLa7UEBJWz .mbr-section-title {
  color: #000000;
}
.cid-uLa7UEBJWz .mbr-text,
.cid-uLa7UEBJWz .mbr-section-btn {
  color: #000000;
}
.cid-uIJtjLrDgA {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uIJtjLrDgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJtjLrDgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIJtjLrDgA .container-fluid {
  padding: 0;
}
.cid-uIJtjLrDgA .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .col-brand {
    width: 100%;
  }
}
.cid-uIJtjLrDgA .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uIJtjLrDgA .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uIJtjLrDgA .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uIJtjLrDgA .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uIJtjLrDgA .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uIJtjLrDgA .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uIJtjLrDgA .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uIJtjLrDgA .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uIJtjLrDgA .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uIJtjLrDgA .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uIJtjLrDgA .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uIJtjLrDgA .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uIJtjLrDgA .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uIJtjLrDgA .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uIJtjLrDgA .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLbpp51ZTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbpp51ZTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/psychic-readings-destiny-life-path-fallback.jpg-1920x1080.jpg");
}
.cid-uLbpp51ZTT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLbpp51ZTT .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLbpp51ZTT .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLbpp51ZTT .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLbpp51ZTT .container {
    padding: 0 24px;
  }
}
.cid-uLbpp51ZTT .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uLbpp51ZTT .content-wrapper {
    padding: 0;
  }
}
.cid-uLbpp51ZTT .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uLbpp51ZTT .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uLbpp51ZTT .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uLbpp51ZTT .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLbpp51ZTT .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uLbpp51ZTT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLbpp51ZTT .mbr-section-title {
  color: #ffffff;
}
.cid-uLbpp51ZTT .mbr-desc,
.cid-uLbpp51ZTT .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLbpp51ZTT .mbr-text,
.cid-uLbpp51ZTT .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLbpp51ZTT .mbr-section-title,
.cid-uLbpp51ZTT .mbr-section-btn {
  text-align: center;
}
.cid-uLbpp8a2WH {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uLbpp8a2WH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbpp8a2WH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbpp8a2WH .container-fluid {
  padding: 0;
}
.cid-uLbpp8a2WH .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uLbpp8a2WH .col-brand {
    width: 100%;
  }
}
.cid-uLbpp8a2WH .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uLbpp8a2WH .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uLbpp8a2WH .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uLbpp8a2WH .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uLbpp8a2WH .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uLbpp8a2WH .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uLbpp8a2WH .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uLbpp8a2WH .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uLbpp8a2WH .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uLbpp8a2WH .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uLbpp8a2WH .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uLbpp8a2WH .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uLbpp8a2WH .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uLbpp8a2WH .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uLbpp8a2WH .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uLbpp8a2WH .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uLbpp8a2WH .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLbM7vcrwz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbM7vcrwz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/psychic-readings-money-prosperity-fallback.jpg-1920x1080.jpg");
}
.cid-uLbM7vcrwz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLbM7vcrwz .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLbM7vcrwz .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLbM7vcrwz .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLbM7vcrwz .container {
    padding: 0 24px;
  }
}
.cid-uLbM7vcrwz .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uLbM7vcrwz .content-wrapper {
    padding: 0;
  }
}
.cid-uLbM7vcrwz .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uLbM7vcrwz .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uLbM7vcrwz .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uLbM7vcrwz .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLbM7vcrwz .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uLbM7vcrwz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLbM7vcrwz .mbr-section-title {
  color: #ffffff;
}
.cid-uLbM7vcrwz .mbr-desc,
.cid-uLbM7vcrwz .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLbM7vcrwz .mbr-text,
.cid-uLbM7vcrwz .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLbM7vcrwz .mbr-section-title,
.cid-uLbM7vcrwz .mbr-section-btn {
  text-align: center;
}
.cid-uLbM7wvX9n {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uLbM7wvX9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbM7wvX9n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbM7wvX9n .container-fluid {
  padding: 0;
}
.cid-uLbM7wvX9n .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uLbM7wvX9n .col-brand {
    width: 100%;
  }
}
.cid-uLbM7wvX9n .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uLbM7wvX9n .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uLbM7wvX9n .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uLbM7wvX9n .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uLbM7wvX9n .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uLbM7wvX9n .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uLbM7wvX9n .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uLbM7wvX9n .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uLbM7wvX9n .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uLbM7wvX9n .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uLbM7wvX9n .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uLbM7wvX9n .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uLbM7wvX9n .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uLbM7wvX9n .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uLbM7wvX9n .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uLbM7wvX9n .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uLbM7wvX9n .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLbRXiWSgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbRXiWSgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/spiritual-readings-psychic-readings-fallback.jpg-2000x1055.jpg");
}
.cid-uLbRXiWSgf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLbRXiWSgf .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLbRXiWSgf .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLbRXiWSgf .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLbRXiWSgf .container {
    padding: 0 24px;
  }
}
.cid-uLbRXiWSgf .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uLbRXiWSgf .content-wrapper {
    padding: 0;
  }
}
.cid-uLbRXiWSgf .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uLbRXiWSgf .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uLbRXiWSgf .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uLbRXiWSgf .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLbRXiWSgf .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uLbRXiWSgf .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLbRXiWSgf .mbr-section-title {
  color: #ffffff;
}
.cid-uLbRXiWSgf .mbr-desc,
.cid-uLbRXiWSgf .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLbRXiWSgf .mbr-text,
.cid-uLbRXiWSgf .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLbRXiWSgf .mbr-section-title,
.cid-uLbRXiWSgf .mbr-section-btn {
  text-align: center;
}
.cid-uLbRXjhUoU {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uLbRXjhUoU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLbRXjhUoU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLbRXjhUoU .container-fluid {
  padding: 0;
}
.cid-uLbRXjhUoU .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uLbRXjhUoU .col-brand {
    width: 100%;
  }
}
.cid-uLbRXjhUoU .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uLbRXjhUoU .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uLbRXjhUoU .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uLbRXjhUoU .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uLbRXjhUoU .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uLbRXjhUoU .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uLbRXjhUoU .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uLbRXjhUoU .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uLbRXjhUoU .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uLbRXjhUoU .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uLbRXjhUoU .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uLbRXjhUoU .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uLbRXjhUoU .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uLbRXjhUoU .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uLbRXjhUoU .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uLbRXjhUoU .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uLbRXjhUoU .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uLcyBoctxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcyBoctxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/career-work-psychic-readings-fallback.jpg-2000x1055.jpg");
}
.cid-uLcyBoctxK .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLcyBoctxK .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLcyBoctxK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLcyBoctxK .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uLcyBoctxK .container {
    padding: 0 24px;
  }
}
.cid-uLcyBoctxK .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uLcyBoctxK .content-wrapper {
    padding: 0;
  }
}
.cid-uLcyBoctxK .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uLcyBoctxK .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uLcyBoctxK .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uLcyBoctxK .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLcyBoctxK .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uLcyBoctxK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLcyBoctxK .mbr-section-title {
  color: #ffffff;
}
.cid-uLcyBoctxK .mbr-desc,
.cid-uLcyBoctxK .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLcyBoctxK .mbr-text,
.cid-uLcyBoctxK .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLcyBoctxK .mbr-section-title,
.cid-uLcyBoctxK .mbr-section-btn {
  text-align: center;
}
.cid-uLcyBowkXb {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uLcyBowkXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLcyBowkXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLcyBowkXb .container-fluid {
  padding: 0;
}
.cid-uLcyBowkXb .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uLcyBowkXb .col-brand {
    width: 100%;
  }
}
.cid-uLcyBowkXb .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uLcyBowkXb .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uLcyBowkXb .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uLcyBowkXb .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uLcyBowkXb .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uLcyBowkXb .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uLcyBowkXb .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uLcyBowkXb .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uLcyBowkXb .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uLcyBowkXb .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uLcyBowkXb .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uLcyBowkXb .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uLcyBowkXb .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uLcyBowkXb .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uLcyBowkXb .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uLcyBowkXb .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uLcyBowkXb .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMzWxyTrLT {
  display: flex;
  background-image: url("../../../assets/images/free-psychic-reading-online-zoom-event-2.png-2-898x898.png");
}
.cid-uMzWxyTrLT .mbr-overlay {
  background-color: #2a1340;
  opacity: 0.8;
}
.cid-uMzWxyTrLT .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uMzWxyTrLT .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uMzWxyTrLT {
    align-items: center;
  }
  .cid-uMzWxyTrLT .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMzWxyTrLT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMzWxyTrLT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMzWxyTrLT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMzWxyTrLT .content-wrap {
    width: 100%;
  }
}
.cid-uMzWxyTrLT .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMzWxyTrLT .mbr-text,
.cid-uMzWxyTrLT .mbr-section-btn {
  text-align: center;
  color: #f5a80c;
}
.cid-uMzWxyTrLT .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uMA0onIaI5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ac65dc;
}
.cid-uMA0onIaI5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMA0onIaI5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMA0onIaI5 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uMA0onIaI5 .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uMA0onIaI5 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMA15qLr5O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMA15qLr5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMA15qLr5O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMA15qLr5O .mbr-section-head {
  margin-bottom: 90px;
}
@media (max-width: 1399px) {
  .cid-uMA15qLr5O .mbr-section-head {
    margin-bottom: 6.428vw;
  }
}
.cid-uMA15qLr5O .mbr-section-title {
  color: #161616;
  position: relative;
  padding-left: calc(2.5vw + 4vw);
}
@media (max-width: 991px) {
  .cid-uMA15qLr5O .mbr-section-title {
    padding-left: 6.5vw;
  }
}
.cid-uMA15qLr5O .mbr-section-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  overflow: hidden;
  background: #ac65dc;
  transition: all 0.4s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 991px) {
  .cid-uMA15qLr5O .mbr-section-title:before {
    width: 18px;
    height: 18px;
  }
}
.cid-uMA15qLr5O .mbr-section-subtitle {
  position: relative;
  color: #161616;
}
.cid-uMA15qLr5O .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  border-top: 1px solid #161616;
  border-bottom: 1px solid #161616;
}
.cid-uMA15qLr5O .item-title {
  color: #161616;
  width: 43%;
  margin-right: auto;
  margin-bottom: 0;
  transition: color 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 991px) {
  .cid-uMA15qLr5O .item-title {
    width: 100%;
  }
}
.cid-uMA15qLr5O .mbr-text {
  color: #161616;
  width: 47%;
  margin: 0;
  transition: color 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 991px) {
  .cid-uMA15qLr5O .mbr-text {
    width: 100%;
  }
}
.cid-uMA15qLr5O .icon-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 10%;
  margin-left: auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uMA15qLr5O .icon-wrap {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.cid-uMA15qLr5O .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #161616;
  transition: color 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (max-width: 991px) {
  .cid-uMA15qLr5O .icon-wrap .mbr-iconfont {
    font-size: 16px !important;
  }
}
.cid-uMA15qLr5O .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 30px 20px 27px;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  background: linear-gradient(to bottom, transparent 0 50%, #f5a80c 50% 100%);
  background-size: 100% 200%;
  background-position: top;
}
.cid-uMA15qLr5O .item:not(:first-child) {
  border-top: 1px solid #161616;
}
@media (max-width: 991px) {
  .cid-uMA15qLr5O .item {
    position: relative;
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
    padding: 20px 40px 20px 0;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .cid-uMA15qLr5O .item:hover {
    background-position: bottom;
  }
  .cid-uMA15qLr5O .item:hover .item-title,
  .cid-uMA15qLr5O .item:hover .mbr-text,
  .cid-uMA15qLr5O .item:hover .mbr-iconfont {
    color: #ffffff;
  }
}
.cid-uMA6OlkuxO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMA6OlkuxO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMA6OlkuxO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMA6OlkuxO .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
  background-color: #ac65dc;
  position: relative;
}
.cid-uMA6OlkuxO .row:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5rem;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background-color: #ac65dc;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uMA6OlkuxO .row:before {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}
.cid-uMA6OlkuxO .row:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 5rem;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #ac65dc;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uMA6OlkuxO .row:after {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.cid-uMA6OlkuxO .image-wrapper {
  position: sticky;
  top: 130px;
  padding-left: 1.4vw;
}
.cid-uMA6OlkuxO .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 230px;
}
.cid-uMA6OlkuxO .card-wrapper {
  padding-right: 1.4vw;
  padding-left: 132px;
}
@media (max-width: 1399px) {
  .cid-uMA6OlkuxO .card-wrapper {
    padding-left: 9.43vw;
  }
}
@media (max-width: 991px) {
  .cid-uMA6OlkuxO .card-wrapper {
    padding-right: 9.43vw;
    padding-left: 1.4vw;
  }
}
@media (max-width: 575px) {
  .cid-uMA6OlkuxO .card-wrapper {
    padding-right: 8vw;
    padding-left: 1.5vw;
  }
}
.cid-uMA6OlkuxO .card-title {
  color: #2A1340;
  margin-bottom: 18px;
}
.cid-uMA6OlkuxO .card-subtitle {
  color: #2A1340;
  margin-bottom: 160px;
}
@media (max-width: 1399px) and (min-width: 768px) {
  .cid-uMA6OlkuxO .card-subtitle {
    margin-bottom: 11.78vw;
  }
  .cid-uMA6OlkuxO .card-subtitle.display-1 {
    font-size: 7.143vw !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-uMA6OlkuxO .card-subtitle {
    margin-bottom: 40px;
  }
  .cid-uMA6OlkuxO .card-subtitle.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
.cid-uMA6OlkuxO .mbr-text {
  width: 23.2vw;
  margin-left: auto;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uMA6OlkuxO .mbr-text {
    width: 100%;
  }
}
.cid-uMA6OlkuxO .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMAbc2uEWD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bb442e;
  background-image: linear-gradient(180deg, #bb442e 0, #f77d06 100%);
}
.cid-uMAbc2uEWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAbc2uEWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMAbc2uEWD .container-fluid {
  padding: 0;
}
.cid-uMAbc2uEWD .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 60px;
}
.cid-uMAbc2uEWD .card-wrapper .image-wrapper {
  width: 39.3vw;
  height: auto;
  border-radius: 9.28vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uMAbc2uEWD .card-wrapper .image-wrapper {
    display: none;
  }
}
.cid-uMAbc2uEWD .card-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uMAbc2uEWD .card-title {
  width: 100%;
  margin-bottom: 3.857vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uMAbc2uEWD .card-title {
    width: 100%;
    margin-bottom: 0;
  }
}
.cid-uMAbc2uEWD .mbr-text {
  position: relative;
  width: 23.22vw;
  margin-bottom: 0;
  margin-top: 4.71vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uMAbc2uEWD .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uMAbc2uEWD .mbr-text {
    margin-top: 40px;
  }
}
.cid-uMAbc2uEWD .mbr-section-btn {
  margin-top: 3vw;
}
@media (max-width: 991px) {
  .cid-uMAbc2uEWD .mbr-section-btn {
    margin-top: 3.51vw;
  }
}
@media (max-width: 767px) {
  .cid-uMAbc2uEWD .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uMAbc2uEWD .mbr-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  min-height: 10.57vw;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-uMAbc2uEWD .mbr-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-uMAbc2uEWD .mbr-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uMAbc2uEWD .mbr-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-uMAbc2uEWD .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uMAbc2uEWD .image-wrapper {
    display: none;
  }
}
.cid-uMAbc2uEWD .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMAjsc4N4f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a1340;
}
.cid-uMAjsc4N4f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAjsc4N4f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMAjsc4N4f .mbr-section-title {
  color: #FFFFFF;
}
.cid-uMAjsc4N4f .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uMAjsc4N4f .mbr-section-btn {
  margin-top: 20px;
}
#wednesday-calendar {
  /* Type valid CSS here */
}
#wednesday-calendar div {
  padding: 0px;
  color: #777;
  text-align: center;
}
#wednesday-calendar p {
  font-size: 60px;
  color: #777;
}
#registration-form {
  /* Type valid CSS here */
}
#registration-form div {
  padding: 5%;
  color: #777;
  text-align: center;
  background-image: url(https://pub-0bbaf4a6ad0646cdbb1db68117745e90.r2.dev/yellow-texture-bg.png);
}
#registration-form p {
  font-size: 60px;
  color: #777;
}
.cid-uMAl1UiWGp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uMAl1UiWGp .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uMAl1UiWGp .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uMAl1UiWGp .container {
    padding: 0 16px;
  }
}
.cid-uMAl1UiWGp .row {
  justify-content: center;
}
.cid-uMAl1UiWGp .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-uMAl1UiWGp .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-uMAl1UiWGp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  .cid-uMAl1UiWGp .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 .5rem !important;
    transform: none;
  }
}
.cid-uMAl1UiWGp .embla__slide:nth-child(2n) .slide-content .item-wrapper {
  background-color: #b0a0ff;
}
.cid-uMAl1UiWGp .embla__slide:nth-child(3n) .slide-content .item-wrapper {
  background-color: #f0a2fd;
}
.cid-uMAl1UiWGp .embla__slide:nth-child(4n) .slide-content .item-wrapper {
  background-color: #feb591;
}
.cid-uMAl1UiWGp .embla__slide .slide-content {
  width: 100%;
}
.cid-uMAl1UiWGp .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #c6f15c;
}
@media (max-width: 768px) {
  .cid-uMAl1UiWGp .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uMAl1UiWGp .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uMAl1UiWGp .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uMAl1UiWGp .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uMAl1UiWGp .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
    display: block;
  }
}
.cid-uMAl1UiWGp .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .image-wrap img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uMAl1UiWGp .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-uMAl1UiWGp .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uMAl1UiWGp .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-name {
  margin-bottom: 0;
}
.cid-uMAl1UiWGp .embla__slide .slide-content .item-wrapper .image-wrapper .item-img .person-wrap .item-role {
  margin-bottom: 0;
}
.cid-uMAl1UiWGp .embla__button--next,
.cid-uMAl1UiWGp .embla__button--prev {
  display: flex;
}
.cid-uMAl1UiWGp .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f5a80c !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uMAl1UiWGp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uMAl1UiWGp .embla__button:hover {
  opacity: .5;
}
.cid-uMAl1UiWGp .embla__button.embla__button--prev {
  left: 16px;
}
.cid-uMAl1UiWGp .embla__button.embla__button--next {
  right: 16px;
}
.cid-uMAl1UiWGp .embla {
  position: relative;
  width: 100%;
}
.cid-uMAl1UiWGp .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uMAl1UiWGp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uMAl1UiWGp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uMAl1UiWGp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMAl1UiWGp .item-text {
  color: #000000;
}
.cid-uMAl1UiWGp .item-name {
  color: #000000;
}
.cid-uMAl1UiWGp .item-role {
  color: #000000;
}
.cid-uMAlivwLbu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dfdfdf;
}
.cid-uMAlivwLbu .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uMAlivwLbu .panel-group {
  border: none;
}
.cid-uMAlivwLbu .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uMAlivwLbu .card-header {
    padding: 0rem;
  }
}
.cid-uMAlivwLbu .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uMAlivwLbu .img-col {
  padding: 0;
}
.cid-uMAlivwLbu .img-item {
  height: 100%;
}
.cid-uMAlivwLbu img {
  height: 100%;
  object-fit: cover;
}
.cid-uMAlivwLbu .collapsed span {
  transform: rotate(0deg);
}
.cid-uMAlivwLbu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uMAlivwLbu p {
  margin-bottom: 0.3rem;
}
.cid-uMAlivwLbu .panel-title-edit {
  color: #000000;
}
.cid-uMAlivwLbu .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uMAlivwLbu .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uMAlivwLbu .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uMAlivwLbu .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uMAlivwLbu .panel-text {
  color: #000000;
}
.cid-uMAlivwLbu .mbr-section-title {
  text-align: center;
  color: #19072a;
}
.cid-uMAlivwLbu .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uMAlivwLbu .panel-title-edit,
.cid-uMAlivwLbu .mbr-iconfont {
  color: #000000;
}
.cid-uMAnXDz35d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5a80c;
}
.cid-uMAnXDz35d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAnXDz35d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMAnXDz35d .mbr-section-title {
  color: #FFFFFF;
}
.cid-uMAnXDz35d .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uMAnXDz35d .mbr-section-btn {
  margin-top: 20px;
}
.cid-uHRyu2gh63 {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRyu2gh63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHRyu2gh63 .container-fluid {
  padding: 0;
}
.cid-uHRyu2gh63 .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-brand {
    width: 100%;
  }
}
.cid-uHRyu2gh63 .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uHRyu2gh63 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uHRyu2gh63 .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uHRyu2gh63 .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uHRyu2gh63 .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uHRyu2gh63 .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uHRyu2gh63 .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRKL9RWDfZ {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #2a1340;
}
.cid-uRKL9RWDfZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRKL9RWDfZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRKL9RWDfZ .mbr-section-title {
  color: #ffffff;
}
.cid-uRKL9RWDfZ .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uRKL9RWDfZ .mbr-section-btn {
  margin-top: 20px;
}
.cid-uRKL9RWDfZ .mbr-section-subtitle,
.cid-uRKL9RWDfZ .mbr-section-btn {
  color: #d70081;
}
#drop-in-order-form {
  /* Type valid CSS here */
}
#drop-in-order-form div {
  padding: 0px;
  color: #777;
  text-align: center;
}
#drop-in-order-form p {
  font-size: 60px;
  color: #777;
}
.cid-uHRyu2gh63 {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRyu2gh63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHRyu2gh63 .container-fluid {
  padding: 0;
}
.cid-uHRyu2gh63 .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-brand {
    width: 100%;
  }
}
.cid-uHRyu2gh63 .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uHRyu2gh63 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uHRyu2gh63 .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uHRyu2gh63 .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uHRyu2gh63 .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uHRyu2gh63 .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uHRyu2gh63 .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNqGUd8a0u {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #2a1340;
}
.cid-uNqGUd8a0u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqGUd8a0u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNqGUd8a0u .mbr-section-title {
  padding-left: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1399px) {
  .cid-uNqGUd8a0u .mbr-section-title {
    padding-left: 4.28vw;
  }
}
@media (max-width: 991px) {
  .cid-uNqGUd8a0u .mbr-section-title.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-uNqGUd8a0u .mbr-section-title.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-uNqGUd8a0u .mbr-section-subtitle {
  padding-left: 150px;
  color: #ffffff;
}
@media (max-width: 1399px) {
  .cid-uNqGUd8a0u .mbr-section-subtitle {
    padding-left: 10.7vw;
  }
}
@media (max-width: 991px) {
  .cid-uNqGUd8a0u .mbr-section-subtitle {
    margin-top: 8px;
  }
  .cid-uNqGUd8a0u .mbr-section-subtitle.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-uNqGUd8a0u .mbr-section-subtitle.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-uNqGUd8a0u .mbr-section-btn {
  margin-top: 20px;
  padding-left: 60px;
}
@media (max-width: 1399px) {
  .cid-uNqGUd8a0u .mbr-section-btn {
    padding-left: 4.28vw;
  }
}
.cid-uNqGHa0Jwc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3c2355;
}
.cid-uNqGHa0Jwc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqGHa0Jwc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNqGHa0Jwc .mbr-section-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-uNqGHa0Jwc .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uNqGHa0Jwc .mbr-section-btn {
  margin-top: 20px;
}
.cid-uHRyu2gh63 {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRyu2gh63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHRyu2gh63 .container-fluid {
  padding: 0;
}
.cid-uHRyu2gh63 .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-brand {
    width: 100%;
  }
}
.cid-uHRyu2gh63 .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uHRyu2gh63 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uHRyu2gh63 .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uHRyu2gh63 .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uHRyu2gh63 .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uHRyu2gh63 .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uHRyu2gh63 .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uRKOcfJ7Ma {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #2a1340;
}
.cid-uRKOcfJ7Ma .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRKOcfJ7Ma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRKOcfJ7Ma .mbr-section-title {
  color: #ffffff;
}
.cid-uRKOcfJ7Ma .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uRKOcfJ7Ma .mbr-section-btn {
  margin-top: 20px;
}
.cid-uRKOcfJ7Ma .mbr-section-subtitle,
.cid-uRKOcfJ7Ma .mbr-section-btn {
  color: #d70081;
}
#monthly-membership {
  /* Type valid CSS here */
}
#monthly-membership div {
  padding: 0px;
  color: #777;
  text-align: center;
}
#monthly-membership p {
  font-size: 60px;
  color: #777;
}
.cid-uNqHI7SWGZ {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uNqHI7SWGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNqHI7SWGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNqHI7SWGZ .container-fluid {
  padding: 0;
}
.cid-uNqHI7SWGZ .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uNqHI7SWGZ .col-brand {
    width: 100%;
  }
}
.cid-uNqHI7SWGZ .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uNqHI7SWGZ .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uNqHI7SWGZ .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uNqHI7SWGZ .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uNqHI7SWGZ .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uNqHI7SWGZ .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uNqHI7SWGZ .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uNqHI7SWGZ .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uNqHI7SWGZ .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uNqHI7SWGZ .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uNqHI7SWGZ .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uNqHI7SWGZ .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uNqHI7SWGZ .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uNqHI7SWGZ .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uNqHI7SWGZ .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uNqHI7SWGZ .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uNqHI7SWGZ .copyright {
    text-align: center;
  }
}
.cid-uRKO3u9CsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uRKO3u9CsJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uRKO3u9CsJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRKO3u9CsJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRKO3u9CsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRKO3u9CsJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uRKO3u9CsJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uRKO3u9CsJ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uRKO3u9CsJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uRKO3u9CsJ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uRKO3u9CsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #2a1340;
}
.cid-uRKO3u9CsJ .nav-item:focus,
.cid-uRKO3u9CsJ .nav-link:focus {
  outline: none;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRKO3u9CsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRKO3u9CsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRKO3u9CsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRKO3u9CsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.opened {
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRKO3u9CsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uRKO3u9CsJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uRKO3u9CsJ .navbar.collapsed {
  justify-content: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRKO3u9CsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRKO3u9CsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1rem);
  }
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRKO3u9CsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRKO3u9CsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar {
    min-height: 72px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRKO3u9CsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRKO3u9CsJ .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-uRKO3u9CsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uRKO3u9CsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRKO3u9CsJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRKO3u9CsJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uRKO3u9CsJ .dropdown-item.active,
.cid-uRKO3u9CsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uRKO3u9CsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRKO3u9CsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a1340;
}
.cid-uRKO3u9CsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uRKO3u9CsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRKO3u9CsJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uRKO3u9CsJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRKO3u9CsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRKO3u9CsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRKO3u9CsJ .navbar-dropdown {
  padding: 0;
  background-color: #2a1340 !important;
}
.cid-uRKO3u9CsJ .opacityScroll {
  background: #2a1340 !important;
}
.cid-uRKO3u9CsJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRKO3u9CsJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uRKO3u9CsJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRKO3u9CsJ .navbar {
    height: 70px;
  }
  .cid-uRKO3u9CsJ .navbar.opened {
    height: auto;
  }
  .cid-uRKO3u9CsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uRKO3u9CsJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uRKO3u9CsJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uRKO3u9CsJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #2a1340;
    backdrop-filter: blur(8px);
  }
  .cid-uRKO3u9CsJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uRKO3u9CsJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uRKO3u9CsJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uRKO3u9CsJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRKO3u9CsJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uQJY3r47aI {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #2a1340;
}
.cid-uQJY3r47aI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQJY3r47aI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQJY3r47aI .mbr-section-title {
  padding-left: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1399px) {
  .cid-uQJY3r47aI .mbr-section-title {
    padding-left: 4.28vw;
  }
}
@media (max-width: 991px) {
  .cid-uQJY3r47aI .mbr-section-title.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-uQJY3r47aI .mbr-section-title.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-uQJY3r47aI .mbr-section-subtitle {
  padding-left: 150px;
  color: #ffffff;
}
@media (max-width: 1399px) {
  .cid-uQJY3r47aI .mbr-section-subtitle {
    padding-left: 10.7vw;
  }
}
@media (max-width: 991px) {
  .cid-uQJY3r47aI .mbr-section-subtitle {
    margin-top: 8px;
  }
  .cid-uQJY3r47aI .mbr-section-subtitle.display-1 {
    font-size: 50px !important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .cid-uQJY3r47aI .mbr-section-subtitle.display-1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
}
.cid-uQJY3r47aI .mbr-section-btn {
  margin-top: 20px;
  padding-left: 60px;
}
@media (max-width: 1399px) {
  .cid-uQJY3r47aI .mbr-section-btn {
    padding-left: 4.28vw;
  }
}
.cid-uQJY4XmOVt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3c2355;
}
.cid-uQJY4XmOVt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQJY4XmOVt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQJY4XmOVt .mbr-section-title {
  color: #ffffff;
}
.cid-uQJY4XmOVt .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-uQJY4XmOVt .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQJY4XmOVt .mbr-section-title DIV {
  text-align: left;
}
.cid-uHRyu2gh63 {
  background-color: #19072a;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHRyu2gh63 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHRyu2gh63 .container-fluid {
  padding: 0;
}
.cid-uHRyu2gh63 .col-brand {
  display: flex;
  align-items: center;
  width: 72%;
  flex-grow: 1;
  padding: 5rem 1.5vw 5rem !important;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-brand {
    width: 100%;
  }
}
.cid-uHRyu2gh63 .col-links {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  width: 28%;
  border-left: 1px solid #ffffff;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .col-links {
    width: 100%;
    border-top: 1px solid #ffffff;
  }
}
.cid-uHRyu2gh63 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption {
  line-height: 1 !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
}
@media (min-width: 576px) {
  .cid-uHRyu2gh63 .navbar-brand .navbar-caption {
    font-size: 16vw !important;
  }
}
.cid-uHRyu2gh63 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uHRyu2gh63 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uHRyu2gh63 .link-box {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 1.5vw;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .link-box {
    padding: 30px 1.5vw;
  }
}
.cid-uHRyu2gh63 .link-box:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .link-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.4));
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media (min-width: 992px) {
  .cid-uHRyu2gh63 .link-box:hover:before {
    transform: translateY(0);
  }
}
.cid-uHRyu2gh63 .mbr-text {
  position: relative;
  color: #FFFFFF;
  margin-top: 0;
  width: 100%;
}
.cid-uHRyu2gh63 .col-copyright {
  padding: 40px 1.5vw !important;
  border-top: 1px solid #ffffff;
}
.cid-uHRyu2gh63 .copyright {
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .cid-uHRyu2gh63 .copyright {
    text-align: center;
  }
}
