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

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

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

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

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;
}

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: 2px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out, box-shadow 5s ease-in-out, -webkit-box-shadow 5s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn:hover {
  transform: scale(0.9);
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
  border-width: 2px;
  border-color: #ffffff;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
  border-width: 2px;
  border-color: #ffffff;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
  border-width: 2px;
  border-color: #ffffff;
}

.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;
  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);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    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: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 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;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

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 {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

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;
}

.container,
.container-fluid {
  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: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.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;
  }
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'IndieFlower-Regular';
  font-size: 10rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 12.5rem;
}
.display-2 {
  font-family: 'IndieFlower-Regular';
  font-size: 5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Bobby Jones Soft';
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'BDOGrotesk-Bold';
  font-size: 3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'BDOGrotesk-VF';
  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: 8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 7rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d4fe00 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #007bff !important;
}
.bg-warning {
  background-color: #28a745 !important;
}
.bg-danger {
  background-color: #fd7e14 !important;
}
.btn-primary {
  border: 2px solid #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #d4fe00 !important;
  color: #000000 !important;
  box-shadow: none;
  border-color: #ffffff !important;
  border-width: 4px;
  border-radius: 1rem;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ddff32 !important;
  border-color: #ddff32 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #ddff32 !important;
  border-color: #ddff32 !important;
}
.btn-secondary {
  border: 2px solid #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #612c69 !important;
  color: #ffffff !important;
  box-shadow: none;
  border-color: #ffffff !important;
  border-width: 4px;
  border-radius: 1rem;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #823b8d !important;
  border-color: #823b8d !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #823b8d !important;
  border-color: #823b8d !important;
}
.btn-info {
  border: 2px solid #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #007bff !important;
  color: #ffffff !important;
  box-shadow: none;
  border-color: #ffffff !important;
  border-width: 4px;
  border-radius: 1rem;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3395ff !important;
  border-color: #3395ff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3395ff !important;
  border-color: #3395ff !important;
}
.btn-success {
  background-color: #000000 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: none;
  border-width: 4px;
  border-radius: 1rem;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
  border-color: #ffffff !important;
  border-width: 4px;
  border-radius: 1rem;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success:active {
  background-color: #000000 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  box-shadow: none;
  border-width: 4px;
  border-radius: 1rem;
}
.btn-warning {
  border: 2px solid #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #28a745 !important;
  color: #ffffff !important;
  box-shadow: none;
  border-color: #ffffff !important;
  border-width: 4px;
  border-radius: 1rem;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #34ce57 !important;
  border-color: #34ce57 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #34ce57 !important;
  border-color: #34ce57 !important;
}
.btn-danger {
  border: 2px solid #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #fd7e14 !important;
  color: #ffffff !important;
  box-shadow: none;
  border-color: #ffffff !important;
  border-width: 4px;
  border-radius: 1rem;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fd9a47 !important;
  border-color: #fd9a47 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fd9a47 !important;
  border-color: #fd9a47 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
  border-color: #ffffff !important;
  border-width: 4px;
  border-radius: 1rem;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  border: 2px solid #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
  border-color: #ffffff !important;
  border-width: 4px;
  border-radius: 1rem;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline {
  border: 2px solid #ffffff;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d4fe00;
  color: #d4fe00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8ca700 !important;
  background-color: transparent !important;
  border-color: #8ca700 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #d4fe00 !important;
  border-color: #d4fe00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #612c69;
  color: #612c69;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #29122c !important;
  background-color: transparent !important;
  border-color: #29122c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #612c69 !important;
  border-color: #612c69 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #007bff;
  color: #007bff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0051a8 !important;
  background-color: transparent !important;
  border-color: #0051a8 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #007bff !important;
  border-color: #007bff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #28a745;
  color: #28a745;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #176128 !important;
  background-color: transparent !important;
  border-color: #176128 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fd7e14;
  color: #fd7e14;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b95502 !important;
  background-color: transparent !important;
  border-color: #b95502 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fd7e14 !important;
  border-color: #fd7e14 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d4fe00 !important;
}
.text-secondary {
  color: #612c69 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #007bff !important;
}
.text-warning {
  color: #28a745 !important;
}
.text-danger {
  color: #fd7e14 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7f9800 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1f0e21 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #004a99 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #145523 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #aa4e01 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d4fe00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #007bff;
}
.alert-warning {
  background-color: #28a745;
}
.alert-danger {
  background-color: #fd7e14;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d4fe00;
  border-color: #d4fe00;
  color: #141800;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d4fe00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f6ffcb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cce5ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #71dd8a;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffedde;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'BDOGrotesk-VF';
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #d4fe00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'BDOGrotesk-VF';
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #d4fe00;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d4fe00;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d4fe00;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d4fe00;
  border-bottom-color: #d4fe00;
}
.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: #d4fe00 !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: #612c69 !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='%23d4fe00' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v7uIX8vk5G {
  z-index: 1000;
  width: 100%;
}
.cid-v7uIX8vk5G nav.navbar {
  position: fixed;
}
.cid-v7uIX8vk5G .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-v7uIX8vk5G .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v7uIX8vk5G .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v7uIX8vk5G .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7uIX8vk5G .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .dropdown-item:hover,
.cid-v7uIX8vk5G .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .dropdown-item:hover span {
  color: white;
}
.cid-v7uIX8vk5G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7uIX8vk5G .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7uIX8vk5G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7uIX8vk5G .nav-link {
  position: relative;
}
.cid-v7uIX8vk5G .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
.cid-v7uIX8vk5G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7uIX8vk5G .iconfont-wrapper:hover {
  color: #d4fe00 !important;
}
.cid-v7uIX8vk5G .dropdown-menu,
.cid-v7uIX8vk5G .navbar.opened {
  background: #612c69 !important;
}
.cid-v7uIX8vk5G .nav-item:focus,
.cid-v7uIX8vk5G .nav-link:focus {
  outline: none;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7uIX8vk5G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7uIX8vk5G .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(97, 44, 105, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7uIX8vk5G .navbar.opened {
  transition: all 0.3s;
}
.cid-v7uIX8vk5G .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-v7uIX8vk5G .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7uIX8vk5G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7uIX8vk5G .navbar.collapsed {
  justify-content: center;
}
.cid-v7uIX8vk5G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7uIX8vk5G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7uIX8vk5G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7uIX8vk5G .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-v7uIX8vk5G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7uIX8vk5G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7uIX8vk5G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7uIX8vk5G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7uIX8vk5G .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-v7uIX8vk5G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7uIX8vk5G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7uIX8vk5G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7uIX8vk5G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7uIX8vk5G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7uIX8vk5G .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7uIX8vk5G .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7uIX8vk5G .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-caption:hover,
.cid-v7uIX8vk5G .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7uIX8vk5G .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7uIX8vk5G .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #d4fe00 !important;
}
.cid-v7uIX8vk5G .dropdown-item.active,
.cid-v7uIX8vk5G .dropdown-item:active {
  background-color: transparent;
}
.cid-v7uIX8vk5G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #612c69;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7uIX8vk5G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7uIX8vk5G ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7uIX8vk5G ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
    border-radius: 0 !important;
  }
}
.cid-v7uIX8vk5G .navbar-buttons {
  text-align: center;
}
.cid-v7uIX8vk5G .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-v7uIX8vk5G .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7uIX8vk5G .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7uIX8vk5G button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 10px;
  background-color: #612c69 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #d4fe00;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7uIX8vk5G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7uIX8vk5G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7uIX8vk5G .navbar {
    height: 70px;
  }
  .cid-v7uIX8vk5G .navbar.opened {
    height: auto;
  }
  .cid-v7uIX8vk5G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7uIX8vk5G .navbar-nav {
  margin: 0 auto;
}
.cid-v7uIX8vk5G .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7uIX8vk5G .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .nav-item .nav-link::after {
  color: #d4fe00 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7uIX8vk5G .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #d4fe00 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .navbar {
  justify-content: flex-start !important;
}
.cid-v7uIX8vk5G .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-v7uIX8vk5G .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-v7uIX8vk5G .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7uIX8vk5G .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7uIX8vk5G .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7uIX8vk5G .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7uIX8vk5G .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7uIX8vk5G .content-wrap {
  min-height: 90px;
}
.cid-v3fvmvtZkG {
  display: flex;
  background-color: #d4fe00;
  overflow: hidden;
}
.cid-v3fvmvtZkG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3fvmvtZkG img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 2rem !important;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 992px) {
  .cid-v3fvmvtZkG img {
    display: none;
  }
}
.cid-v3fvmvtZkG .face1 {
  position: absolute;
  left: 7%;
  top: 15%;
  animation: circle1 6s linear infinite;
}
.cid-v3fvmvtZkG .face2 {
  position: absolute;
  right: 7%;
  top: 20%;
  animation: circle1 6s linear infinite;
}
.cid-v3fvmvtZkG .face3 {
  position: absolute;
  left: 12%;
  bottom: 20%;
  animation: circle2 6s linear infinite;
}
.cid-v3fvmvtZkG .face4 {
  position: absolute;
  right: 12%;
  bottom: 14%;
  animation: circle2 6s linear infinite;
}
@keyframes circle1 {
  0% {
    transform: rotate(0deg) translate(-8px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-8px) rotate(-360deg);
  }
}
@keyframes circle2 {
  0% {
    transform: rotate(360deg) translate(-8px) rotate(-360deg);
  }
  100% {
    transform: rotate(0deg) translate(-8px) rotate(0deg);
  }
}
.cid-v3fvmvtZkG .mbr-tag {
  border: 2px solid #000000;
  border-radius: 1rem;
  padding: 10px 30px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  display: inline-block;
  margin-bottom: 6px;
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  z-index: 10;
}
@media (max-width: 767px) {
  .cid-v3fvmvtZkG .mbr-tag {
    font-size: .8rem;
  }
}
.cid-v3fvmvtZkG .round {
  position: absolute;
  bottom: -1430px;
  left: -20%;
  width: 140%;
  height: 1700px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-v3fvmvtZkG .round {
    bottom: -1300px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-v3fvmvtZkG .round {
    height: 600px;
    bottom: -500px;
  }
}
.cid-v3fvmvtZkG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3fvmvtZkG .content-wrap {
  margin-top: 2rem;
  padding: 5rem 1rem;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-v3fvmvtZkG .content-wrap {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3fvmvtZkG .content-wrap {
    margin-top: 0px !important;
  }
}
@media (min-width: 768px) {
  .cid-v3fvmvtZkG {
    align-items: flex-start;
  }
  .cid-v3fvmvtZkG .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v3fvmvtZkG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v3fvmvtZkG {
    margin-top: 0px;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v3fvmvtZkG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v3fvmvtZkG .content-wrap {
    width: 100%;
  }
}
.cid-v3fvmvtZkG .mbr-section-title {
  text-align: center;
  color: #612c69;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cid-v3fvmvtZkG .mbr-section-title {
    margin-top: 20px !important;
  }
}
.cid-v3fvmvtZkG .mbr-text,
.cid-v3fvmvtZkG .mbr-section-btn {
  text-align: center;
  color: #000000;
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media (max-width: 767px) {
  .cid-v3fvmvtZkG .mbr-text,
  .cid-v3fvmvtZkG .mbr-section-btn {
    margin-top: 0px !important;
  }
}
.cid-v3fvmvtZkG .mbr-tag,
.cid-v3fvmvtZkG .tags {
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-v3fvmvtZkG .mbr-tag,
  .cid-v3fvmvtZkG .tags {
    margin-top: 0px !important;
    margin-bottom: 5px !important;
  }
}
.cid-v3fvmvtZkG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media (max-width: 767px) {
  .cid-v3fvmvtZkG .mbr-section-subtitle {
    margin-top: 0px !important;
  }
}
.cid-v3fvmvtZkG .mbr-text {
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  font-size: xxx-large;
}
@media (max-width: 767px) {
  .cid-v3fvmvtZkG .mbr-text {
    margin-top: 0px !important;
  }
}
.cid-va1WlEoC2M {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #d4fe00;
}
.cid-va1WlEoC2M .mbr-fallback-image.disabled {
  display: none;
}
.cid-va1WlEoC2M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va1WlEoC2M .mbr-section-title {
  color: #612c69;
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cid-v5HqSPZzdF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d4fe00;
}
.cid-v5HqSPZzdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5HqSPZzdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v63DPHNja1 {
  padding-top: 4rem;
  background-color: #d4fe00;
}
.cid-v63DPHNja1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v63DPHNja1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v63DPHNja1 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 4rem;
}
.cid-v63DPHNja1 .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v63DPHNja1 .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v63DPHNja1 .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  background-color: #fafafa;
}
.cid-v63DPHNja1 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v63DPHNja1 .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v63DPHNja1 .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v63DPHNja1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-v63DPHNja1 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v63DPHNja1 .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v63DPHNja1 .items-wrapper {
  margin: 0 -10px;
}
.cid-v63DPHNja1 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 100px;
}
.cid-v63DPHNja1 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v63DPHNja1 .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v63DPHNja1 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v63DPHNja1 .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #612c69;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v63DPHNja1 .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v63DPHNja1 .items-wrapper .item .item-wrapper .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v63DPHNja1 .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v63DPHNja1 .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  box-shadow: inset 0 2px 10px -2px #232323, 0 10px 10px -2px #232323;
}
.cid-v63DPHNja1 .items-wrapper .item .item-wrapper .item-content {
  font-size: small;
  width: 100%;
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-v63DPHNja1 .items-wrapper .item .item-wrapper .item-content {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v63DPHNja1 .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 20px;
  }
}
.cid-v63DPHNja1 .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  font-size: small;
  margin-bottom: 8px;
}
.cid-v63DPHNja1 .items-wrapper .item .item-wrapper .item-content .card-box .item-desc {
  font-size: small;
  margin-bottom: 10px;
  line-height: 1.2;
}
.cid-v63DPHNja1 .items-wrapper .item .item-wrapper .item-content .card-box .item-text {
  font-size: small;
  margin-bottom: 10px;
}
.cid-v63DPHNja1 .items-wrapper .item .item-wrapper .item-content .card-box .list {
  font-size: small;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v63DPHNja1 .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.cid-v63DPHNja1 .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v63DPHNja1 .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  color: #d4fe00;
  display: inline-flex;
}
.cid-v63DPHNja1 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
}
.cid-v63DPHNja1 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v63DPHNja1 .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v63DPHNja1 .items-wrapper .item .item-wrapper .item-content .item-img {
    height: 320px;
  }
}
.cid-v63DPHNja1 .items-wrapper .item .item-wrapper .item-content .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v63DPHNja1 .mbr-label,
.cid-v63DPHNja1 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v63DPHNja1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v63DPHNja1 .mbr-text,
.cid-v63DPHNja1 .text-wrapper {
  color: #ffffff;
  text-align: center;
  line-height: 1;
}
.cid-v63DPHNja1 .item-title {
  color: #000000;
}
.cid-v63DPHNja1 .item-desc {
  color: #ffffff;
}
.cid-v63DPHNja1 .item-text {
  color: #ffffff;
  line-height: 1.2;
}
.cid-v63DPHNja1 .list {
  color: #000000;
}
.cid-v63DPHNja1 .mbr-section-title,
.cid-v63DPHNja1 .mbr-section-btn {
  color: #000000;
  line-height: 1;
}
.cid-v63DPHNja1 .list,
.cid-v63DPHNja1 .item-wrap {
  color: #ffffff;
}
.cid-v63DPHNja1 .mbr-text span {
  color: #000000 !important;
}
.cid-v63DPHNja1 .item-text span {
  font-size: smaller;
}
.cid-v4R8NyTHif {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #d4fe00;
}
.cid-v4R8NyTHif .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4R8NyTHif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4R8NyTHif .content-wrap {
  padding: 10px;
  background-color: #d4fe00;
  display: flex;
  animation: 1s card-appear;
  animation-timeline: view(block 40% 0%);
}
@media (max-width: 992px) {
  .cid-v4R8NyTHif .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-v4R8NyTHif .content-wrap .content-wrapper {
  width: 70%;
  padding: 50px 20px 50px 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v4R8NyTHif .content-wrap .content-wrapper {
    padding: 0;
    width: 100%;
  }
}
.cid-v4R8NyTHif .content-wrap .content-wrapper .mbr-section-title {
  line-height: 1;
}
.cid-v4R8NyTHif .content-wrap .content-wrapper .mbr-section-title span {
  color: #612c69;
}
.cid-v4R8NyTHif .content-wrap .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1200px) {
  .cid-v4R8NyTHif .content-wrap .content-wrapper .items-wrapper {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .cid-v4R8NyTHif .content-wrap .content-wrapper .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v4R8NyTHif .content-wrap .content-wrapper .items-wrapper .item .item-wrapper {
  background-color: #612c69;
  padding: 25px;
  height: 100%;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 992px) {
  .cid-v4R8NyTHif .content-wrap .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 15px;
  }
}
.cid-v4R8NyTHif .content-wrap .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-v4R8NyTHif .content-wrap .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.1;
}
@keyframes card-appear {
  from {
    opacity: 0;
    transform: translateY(100px) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.cid-v4R8NyTHif .content-wrap .image-wrapper {
  width: 30%;
  padding: 25px;
}
@media (max-width: 992px) {
  .cid-v4R8NyTHif .content-wrap .image-wrapper {
    width: 100%;
    height: auto;
  }
}
.cid-v4R8NyTHif .content-wrap .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 992px) {
  .cid-v4R8NyTHif .content-wrap .image-wrapper img {
    height: 250px;
  }
}
.cid-v4R8NyTHif .mbr-section-title {
  color: #000000;
}
.cid-v4R8NyTHif .item-title {
  color: #ed463f;
}
.cid-v4R8NyTHif .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-v4R8NyTHif .mbr-section-title,
.cid-v4R8NyTHif .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-v4R8NyTHif .mbr-section-subtitle {
  line-height: 1;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v4R8NyTHif .mbr-section-subtitle {
    font-size: 1.2rem;
  }
}
.cid-v4RKVtWu5Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d4fe00;
}
.cid-v4RKVtWu5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4RKVtWu5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4RKVtWu5Z .title-wrapper {
  margin-bottom: 20px;
}
.cid-v4RKVtWu5Z .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v4RKVtWu5Z .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v4RKVtWu5Z .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4RKVtWu5Z .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4RKVtWu5Z .items-wrapper {
  margin: 0 -8px;
}
.cid-v4RKVtWu5Z .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v4RKVtWu5Z .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v4RKVtWu5Z .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v4RKVtWu5Z .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-v4RKVtWu5Z .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-v4RKVtWu5Z .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 10px 25px -20px #000000;
}
.cid-v4RKVtWu5Z .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-v4RKVtWu5Z .items-wrapper .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  padding: 20px;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v4RKVtWu5Z .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v4RKVtWu5Z .items-wrapper .item .item-wrapper .item-content {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-v4RKVtWu5Z .items-wrapper .item .item-wrapper .item-content {
    padding: 8px;
  }
}
.cid-v4RKVtWu5Z .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 12px;
  font-weight: 900;
  line-height: 1;
  font-size: 1.5rem;
}
.cid-v4RKVtWu5Z .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  line-height: 1.1;
}
.cid-v4RKVtWu5Z .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-v4RKVtWu5Z .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4RKVtWu5Z .mbr-label {
  color: #be0000;
  text-align: center;
}
.cid-v4RKVtWu5Z .mbr-section-title {
  color: #000000;
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .cid-v4RKVtWu5Z .mbr-section-title {
    font-size: 1rem;
  }
}
.cid-v4RKVtWu5Z .mbr-section-title span {
  color: #612c69;
  font-weight: 900;
  text-decoration: underline;
}
.cid-v4RKVtWu5Z .mbr-text,
.cid-v4RKVtWu5Z .text-wrapper {
  color: #000000;
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .cid-v4RKVtWu5Z .mbr-text,
  .cid-v4RKVtWu5Z .text-wrapper {
    font-size: .8rem;
  }
}
.cid-v4RKVtWu5Z .item-title {
  color: #000000;
}
.cid-v4RKVtWu5Z .item-text {
  color: #000000;
  text-align: center;
  line-height: 1.1;
}
.cid-v4RKVtWu5Z .item-title,
.cid-v4RKVtWu5Z .mbr-section-btn {
  text-align: center;
  color: #612c69;
}
.cid-vajcYm8FcL {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #d4fe00;
}
.cid-vajcYm8FcL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vajcYm8FcL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vajcYm8FcL .content-wrap {
  margin: 0 -30px;
  padding: 20px 40px;
  border: 2px solid #612c69;
  border-radius: 2rem;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.cid-vajcYm8FcL .content-wrap .card {
  padding: 0 30px;
}
.cid-vajcYm8FcL .image-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vajcYm8FcL .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vajcYm8FcL .image-wrapper img {
  display: inline-flex;
  width: 155px;
  height: 155px;
  object-fit: cover;
  border-radius: 100% !important;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border: 8px solid #612c69;
}
.cid-vajcYm8FcL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: -10px;
}
@media (max-width: 992px) {
  .cid-vajcYm8FcL .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-vajcYm8FcL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vajcYm8FcL .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vajcYm8FcL .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vajcYm8FcL .mbr-section-title {
  color: #612c69;
  line-height: 1;
}
@media (max-width: 992px) {
  .cid-vajcYm8FcL .mbr-section-title {
    text-align: center !important;
  }
}
.cid-vajcYm8FcL .mbr-section-subtitle {
  color: #000000;
  font-size: 2.6rem;
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media (max-width: 992px) {
  .cid-vajcYm8FcL .mbr-section-subtitle {
    font-size: 1.6rem;
    text-align: center !important;
    line-height: 1 !important;
  }
}
.cid-vajcYm8FcL .mbr-text {
  color: #000000;
  line-height: 1;
}
@media (max-width: 992px) {
  .cid-vajcYm8FcL .mbr-text {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center !important;
  }
}
.cid-vajcYm8FcL .mbr-section-title,
.cid-vajcYm8FcL .mbr-section-btn {
  color: #612c69;
  text-align: left;
  line-height: 1;
}
@media (max-width: 992px) {
  .cid-vajcYm8FcL .mbr-section-title,
  .cid-vajcYm8FcL .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-vajcYm8FcL .mbr-text,
.cid-vajcYm8FcL .text-wrap {
  color: #000000;
}
.cid-v4RWSBbdX5 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #d4fe00;
}
.cid-v4RWSBbdX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4RWSBbdX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v4RWSBbdX5 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-v4RWSBbdX5 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v4RWSBbdX5 .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-v4RWSBbdX5 .media-content,
.cid-v4RWSBbdX5 .mbr-figure {
  align-self: center;
}
.cid-v4RWSBbdX5 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-v4RWSBbdX5 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-v4RWSBbdX5 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-v4RWSBbdX5 .mbr-section-maintitle {
  text-align: center;
  line-height: 1.1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #000000;
}
.cid-v4RWSBbdX5 .mbr-section-title {
  text-align: left;
  color: #612c69;
}
@media (max-width: 767px) {
  .cid-v4RWSBbdX5 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-v4RWSBbdX5 .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-v4RWSBbdX5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-v4RWSBbdX5 .mbr-text,
.cid-v4RWSBbdX5 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v4RWSBbdX5 .mbr-text {
  margin-left: 10px;
  margin-right: 20px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 2rem;
  line-height: 1.4;
  font-size: 1.8rem;
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.cid-v4RWSBbdX5 .mbr-section-subtitle span {
  color: #612c69;
  font-weight: bold;
}
.cid-v4RWSBbdX5 .mbr-description {
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v4RWSBbdX5 .mbr-section-btn {
    text-align: center !important;
    align-items: center !important;
    align-content: center !important;
  }
}
.cid-v4W2iHPzXg {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #d4fe00;
}
.cid-v4W2iHPzXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4W2iHPzXg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4W2iHPzXg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4W2iHPzXg .row {
    flex-direction: column-reverse;
    gap: 90px;
  }
}
.cid-v4W2iHPzXg .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.cid-v4W2iHPzXg .mbr-section-title {
  color: #000000;
  line-height: 1;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .cid-v4W2iHPzXg .mbr-section-title {
    font-size: 2rem;
    text-align: center !important;
  }
}
.cid-v4W2iHPzXg .mbr-section-title span {
  color: #612c69;
}
@media (max-width: 991px) {
  .cid-v4W2iHPzXg .text-wrapper {
    text-align: center;
  }
}
.cid-v4W2iHPzXg .mbr-text,
.cid-v4W2iHPzXg .mbr-section-btn {
  color: #000000;
}
.cid-v4W2iHPzXg .mbr-menu,
.cid-v4W2iHPzXg .mbr-section-btn {
  color: #fdfde1;
}
.cid-v4W2iHPzXg .mbr-desc,
.cid-v4W2iHPzXg .mbr-section-btn {
  color: #612c69;
}
@media (max-width: 767px) {
  .cid-v4W2iHPzXg .mbr-desc,
  .cid-v4W2iHPzXg .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v4W2iHPzXg .mbr-desc {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
  font-size: 2rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media (max-width: 767px) {
  .cid-v4W2iHPzXg .mbr-desc {
    font-size: 1.5rem;
    text-align: center !important;
  }
}
.cid-v4Wr8K4n3m {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #d4fe00;
}
.cid-v4Wr8K4n3m .img-wrapper,
.cid-v4Wr8K4n3m img {
  border-radius: 0px;
  display: flex;
  justify-content: center;
}
.cid-v4Wr8K4n3m .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  align-content: center;
  align-items: center;
  align-self: anchor-center;
  border-radius: 0px !important;
}
.cid-v4Wr8K4n3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Wr8K4n3m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Wr8K4n3m .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 25px -20px #000000;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4Wr8K4n3m .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v4Wr8K4n3m .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1.4rem;
  }
}
.cid-v4Wr8K4n3m .card-title,
.cid-v4Wr8K4n3m .iconfont-wrapper {
  color: #612c69;
  text-align: center;
  line-height: 1;
}
.cid-v4Wr8K4n3m .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-v4Wr8K4n3m .content-head {
    margin-bottom: -1rem;
  }
}
.cid-v4Wr8K4n3m .mbr-section-title {
  color: #000000;
  line-height: 1;
}
.cid-v4Wr8K4n3m .mbr-section-subtitle {
  color: #000000;
}
.cid-v4Wr8K4n3m .card-text {
  color: #000000;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-v4Wr8K4n3m .item.item-mb {
    margin-bottom: .5rem;
  }
}
.cid-v4hZuSOovr {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #d4fe00;
}
.cid-v4hZuSOovr .mbr-section-number {
  border: 1px solid currentColor;
  border-radius: 2rem;
  padding: 2rem 2rem;
  color: #ffffff;
  width: fit-content;
  display: inline-block;
  text-align: center !important;
  align-content: center;
  align-items: center;
  align-self: anchor-center;
}
.cid-v4hZuSOovr .item:focus,
.cid-v4hZuSOovr span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-v4hZuSOovr .align-right {
    text-align: center;
  }
}
.cid-v4hZuSOovr .card-wrapper {
  background: #612c69;
  padding: 4rem 3rem;
  padding-bottom: 2rem;
  margin: 0;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 767px) {
  .cid-v4hZuSOovr .card-wrapper {
    padding: 1rem 0rem;
  }
}
.cid-v4hZuSOovr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4hZuSOovr .item {
    margin-bottom: 1rem;
  }
}
.cid-v4hZuSOovr .mbr-card-title {
  background: #612c69;
  width: fit-content;
  border-radius: 100%;
  padding: 15px;
  text-align: center !important;
  align-self: anchor-center !important;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.cid-v4hZuSOovr .cid-v4hZuSOovr .mbr-number.diplay-5 {
  text-align: center !important;
  align-self: anchor-center !important;
}
.cid-v4hZuSOovr .mbr-card-title.mbr-fonts-style.mt-0.mb-3.mbr-number.display-5 {
  text-align: center !important;
  align-self: anchor-center !important;
}
.cid-v4hZuSOovr .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  text-align: center !important;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4hZuSOovr .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v4hZuSOovr .item-content {
    padding: 1rem 1rem;
    padding-top: 0rem;
    margin-top: 1rem;
  }
}
.cid-v4hZuSOovr .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.cid-v4hZuSOovr .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v4hZuSOovr .mbr-section-title {
  color: #ffffff;
  text-align: center;
  line-height: .8 !important;
  font-size: 8rem;
}
@media (max-width: 992px) {
  .cid-v4hZuSOovr .mbr-section-title {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-v4hZuSOovr .mbr-section-title {
    font-size: 3rem;
  }
}
.cid-v4hZuSOovr .mbr-section-title span {
  color: #d4fe00;
  font-weight: 900;
}
.cid-v4hZuSOovr .mbr-section-subtitle span {
  color: #d4fe00;
  font-weight: 900;
}
.cid-v4hZuSOovr .mbr-text,
.cid-v4hZuSOovr .item .mbr-section-btn {
  text-align: center;
  line-height: 1;
}
.cid-v4hZuSOovr .card-text {
  line-height: 1;
}
.cid-v4hZuSOovr .mbr-number.display-5 {
  color: #d4fe00;
  text-align: center !important;
}
.cid-v4hZuSOovr .mbr-section-subtitle,
.cid-v4hZuSOovr .mbr-section-head .mbr-section-btn {
  text-align: center;
  color: #ffffff;
  line-height: 1 !important;
}
.cid-v4hZuSOovr .mbr-text {
  text-align: center;
  line-height: 1;
}
.cid-v4hZuSOovr .mbr-text,
.cid-v4hZuSOovr .mbr-card-btn {
  text-align: center;
}
.cid-v4hZuSOovr .mbr-text,
.cid-v4hZuSOovr .mbr-section-btn {
  text-align: center;
}
.cid-v4hZuSOovr .mbr-text,
.cid-v4hZuSOovr .item-footer .mbr-section-btn {
  text-align: center !important;
}
.cid-v4hZuSOovr .card-text,
.cid-v4hZuSOovr .item .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v4hZuSOovr .card-title {
  text-align: center;
  color: #000000;
}
.cid-v4hZuSOovr .mbr-number {
  text-align: center;
}
.cid-v4hZuSOovr .card-text span {
  color: #ffffff !important;
}
.cid-v4hZuSOovr .mbr-section-btn {
  margin-left: 3px;
}
.cid-v4iLPtAR4F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d4fe00;
}
.cid-v4iLPtAR4F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4iLPtAR4F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4iLPtAR4F .mbr-section-title {
  line-height: .9;
  color: #000000;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cid-v4iLPtAR4F .mbr-section-subtitle {
  color: #000000;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cid-v4iGP3Ht7E {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #d4fe00;
}
.cid-v4iGP3Ht7E .mbr-section-subtitle {
  color: #000000;
}
.cid-v4iGP3Ht7E .mbr-text {
  color: #ffffff;
  text-align: left;
  line-height: 1;
}
.cid-v4iGP3Ht7E .nav {
  border: 2px solid #000000;
  border-radius: 30px;
  width: max-content;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-v4iGP3Ht7E .nav-tabs {
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  padding: 3px;
}
.cid-v4iGP3Ht7E .nav-tabs .nav-item {
  display: table-cell;
}
.cid-v4iGP3Ht7E .card-img img {
  border-radius: 4px;
  width: 100%;
}
.cid-v4iGP3Ht7E .tab-content {
  background-color: #612c69;
  border-radius: 2rem;
  padding: 3.5rem;
  -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.cid-v4iGP3Ht7E .nav-tabs .nav-link {
  display: block;
  color: #ffffff !important;
  box-sizing: border-box;
  font-style: normal;
  background: #612c69;
  font-weight: 700;
  border-radius: 2rem !important;
  margin: 0px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: none;
  text-align: center;
}
.cid-v4iGP3Ht7E .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #d4fe00 !important;
  -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.cid-v4iGP3Ht7E .nav-tabs .nav-link.active {
  color: #000000 !important;
  font-weight: 900 !important;
  background: #ffffff;
}
.cid-v4iGP3Ht7E .title-content {
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-size: xxx-large;
}
@media (max-width: 767px) {
  .cid-v4iGP3Ht7E .title-content {
    font-size: 1.8rem !important;
    line-height: 1 !important;
  }
}
.cid-v4iGP3Ht7E .title-subcontent {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v4iGP3Ht7E .title-subcontent {
    font-size: 1rem !important;
    line-height: 1 !important;
  }
}
.cid-v4iGP3Ht7E .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-v4iGP3Ht7E .wrapper {
  margin-bottom: .5rem;
}
.cid-v4iGP3Ht7E .card-title {
  color: #000000;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-v4iGP3Ht7E .container-fluid {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .cid-v4iGP3Ht7E .nav-tabs {
    width: 100%;
  }
  .cid-v4iGP3Ht7E .left-column {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-v4iGP3Ht7E .right-column {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v4iGP3Ht7E .card-img {
    margin-top: .5rem;
  }
  .cid-v4iGP3Ht7E .card-img2 {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  .cid-v4iGP3Ht7E .nav-tabs .nav-link {
    font-size: 80% !important;
  }
  .cid-v4iGP3Ht7E .card-title,
  .cid-v4iGP3Ht7E .wrapper {
    font-size: 95% !important;
  }
}
@media (max-width: 767px) {
  .cid-v4iGP3Ht7E {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .cid-v4iGP3Ht7E .nav-tabs {
    width: 100%;
    font-size: 80% !important;
  }
  .cid-v4iGP3Ht7E .nav-tabs .nav-link {
    padding: .2rem;
  }
  .cid-v4iGP3Ht7E .card-title,
  .cid-v4iGP3Ht7E .wrapper {
    font-size: 85% !important;
  }
  .cid-v4iGP3Ht7E .wrapper-tab {
    padding: 0rem;
  }
  .cid-v4iGP3Ht7E .right-column {
    margin-top: 1rem;
  }
  .cid-v4iGP3Ht7E .tab-content {
    padding: 1rem;
  }
}
.cid-v4iGP3Ht7E .card-title,
.cid-v4iGP3Ht7E .wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-v4iGP3Ht7E h4 {
  text-align: center;
}
.cid-v4iGP3Ht7E h3 span {
  border: 2px solid #612c69;
  border-radius: 30px;
  padding: 10px 20px 10px 20px;
  background-color: #612c69;
  font-weight: 900;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cid-v4iGP3Ht7E h3 span:hover {
  color: #ffffff !important;
  background-color: #612c69;
  border-color: #612c69;
}
.cid-v4iGP3Ht7E h3 span:hover a {
  color: #ffffff !important;
}
.cid-v4iGP3Ht7E H3 {
  color: #000000;
}
.cid-v4iGP3Ht7E .mbr-section-btn,
.cid-v4iGP3Ht7E .btn.btn-secondary {
  text-align: center !important;
}
.cid-v4iGP3Ht7E .program-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v4iGP3Ht7E .program-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
}
.cid-v4iGP3Ht7E .program-list li::before {
  content: "✅";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 20px;
}
.cid-v4iGP3Ht7E .program-title {
  font-weight: bold;
  text-decoration: underline;
}
.cid-v4iGP3Ht7E .program-description {
  font-weight: normal;
}
@media (max-width: 768px) {
  .cid-v4iGP3Ht7E .program-list li {
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.1;
  }
  .cid-v4iGP3Ht7E .program-list li::before {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .cid-v4iGP3Ht7E .program-list li {
    padding-left: 28px;
    font-size: 12px;
    line-height: 1;
  }
  .cid-v4iGP3Ht7E .program-list li::before {
    font-size: 15px;
  }
}
.cid-v4iGP3Ht7E P,
.cid-v4iGP3Ht7E .mbr-text {
  text-align: center !important;
}
.cid-v4iGP3Ht7E .mbr-text.display-4 span {
  text-align: left !important;
  font-size: smaller;
}
.cid-v4iGP3Ht7E .mbr-text1.display-7 span {
  color: #ffffff;
  font-size: small;
  line-height: 1;
}
.cid-v4iGP3Ht7E .mbr-text.display-7 {
  font-size: smaller;
}
.cid-vb5YXwgsyG {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #d4fe00;
}
.cid-vb5YXwgsyG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb5YXwgsyG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb5YXwgsyG .row {
  justify-content: space-between;
  background-color: #612c69;
  align-items: center;
  border: 4px solid #ffffff;
  border-radius: 2rem;
  padding: 1rem;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (min-width: 992px) {
  .cid-vb5YXwgsyG .row {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vb5YXwgsyG .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-vb5YXwgsyG .container-fluid,
.cid-vb5YXwgsyG .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-vb5YXwgsyG .container-fluid,
  .cid-vb5YXwgsyG .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-vb5YXwgsyG .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-vb5YXwgsyG .mbr-section-btn,
.cid-vb5YXwgsyG .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vb5YXwgsyG .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vb5YXwgsyG .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-vb5YXwgsyG .mbr-section-title {
  color: #ffffff;
  text-align: center;
  line-height: 1;
}
.cid-vb5YXwgsyG .mbr-text,
.cid-vb5YXwgsyG .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vb5YXwgsyG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4WWxzI0YG {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #d4fe00;
}
.cid-v4WWxzI0YG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4WWxzI0YG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4WWxzI0YG .row {
  padding: 20px;
  border: 1px solid #000000;
  border-radius: 2rem;
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.cid-v4WWxzI0YG .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v4WWxzI0YG .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v4WWxzI0YG .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v4WWxzI0YG .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v4WWxzI0YG .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4WWxzI0YG .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4WWxzI0YG .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v4WWxzI0YG .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4WWxzI0YG .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v4WWxzI0YG .image-wrapper {
  padding-left: 34px;
  padding-left: 0;
  padding-right: 34px;
}
@media (max-width: 992px) {
  .cid-v4WWxzI0YG .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v4WWxzI0YG .image-wrapper {
    padding-right: 0;
  }
}
.cid-v4WWxzI0YG .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
  -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 1440px) {
  .cid-v4WWxzI0YG .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v4WWxzI0YG .image-wrapper img {
    height: 350px;
  }
}
.cid-v4WWxzI0YG .mbr-label {
  color: #000000;
  word-spacing: -0.05em !important;
}
.cid-v4WWxzI0YG .mbr-section-title {
  line-height: .9;
  color: #612c69;
  text-align: left !important;
  word-spacing: -0.15em !important;
  letter-spacing: -0.02em !important;
}
.cid-v4WWxzI0YG .mbr-section-subtitle {
  color: #000000;
  font-size: 1.8rem;
}
.cid-v4WWxzI0YG .mbr-text,
.cid-v4WWxzI0YG .text-wrapper {
  color: #000000;
}
.cid-v4WWxzI0YG .mbr-text,
.cid-v4WWxzI0YG .text-wrapper,
.cid-v4WWxzI0YG .mbr-section-btn {
  color: #000000;
}
.cid-v4WWxzI0YG .mbr-text span {
  font-size: small;
}
.cid-v4X11gidDD {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #d4fe00;
}
.cid-v4X11gidDD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4X11gidDD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4X11gidDD .row {
  padding: 20px;
  border: 1px solid #000000;
  border-radius: 2rem;
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.cid-v4X11gidDD .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v4X11gidDD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v4X11gidDD .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v4X11gidDD .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v4X11gidDD .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4X11gidDD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4X11gidDD .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v4X11gidDD .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4X11gidDD .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v4X11gidDD .image-wrapper {
  padding-left: 34px;
}
@media (max-width: 992px) {
  .cid-v4X11gidDD .image-wrapper {
    padding-left: 0;
  }
}
.cid-v4X11gidDD .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
  -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 1440px) {
  .cid-v4X11gidDD .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v4X11gidDD .image-wrapper img {
    height: 350px;
  }
}
.cid-v4X11gidDD .mbr-label {
  color: #000000;
  word-spacing: -0.05em !important;
}
.cid-v4X11gidDD .mbr-section-title {
  line-height: 1;
  color: #612c69;
  text-align: left;
  word-spacing: -0.15em !important;
  letter-spacing: -0.02em !important;
}
.cid-v4X11gidDD .mbr-section-subtitle {
  color: #000000;
  font-size: 1.8rem;
}
.cid-v4X11gidDD .mbr-text,
.cid-v4X11gidDD .text-wrapper {
  color: #000000;
}
.cid-v4X11gidDD .mbr-text,
.cid-v4X11gidDD .text-wrapper,
.cid-v4X11gidDD .mbr-section-btn {
  color: #000000;
}
.cid-v4X11gidDD .mbr-text span {
  font-size: small;
}
.cid-v9L7nCqEmz {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #d4fe00;
}
.cid-v9L7nCqEmz .btn {
  border: 4px solid;
  border-color: #d4fe00;
}
.cid-v9L7nCqEmz .card {
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
@media (max-width: 767px) {
  .cid-v9L7nCqEmz .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v9L7nCqEmz .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9L7nCqEmz .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v9L7nCqEmz .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-v9L7nCqEmz .image-wrapper img {
  width: 60%;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-v9L7nCqEmz .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v9L7nCqEmz p {
  font-size: 90%;
}
.cid-v9L7nCqEmz .card-title {
  font-size: 110%;
  text-align: left;
  color: #000000;
}
.cid-v9L7nCqEmz .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-v5NHsEXmGz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d4fe00;
}
.cid-v5NHsEXmGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5NHsEXmGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5NHsEXmGz .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v5NHsEXmGz .image-wrap img {
    display: block;
    margin: auto;
    width: 120%;
  }
}
.cid-v5NHsEXmGz .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v5NHsEXmGz .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v5NHsEXmGz .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v5NHsEXmGz .header-menu li p {
  margin: 0;
}
.cid-v5NHsEXmGz .content-head {
  max-width: 100%;
}
.cid-v5NHsEXmGz .mbr-text,
.cid-v5NHsEXmGz .mbr-section-btn {
  color: #000000;
}
.cid-v5NHsEXmGz .mbr-section-title {
  color: #000000;
}
.cid-v5NWvfCpAJ {
  padding-top: 0px;
  padding-bottom: 0rem;
  background-color: #d4fe00;
}
.cid-v5NWvfCpAJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5NWvfCpAJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5NWvfCpAJ .mbr-section-subtitle {
  color: #000000;
  line-height: 1;
  font-size: small;
}
.cid-v5NWvfCpAJ .btn.btn-sm.btn-success.display-4,
.cid-v5NWvfCpAJ mbr-section-btn {
  align-items: center !important;
  text-align: center !important;
  align-self: center !important;
}
.cid-v5NWvfCpAJ .mbr-section-title {
  text-align: center;
}
.cid-v51DdYuPg8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d4fe00;
}
.cid-v51DdYuPg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v51DdYuPg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v51DdYuPg8 .mbr-section-title {
  line-height: .9;
  color: #000000;
}
.cid-v51DdYuPg8 .mbr-section-title span {
  line-height: .9;
  color: #612c69;
  text-decoration: underline;
}
.cid-v51E5SO4ws {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #d4fe00;
}
.cid-v51E5SO4ws .mbr-fallback-image.disabled {
  display: none;
}
.cid-v51E5SO4ws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v51E5SO4ws .mbr-section-title {
  color: #000000;
  text-align: center;
  line-height: 2;
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-v51E5SO4ws .mbr-section-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .cid-v51E5SO4ws .mbr-section-title {
    font-size: .8rem !important;
  }
}
.cid-v51E5SO4ws .mbr-section-title span {
  color: #612c69;
  font-size: 3rem;
}
@media (max-width: 992px) {
  .cid-v51E5SO4ws .mbr-section-title span {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .cid-v51E5SO4ws .mbr-section-title span {
    font-size: 1.4rem !important;
  }
}
.cid-v521CJ6L1P {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #d4fe00;
}
.cid-v521CJ6L1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v521CJ6L1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v521CJ6L1P .mbr-section-title span {
  color: #612c69;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cid-v521CJ6L1P .mbr-section-title {
  color: #000000;
  line-height: 1;
}
.cid-v51NELxN8n {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dawn-wall-2000x1335.webp");
}
.cid-v51NELxN8n .mbr-fallback-image.disabled {
  display: none;
}
.cid-v51NELxN8n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v51NELxN8n .title-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  .cid-v51NELxN8n .title-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v51NELxN8n .title-wrapper {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-v51NELxN8n .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v51NELxN8n .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  padding-bottom: 20px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #ffffff, #ffffff 50%, #ffffff);
}
.cid-v51NELxN8n .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v51NELxN8n .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v51NELxN8n .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v51NELxN8n .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v51NELxN8n .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v51NELxN8n .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v51NELxN8n .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v51NELxN8n .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v51NELxN8n .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #ffffff, #ffffff 110%);
  -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 1440px) {
  .cid-v51NELxN8n .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v51NELxN8n .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v51NELxN8n .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v51NELxN8n .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #612c69;
  border-radius: 2rem;
  -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 992px) {
  .cid-v51NELxN8n .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v51NELxN8n .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v51NELxN8n .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v51NELxN8n .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v51NELxN8n .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v51NELxN8n .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-v51NELxN8n .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v51NELxN8n .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v51NELxN8n .image-wrapper {
  padding: 0 115px;
  height: 100%;
  opacity: 0;
}
@media (max-width: 1440px) {
  .cid-v51NELxN8n .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v51NELxN8n .image-wrapper {
    padding: 0;
  }
}
.cid-v51NELxN8n .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: fit;
}
@media (max-width: 1440px) {
  .cid-v51NELxN8n .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v51NELxN8n .image-wrapper img {
    height: 300px;
  }
}
.cid-v51NELxN8n .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v51NELxN8n .mbr-section-subtitle,
.cid-v51NELxN8n .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v51NELxN8n .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v51NELxN8n .item-label {
  color: #ffffff;
}
.cid-v51NELxN8n .item-text {
  color: #a997ce;
}
.cid-v51NELxN8n .item-text,
.cid-v51NELxN8n .mbr-section-btn {
  color: #612c69;
}
.cid-v8VcNvY8Ib {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d4fe00;
}
.cid-v8VcNvY8Ib .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8VcNvY8Ib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8VcNvY8Ib .content-wrapper {
  margin: 0 auto;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v8VcNvY8Ib .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v8VcNvY8Ib .content-wrapper {
    margin: 0;
    width: 100%;
  }
}
.cid-v8VcNvY8Ib .content-wrapper .title-wrapper {
  margin-bottom: 14px;
  line-height: 1;
}
.cid-v8VcNvY8Ib .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8VcNvY8Ib .content-wrapper .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding: 26px;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.cid-v8VcNvY8Ib .content-wrapper .title-wrapper .subtitle-wrapper .mbr-section-subtitle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 94%;
  background-color: #612c69;
  border-radius: 2rem;
  z-index: -1;
  pointer-events: none;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5), inset 0px 2px 2px rgba(255, 255, 255, 0.2);
}
.cid-v8VcNvY8Ib .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 14px;
  line-height: 1;
}
@media (max-width: 992px) {
  .cid-v8VcNvY8Ib .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8VcNvY8Ib .mbr-section-title {
  color: #ffffff;
}
.cid-v8VcNvY8Ib .mbr-section-subtitle,
.cid-v8VcNvY8Ib .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v8VcNvY8Ib .mbr-text,
.cid-v8VcNvY8Ib .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8VcNvY8Ib .mbr-section-title,
.cid-v8VcNvY8Ib .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v524QvPYJy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4fe00;
}
.cid-v524QvPYJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v524QvPYJy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v524QvPYJy .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  line-height: 1;
}
@media (max-width: 992px) {
  .cid-v524QvPYJy .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 10px;
  }
}
.cid-v524QvPYJy .title-wrapper .mbr-section-subtitle {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  line-height: 1;
}
@media (max-width: 992px) {
  .cid-v524QvPYJy .title-wrapper .mbr-section-subtitle {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v524QvPYJy .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-v524QvPYJy .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v524QvPYJy .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v524QvPYJy .item {
    margin-bottom: 40px;
  }
}
.cid-v524QvPYJy .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v524QvPYJy .item .item-wrapper .card-box {
  height: 100%;
  padding: 20px;
  border: 1px #000000 solid;
  border-radius: 2rem;
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.cid-v524QvPYJy .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v524QvPYJy .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v524QvPYJy .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center !important;
  align-content: center;
  align-self: anchor-center;
  font-size: 40px;
  color: #ffffff;
  background-color: #612c69;
  border-radius: 10px;
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
@media (max-width: 992px) {
  .cid-v524QvPYJy .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    text-align: center !important;
    align-self: anchor-center !important;
  }
}
@media (max-width: 768px) {
  .cid-v524QvPYJy .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
    text-align: center !important;
    align-self: anchor-center !important;
  }
}
.cid-v524QvPYJy .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
  line-height: 1;
}
.cid-v524QvPYJy .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v524QvPYJy .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v524QvPYJy .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v524QvPYJy .mbr-section-title,
.cid-v524QvPYJy .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v524QvPYJy .card-title {
  color: #000000;
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-v524QvPYJy .card-title {
    text-align: center !important;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .cid-v524QvPYJy .card-title {
    text-align: center !important;
    font-size: 1.4rem;
  }
}
.cid-v524QvPYJy .card-text {
  color: #000000;
  line-height: 1;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v524QvPYJy .card-text {
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .cid-v524QvPYJy .card-text {
    text-align: center !important;
  }
}
.cid-v524QvPYJy .card-title,
.cid-v524QvPYJy .mbr-section-btn,
.cid-v524QvPYJy .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v524QvPYJy .mbr-section-subtitle,
.cid-v524QvPYJy .title-wrapper {
  color: #000000;
}
.cid-v528l8kK5f {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #d4fe00;
}
.cid-v528l8kK5f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v528l8kK5f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v528l8kK5f .row {
  margin: 0 -15px;
}
.cid-v528l8kK5f .row .card {
  padding: 0 15px;
}
.cid-v528l8kK5f .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v528l8kK5f .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-v528l8kK5f .content-wrapper {
  margin-bottom: 20px;
}
.cid-v528l8kK5f .content-wrapper .main-btn .btn {
  margin-bottom: 0;
}
.cid-v528l8kK5f .main-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v528l8kK5f .main-btn {
    text-align: left;
  }
}
.cid-v528l8kK5f .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 30px;
}
@media (max-width: 1440px) {
  .cid-v528l8kK5f .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v528l8kK5f .items-wrapper {
    display: block;
  }
}
.cid-v528l8kK5f .items-wrapper .item {
  padding: 5px;
  border: 1px solid #000000;
  border-radius: 2rem;
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
@media (max-width: 992px) {
  .cid-v528l8kK5f .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-v528l8kK5f .items-wrapper .item:hover .item-wrapper .image-wrapper::before,
.cid-v528l8kK5f .items-wrapper .item:focus .item-wrapper .image-wrapper::before {
  opacity: .85;
}
.cid-v528l8kK5f .items-wrapper .item:hover .item-wrapper .image-wrapper .item-btn .btn,
.cid-v528l8kK5f .items-wrapper .item:focus .item-wrapper .image-wrapper .item-btn .btn {
  opacity: 1;
}
.cid-v528l8kK5f .items-wrapper .item:hover .item-wrapper .item-content .item-title,
.cid-v528l8kK5f .items-wrapper .item:focus .item-wrapper .item-content .item-title {
  color: #612c69;
}
.cid-v528l8kK5f .items-wrapper .item:hover .item-wrapper .item-content .item-text,
.cid-v528l8kK5f .items-wrapper .item:focus .item-wrapper .item-content .item-text {
  color: #612c69;
}
.cid-v528l8kK5f .items-wrapper .item .item-wrapper {
  overflow: hidden;
}
.cid-v528l8kK5f .items-wrapper .item .item-wrapper .image-wrapper {
  overflow: hidden;
  position: relative;
  height: 280px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v528l8kK5f .items-wrapper .item .item-wrapper .image-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v528l8kK5f .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v528l8kK5f .items-wrapper .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #612c6900;
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
  z-index: 1;
}
.cid-v528l8kK5f .items-wrapper .item .item-wrapper .image-wrapper .item-btn {
  position: relative;
  z-index: 1;
}
.cid-v528l8kK5f .items-wrapper .item .item-wrapper .image-wrapper .item-btn .btn {
  opacity: 0;
}
.cid-v528l8kK5f .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.cid-v528l8kK5f .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v528l8kK5f .mbr-section-title {
  color: #fefff5;
}
.cid-v528l8kK5f .item-title {
  color: #000000;
  text-align: center;
  line-height: 1;
  font-size: 1.6rem;
}
@media (max-width: 992px) {
  .cid-v528l8kK5f .item-title {
    font-size: 1.4rem;
  }
}
.cid-v528l8kK5f .item-text {
  color: #000000;
  text-align: center;
  line-height: 1;
}
.cid-v528l8kK5f .mbr-section-title,
.cid-v528l8kK5f .main-btn {
  color: #000000;
}
.cid-v587ZFCLsZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d4fe00;
}
.cid-v587ZFCLsZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v587ZFCLsZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v587ZFCLsZ .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-v587ZFCLsZ .item .icon-wrap {
  text-align: center;
}
.cid-v587ZFCLsZ .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cid-v587ZFCLsZ .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #612c69;
}
.cid-v587ZFCLsZ .item.first:before {
  display: none;
}
.cid-v587ZFCLsZ .item.five:before {
  display: none;
}
.cid-v587ZFCLsZ .icon-box {
  background: #612c69;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.cid-v587ZFCLsZ .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-v587ZFCLsZ .mbr-iconfont {
  color: #d4fe00 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v587ZFCLsZ .item:before {
    display: none;
  }
  .cid-v587ZFCLsZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v587ZFCLsZ .card-title,
.cid-v587ZFCLsZ .card-box {
  color: #000000;
}
.cid-v587ZFCLsZ .text-box .mbr-text {
  color: #000000;
}
.cid-v587ZFCLsZ .icon-title,
.cid-v587ZFCLsZ .item .icon-wrap {
  line-height: 1;
  color: #000000;
}
.cid-v587ZFCLsZ .mbr-text {
  font-size: 1.2rem;
  line-height: 1;
}
.cid-v5880KwL9k {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #d4fe00;
}
.cid-v5880KwL9k .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v5880KwL9k form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v5880KwL9k form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v5880KwL9k form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v5880KwL9k .content-head {
  max-width: 800px;
}
.cid-v5880KwL9k .mbr-section-title {
  color: #000000;
}
.cid-v5880KwL9k .mbr-section-subtitle {
  color: #000000;
}
.cid-v5880KwL9k .form-control.form-select.display-7 {
  font-size: smaller !important;
}
.cid-v5880KwL9k label.form-control-label.mbr-fonts-style.display-7 {
  text-align: center !important;
}
.cid-v5880KwL9k LABEL {
  text-align: right;
}
.cid-vb5NxIn7K3 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #d4fe00;
}
.cid-vb5NxIn7K3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb5NxIn7K3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb5NxIn7K3 .row {
  justify-content: space-between;
  background-color: #612c69;
  align-items: center;
  border: 4px solid #ffffff;
  border-radius: 2rem;
  padding: 1rem;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (min-width: 992px) {
  .cid-vb5NxIn7K3 .row {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vb5NxIn7K3 .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
  }
}
.cid-vb5NxIn7K3 .container-fluid,
.cid-vb5NxIn7K3 .container {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-vb5NxIn7K3 .container-fluid,
  .cid-vb5NxIn7K3 .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1400px) {
  .cid-vb5NxIn7K3 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-vb5NxIn7K3 .mbr-section-btn,
.cid-vb5NxIn7K3 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vb5NxIn7K3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vb5NxIn7K3 .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-vb5NxIn7K3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
  line-height: 1;
}
.cid-vb5NxIn7K3 .mbr-text,
.cid-vb5NxIn7K3 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vb5NxIn7K3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v52O03GM2T {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #d4fe00;
}
.cid-v52O03GM2T .row {
  max-width: 900px;
  margin: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 2rem;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-v52O03GM2T .row {
    padding: 2rem 1rem;
  }
}
.cid-v52O03GM2T .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border: 4px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-v52O03GM2T .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v52O03GM2T .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-v52O03GM2T span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-v52O03GM2T .collapsed span {
  transform: rotate(0deg);
}
.cid-v52O03GM2T .accordion-content {
  background-color: #ffffff;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.cid-v52O03GM2T .panel-group {
  width: 100%;
}
.cid-v52O03GM2T .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-v52O03GM2T .card {
  border-radius: 0px;
}
.cid-v52O03GM2T .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: #612c69;
  padding: 0 1rem;
}
.cid-v52O03GM2T .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-v52O03GM2T .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v52O03GM2T .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-v52O03GM2T .card .panel-body {
  background: #ffffff;
  padding: 1rem 1rem 0;
}
.cid-v52O03GM2T .panel-text {
  color: #000000;
  line-height: 1.2;
}
.cid-v52O03GM2T .header-text,
.cid-v52O03GM2T .sign {
  color: #263d5a;
  text-align: right;
}
.cid-v52O03GM2T .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v52O03GM2T .header-text,
.cid-v52O03GM2T .sign,
.cid-v52O03GM2T .card-header {
  color: #ffffff;
  text-align: left;
}
.cid-v52O03GM2T .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v52FEd93T9 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v52FEd93T9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v52FEd93T9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .container {
    padding: 0 26px;
  }
}
.cid-v52FEd93T9 .row {
  justify-content: center;
}
.cid-v52FEd93T9 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v52FEd93T9 .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .title-wrapper .logo-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v52FEd93T9 .title-wrapper .logo-wrapper img {
  height: 80px;
  width: 100%;
  display: inline-flex;
  object-fit: contain;
  align-items: left !important;
  align-self: anchor-left !important;
  border-radius: 0 !important;
}
.cid-v52FEd93T9 .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-v52FEd93T9 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v52FEd93T9 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #ffffff;
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap:hover {
  color: #d4fe00 !important;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #d4fe00 !important;
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #d4fe00;
}
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-v52FEd93T9 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-size: smaller;
}
.cid-v52FEd93T9 .mbr-section-title {
  color: #ffffff;
}
.cid-v52FEd93T9 .mbr-text {
  color: #ffffff;
  font-size: smaller;
  line-height: 1;
}
.cid-v52FEd93T9 .list {
  color: #ffffff;
}
.cid-v52FEd93T9 .list,
.cid-v52FEd93T9 .nav-wrapper,
.cid-v52FEd93T9 .social-wrapper {
  text-align: right;
}
.cid-v7uIX8vk5G {
  z-index: 1000;
  width: 100%;
}
.cid-v7uIX8vk5G nav.navbar {
  position: fixed;
}
.cid-v7uIX8vk5G .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-v7uIX8vk5G .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v7uIX8vk5G .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v7uIX8vk5G .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7uIX8vk5G .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .dropdown-item:hover,
.cid-v7uIX8vk5G .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .dropdown-item:hover span {
  color: white;
}
.cid-v7uIX8vk5G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7uIX8vk5G .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7uIX8vk5G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7uIX8vk5G .nav-link {
  position: relative;
}
.cid-v7uIX8vk5G .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
.cid-v7uIX8vk5G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7uIX8vk5G .iconfont-wrapper:hover {
  color: #d4fe00 !important;
}
.cid-v7uIX8vk5G .dropdown-menu,
.cid-v7uIX8vk5G .navbar.opened {
  background: #612c69 !important;
}
.cid-v7uIX8vk5G .nav-item:focus,
.cid-v7uIX8vk5G .nav-link:focus {
  outline: none;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7uIX8vk5G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7uIX8vk5G .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(97, 44, 105, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7uIX8vk5G .navbar.opened {
  transition: all 0.3s;
}
.cid-v7uIX8vk5G .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-v7uIX8vk5G .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7uIX8vk5G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7uIX8vk5G .navbar.collapsed {
  justify-content: center;
}
.cid-v7uIX8vk5G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7uIX8vk5G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7uIX8vk5G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7uIX8vk5G .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-v7uIX8vk5G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7uIX8vk5G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7uIX8vk5G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7uIX8vk5G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7uIX8vk5G .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-v7uIX8vk5G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7uIX8vk5G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7uIX8vk5G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7uIX8vk5G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7uIX8vk5G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7uIX8vk5G .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7uIX8vk5G .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7uIX8vk5G .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-caption:hover,
.cid-v7uIX8vk5G .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7uIX8vk5G .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7uIX8vk5G .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #d4fe00 !important;
}
.cid-v7uIX8vk5G .dropdown-item.active,
.cid-v7uIX8vk5G .dropdown-item:active {
  background-color: transparent;
}
.cid-v7uIX8vk5G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #612c69;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7uIX8vk5G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7uIX8vk5G ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7uIX8vk5G ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
    border-radius: 0 !important;
  }
}
.cid-v7uIX8vk5G .navbar-buttons {
  text-align: center;
}
.cid-v7uIX8vk5G .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-v7uIX8vk5G .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7uIX8vk5G .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7uIX8vk5G button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 10px;
  background-color: #612c69 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #d4fe00;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7uIX8vk5G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7uIX8vk5G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7uIX8vk5G .navbar {
    height: 70px;
  }
  .cid-v7uIX8vk5G .navbar.opened {
    height: auto;
  }
  .cid-v7uIX8vk5G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7uIX8vk5G .navbar-nav {
  margin: 0 auto;
}
.cid-v7uIX8vk5G .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7uIX8vk5G .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .nav-item .nav-link::after {
  color: #d4fe00 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7uIX8vk5G .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #d4fe00 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .navbar {
  justify-content: flex-start !important;
}
.cid-v7uIX8vk5G .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-v7uIX8vk5G .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-v7uIX8vk5G .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7uIX8vk5G .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7uIX8vk5G .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7uIX8vk5G .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7uIX8vk5G .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7uIX8vk5G .content-wrap {
  min-height: 90px;
}
.cid-v58gaJAvVB {
  padding-top: 6rem;
  padding-bottom: 1rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/life-purpose-1052x788.webp");
}
.cid-v58gaJAvVB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v58gaJAvVB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v58gaJAvVB .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v58gaJAvVB .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v58gaJAvVB .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v58gaJAvVB .content-wrapper .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-v58gaJAvVB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}
@media (max-width: 1440px) {
  .cid-v58gaJAvVB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v58gaJAvVB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-v58gaJAvVB .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v58gaJAvVB .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-v58gaJAvVB .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-v58gaJAvVB .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-v58gaJAvVB .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.cid-v58gaJAvVB .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-v58gaJAvVB .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v58gaJAvVB .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-v58gaJAvVB .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v58gaJAvVB .btn-wrapper {
  margin-top: -10%;
}
.cid-v58gaJAvVB .mbr-section-title {
  color: #ffffff;
  line-height: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cid-v58gaJAvVB .mbr-text {
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cid-v58gaJAvVB .item-title {
  color: #000000;
}
.cid-v58gaJAvVB .item-title,
.cid-v58gaJAvVB .items-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-v58gaJAvVB .mbr-section-title,
.cid-v58gaJAvVB .mbr-section-btn {
  color: #ffffff;
}
.cid-v58gaJAvVB .mbr-text,
.cid-v58gaJAvVB .text-wrapper {
  color: #ffffff;
}
.cid-v58qILmnkF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #d4fe00;
}
.cid-v58qILmnkF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v58qILmnkF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v58qILmnkF .content-wrap {
  padding: 10px;
  background-color: #d4fe00;
  display: flex;
}
@media (max-width: 992px) {
  .cid-v58qILmnkF .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-v58qILmnkF .content-wrap .content-wrapper {
  width: 70%;
  padding: 50px 20px 50px 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v58qILmnkF .content-wrap .content-wrapper {
    padding: 0;
    width: 100%;
  }
}
.cid-v58qILmnkF .content-wrap .content-wrapper .mbr-section-title {
  line-height: .9;
}
.cid-v58qILmnkF .content-wrap .content-wrapper .mbr-section-title span {
  color: #612c69;
}
.cid-v58qILmnkF .content-wrap .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1200px) {
  .cid-v58qILmnkF .content-wrap .content-wrapper .items-wrapper {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .cid-v58qILmnkF .content-wrap .content-wrapper .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v58qILmnkF .content-wrap .content-wrapper .items-wrapper .item .item-wrapper {
  background-color: #612c69;
  padding: 25px;
  height: 100%;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 992px) {
  .cid-v58qILmnkF .content-wrap .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 15px;
  }
}
.cid-v58qILmnkF .content-wrap .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-v58qILmnkF .content-wrap .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.1;
}
.cid-v58qILmnkF .content-wrap .image-wrapper {
  width: 30%;
  padding: 25px;
}
@media (max-width: 992px) {
  .cid-v58qILmnkF .content-wrap .image-wrapper {
    width: 100%;
    height: auto;
  }
}
.cid-v58qILmnkF .content-wrap .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 992px) {
  .cid-v58qILmnkF .content-wrap .image-wrapper img {
    height: 250px;
  }
}
.cid-v58qILmnkF .mbr-section-title {
  color: #404349;
}
.cid-v58qILmnkF .item-title {
  color: #ed463f;
}
.cid-v58qILmnkF .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-v58qILmnkF .mbr-section-title,
.cid-v58qILmnkF .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-v58qILmnkF .mbr-section-subtitle {
  line-height: 1;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-v58qILmnkF .mbr-section-subtitle {
    font-size: 1.2rem;
  }
}
.cid-v59yGZrasb {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #d4fe00;
}
.cid-v59yGZrasb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v59yGZrasb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v59yGZrasb .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v59yGZrasb .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v59yGZrasb .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-v59yGZrasb .card-wrapper {
  background: #612c69;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.cid-v59yGZrasb .mbr-text,
.cid-v59yGZrasb .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-v59yGZrasb .card-title,
.cid-v59yGZrasb .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-v59yGZrasb .image-wrapper img {
  width: 100%;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.cid-v59FpDrrVc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d4fe00;
}
.cid-v59FpDrrVc .row {
  flex-direction: row-reverse;
}
.cid-v59FpDrrVc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v59FpDrrVc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v59FpDrrVc .mbr-description {
  text-align: left;
}
.cid-v59FpDrrVc .item-wrapper {
  background: #612c69;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v59FpDrrVc .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v59FpDrrVc .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-v59FpDrrVc .card-title,
.cid-v59FpDrrVc .iconfont-wrapper {
  color: #000000;
}
.cid-v59FpDrrVc .card-text {
  color: #000000;
}
.cid-v59FpDrrVc .mbr-section-title {
  color: #612c69;
  text-align: center;
}
.cid-v59FpDrrVc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-v59FpDrrVc .mbr-text,
.cid-v59FpDrrVc .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v59FpDrrVc .card-text,
.cid-v59FpDrrVc .item .mbr-section-btn {
  text-align: left;
}
.cid-v59FpDrrVc .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v59FpDrrVc .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: .9rem;
}
.cid-v59FpDrrVc .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v59FpDrrVc .mbr-text UL {
  text-align: left;
}
.cid-v59FpDrrVc .mbr-text .mbr-text,
.cid-v59FpDrrVc .mbr-section-btn {
  text-align: left;
  line-height: 1.2;
}
.cid-v59FpDrrVc img {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.cid-v59FpDrrVc .mbr-text {
  color: #ffffff;
}
.cid-v5pWqG4odI {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #d4fe00;
}
.cid-v5pWqG4odI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5pWqG4odI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5pWqG4odI .title-wrapper {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v5pWqG4odI .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v5pWqG4odI .title-wrapper {
    width: 100%;
    margin-bottom: 48px;
  }
}
.cid-v5pWqG4odI .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-v5pWqG4odI .title-wrapper .label-wrapper {
    margin-bottom: 15px;
  }
}
.cid-v5pWqG4odI .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  border-radius: .8rem;
  background-color: #612c69;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 992px) {
  .cid-v5pWqG4odI .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v5pWqG4odI .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v5pWqG4odI .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v5pWqG4odI .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v5pWqG4odI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5pWqG4odI .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #612c69, #612c69 50%, #612c69);
}
.cid-v5pWqG4odI .title-wrapper .mbr-text {
  margin-top: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5pWqG4odI .title-wrapper .mbr-text {
    margin-top: 10px;
  }
}
.cid-v5pWqG4odI .card {
  justify-content: center;
}
.cid-v5pWqG4odI .image-wrapper {
  position: relative;
  z-index: 1;
  align-items: center;
}
.cid-v5pWqG4odI .image-wrapper .gradient-wrap {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 2rem;
  background-image: linear-gradient(135deg, #007bff 50%, #28a745 40%, #fd7e14 0);
  filter: blur(4rem);
  pointer-events: none;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 425px) {
  .cid-v5pWqG4odI .image-wrapper .gradient-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-v5pWqG4odI .image-wrapper .image-wrap {
  position: relative;
  z-index: 2;
  width: 330px;
  height: 330px;
  border-radius: 2rem;
  overflow: hidden;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  padding: 6px;
  background-image: linear-gradient(135deg, #007bff, #28a745 40%, #fd7e14);
}
@media (max-width: 992px) {
  .cid-v5pWqG4odI .image-wrapper .image-wrap {
    padding: 5px;
  }
}
@media (max-width: 1440px) {
  .cid-v5pWqG4odI .image-wrapper .image-wrap {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v5pWqG4odI .image-wrapper .image-wrap {
    margin-bottom: 28px;
  }
}
@media (max-width: 425px) {
  .cid-v5pWqG4odI .image-wrapper .image-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-v5pWqG4odI .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem !important;
}
.cid-v5pWqG4odI .card-wrapper {
  padding: 40px;
  background-image: radial-gradient(circle at 5% 113%, #ffffff, #ffffff 110%);
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 1440px) {
  .cid-v5pWqG4odI .card-wrapper {
    padding: 26px;
  }
}
@media (max-width: 992px) {
  .cid-v5pWqG4odI .card-wrapper {
    padding: 10px;
  }
}
.cid-v5pWqG4odI .card-wrapper .item {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v5pWqG4odI .card-wrapper .item {
    margin-bottom: 8px;
  }
}
.cid-v5pWqG4odI .card-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-v5pWqG4odI .card-wrapper .item .item-wrapper .card-box {
  position: relative;
  padding-left: 38px;
}
.cid-v5pWqG4odI .card-wrapper .item .item-wrapper .card-box::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #612c69, #612c69);
  color: #ffffff;
  font-size: 15px;
}
.cid-v5pWqG4odI .card-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
  font-size: small;
  line-height: 1;
}
.cid-v5pWqG4odI .card-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
  font-size: small;
  line-height: 1;
}
.cid-v5pWqG4odI .btn-wrapper {
  margin-top: -5%;
}
.cid-v5pWqG4odI .mbr-label,
.cid-v5pWqG4odI .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5pWqG4odI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v5pWqG4odI .mbr-section-subtitle,
.cid-v5pWqG4odI .subtitle-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-v5pWqG4odI .mbr-text {
  color: #000000;
  text-align: left;
  line-height: 1.1;
}
.cid-v5pWqG4odI .item-title {
  color: #000000;
}
.cid-v5pWqG4odI .item-text {
  color: #000000;
}
.cid-v5NJZxVcPx {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #d4fe00;
}
.cid-v5NJZxVcPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5NJZxVcPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5NJZxVcPx .title-wrapper {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v5NJZxVcPx .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v5NJZxVcPx .title-wrapper {
    width: 100%;
    margin-bottom: 48px;
  }
}
.cid-v5NJZxVcPx .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-v5NJZxVcPx .title-wrapper .label-wrapper {
    margin-bottom: 15px;
  }
}
.cid-v5NJZxVcPx .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  border-radius: .8rem;
  background-color: #612c69;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 992px) {
  .cid-v5NJZxVcPx .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v5NJZxVcPx .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v5NJZxVcPx .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v5NJZxVcPx .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v5NJZxVcPx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5NJZxVcPx .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #612c69, #612c69 50%, #612c69);
}
.cid-v5NJZxVcPx .title-wrapper .mbr-text {
  margin-top: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5NJZxVcPx .title-wrapper .mbr-text {
    margin-top: 10px;
  }
}
.cid-v5NJZxVcPx .card {
  justify-content: center;
}
.cid-v5NJZxVcPx .image-wrapper {
  position: relative;
  z-index: 1;
  align-items: center;
}
.cid-v5NJZxVcPx .image-wrapper .gradient-wrap {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 2rem;
  background-image: linear-gradient(135deg, #007bff 50%, #28a745 40%, #fd7e14 0);
  filter: blur(4rem);
  pointer-events: none;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 425px) {
  .cid-v5NJZxVcPx .image-wrapper .gradient-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-v5NJZxVcPx .image-wrapper .image-wrap {
  position: relative;
  z-index: 2;
  width: 330px;
  height: 330px;
  border-radius: 2rem;
  overflow: hidden;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  padding: 6px;
  background-image: linear-gradient(135deg, #007bff, #28a745 40%, #fd7e14);
}
@media (max-width: 992px) {
  .cid-v5NJZxVcPx .image-wrapper .image-wrap {
    padding: 5px;
  }
}
@media (max-width: 1440px) {
  .cid-v5NJZxVcPx .image-wrapper .image-wrap {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v5NJZxVcPx .image-wrapper .image-wrap {
    margin-bottom: 28px;
  }
}
@media (max-width: 425px) {
  .cid-v5NJZxVcPx .image-wrapper .image-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-v5NJZxVcPx .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem !important;
}
.cid-v5NJZxVcPx .card-wrapper {
  padding: 40px;
  background-image: radial-gradient(circle at 5% 113%, #ffffff, #ffffff 110%);
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 1440px) {
  .cid-v5NJZxVcPx .card-wrapper {
    padding: 26px;
  }
}
@media (max-width: 992px) {
  .cid-v5NJZxVcPx .card-wrapper {
    padding: 10px;
  }
}
.cid-v5NJZxVcPx .card-wrapper .item {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v5NJZxVcPx .card-wrapper .item {
    margin-bottom: 8px;
  }
}
.cid-v5NJZxVcPx .card-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-v5NJZxVcPx .card-wrapper .item .item-wrapper .card-box {
  position: relative;
  padding-left: 38px;
}
.cid-v5NJZxVcPx .card-wrapper .item .item-wrapper .card-box::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #612c69, #612c69);
  color: #ffffff;
  font-size: 15px;
}
.cid-v5NJZxVcPx .card-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
  font-size: small;
  line-height: 1;
}
.cid-v5NJZxVcPx .card-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
  font-size: small;
  line-height: 1;
}
.cid-v5NJZxVcPx .btn-wrapper {
  margin-top: -5%;
}
.cid-v5NJZxVcPx .mbr-label,
.cid-v5NJZxVcPx .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5NJZxVcPx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v5NJZxVcPx .mbr-section-subtitle,
.cid-v5NJZxVcPx .subtitle-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-v5NJZxVcPx .mbr-text {
  color: #000000;
  text-align: left;
  line-height: 1.1;
}
.cid-v5NJZxVcPx .item-title {
  color: #000000;
}
.cid-v5NJZxVcPx .item-text {
  color: #000000;
}
.cid-v5q2FeCd2U {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d4fe00;
}
.cid-v5q2FeCd2U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5q2FeCd2U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5q2FeCd2U .title-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5q2FeCd2U .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v5q2FeCd2U .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5q2FeCd2U .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v5q2FeCd2U .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v5q2FeCd2U .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v5q2FeCd2U .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v5q2FeCd2U .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v5q2FeCd2U .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v5q2FeCd2U .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  line-height: .9;
}
.cid-v5q2FeCd2U .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #007bff, #28a745 50%, #fd7e14);
  line-height: 1;
}
.cid-v5q2FeCd2U .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5q2FeCd2U .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v5q2FeCd2U .panel-group {
  position: relative;
}
.cid-v5q2FeCd2U .panel-group .card {
  position: relative;
  padding: 32px 48px;
  background-image: radial-gradient(circle at 5% 113%, #612c69, #612c69 100%);
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 14px;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.cid-v5q2FeCd2U .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v5q2FeCd2U .panel-group .card {
    padding: 18px;
    margin-top: 16px;
  }
  .cid-v5q2FeCd2U .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-v5q2FeCd2U .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5q2FeCd2U .panel-group .card .card-header {
    display: block;
  }
}
.cid-v5q2FeCd2U .panel-group .card .card-header .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #362c52, #362c52 50%, #fe881b);
  margin-right: 42px;
}
@media (max-width: 992px) {
  .cid-v5q2FeCd2U .panel-group .card .card-header .icon-wrapper .mbr-iconfont {
    font-size: 32px;
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-v5q2FeCd2U .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v5q2FeCd2U .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  line-height: 1;
}
@media (max-width: 992px) {
  .cid-v5q2FeCd2U .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .cid-v5q2FeCd2U .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
    font-size: 1.2rem;
  }
}
.cid-v5q2FeCd2U .panel-group .card .card-header .panel-title .icon-wrap {
  width: 56px;
  height: 56px;
  min-width: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  background-color: #d4fe00;
  margin-left: 22px;
}
.cid-v5q2FeCd2U .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v5q2FeCd2U .panel-group .card .card-header .panel-title .icon-wrap:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v5q2FeCd2U .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-v5q2FeCd2U .panel-group .card .panel-collapse .panel-body {
  margin: 22px 0;
  padding-left: 26px;
}
@media (max-width: 992px) {
  .cid-v5q2FeCd2U .panel-group .card .panel-collapse .panel-body {
    margin: 12px 0 0;
    padding-left: 0;
  }
}
.cid-v5q2FeCd2U .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  line-height: 1.1;
}
.cid-v5q2FeCd2U .mbr-label,
.cid-v5q2FeCd2U .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5q2FeCd2U .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5q2FeCd2U .mbr-section-subtitle,
.cid-v5q2FeCd2U .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5q2FeCd2U .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-v5q2FeCd2U .panel-title-edit {
  color: #ffffff;
}
.cid-v5q2FeCd2U .panel-text {
  color: #ffffff;
}
.cid-v6aMY7iPOx {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #d4fe00;
}
.cid-v6aMY7iPOx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6aMY7iPOx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6aMY7iPOx .mbr-description {
  text-align: left;
}
.cid-v6aMY7iPOx .item-wrapper {
  background: #ffffff;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 767px) {
  .cid-v6aMY7iPOx .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v6aMY7iPOx .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v6aMY7iPOx .card-title,
.cid-v6aMY7iPOx .iconfont-wrapper {
  color: #000000;
}
.cid-v6aMY7iPOx .card-text {
  color: #000000;
  line-height: 1.2;
}
.cid-v6aMY7iPOx .mbr-section-title {
  color: #000000;
  text-align: center;
  line-height: 1;
}
.cid-v6aMY7iPOx .mbr-number {
  color: #9fe870;
}
.cid-v6aMY7iPOx .mbr-text,
.cid-v6aMY7iPOx .mbr-section-btn {
  text-align: center;
  color: #612c69;
  line-height: 1;
}
.cid-v6aMY7iPOx .card-text,
.cid-v6aMY7iPOx .item .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v6aMY7iPOx .mbr-section-btn {
  margin-top: 1rem;
}
.cid-v6aMY7iPOx .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-v6aMY7iPOx .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v6aMY7iPOx .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-v6aMY7iPOx .image-wrapper img {
  height: 100%;
  object-fit: fit;
}
.cid-v6aMY7iPOx .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v6aMY7iPOx .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v6aMY7iPOx .card-title {
  text-align: left;
}
.cid-v6aMY7iPOx .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v6aMY7iPOx .item-content .item-footer {
  margin-top: auto;
}
.cid-v6aMY7iPOx ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v6aMY7iPOx ul li {
  font-size: larger;
  position: relative;
  list-style: none;
  line-height: 1;
}
.cid-v6aMY7iPOx ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #612c69;
  background-color: #612c69;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v5qg3RcE8e {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #d4fe00;
}
.cid-v5qg3RcE8e .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v5qg3RcE8e form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v5qg3RcE8e form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v5qg3RcE8e form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v5qg3RcE8e .content-head {
  max-width: 800px;
}
.cid-v5qg3RcE8e .mbr-section-title {
  color: #000000;
}
.cid-v5qg3RcE8e .mbr-section-subtitle {
  color: #000000;
}
.cid-v5qg3RcE8e .form-control.form-select.display-7 {
  font-size: smaller !important;
}
.cid-v5qg3RcE8e label.form-control-label.mbr-fonts-style.display-7 {
  text-align: center !important;
}
.cid-v5qg3RcE8e LABEL {
  text-align: right;
}
.cid-v52FEd93T9 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v52FEd93T9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v52FEd93T9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .container {
    padding: 0 26px;
  }
}
.cid-v52FEd93T9 .row {
  justify-content: center;
}
.cid-v52FEd93T9 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v52FEd93T9 .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .title-wrapper .logo-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v52FEd93T9 .title-wrapper .logo-wrapper img {
  height: 80px;
  width: 100%;
  display: inline-flex;
  object-fit: contain;
  align-items: left !important;
  align-self: anchor-left !important;
  border-radius: 0 !important;
}
.cid-v52FEd93T9 .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-v52FEd93T9 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v52FEd93T9 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #ffffff;
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap:hover {
  color: #d4fe00 !important;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #d4fe00 !important;
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #d4fe00;
}
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-v52FEd93T9 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-size: smaller;
}
.cid-v52FEd93T9 .mbr-section-title {
  color: #ffffff;
}
.cid-v52FEd93T9 .mbr-text {
  color: #ffffff;
  font-size: smaller;
  line-height: 1;
}
.cid-v52FEd93T9 .list {
  color: #ffffff;
}
.cid-v52FEd93T9 .list,
.cid-v52FEd93T9 .nav-wrapper,
.cid-v52FEd93T9 .social-wrapper {
  text-align: right;
}
.cid-v7uIX8vk5G {
  z-index: 1000;
  width: 100%;
}
.cid-v7uIX8vk5G nav.navbar {
  position: fixed;
}
.cid-v7uIX8vk5G .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-v7uIX8vk5G .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v7uIX8vk5G .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v7uIX8vk5G .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7uIX8vk5G .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .dropdown-item:hover,
.cid-v7uIX8vk5G .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .dropdown-item:hover span {
  color: white;
}
.cid-v7uIX8vk5G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7uIX8vk5G .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7uIX8vk5G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7uIX8vk5G .nav-link {
  position: relative;
}
.cid-v7uIX8vk5G .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
.cid-v7uIX8vk5G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7uIX8vk5G .iconfont-wrapper:hover {
  color: #d4fe00 !important;
}
.cid-v7uIX8vk5G .dropdown-menu,
.cid-v7uIX8vk5G .navbar.opened {
  background: #612c69 !important;
}
.cid-v7uIX8vk5G .nav-item:focus,
.cid-v7uIX8vk5G .nav-link:focus {
  outline: none;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7uIX8vk5G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7uIX8vk5G .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(97, 44, 105, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7uIX8vk5G .navbar.opened {
  transition: all 0.3s;
}
.cid-v7uIX8vk5G .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-v7uIX8vk5G .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7uIX8vk5G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7uIX8vk5G .navbar.collapsed {
  justify-content: center;
}
.cid-v7uIX8vk5G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7uIX8vk5G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7uIX8vk5G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7uIX8vk5G .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-v7uIX8vk5G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7uIX8vk5G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7uIX8vk5G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7uIX8vk5G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7uIX8vk5G .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-v7uIX8vk5G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7uIX8vk5G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7uIX8vk5G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7uIX8vk5G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7uIX8vk5G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7uIX8vk5G .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7uIX8vk5G .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7uIX8vk5G .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-caption:hover,
.cid-v7uIX8vk5G .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7uIX8vk5G .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7uIX8vk5G .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #d4fe00 !important;
}
.cid-v7uIX8vk5G .dropdown-item.active,
.cid-v7uIX8vk5G .dropdown-item:active {
  background-color: transparent;
}
.cid-v7uIX8vk5G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #612c69;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7uIX8vk5G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7uIX8vk5G ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7uIX8vk5G ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
    border-radius: 0 !important;
  }
}
.cid-v7uIX8vk5G .navbar-buttons {
  text-align: center;
}
.cid-v7uIX8vk5G .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-v7uIX8vk5G .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7uIX8vk5G .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7uIX8vk5G button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 10px;
  background-color: #612c69 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #d4fe00;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7uIX8vk5G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7uIX8vk5G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7uIX8vk5G .navbar {
    height: 70px;
  }
  .cid-v7uIX8vk5G .navbar.opened {
    height: auto;
  }
  .cid-v7uIX8vk5G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7uIX8vk5G .navbar-nav {
  margin: 0 auto;
}
.cid-v7uIX8vk5G .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7uIX8vk5G .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .nav-item .nav-link::after {
  color: #d4fe00 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7uIX8vk5G .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #d4fe00 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .navbar {
  justify-content: flex-start !important;
}
.cid-v7uIX8vk5G .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-v7uIX8vk5G .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-v7uIX8vk5G .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7uIX8vk5G .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7uIX8vk5G .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7uIX8vk5G .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7uIX8vk5G .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7uIX8vk5G .content-wrap {
  min-height: 90px;
}
.cid-v5v20HHd0Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d4fe00;
}
.cid-v5v20HHd0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5v20HHd0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5v20HHd0Y .row {
  justify-content: center;
}
.cid-v5v20HHd0Y .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5v20HHd0Y .item {
    margin-bottom: 1rem;
  }
}
.cid-v5v20HHd0Y .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #612c69;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5v20HHd0Y .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v5v20HHd0Y .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v5v20HHd0Y .content-head {
  max-width: 800px;
}
.cid-v5v20HHd0Y .card-title {
  color: #ffffff;
}
.cid-v5v20HHd0Y .mbr-text {
  color: #ffffff;
}
.cid-v5v20HHd0Y .mbr-section-title {
  color: #000000;
}
.cid-v5vg20igah {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #d4fe00;
}
.cid-v5vg20igah .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v5vg20igah form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v5vg20igah form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v5vg20igah form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v5vg20igah .content-head {
  max-width: 800px;
}
.cid-v5vg20igah .mbr-section-title {
  color: #000000;
}
.cid-v5vg20igah .mbr-section-subtitle {
  color: #000000;
}
.cid-v5vg20igah .form-control.form-select.display-7 {
  font-size: smaller !important;
}
.cid-v5vg20igah label.form-control-label.mbr-fonts-style.display-7 {
  text-align: center !important;
}
.cid-v5vg20igah LABEL {
  text-align: right;
}
.cid-v52FEd93T9 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v52FEd93T9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v52FEd93T9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .container {
    padding: 0 26px;
  }
}
.cid-v52FEd93T9 .row {
  justify-content: center;
}
.cid-v52FEd93T9 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v52FEd93T9 .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .title-wrapper .logo-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v52FEd93T9 .title-wrapper .logo-wrapper img {
  height: 80px;
  width: 100%;
  display: inline-flex;
  object-fit: contain;
  align-items: left !important;
  align-self: anchor-left !important;
  border-radius: 0 !important;
}
.cid-v52FEd93T9 .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-v52FEd93T9 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v52FEd93T9 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #ffffff;
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap:hover {
  color: #d4fe00 !important;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #d4fe00 !important;
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #d4fe00;
}
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-v52FEd93T9 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-size: smaller;
}
.cid-v52FEd93T9 .mbr-section-title {
  color: #ffffff;
}
.cid-v52FEd93T9 .mbr-text {
  color: #ffffff;
  font-size: smaller;
  line-height: 1;
}
.cid-v52FEd93T9 .list {
  color: #ffffff;
}
.cid-v52FEd93T9 .list,
.cid-v52FEd93T9 .nav-wrapper,
.cid-v52FEd93T9 .social-wrapper {
  text-align: right;
}
.cid-v7uIX8vk5G {
  z-index: 1000;
  width: 100%;
}
.cid-v7uIX8vk5G nav.navbar {
  position: fixed;
}
.cid-v7uIX8vk5G .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-v7uIX8vk5G .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v7uIX8vk5G .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v7uIX8vk5G .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7uIX8vk5G .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .dropdown-item:hover,
.cid-v7uIX8vk5G .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .dropdown-item:hover span {
  color: white;
}
.cid-v7uIX8vk5G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7uIX8vk5G .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7uIX8vk5G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7uIX8vk5G .nav-link {
  position: relative;
}
.cid-v7uIX8vk5G .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
.cid-v7uIX8vk5G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7uIX8vk5G .iconfont-wrapper:hover {
  color: #d4fe00 !important;
}
.cid-v7uIX8vk5G .dropdown-menu,
.cid-v7uIX8vk5G .navbar.opened {
  background: #612c69 !important;
}
.cid-v7uIX8vk5G .nav-item:focus,
.cid-v7uIX8vk5G .nav-link:focus {
  outline: none;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7uIX8vk5G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7uIX8vk5G .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(97, 44, 105, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7uIX8vk5G .navbar.opened {
  transition: all 0.3s;
}
.cid-v7uIX8vk5G .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-v7uIX8vk5G .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7uIX8vk5G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7uIX8vk5G .navbar.collapsed {
  justify-content: center;
}
.cid-v7uIX8vk5G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7uIX8vk5G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7uIX8vk5G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7uIX8vk5G .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-v7uIX8vk5G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7uIX8vk5G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7uIX8vk5G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7uIX8vk5G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7uIX8vk5G .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-v7uIX8vk5G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7uIX8vk5G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7uIX8vk5G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7uIX8vk5G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7uIX8vk5G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7uIX8vk5G .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7uIX8vk5G .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7uIX8vk5G .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-caption:hover,
.cid-v7uIX8vk5G .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7uIX8vk5G .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7uIX8vk5G .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #d4fe00 !important;
}
.cid-v7uIX8vk5G .dropdown-item.active,
.cid-v7uIX8vk5G .dropdown-item:active {
  background-color: transparent;
}
.cid-v7uIX8vk5G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #612c69;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7uIX8vk5G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7uIX8vk5G ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7uIX8vk5G ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
    border-radius: 0 !important;
  }
}
.cid-v7uIX8vk5G .navbar-buttons {
  text-align: center;
}
.cid-v7uIX8vk5G .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-v7uIX8vk5G .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7uIX8vk5G .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7uIX8vk5G button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 10px;
  background-color: #612c69 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #d4fe00;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7uIX8vk5G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7uIX8vk5G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7uIX8vk5G .navbar {
    height: 70px;
  }
  .cid-v7uIX8vk5G .navbar.opened {
    height: auto;
  }
  .cid-v7uIX8vk5G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7uIX8vk5G .navbar-nav {
  margin: 0 auto;
}
.cid-v7uIX8vk5G .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7uIX8vk5G .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .nav-item .nav-link::after {
  color: #d4fe00 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7uIX8vk5G .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #d4fe00 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .navbar {
  justify-content: flex-start !important;
}
.cid-v7uIX8vk5G .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-v7uIX8vk5G .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-v7uIX8vk5G .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7uIX8vk5G .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7uIX8vk5G .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7uIX8vk5G .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7uIX8vk5G .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7uIX8vk5G .content-wrap {
  min-height: 90px;
}
.cid-v5NMnt9qZ0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4fe00;
}
.cid-v5NMnt9qZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5NMnt9qZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v5NMnt9qZ0 .container {
    padding: 0 20px;
  }
}
.cid-v5NMnt9qZ0 .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-v5NMnt9qZ0 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v5NMnt9qZ0 .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-v5NMnt9qZ0 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v5NMnt9qZ0 .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-v5NMnt9qZ0 .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-v5NMnt9qZ0 .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-v5NMnt9qZ0 .mbr-section-title {
  color: #000000;
}
.cid-v5NMnt9qZ0 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v5NMnt9qZ0 .mbr-section-title,
.cid-v5NMnt9qZ0 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v5NLAHfXiA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d4fe00;
}
.cid-v5NLAHfXiA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5NLAHfXiA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5NLAHfXiA .row {
  justify-content: center;
}
.cid-v5NLAHfXiA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5NLAHfXiA .item {
    margin-bottom: 1rem;
  }
}
.cid-v5NLAHfXiA .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #612c69;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5NLAHfXiA .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v5NLAHfXiA .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v5NLAHfXiA .content-head {
  max-width: 800px;
}
.cid-v5NLAHfXiA .card-title {
  color: #ffffff;
}
.cid-v5NLAHfXiA .mbr-text {
  color: #ffffff;
}
.cid-v5NLAHfXiA .mbr-section-title {
  color: #000000;
}
.cid-v5NLAI5f2R {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #d4fe00;
}
.cid-v5NLAI5f2R .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v5NLAI5f2R form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v5NLAI5f2R form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v5NLAI5f2R form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v5NLAI5f2R .content-head {
  max-width: 800px;
}
.cid-v5NLAI5f2R .mbr-section-title {
  color: #000000;
}
.cid-v5NLAI5f2R .mbr-section-subtitle {
  color: #000000;
}
.cid-v5NLAI5f2R .form-control.form-select.display-7 {
  font-size: smaller !important;
}
.cid-v5NLAI5f2R label.form-control-label.mbr-fonts-style.display-7 {
  text-align: center !important;
}
.cid-v5NLAI5f2R LABEL {
  text-align: right;
}
.cid-v52FEd93T9 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v52FEd93T9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v52FEd93T9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .container {
    padding: 0 26px;
  }
}
.cid-v52FEd93T9 .row {
  justify-content: center;
}
.cid-v52FEd93T9 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v52FEd93T9 .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .title-wrapper .logo-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v52FEd93T9 .title-wrapper .logo-wrapper img {
  height: 80px;
  width: 100%;
  display: inline-flex;
  object-fit: contain;
  align-items: left !important;
  align-self: anchor-left !important;
  border-radius: 0 !important;
}
.cid-v52FEd93T9 .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-v52FEd93T9 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v52FEd93T9 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #ffffff;
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap:hover {
  color: #d4fe00 !important;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #d4fe00 !important;
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #d4fe00;
}
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-v52FEd93T9 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-size: smaller;
}
.cid-v52FEd93T9 .mbr-section-title {
  color: #ffffff;
}
.cid-v52FEd93T9 .mbr-text {
  color: #ffffff;
  font-size: smaller;
  line-height: 1;
}
.cid-v52FEd93T9 .list {
  color: #ffffff;
}
.cid-v52FEd93T9 .list,
.cid-v52FEd93T9 .nav-wrapper,
.cid-v52FEd93T9 .social-wrapper {
  text-align: right;
}
.cid-v7uIX8vk5G {
  z-index: 1000;
  width: 100%;
}
.cid-v7uIX8vk5G nav.navbar {
  position: fixed;
}
.cid-v7uIX8vk5G .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-v7uIX8vk5G .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v7uIX8vk5G .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v7uIX8vk5G .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7uIX8vk5G .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .dropdown-item:hover,
.cid-v7uIX8vk5G .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .dropdown-item:hover span {
  color: white;
}
.cid-v7uIX8vk5G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7uIX8vk5G .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7uIX8vk5G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7uIX8vk5G .nav-link {
  position: relative;
}
.cid-v7uIX8vk5G .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
.cid-v7uIX8vk5G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7uIX8vk5G .iconfont-wrapper:hover {
  color: #d4fe00 !important;
}
.cid-v7uIX8vk5G .dropdown-menu,
.cid-v7uIX8vk5G .navbar.opened {
  background: #612c69 !important;
}
.cid-v7uIX8vk5G .nav-item:focus,
.cid-v7uIX8vk5G .nav-link:focus {
  outline: none;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7uIX8vk5G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7uIX8vk5G .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(97, 44, 105, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7uIX8vk5G .navbar.opened {
  transition: all 0.3s;
}
.cid-v7uIX8vk5G .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-v7uIX8vk5G .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7uIX8vk5G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7uIX8vk5G .navbar.collapsed {
  justify-content: center;
}
.cid-v7uIX8vk5G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7uIX8vk5G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7uIX8vk5G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7uIX8vk5G .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-v7uIX8vk5G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7uIX8vk5G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7uIX8vk5G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7uIX8vk5G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7uIX8vk5G .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-v7uIX8vk5G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7uIX8vk5G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7uIX8vk5G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7uIX8vk5G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7uIX8vk5G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7uIX8vk5G .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7uIX8vk5G .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7uIX8vk5G .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-caption:hover,
.cid-v7uIX8vk5G .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7uIX8vk5G .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7uIX8vk5G .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #d4fe00 !important;
}
.cid-v7uIX8vk5G .dropdown-item.active,
.cid-v7uIX8vk5G .dropdown-item:active {
  background-color: transparent;
}
.cid-v7uIX8vk5G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #612c69;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7uIX8vk5G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7uIX8vk5G ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7uIX8vk5G ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
    border-radius: 0 !important;
  }
}
.cid-v7uIX8vk5G .navbar-buttons {
  text-align: center;
}
.cid-v7uIX8vk5G .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-v7uIX8vk5G .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7uIX8vk5G .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7uIX8vk5G button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 10px;
  background-color: #612c69 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #d4fe00;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7uIX8vk5G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7uIX8vk5G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7uIX8vk5G .navbar {
    height: 70px;
  }
  .cid-v7uIX8vk5G .navbar.opened {
    height: auto;
  }
  .cid-v7uIX8vk5G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7uIX8vk5G .navbar-nav {
  margin: 0 auto;
}
.cid-v7uIX8vk5G .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7uIX8vk5G .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .nav-item .nav-link::after {
  color: #d4fe00 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7uIX8vk5G .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #d4fe00 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .navbar {
  justify-content: flex-start !important;
}
.cid-v7uIX8vk5G .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-v7uIX8vk5G .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-v7uIX8vk5G .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7uIX8vk5G .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7uIX8vk5G .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7uIX8vk5G .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7uIX8vk5G .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7uIX8vk5G .content-wrap {
  min-height: 90px;
}
.cid-v5NMSZMbMX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4fe00;
}
.cid-v5NMSZMbMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5NMSZMbMX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v5NMSZMbMX .container {
    padding: 0 20px;
  }
}
.cid-v5NMSZMbMX .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-v5NMSZMbMX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v5NMSZMbMX .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-v5NMSZMbMX .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v5NMSZMbMX .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-v5NMSZMbMX .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-v5NMSZMbMX .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-v5NMSZMbMX .mbr-section-title {
  color: #000000;
}
.cid-v5NMSZMbMX .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v5NMSZMbMX .mbr-section-title,
.cid-v5NMSZMbMX .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v5NMT0zJQw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d4fe00;
}
.cid-v5NMT0zJQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5NMT0zJQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5NMT0zJQw .row {
  justify-content: center;
}
.cid-v5NMT0zJQw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v5NMT0zJQw .item {
    margin-bottom: 1rem;
  }
}
.cid-v5NMT0zJQw .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #612c69;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v5NMT0zJQw .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v5NMT0zJQw .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v5NMT0zJQw .content-head {
  max-width: 800px;
}
.cid-v5NMT0zJQw .card-title {
  color: #ffffff;
}
.cid-v5NMT0zJQw .mbr-text {
  color: #ffffff;
}
.cid-v5NMT0zJQw .mbr-section-title {
  color: #000000;
}
.cid-v5NMT1e4Xg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #d4fe00;
}
.cid-v5NMT1e4Xg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v5NMT1e4Xg form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v5NMT1e4Xg form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v5NMT1e4Xg form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v5NMT1e4Xg .content-head {
  max-width: 800px;
}
.cid-v5NMT1e4Xg .mbr-section-title {
  color: #000000;
}
.cid-v5NMT1e4Xg .mbr-section-subtitle {
  color: #000000;
}
.cid-v5NMT1e4Xg .form-control.form-select.display-7 {
  font-size: smaller !important;
}
.cid-v5NMT1e4Xg label.form-control-label.mbr-fonts-style.display-7 {
  text-align: center !important;
}
.cid-v5NMT1e4Xg LABEL {
  text-align: right;
}
.cid-v52FEd93T9 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v52FEd93T9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v52FEd93T9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .container {
    padding: 0 26px;
  }
}
.cid-v52FEd93T9 .row {
  justify-content: center;
}
.cid-v52FEd93T9 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v52FEd93T9 .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .title-wrapper .logo-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v52FEd93T9 .title-wrapper .logo-wrapper img {
  height: 80px;
  width: 100%;
  display: inline-flex;
  object-fit: contain;
  align-items: left !important;
  align-self: anchor-left !important;
  border-radius: 0 !important;
}
.cid-v52FEd93T9 .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-v52FEd93T9 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v52FEd93T9 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #ffffff;
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap:hover {
  color: #d4fe00 !important;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #d4fe00 !important;
}
.cid-v52FEd93T9 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-v52FEd93T9 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v52FEd93T9 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #d4fe00;
}
.cid-v52FEd93T9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-v52FEd93T9 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-size: smaller;
}
.cid-v52FEd93T9 .mbr-section-title {
  color: #ffffff;
}
.cid-v52FEd93T9 .mbr-text {
  color: #ffffff;
  font-size: smaller;
  line-height: 1;
}
.cid-v52FEd93T9 .list {
  color: #ffffff;
}
.cid-v52FEd93T9 .list,
.cid-v52FEd93T9 .nav-wrapper,
.cid-v52FEd93T9 .social-wrapper {
  text-align: right;
}
.cid-v7uIX8vk5G {
  z-index: 1000;
  width: 100%;
}
.cid-v7uIX8vk5G nav.navbar {
  position: fixed;
}
.cid-v7uIX8vk5G .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-v7uIX8vk5G .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v7uIX8vk5G .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v7uIX8vk5G .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7uIX8vk5G .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .dropdown-item:hover,
.cid-v7uIX8vk5G .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .dropdown-item:hover span {
  color: white;
}
.cid-v7uIX8vk5G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7uIX8vk5G .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7uIX8vk5G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7uIX8vk5G .nav-link {
  position: relative;
}
.cid-v7uIX8vk5G .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
.cid-v7uIX8vk5G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7uIX8vk5G .iconfont-wrapper:hover {
  color: #d4fe00 !important;
}
.cid-v7uIX8vk5G .dropdown-menu,
.cid-v7uIX8vk5G .navbar.opened {
  background: #612c69 !important;
}
.cid-v7uIX8vk5G .nav-item:focus,
.cid-v7uIX8vk5G .nav-link:focus {
  outline: none;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7uIX8vk5G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7uIX8vk5G .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(97, 44, 105, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7uIX8vk5G .navbar.opened {
  transition: all 0.3s;
}
.cid-v7uIX8vk5G .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-v7uIX8vk5G .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7uIX8vk5G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7uIX8vk5G .navbar.collapsed {
  justify-content: center;
}
.cid-v7uIX8vk5G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7uIX8vk5G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7uIX8vk5G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7uIX8vk5G .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-v7uIX8vk5G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7uIX8vk5G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7uIX8vk5G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7uIX8vk5G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7uIX8vk5G .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-v7uIX8vk5G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7uIX8vk5G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7uIX8vk5G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7uIX8vk5G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7uIX8vk5G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7uIX8vk5G .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7uIX8vk5G .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7uIX8vk5G .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-caption:hover,
.cid-v7uIX8vk5G .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7uIX8vk5G .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7uIX8vk5G .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #d4fe00 !important;
}
.cid-v7uIX8vk5G .dropdown-item.active,
.cid-v7uIX8vk5G .dropdown-item:active {
  background-color: transparent;
}
.cid-v7uIX8vk5G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #612c69;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7uIX8vk5G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7uIX8vk5G ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7uIX8vk5G ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
    border-radius: 0 !important;
  }
}
.cid-v7uIX8vk5G .navbar-buttons {
  text-align: center;
}
.cid-v7uIX8vk5G .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-v7uIX8vk5G .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7uIX8vk5G .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7uIX8vk5G button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 10px;
  background-color: #612c69 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #d4fe00;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7uIX8vk5G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7uIX8vk5G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7uIX8vk5G .navbar {
    height: 70px;
  }
  .cid-v7uIX8vk5G .navbar.opened {
    height: auto;
  }
  .cid-v7uIX8vk5G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7uIX8vk5G .navbar-nav {
  margin: 0 auto;
}
.cid-v7uIX8vk5G .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7uIX8vk5G .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .nav-item .nav-link::after {
  color: #d4fe00 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7uIX8vk5G .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #d4fe00 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .navbar {
  justify-content: flex-start !important;
}
.cid-v7uIX8vk5G .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-v7uIX8vk5G .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-v7uIX8vk5G .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7uIX8vk5G .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7uIX8vk5G .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7uIX8vk5G .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7uIX8vk5G .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7uIX8vk5G .content-wrap {
  min-height: 90px;
}
.cid-v7uJuP4AKX {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #d4fe00;
}
.cid-v7uJuP4AKX .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-v7uJuP4AKX H2 {
  color: #000000;
}
.cid-v7uJuP4AKX H4 {
  color: #000000;
}
.cid-v7uJuP4AKX P {
  color: #000000;
}
.cid-v7uJuP4AKX a {
  color: #007bff !important;
}
.cid-v7uIX9iOuH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d4fe00;
}
.cid-v7uIX9iOuH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7uIX9iOuH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7uIX9iOuH .row {
  justify-content: center;
}
.cid-v7uIX9iOuH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7uIX9iOuH .item {
    margin-bottom: 1rem;
  }
}
.cid-v7uIX9iOuH .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #612c69;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7uIX9iOuH .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v7uIX9iOuH .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v7uIX9iOuH .content-head {
  max-width: 800px;
}
.cid-v7uIX9iOuH .card-title {
  color: #ffffff;
}
.cid-v7uIX9iOuH .mbr-text {
  color: #ffffff;
}
.cid-v7uIX9iOuH .mbr-section-title {
  color: #000000;
}
.cid-v7uIX9SzOy {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #d4fe00;
}
.cid-v7uIX9SzOy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v7uIX9SzOy form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v7uIX9SzOy form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v7uIX9SzOy form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v7uIX9SzOy .content-head {
  max-width: 800px;
}
.cid-v7uIX9SzOy .mbr-section-title {
  color: #000000;
}
.cid-v7uIX9SzOy .mbr-section-subtitle {
  color: #000000;
}
.cid-v7uIX9SzOy .form-control.form-select.display-7 {
  font-size: smaller !important;
}
.cid-v7uIX9SzOy label.form-control-label.mbr-fonts-style.display-7 {
  text-align: center !important;
}
.cid-v7uIX9SzOy LABEL {
  text-align: right;
}
.cid-v7uIXakHwQ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v7uIXakHwQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7uIXakHwQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7uIXakHwQ .container {
    padding: 0 26px;
  }
}
.cid-v7uIXakHwQ .row {
  justify-content: center;
}
.cid-v7uIXakHwQ .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v7uIXakHwQ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v7uIXakHwQ .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7uIXakHwQ .title-wrapper .logo-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v7uIXakHwQ .title-wrapper .logo-wrapper img {
  height: 80px;
  width: 100%;
  display: inline-flex;
  object-fit: contain;
  align-items: left !important;
  align-self: anchor-left !important;
  border-radius: 0 !important;
}
.cid-v7uIXakHwQ .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-v7uIXakHwQ .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-v7uIXakHwQ .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7uIXakHwQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7uIXakHwQ .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7uIXakHwQ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v7uIXakHwQ .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v7uIXakHwQ .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-v7uIXakHwQ .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v7uIXakHwQ .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #ffffff;
}
.cid-v7uIXakHwQ .content-wrapper .nav-wrapper .list .item-wrap:hover {
  color: #d4fe00 !important;
}
@media (max-width: 992px) {
  .cid-v7uIXakHwQ .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-v7uIXakHwQ .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v7uIXakHwQ .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #d4fe00 !important;
}
.cid-v7uIXakHwQ .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-v7uIXakHwQ .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v7uIXakHwQ .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v7uIXakHwQ .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v7uIXakHwQ .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-v7uIXakHwQ .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-v7uIXakHwQ .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v7uIXakHwQ .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-v7uIXakHwQ .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7uIXakHwQ .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-v7uIXakHwQ .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v7uIXakHwQ .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v7uIXakHwQ .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7uIXakHwQ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v7uIXakHwQ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #d4fe00;
}
.cid-v7uIXakHwQ .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-v7uIXakHwQ .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-size: smaller;
}
.cid-v7uIXakHwQ .mbr-section-title {
  color: #ffffff;
}
.cid-v7uIXakHwQ .mbr-text {
  color: #ffffff;
  font-size: smaller;
  line-height: 1;
}
.cid-v7uIXakHwQ .list {
  color: #ffffff;
}
.cid-v7uIXakHwQ .list,
.cid-v7uIXakHwQ .nav-wrapper,
.cid-v7uIXakHwQ .social-wrapper {
  text-align: right;
}
.cid-v7uIX8vk5G {
  z-index: 1000;
  width: 100%;
}
.cid-v7uIX8vk5G nav.navbar {
  position: fixed;
}
.cid-v7uIX8vk5G .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-v7uIX8vk5G .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v7uIX8vk5G .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v7uIX8vk5G .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7uIX8vk5G .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .dropdown-item:hover,
.cid-v7uIX8vk5G .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .dropdown-item:hover span {
  color: white;
}
.cid-v7uIX8vk5G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7uIX8vk5G .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7uIX8vk5G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7uIX8vk5G .nav-link {
  position: relative;
}
.cid-v7uIX8vk5G .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
.cid-v7uIX8vk5G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7uIX8vk5G .iconfont-wrapper:hover {
  color: #d4fe00 !important;
}
.cid-v7uIX8vk5G .dropdown-menu,
.cid-v7uIX8vk5G .navbar.opened {
  background: #612c69 !important;
}
.cid-v7uIX8vk5G .nav-item:focus,
.cid-v7uIX8vk5G .nav-link:focus {
  outline: none;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7uIX8vk5G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7uIX8vk5G .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(97, 44, 105, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7uIX8vk5G .navbar.opened {
  transition: all 0.3s;
}
.cid-v7uIX8vk5G .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-v7uIX8vk5G .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7uIX8vk5G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7uIX8vk5G .navbar.collapsed {
  justify-content: center;
}
.cid-v7uIX8vk5G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7uIX8vk5G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7uIX8vk5G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7uIX8vk5G .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-v7uIX8vk5G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7uIX8vk5G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7uIX8vk5G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7uIX8vk5G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7uIX8vk5G .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-v7uIX8vk5G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7uIX8vk5G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7uIX8vk5G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7uIX8vk5G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7uIX8vk5G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7uIX8vk5G .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7uIX8vk5G .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7uIX8vk5G .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-caption:hover,
.cid-v7uIX8vk5G .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7uIX8vk5G .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7uIX8vk5G .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #d4fe00 !important;
}
.cid-v7uIX8vk5G .dropdown-item.active,
.cid-v7uIX8vk5G .dropdown-item:active {
  background-color: transparent;
}
.cid-v7uIX8vk5G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #612c69;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7uIX8vk5G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7uIX8vk5G ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7uIX8vk5G ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
    border-radius: 0 !important;
  }
}
.cid-v7uIX8vk5G .navbar-buttons {
  text-align: center;
}
.cid-v7uIX8vk5G .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-v7uIX8vk5G .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7uIX8vk5G .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7uIX8vk5G button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 10px;
  background-color: #612c69 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #d4fe00;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7uIX8vk5G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7uIX8vk5G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7uIX8vk5G .navbar {
    height: 70px;
  }
  .cid-v7uIX8vk5G .navbar.opened {
    height: auto;
  }
  .cid-v7uIX8vk5G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7uIX8vk5G .navbar-nav {
  margin: 0 auto;
}
.cid-v7uIX8vk5G .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7uIX8vk5G .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .nav-item .nav-link::after {
  color: #d4fe00 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7uIX8vk5G .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #d4fe00 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .navbar {
  justify-content: flex-start !important;
}
.cid-v7uIX8vk5G .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-v7uIX8vk5G .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-v7uIX8vk5G .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7uIX8vk5G .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7uIX8vk5G .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7uIX8vk5G .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7uIX8vk5G .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7uIX8vk5G .content-wrap {
  min-height: 90px;
}
.cid-v8TYTXbbnm {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #d4fe00;
}
.cid-v8TYTXbbnm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8TYTXbbnm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8TYTXbbnm .content-wrapper {
  margin: 0 auto;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v8TYTXbbnm .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v8TYTXbbnm .content-wrapper {
    margin: 0;
    width: 100%;
  }
}
.cid-v8TYTXbbnm .content-wrapper .title-wrapper {
  margin-bottom: 14px;
  line-height: 1;
}
.cid-v8TYTXbbnm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8TYTXbbnm .content-wrapper .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding: 26px;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.cid-v8TYTXbbnm .content-wrapper .title-wrapper .subtitle-wrapper .mbr-section-subtitle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 94%;
  background-color: #612c69;
  border-radius: 2rem;
  z-index: -1;
  pointer-events: none;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5), inset 0px 2px 2px rgba(255, 255, 255, 0.2);
}
.cid-v8TYTXbbnm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 14px;
  line-height: 1;
}
@media (max-width: 992px) {
  .cid-v8TYTXbbnm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8TYTXbbnm .mbr-section-title {
  color: #ffffff;
}
.cid-v8TYTXbbnm .mbr-section-subtitle,
.cid-v8TYTXbbnm .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v8TYTXbbnm .mbr-text,
.cid-v8TYTXbbnm .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8TYTXbbnm .mbr-section-title,
.cid-v8TYTXbbnm .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v8U3wvo38A {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #d4fe00;
}
.cid-v8U3wvo38A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8U3wvo38A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8U3wvo38A .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v8U3wvo38A .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v8U3wvo38A .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v8U3wvo38A .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-v8U3wvo38A .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 992px) {
  .cid-v8U3wvo38A .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8U3wvo38A .items-wrapper {
  margin: 0 -10px;
}
.cid-v8U3wvo38A .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v8U3wvo38A .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8U3wvo38A .item .item-wrapper {
  height: 100%;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5), inset 0px 2px 2px rgba(255, 255, 255, 0.2);
  background-color: #612c69;
  padding: 8px;
}
.cid-v8U3wvo38A .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.cid-v8U3wvo38A .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 14px;
  align-items: center;
  align-self: center;
  text-align: center;
}
.cid-v8U3wvo38A .item .item-wrapper .card-box .number-wrapper .item-number {
  align-items: center;
  align-self: center;
  text-align: center;
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #28a745;
}
.cid-v8U3wvo38A .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-v8U3wvo38A .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-v8U3wvo38A .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-v8U3wvo38A .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8U3wvo38A .mbr-label,
.cid-v8U3wvo38A .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8U3wvo38A .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8U3wvo38A .mbr-text,
.cid-v8U3wvo38A .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8U3wvo38A .item-number {
  color: #000000;
}
.cid-v8U3wvo38A .item-title {
  color: #000000;
}
.cid-v8U3wvo38A .item-text {
  color: #612c69;
  text-align: center;
}
.cid-v8U3wvo38A .item-number,
.cid-v8U3wvo38A .number-wrapper {
  color: #ffffff;
}
.cid-v8U3wvo38A .mbr-text span {
  font-size: smaller;
}
.cid-v8U6V5YAsQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #d4fe00;
}
.cid-v8U6V5YAsQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8U6V5YAsQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8U6V5YAsQ .content-wrap {
  position: sticky;
  top: 56px;
}
@media (max-width: 992px) {
  .cid-v8U6V5YAsQ .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v8U6V5YAsQ .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v8U6V5YAsQ .content-wrap .label-wrapper .mbr-label {
  padding: 10px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-v8U6V5YAsQ .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8U6V5YAsQ .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-v8U6V5YAsQ .content-wrap .main-btn {
  margin-top: 14px;
}
.cid-v8U6V5YAsQ .content-wrap .main-btn .btn {
  margin-bottom: 0;
}
.cid-v8U6V5YAsQ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-v8U6V5YAsQ .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v8U6V5YAsQ .item .item-wrapper {
  height: 100%;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5), inset 0px 2px 2px rgba(255, 255, 255, 0.2);
  background-color: #612c69;
  padding: 8px;
}
.cid-v8U6V5YAsQ .item .item-wrapper .card-box {
  height: 100%;
  padding: 8px;
  background-color: #ffffff;
}
.cid-v8U6V5YAsQ .item .item-wrapper .card-box .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8U6V5YAsQ .item .item-wrapper .card-box .item-img {
    margin-bottom: 24px;
  }
}
.cid-v8U6V5YAsQ .item .item-wrapper .card-box .item-img img {
  display: inline-flex;
  width: 158px;
  height: 158px;
  object-fit: cover;
}
.cid-v8U6V5YAsQ .item .item-wrapper .card-box .label-wrap {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v8U6V5YAsQ .item .item-wrapper .card-box .label-wrap {
    margin-bottom: 10px;
  }
}
.cid-v8U6V5YAsQ .item .item-wrapper .card-box .label-wrap .item-label {
  padding: 10px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #d4fe00;
  webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cid-v8U6V5YAsQ .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
  line-height: 1;
}
.cid-v8U6V5YAsQ .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: smaller;
}
.cid-v8U6V5YAsQ .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-v8U6V5YAsQ .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8U6V5YAsQ .mbr-label,
.cid-v8U6V5YAsQ .label-wrapper {
  color: #000000;
}
.cid-v8U6V5YAsQ .mbr-section-title {
  color: #000000;
}
.cid-v8U6V5YAsQ .mbr-text,
.cid-v8U6V5YAsQ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8U6V5YAsQ .item-label {
  color: #000000;
}
.cid-v8U6V5YAsQ .item-title {
  color: #000000;
}
.cid-v8U6V5YAsQ .item-text {
  color: #000000;
}
.cid-v8U6V5YAsQ .item-title,
.cid-v8U6V5YAsQ .btn-item,
.cid-v8U6V5YAsQ .item-img {
  color: #000000;
}
.cid-v8U6V5YAsQ .mbr-section-title,
.cid-v8U6V5YAsQ .main-btn {
  text-align: center;
}
.cid-v8U6V5YAsQ .item-label,
.cid-v8U6V5YAsQ .label-wrap {
  text-align: center;
}
.cid-v8UkTzjQi4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #d4fe00;
}
.cid-v8UkTzjQi4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8UkTzjQi4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8UkTzjQi4 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8UkTzjQi4 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v8UkTzjQi4 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v8UkTzjQi4 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v8UkTzjQi4 .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.5), inset 0px 2px 2px rgba(255, 255, 255, 0.2);
}
.cid-v8UkTzjQi4 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v8UkTzjQi4 .content-head {
  max-width: 100%;
}
.cid-v8UkTzjQi4 .img-box {
  display: flex;
  justify-content: center;
}
.cid-v8UkTzjQi4 .card-title {
  text-align: center;
  color: #000000;
}
.cid-v8UkTzjQi4 .card-text {
  text-align: center;
  color: #000000;
}
.cid-v8UkTzjQi4 .link {
  text-align: center;
}
.cid-v8UMZaiBI7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #d4fe00;
}
.cid-v8UMZaiBI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8UMZaiBI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8UMZaiBI7 .content-wrapper {
  margin: 0 auto;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-v8UMZaiBI7 .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v8UMZaiBI7 .content-wrapper {
    margin: 0;
    width: 100%;
  }
}
.cid-v8UMZaiBI7 .content-wrapper .title-wrapper {
  margin-bottom: 14px;
  line-height: 1;
}
.cid-v8UMZaiBI7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8UMZaiBI7 .content-wrapper .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding: 26px;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.cid-v8UMZaiBI7 .content-wrapper .title-wrapper .subtitle-wrapper .mbr-section-subtitle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 94%;
  background-color: #612c69;
  border-radius: 2rem;
  z-index: -1;
  pointer-events: none;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5), inset 0px 2px 2px rgba(255, 255, 255, 0.2);
}
.cid-v8UMZaiBI7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 14px;
  line-height: 1;
}
@media (max-width: 992px) {
  .cid-v8UMZaiBI7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8UMZaiBI7 .mbr-section-title {
  color: #ffffff;
}
.cid-v8UMZaiBI7 .mbr-section-subtitle,
.cid-v8UMZaiBI7 .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v8UMZaiBI7 .mbr-text,
.cid-v8UMZaiBI7 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8UMZaiBI7 .mbr-section-title,
.cid-v8UMZaiBI7 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v8UMZaiBI7 .mbr-text span {
  color: #612c69;
}
.cid-v8UpWL4074 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #d4fe00;
}
.cid-v8UpWL4074 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8UpWL4074 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8UpWL4074 .card-wrapper {
  position: relative;
  padding: 100px 0 50px;
  display: flex;
  align-items: flex-end;
  background-color: #612c69;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5), inset 0px 2px 2px rgba(255, 255, 255, 0.2);
}
@media (max-width: 992px) {
  .cid-v8UpWL4074 .card-wrapper {
    padding: 30px 15px;
  }
}
.cid-v8UpWL4074 .card-wrapper .card {
  justify-content: flex-end;
}
.cid-v8UpWL4074 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v8UpWL4074 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-v8UpWL4074 .card-wrapper .main-btn-wrapper {
  margin-bottom: 40px;
  align-self: center;
  align-content: center;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8UpWL4074 .card-wrapper .main-btn-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8UpWL4074 .card-wrapper .main-btn-wrapper .main-btn {
  margin-bottom: -9.6px;
}
.cid-v8UpWL4074 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-v8UpWL4074 .card-wrapper .text-wrapper .mbr-text {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .cid-v8UpWL4074 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 10px;
  }
}
.cid-v8UpWL4074 .card-wrapper .item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8UpWL4074 .card-wrapper .item {
    margin-bottom: 30px;
  }
  .cid-v8UpWL4074 .card-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8UpWL4074 .card-wrapper .item .item-wrapper {
  border-radius: 2rem;
  padding: 10px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.5), inset 0px 2px 2px rgba(255, 255, 255, 0.2);
}
.cid-v8UpWL4074 .card-wrapper .item .item-wrapper .item-number {
  margin-bottom: 10px;
  line-height: 1;
}
.cid-v8UpWL4074 .card-wrapper .item .item-wrapper .item-number span {
  font-size: smaller;
}
.cid-v8UpWL4074 .card-wrapper .item .item-wrapper .desc-wrap .item-desc {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 992px) {
  .cid-v8UpWL4074 .card-wrapper .item .item-wrapper .desc-wrap .item-desc {
    width: 100%;
  }
}
.cid-v8UpWL4074 .card-wrapper .item .item-wrapper .item-desc span {
  font-size: smaller;
}
.cid-v8UpWL4074 .card-wrapper .item .item-wrapper .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-v8UpWL4074 .mbr-section-title {
  color: #ffffff;
  line-height: 1;
}
.cid-v8UpWL4074 .mbr-text {
  color: #ffffff;
}
.cid-v8UpWL4074 .item-number {
  color: #ffffff;
}
.cid-v8UpWL4074 .item-desc {
  color: #ffffff;
  line-height: 1;
}
.cid-v8UpWL4074 .item-desc,
.cid-v8UpWL4074 .desc-wrap {
  text-align: center;
}
.cid-v8UpWL4074 .item-number,
.cid-v8UpWL4074 .item-btn {
  text-align: center;
}
.cid-v8UOBDupWD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #d4fe00;
}
.cid-v8UOBDupWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8UOBDupWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8UOBDupWD .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v8UOBDupWD .container {
    padding: 0 16px;
  }
}
.cid-v8UOBDupWD .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #d4fe00;
}
@media (max-width: 992px) {
  .cid-v8UOBDupWD .content-wrapper {
    padding: 0px 15px 40px 0px;
    display: block;
  }
}
.cid-v8UOBDupWD .content-wrapper .mbr-section-title {
  width: 42%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8UOBDupWD .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v8UOBDupWD .content-wrapper .list-wrapper {
  width: 50%;
  padding: 20px 36px;
  background-color: #612c69;
  border-radius: 2rem;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.5), inset 0px 2px 2px rgba(255, 255, 255, 0.2);
}
@media (max-width: 992px) {
  .cid-v8UOBDupWD .content-wrapper .list-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-v8UOBDupWD .content-wrapper .list-wrapper .item {
  padding: 20px 0;
  border-bottom: 1px solid #d4fe00;
}
.cid-v8UOBDupWD .content-wrapper .list-wrapper .item:last-child {
  border-bottom: none;
}
.cid-v8UOBDupWD .content-wrapper .list-wrapper .item .item-wrapper .card-box {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-v8UOBDupWD .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 28px;
}
.cid-v8UOBDupWD .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 32px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #28a745;
  border: 1px solid #28a745;
  border-radius: 100%;
}
.cid-v8UOBDupWD .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-title {
  margin-bottom: 5px;
  line-height: 1;
}
.cid-v8UOBDupWD .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-v8UOBDupWD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8UOBDupWD .card-title {
  color: #000000;
}
.cid-v8UOBDupWD .card-text {
  color: #000000;
}
.cid-v8UOBDupWD .card-title,
.cid-v8UOBDupWD .item-wrapper {
  color: #000000;
}
.cid-v8UOBDupWD .card-text,
.cid-v8UOBDupWD .item-wrapper {
  color: #ffffff;
}
.cid-v8UCmXMTyM {
  padding-top: 1rem;
  background-color: #d4fe00;
}
.cid-v8UCmXMTyM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8UCmXMTyM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8UCmXMTyM .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-v8UCmXMTyM .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-v8UCmXMTyM .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-v8UCmXMTyM .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-v8UCmXMTyM .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-v8UCmXMTyM .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-v8UCmXMTyM .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8UCmXMTyM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
  line-height: 1;
}
.cid-v8UCmXMTyM .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8UCmXMTyM .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8UCmXMTyM .items-wrapper {
  margin: 0 -10px;
}
.cid-v8UCmXMTyM .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 100px;
}
.cid-v8UCmXMTyM .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8UCmXMTyM .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v8UCmXMTyM .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8UCmXMTyM .items-wrapper .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
  background-color: #fafafa;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5), inset 0px 2px 2px rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8UCmXMTyM .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v8UCmXMTyM .items-wrapper .item .item-wrapper .icon-wrapper {
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-v8UCmXMTyM .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-v8UCmXMTyM .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #334155;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-v8UCmXMTyM .items-wrapper .item .item-wrapper .item-content {
  width: 100%;
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-v8UCmXMTyM .items-wrapper .item .item-wrapper .item-content {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v8UCmXMTyM .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 20px;
  }
}
.cid-v8UCmXMTyM .items-wrapper .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 8px;
  line-height: 1;
  font-size: x-large;
}
.cid-v8UCmXMTyM .items-wrapper .item .item-wrapper .item-content .card-box .item-desc {
  margin-bottom: 20px;
  line-height: 1;
}
.cid-v8UCmXMTyM .items-wrapper .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 10px;
  line-height: 1;
}
.cid-v8UCmXMTyM .items-wrapper .item .item-wrapper .item-content .card-box .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 1;
}
.cid-v8UCmXMTyM .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.cid-v8UCmXMTyM .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8UCmXMTyM .items-wrapper .item .item-wrapper .item-content .card-box .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  color: #059669;
  display: inline-flex;
}
.cid-v8UCmXMTyM .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
}
.cid-v8UCmXMTyM .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8UCmXMTyM .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8UCmXMTyM .items-wrapper .item .item-wrapper .item-content .item-img {
    height: 320px;
  }
}
.cid-v8UCmXMTyM .items-wrapper .item .item-wrapper .item-content .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v8UCmXMTyM .mbr-label,
.cid-v8UCmXMTyM .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-v8UCmXMTyM .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-v8UCmXMTyM .mbr-text,
.cid-v8UCmXMTyM .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8UCmXMTyM .item-title {
  color: #0f172a;
}
.cid-v8UCmXMTyM .item-desc {
  color: #000000;
}
.cid-v8UCmXMTyM .item-text {
  color: #000000;
}
.cid-v8UCmXMTyM .list {
  color: #475569;
}
.cid-v8UCmXMTyM .list,
.cid-v8UCmXMTyM .item-wrap {
  color: #000000;
}
.cid-v8UCmXMTyM .item-title,
.cid-v8UCmXMTyM .mbr-section-btn DIV {
  text-align: center;
}
.cid-v8UCmXMTyM .item-title,
.cid-v8UCmXMTyM .mbr-section-btn {
  color: #000000;
}
.cid-v8UCmXMTyM .mbr-section-title,
.cid-v8UCmXMTyM .mbr-section-btn {
  color: #000000;
}
.cid-v8UQcNzdSO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #d4fe00;
}
.cid-v8UQcNzdSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8UQcNzdSO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8UQcNzdSO .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-v8UQcNzdSO .container {
    padding: 0 16px;
  }
}
.cid-v8UQcNzdSO .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #612c69;
}
@media (max-width: 992px) {
  .cid-v8UQcNzdSO .content-wrapper {
    padding: 0px 15px 40px 0px;
    display: block;
  }
}
.cid-v8UQcNzdSO .content-wrapper .mbr-section-title {
  width: 42%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8UQcNzdSO .content-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v8UQcNzdSO .content-wrapper .list-wrapper {
  width: 50%;
  padding: 20px 36px;
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.5), inset 0px 2px 2px rgba(255, 255, 255, 0.2);
}
@media (max-width: 992px) {
  .cid-v8UQcNzdSO .content-wrapper .list-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-v8UQcNzdSO .content-wrapper .list-wrapper .item {
  padding: 20px 0;
  border-bottom: 1px solid #612c69;
}
.cid-v8UQcNzdSO .content-wrapper .list-wrapper .item:last-child {
  border-bottom: none;
}
.cid-v8UQcNzdSO .content-wrapper .list-wrapper .item .item-wrapper .card-box {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cid-v8UQcNzdSO .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 28px;
}
.cid-v8UQcNzdSO .content-wrapper .list-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 40px;
  height: 40px;
  font-size: 32px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 100%;
}
.cid-v8UQcNzdSO .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-title {
  margin-bottom: 5px;
  line-height: 1;
}
.cid-v8UQcNzdSO .content-wrapper .list-wrapper .item .item-wrapper .card-box .card-content .card-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-v8UQcNzdSO .mbr-section-title {
  color: #000000;
  text-align: left;
  line-height: 1;
}
.cid-v8UQcNzdSO .card-title {
  color: #000000;
}
.cid-v8UQcNzdSO .card-text {
  color: #000000;
}
.cid-v8UQcNzdSO .card-title,
.cid-v8UQcNzdSO .item-wrapper {
  color: #000000;
}
.cid-v8UQcNzdSO .card-text,
.cid-v8UQcNzdSO .item-wrapper {
  color: #000000;
}
.cid-v8UQcNzdSO li {
  color: #000000;
}
.cid-v8UjiubuvS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d4fe00;
}
.cid-v8UjiubuvS h3 {
  text-align: center;
}
.cid-v8UjiubuvS .pie_progress {
  position: relative;
}
.cid-v8UjiubuvS .content {
  padding-left: 1rem;
  width: -webkit-fill-available;
}
.cid-v8UjiubuvS p {
  line-height: 1;
}
.cid-v8UjiubuvS .card {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-v8UjiubuvS .number {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  height: fit-content;
  width: fit-content;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-v8UjiubuvS .wrap {
  width: 200px;
  margin: 0 auto;
}
.cid-v8UjiubuvS .mbr-section-subtitle {
  color: #000000;
}
.cid-v8UjiubuvS .pie_progress__number {
  text-align: center !important;
}
.cid-v8UjiubuvS .card-title {
  margin-bottom: 0;
}
.cid-v8UjiubuvS .svg-gradient {
  position: absolute;
}
.cid-v8UjiubuvS ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-v8UjiubuvS path {
  stroke: #612c69;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8UjiubuvS .card {
    flex-basis: 50%;
  }
}
.cid-v8UjiubuvS .mbr-section-title {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-v8UjiubuvS .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v8UjiubuvS .content {
    padding-left: 0rem;
  }
  .cid-v8UjiubuvS .wrap {
    width: 100px;
    margin-bottom: 2rem;
  }
}
.cid-v8UjiubuvS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8UjiubuvS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8UjiubuvS .card-text {
  color: #612c69;
  text-align: center;
}
.cid-v8UjiubuvS H5 {
  color: #612c69;
}
.cid-v8UZihUaCO {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #d4fe00;
}
.cid-v8UZihUaCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8UZihUaCO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8UZihUaCO .title-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v8UZihUaCO .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v8UZihUaCO .title-wrapper {
    width: 100%;
    margin-bottom: 48px;
  }
}
.cid-v8UZihUaCO .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-v8UZihUaCO .title-wrapper .label-wrapper {
    margin-bottom: 15px;
  }
}
.cid-v8UZihUaCO .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  border-radius: .8rem;
  background-color: #612c69;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 992px) {
  .cid-v8UZihUaCO .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v8UZihUaCO .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v8UZihUaCO .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v8UZihUaCO .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8UZihUaCO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8UZihUaCO .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #612c69, #612c69 50%, #612c69);
}
.cid-v8UZihUaCO .title-wrapper .mbr-text {
  margin-top: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8UZihUaCO .title-wrapper .mbr-text {
    margin-top: 10px;
  }
}
.cid-v8UZihUaCO .card {
  justify-content: center;
}
.cid-v8UZihUaCO .image-wrapper {
  position: relative;
  z-index: 1;
  align-items: center;
}
.cid-v8UZihUaCO .image-wrapper .image-wrap {
  position: relative;
  z-index: 2;
  width: 50%;
  overflow: hidden;
  border-radius: 2rem;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 1440px) {
  .cid-v8UZihUaCO .image-wrapper .image-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v8UZihUaCO .image-wrapper .image-wrap {
    margin-bottom: 28px;
  }
}
@media (max-width: 425px) {
  .cid-v8UZihUaCO .image-wrapper .image-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-v8UZihUaCO .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v8UZihUaCO .card-wrapper {
  padding: 40px;
  background-image: radial-gradient(circle at 5% 113%, #ffffff, #ffffff 110%);
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 1440px) {
  .cid-v8UZihUaCO .card-wrapper {
    padding: 26px;
  }
}
@media (max-width: 992px) {
  .cid-v8UZihUaCO .card-wrapper {
    padding: 10px;
  }
}
.cid-v8UZihUaCO .card-wrapper .item {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v8UZihUaCO .card-wrapper .item {
    margin-bottom: 8px;
  }
}
.cid-v8UZihUaCO .card-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-v8UZihUaCO .card-wrapper .item .item-wrapper .card-box {
  position: relative;
  padding-left: 38px;
}
.cid-v8UZihUaCO .card-wrapper .item .item-wrapper .card-box::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #28a745, #28a745);
  color: #ffffff;
  font-size: 20px;
}
.cid-v8UZihUaCO .card-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
  line-height: 1;
}
.cid-v8UZihUaCO .card-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
  line-height: 1;
}
.cid-v8UZihUaCO .btn-wrapper {
  margin-top: -5%;
}
.cid-v8UZihUaCO .mbr-label,
.cid-v8UZihUaCO .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v8UZihUaCO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8UZihUaCO .mbr-section-subtitle,
.cid-v8UZihUaCO .subtitle-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-v8UZihUaCO .mbr-text {
  color: #000000;
  text-align: left;
  line-height: 1.1;
}
.cid-v8UZihUaCO .item-title {
  color: #000000;
  text-align: center;
  line-height: 1;
}
.cid-v8UZihUaCO .item-text {
  color: #000000;
  line-height: 1;
}
.cid-v8V4P4Kb08 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #d4fe00;
}
.cid-v8V4P4Kb08 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8V4P4Kb08 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8V4P4Kb08 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-v8V4P4Kb08 .item .icon-wrap {
  text-align: center;
}
.cid-v8V4P4Kb08 .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.cid-v8V4P4Kb08 .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #612c69;
}
.cid-v8V4P4Kb08 .item.first:before {
  display: none;
}
.cid-v8V4P4Kb08 .item.five:before {
  display: none;
}
.cid-v8V4P4Kb08 .icon-box {
  background: #612c69;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.cid-v8V4P4Kb08 .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-v8V4P4Kb08 .mbr-iconfont {
  color: #d4fe00 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v8V4P4Kb08 .item:before {
    display: none;
  }
  .cid-v8V4P4Kb08 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8V4P4Kb08 .card-title,
.cid-v8V4P4Kb08 .card-box {
  color: #000000;
}
.cid-v8V4P4Kb08 .text-box .mbr-text {
  color: #000000;
  line-height: 1.2;
}
.cid-v8V4P4Kb08 .icon-title,
.cid-v8V4P4Kb08 .item .icon-wrap {
  line-height: 1;
  color: #000000;
}
.cid-v8V4P4Kb08 .mbr-section-btn {
  align-content: center;
  align-self: center;
  text-align: center;
}
.cid-v8TUKE74Rn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d4fe00;
}
.cid-v8TUKE74Rn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8TUKE74Rn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8TUKE74Rn .row {
  justify-content: center;
}
.cid-v8TUKE74Rn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v8TUKE74Rn .item {
    margin-bottom: 1rem;
  }
}
.cid-v8TUKE74Rn .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #612c69;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v8TUKE74Rn .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8TUKE74Rn .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v8TUKE74Rn .content-head {
  max-width: 800px;
}
.cid-v8TUKE74Rn .card-title {
  color: #ffffff;
}
.cid-v8TUKE74Rn .mbr-text {
  color: #ffffff;
}
.cid-v8TUKE74Rn .mbr-section-title {
  color: #000000;
}
.cid-v8TUKESUbQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #d4fe00;
}
.cid-v8TUKESUbQ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v8TUKESUbQ form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v8TUKESUbQ form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v8TUKESUbQ form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v8TUKESUbQ .content-head {
  max-width: 800px;
}
.cid-v8TUKESUbQ .mbr-section-title {
  color: #000000;
}
.cid-v8TUKESUbQ .mbr-section-subtitle {
  color: #000000;
}
.cid-v8TUKESUbQ .form-control.form-select.display-7 {
  font-size: smaller !important;
}
.cid-v8TUKESUbQ label.form-control-label.mbr-fonts-style.display-7 {
  text-align: center !important;
}
.cid-v8TUKESUbQ LABEL {
  text-align: right;
}
.cid-v8TUKFsOfX {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8TUKFsOfX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8TUKFsOfX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8TUKFsOfX .container {
    padding: 0 26px;
  }
}
.cid-v8TUKFsOfX .row {
  justify-content: center;
}
.cid-v8TUKFsOfX .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v8TUKFsOfX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8TUKFsOfX .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v8TUKFsOfX .title-wrapper .logo-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v8TUKFsOfX .title-wrapper .logo-wrapper img {
  height: 80px;
  width: 100%;
  display: inline-flex;
  object-fit: contain;
  align-items: left !important;
  align-self: anchor-left !important;
  border-radius: 0 !important;
}
.cid-v8TUKFsOfX .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-v8TUKFsOfX .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-v8TUKFsOfX .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8TUKFsOfX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8TUKFsOfX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8TUKFsOfX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8TUKFsOfX .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v8TUKFsOfX .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-v8TUKFsOfX .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8TUKFsOfX .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #ffffff;
}
.cid-v8TUKFsOfX .content-wrapper .nav-wrapper .list .item-wrap:hover {
  color: #d4fe00 !important;
}
@media (max-width: 992px) {
  .cid-v8TUKFsOfX .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-v8TUKFsOfX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-v8TUKFsOfX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #d4fe00 !important;
}
.cid-v8TUKFsOfX .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-v8TUKFsOfX .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v8TUKFsOfX .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8TUKFsOfX .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-v8TUKFsOfX .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-v8TUKFsOfX .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-v8TUKFsOfX .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-v8TUKFsOfX .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-v8TUKFsOfX .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8TUKFsOfX .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-v8TUKFsOfX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8TUKFsOfX .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-v8TUKFsOfX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8TUKFsOfX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8TUKFsOfX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #d4fe00;
}
.cid-v8TUKFsOfX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-v8TUKFsOfX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-size: smaller;
}
.cid-v8TUKFsOfX .mbr-section-title {
  color: #ffffff;
}
.cid-v8TUKFsOfX .mbr-text {
  color: #ffffff;
  font-size: smaller;
  line-height: 1;
}
.cid-v8TUKFsOfX .list {
  color: #ffffff;
}
.cid-v8TUKFsOfX .list,
.cid-v8TUKFsOfX .nav-wrapper,
.cid-v8TUKFsOfX .social-wrapper {
  text-align: right;
}
.cid-v7uIX8vk5G {
  z-index: 1000;
  width: 100%;
}
.cid-v7uIX8vk5G nav.navbar {
  position: fixed;
}
.cid-v7uIX8vk5G .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-v7uIX8vk5G .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v7uIX8vk5G .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v7uIX8vk5G .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7uIX8vk5G .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .dropdown-item:hover,
.cid-v7uIX8vk5G .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .dropdown-item:hover span {
  color: white;
}
.cid-v7uIX8vk5G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7uIX8vk5G .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7uIX8vk5G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7uIX8vk5G .nav-link {
  position: relative;
}
.cid-v7uIX8vk5G .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
.cid-v7uIX8vk5G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7uIX8vk5G .iconfont-wrapper:hover {
  color: #d4fe00 !important;
}
.cid-v7uIX8vk5G .dropdown-menu,
.cid-v7uIX8vk5G .navbar.opened {
  background: #612c69 !important;
}
.cid-v7uIX8vk5G .nav-item:focus,
.cid-v7uIX8vk5G .nav-link:focus {
  outline: none;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7uIX8vk5G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7uIX8vk5G .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(97, 44, 105, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7uIX8vk5G .navbar.opened {
  transition: all 0.3s;
}
.cid-v7uIX8vk5G .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-v7uIX8vk5G .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7uIX8vk5G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7uIX8vk5G .navbar.collapsed {
  justify-content: center;
}
.cid-v7uIX8vk5G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7uIX8vk5G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7uIX8vk5G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7uIX8vk5G .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-v7uIX8vk5G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7uIX8vk5G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7uIX8vk5G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7uIX8vk5G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7uIX8vk5G .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-v7uIX8vk5G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7uIX8vk5G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7uIX8vk5G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7uIX8vk5G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7uIX8vk5G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7uIX8vk5G .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7uIX8vk5G .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7uIX8vk5G .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-caption:hover,
.cid-v7uIX8vk5G .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7uIX8vk5G .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7uIX8vk5G .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #d4fe00 !important;
}
.cid-v7uIX8vk5G .dropdown-item.active,
.cid-v7uIX8vk5G .dropdown-item:active {
  background-color: transparent;
}
.cid-v7uIX8vk5G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #612c69;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7uIX8vk5G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7uIX8vk5G ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7uIX8vk5G ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
    border-radius: 0 !important;
  }
}
.cid-v7uIX8vk5G .navbar-buttons {
  text-align: center;
}
.cid-v7uIX8vk5G .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-v7uIX8vk5G .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7uIX8vk5G .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7uIX8vk5G button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 10px;
  background-color: #612c69 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #d4fe00;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7uIX8vk5G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7uIX8vk5G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7uIX8vk5G .navbar {
    height: 70px;
  }
  .cid-v7uIX8vk5G .navbar.opened {
    height: auto;
  }
  .cid-v7uIX8vk5G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7uIX8vk5G .navbar-nav {
  margin: 0 auto;
}
.cid-v7uIX8vk5G .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7uIX8vk5G .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .nav-item .nav-link::after {
  color: #d4fe00 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7uIX8vk5G .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #d4fe00 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .navbar {
  justify-content: flex-start !important;
}
.cid-v7uIX8vk5G .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-v7uIX8vk5G .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-v7uIX8vk5G .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7uIX8vk5G .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7uIX8vk5G .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7uIX8vk5G .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7uIX8vk5G .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7uIX8vk5G .content-wrap {
  min-height: 90px;
}
.cid-vajp5CoQZM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #d4fe00;
}
.cid-vajp5CoQZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vajp5CoQZM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vajp5CoQZM .card-wrapper {
  padding: 60px 30px 60px 80px;
  background-color: #ffffff;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vajp5CoQZM .card-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vajp5CoQZM .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
  line-height: 1;
}
@media (max-width: 992px) {
  .cid-vajp5CoQZM .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    text-align: center !important;
  }
}
.cid-vajp5CoQZM .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vajp5CoQZM .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center !important;
  }
}
.cid-vajp5CoQZM .card-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vajp5CoQZM .card-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vajp5CoQZM .card-wrapper .image-wrapper {
  position: relative;
  min-height: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vajp5CoQZM .card-wrapper .image-wrapper {
    margin-top: 30px;
    margin-bottom: -20px;
    min-height: auto;
    height: 300px;
  }
}
.cid-vajp5CoQZM .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vajp5CoQZM .card-wrapper .image-wrapper img {
    height: 100%;
    bottom: 0;
  }
}
.cid-vajp5CoQZM .mbr-section-title {
  color: #ffffff;
}
.cid-vajp5CoQZM .mbr-text {
  color: #ffffff;
  line-height: 1.2;
}
.cid-vajp5CoQZM .mbr-section-title,
.cid-vajp5CoQZM .mbr-section-btn {
  text-align: left;
  color: #612c69;
}
.cid-vajp5CoQZM .mbr-text,
.cid-vajp5CoQZM .text-wrap {
  text-align: left;
  color: #000000;
}
.cid-vajtV6A6id {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #d4fe00;
}
.cid-vajtV6A6id .mbr-fallback-image.disabled {
  display: none;
}
.cid-vajtV6A6id .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vajtV6A6id .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vajtV6A6id .card-content-text {
    padding: .5rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vajtV6A6id .card-content-text {
    padding: 1rem 4rem 1rem 4rem;
  }
}
.cid-vajtV6A6id .card-wrapper {
  border-top: .5px dashed #595959e6;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  background: #ffffff;
}
.cid-vajtV6A6id .mbr-text,
.cid-vajtV6A6id .mbr-section-btn {
  color: #000000;
  text-align: left;
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-vajtV6A6id .mbr-text,
  .cid-vajtV6A6id .mbr-section-btn {
    font-size: smaller;
  }
}
.cid-vajtV6A6id .card-title,
.cid-vajtV6A6id .card-box {
  text-align: center !important;
  color: #612c69;
  line-height: 1;
}
.cid-vajtV6A6id .image-wrapper img {
  width: 100%;
}
.cid-vajtV6A6id .mbr-section-subtitle {
  color: #000000;
  line-height: 1;
  font-size: 2rem;
}
@media (max-width: 992px) {
  .cid-vajtV6A6id .mbr-section-subtitle {
    font-size: 1.2rem;
  }
}
.cid-vajtV6A6id H3 {
  text-align: center;
}
.cid-vajtV6A6id P {
  text-align: left;
}
.cid-vajtV6A6id H4 {
  text-align: left;
}
.cid-vajo3I67mE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d4fe00;
}
.cid-vajo3I67mE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vajo3I67mE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vajo3I67mE .row {
  justify-content: center;
}
.cid-vajo3I67mE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vajo3I67mE .item {
    margin-bottom: 1rem;
  }
}
.cid-vajo3I67mE .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #612c69;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vajo3I67mE .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vajo3I67mE .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vajo3I67mE .content-head {
  max-width: 800px;
}
.cid-vajo3I67mE .card-title {
  color: #ffffff;
}
.cid-vajo3I67mE .mbr-text {
  color: #ffffff;
}
.cid-vajo3I67mE .mbr-section-title {
  color: #000000;
}
.cid-vajo3IFiDP {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #d4fe00;
}
.cid-vajo3IFiDP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vajo3IFiDP form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vajo3IFiDP form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vajo3IFiDP form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vajo3IFiDP .content-head {
  max-width: 800px;
}
.cid-vajo3IFiDP .mbr-section-title {
  color: #000000;
}
.cid-vajo3IFiDP .mbr-section-subtitle {
  color: #000000;
}
.cid-vajo3IFiDP .form-control.form-select.display-7 {
  font-size: smaller !important;
}
.cid-vajo3IFiDP label.form-control-label.mbr-fonts-style.display-7 {
  text-align: center !important;
}
.cid-vajo3IFiDP LABEL {
  text-align: right;
}
.cid-vajo3JdLS2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vajo3JdLS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vajo3JdLS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vajo3JdLS2 .container {
    padding: 0 26px;
  }
}
.cid-vajo3JdLS2 .row {
  justify-content: center;
}
.cid-vajo3JdLS2 .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vajo3JdLS2 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vajo3JdLS2 .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vajo3JdLS2 .title-wrapper .logo-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vajo3JdLS2 .title-wrapper .logo-wrapper img {
  height: 80px;
  width: 100%;
  display: inline-flex;
  object-fit: contain;
  align-items: left !important;
  align-self: anchor-left !important;
  border-radius: 0 !important;
}
.cid-vajo3JdLS2 .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-vajo3JdLS2 .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-vajo3JdLS2 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vajo3JdLS2 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vajo3JdLS2 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vajo3JdLS2 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vajo3JdLS2 .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vajo3JdLS2 .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vajo3JdLS2 .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vajo3JdLS2 .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #ffffff;
}
.cid-vajo3JdLS2 .content-wrapper .nav-wrapper .list .item-wrap:hover {
  color: #d4fe00 !important;
}
@media (max-width: 992px) {
  .cid-vajo3JdLS2 .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-vajo3JdLS2 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vajo3JdLS2 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #d4fe00 !important;
}
.cid-vajo3JdLS2 .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-vajo3JdLS2 .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vajo3JdLS2 .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vajo3JdLS2 .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vajo3JdLS2 .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-vajo3JdLS2 .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-vajo3JdLS2 .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vajo3JdLS2 .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-vajo3JdLS2 .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vajo3JdLS2 .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-vajo3JdLS2 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vajo3JdLS2 .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vajo3JdLS2 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vajo3JdLS2 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vajo3JdLS2 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #d4fe00;
}
.cid-vajo3JdLS2 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-vajo3JdLS2 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-size: smaller;
}
.cid-vajo3JdLS2 .mbr-section-title {
  color: #ffffff;
}
.cid-vajo3JdLS2 .mbr-text {
  color: #ffffff;
  font-size: smaller;
  line-height: 1;
}
.cid-vajo3JdLS2 .list {
  color: #ffffff;
}
.cid-vajo3JdLS2 .list,
.cid-vajo3JdLS2 .nav-wrapper,
.cid-vajo3JdLS2 .social-wrapper {
  text-align: right;
}
.cid-v7uIX8vk5G {
  z-index: 1000;
  width: 100%;
}
.cid-v7uIX8vk5G nav.navbar {
  position: fixed;
}
.cid-v7uIX8vk5G .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-v7uIX8vk5G .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v7uIX8vk5G .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v7uIX8vk5G .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7uIX8vk5G .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .dropdown-item:hover,
.cid-v7uIX8vk5G .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .dropdown-item:hover span {
  color: white;
}
.cid-v7uIX8vk5G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7uIX8vk5G .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7uIX8vk5G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7uIX8vk5G .nav-link {
  position: relative;
}
.cid-v7uIX8vk5G .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
.cid-v7uIX8vk5G .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7uIX8vk5G .iconfont-wrapper:hover {
  color: #d4fe00 !important;
}
.cid-v7uIX8vk5G .dropdown-menu,
.cid-v7uIX8vk5G .navbar.opened {
  background: #612c69 !important;
}
.cid-v7uIX8vk5G .nav-item:focus,
.cid-v7uIX8vk5G .nav-link:focus {
  outline: none;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7uIX8vk5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7uIX8vk5G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7uIX8vk5G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7uIX8vk5G .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(97, 44, 105, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7uIX8vk5G .navbar.opened {
  transition: all 0.3s;
}
.cid-v7uIX8vk5G .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-v7uIX8vk5G .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7uIX8vk5G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7uIX8vk5G .navbar.collapsed {
  justify-content: center;
}
.cid-v7uIX8vk5G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7uIX8vk5G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7uIX8vk5G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7uIX8vk5G .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-v7uIX8vk5G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7uIX8vk5G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7uIX8vk5G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7uIX8vk5G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7uIX8vk5G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7uIX8vk5G .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-v7uIX8vk5G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7uIX8vk5G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7uIX8vk5G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7uIX8vk5G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7uIX8vk5G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7uIX8vk5G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7uIX8vk5G .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7uIX8vk5G .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7uIX8vk5G .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-caption:hover,
.cid-v7uIX8vk5G .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7uIX8vk5G .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7uIX8vk5G .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #d4fe00 !important;
}
.cid-v7uIX8vk5G .dropdown-item.active,
.cid-v7uIX8vk5G .dropdown-item:active {
  background-color: transparent;
}
.cid-v7uIX8vk5G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7uIX8vk5G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #612c69;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7uIX8vk5G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7uIX8vk5G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7uIX8vk5G ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7uIX8vk5G ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
    border-radius: 0 !important;
  }
}
.cid-v7uIX8vk5G .navbar-buttons {
  text-align: center;
}
.cid-v7uIX8vk5G .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-v7uIX8vk5G .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7uIX8vk5G .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7uIX8vk5G button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 10px;
  background-color: #612c69 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #d4fe00;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7uIX8vk5G button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7uIX8vk5G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7uIX8vk5G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7uIX8vk5G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7uIX8vk5G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7uIX8vk5G .navbar {
    height: 70px;
  }
  .cid-v7uIX8vk5G .navbar.opened {
    height: auto;
  }
  .cid-v7uIX8vk5G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7uIX8vk5G .navbar-nav {
  margin: 0 auto;
}
.cid-v7uIX8vk5G .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7uIX8vk5G .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .nav-item .nav-link::after {
  color: #d4fe00 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7uIX8vk5G .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #d4fe00 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-v7uIX8vk5G .navbar {
  justify-content: flex-start !important;
}
.cid-v7uIX8vk5G .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-v7uIX8vk5G .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-v7uIX8vk5G .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-v7uIX8vk5G .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7uIX8vk5G .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7uIX8vk5G .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7uIX8vk5G .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7uIX8vk5G .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v7uIX8vk5G .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7uIX8vk5G .content-wrap {
  min-height: 90px;
}
.cid-vb5pH5yW5Z {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #d4fe00;
}
.cid-vb5pH5yW5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb5pH5yW5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vb5pH5yW5Z .container {
    padding: 0 20px;
  }
}
.cid-vb5pH5yW5Z .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-vb5pH5yW5Z .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vb5pH5yW5Z .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-vb5pH5yW5Z .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vb5pH5yW5Z .content-wrapper .mbr-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .cid-vb5pH5yW5Z .content-wrapper .mbr-desc {
    margin: 40px 0 0 0;
  }
}
.cid-vb5pH5yW5Z .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.cid-vb5pH5yW5Z .mbr-section-title {
  color: #000000;
}
.cid-vb5pH5yW5Z .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-vb5pH5yW5Z .mbr-section-title,
.cid-vb5pH5yW5Z .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vb5pH6kIOX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d4fe00;
}
.cid-vb5pH6kIOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb5pH6kIOX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb5pH6kIOX .row {
  justify-content: center;
}
.cid-vb5pH6kIOX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vb5pH6kIOX .item {
    margin-bottom: 1rem;
  }
}
.cid-vb5pH6kIOX .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #612c69;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vb5pH6kIOX .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vb5pH6kIOX .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vb5pH6kIOX .content-head {
  max-width: 800px;
}
.cid-vb5pH6kIOX .card-title {
  color: #ffffff;
}
.cid-vb5pH6kIOX .mbr-text {
  color: #ffffff;
}
.cid-vb5pH6kIOX .mbr-section-title {
  color: #000000;
}
.cid-vb5pH783RE {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #d4fe00;
}
.cid-vb5pH783RE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vb5pH783RE form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vb5pH783RE form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vb5pH783RE form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vb5pH783RE .content-head {
  max-width: 800px;
}
.cid-vb5pH783RE .mbr-section-title {
  color: #000000;
}
.cid-vb5pH783RE .mbr-section-subtitle {
  color: #000000;
}
.cid-vb5pH783RE .form-control.form-select.display-7 {
  font-size: smaller !important;
}
.cid-vb5pH783RE label.form-control-label.mbr-fonts-style.display-7 {
  text-align: center !important;
}
.cid-vb5pH783RE LABEL {
  text-align: right;
}
.cid-vb5pH7ObkA {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vb5pH7ObkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb5pH7ObkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vb5pH7ObkA .container {
    padding: 0 26px;
  }
}
.cid-vb5pH7ObkA .row {
  justify-content: center;
}
.cid-vb5pH7ObkA .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vb5pH7ObkA .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vb5pH7ObkA .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vb5pH7ObkA .title-wrapper .logo-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vb5pH7ObkA .title-wrapper .logo-wrapper img {
  height: 80px;
  width: 100%;
  display: inline-flex;
  object-fit: contain;
  align-items: left !important;
  align-self: anchor-left !important;
  border-radius: 0 !important;
}
.cid-vb5pH7ObkA .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-vb5pH7ObkA .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-vb5pH7ObkA .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb5pH7ObkA .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vb5pH7ObkA .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vb5pH7ObkA .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vb5pH7ObkA .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vb5pH7ObkA .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vb5pH7ObkA .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vb5pH7ObkA .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #ffffff;
}
.cid-vb5pH7ObkA .content-wrapper .nav-wrapper .list .item-wrap:hover {
  color: #d4fe00 !important;
}
@media (max-width: 992px) {
  .cid-vb5pH7ObkA .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-vb5pH7ObkA .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vb5pH7ObkA .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #d4fe00 !important;
}
.cid-vb5pH7ObkA .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-vb5pH7ObkA .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vb5pH7ObkA .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vb5pH7ObkA .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vb5pH7ObkA .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-vb5pH7ObkA .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-vb5pH7ObkA .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vb5pH7ObkA .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-vb5pH7ObkA .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb5pH7ObkA .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-vb5pH7ObkA .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vb5pH7ObkA .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vb5pH7ObkA .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vb5pH7ObkA .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vb5pH7ObkA .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #d4fe00;
}
.cid-vb5pH7ObkA .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-vb5pH7ObkA .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-size: smaller;
}
.cid-vb5pH7ObkA .mbr-section-title {
  color: #ffffff;
}
.cid-vb5pH7ObkA .mbr-text {
  color: #ffffff;
  font-size: smaller;
  line-height: 1;
}
.cid-vb5pH7ObkA .list {
  color: #ffffff;
}
.cid-vb5pH7ObkA .list,
.cid-vb5pH7ObkA .nav-wrapper,
.cid-vb5pH7ObkA .social-wrapper {
  text-align: right;
}
.cid-viaxFkrVFu {
  z-index: 1000;
  width: 100%;
}
.cid-viaxFkrVFu nav.navbar {
  position: fixed;
}
.cid-viaxFkrVFu .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-viaxFkrVFu .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-viaxFkrVFu .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-viaxFkrVFu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viaxFkrVFu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-viaxFkrVFu .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-viaxFkrVFu .dropdown-item:hover,
.cid-viaxFkrVFu .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-viaxFkrVFu .dropdown-item:hover span {
  color: white;
}
.cid-viaxFkrVFu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-viaxFkrVFu .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-viaxFkrVFu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-viaxFkrVFu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-viaxFkrVFu .nav-link {
  position: relative;
}
.cid-viaxFkrVFu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
.cid-viaxFkrVFu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
}
.cid-viaxFkrVFu .iconfont-wrapper:hover {
  color: #d4fe00 !important;
}
.cid-viaxFkrVFu .dropdown-menu,
.cid-viaxFkrVFu .navbar.opened {
  background: #612c69 !important;
}
.cid-viaxFkrVFu .nav-item:focus,
.cid-viaxFkrVFu .nav-link:focus {
  outline: none;
}
.cid-viaxFkrVFu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viaxFkrVFu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-viaxFkrVFu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viaxFkrVFu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viaxFkrVFu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viaxFkrVFu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viaxFkrVFu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(97, 44, 105, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-viaxFkrVFu .navbar.opened {
  transition: all 0.3s;
}
.cid-viaxFkrVFu .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-viaxFkrVFu .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-viaxFkrVFu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-viaxFkrVFu .navbar.collapsed {
  justify-content: center;
}
.cid-viaxFkrVFu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viaxFkrVFu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-viaxFkrVFu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-viaxFkrVFu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viaxFkrVFu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viaxFkrVFu .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-viaxFkrVFu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viaxFkrVFu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viaxFkrVFu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-viaxFkrVFu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viaxFkrVFu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viaxFkrVFu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viaxFkrVFu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viaxFkrVFu .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-viaxFkrVFu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-viaxFkrVFu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-viaxFkrVFu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viaxFkrVFu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-viaxFkrVFu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viaxFkrVFu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-viaxFkrVFu .navbar.navbar-short {
  min-height: 96px;
}
.cid-viaxFkrVFu .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-viaxFkrVFu .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-viaxFkrVFu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-viaxFkrVFu .navbar-brand .navbar-caption:hover,
.cid-viaxFkrVFu .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-viaxFkrVFu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viaxFkrVFu .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-viaxFkrVFu .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #d4fe00 !important;
}
.cid-viaxFkrVFu .dropdown-item.active,
.cid-viaxFkrVFu .dropdown-item:active {
  background-color: transparent;
}
.cid-viaxFkrVFu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viaxFkrVFu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viaxFkrVFu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viaxFkrVFu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #612c69;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-viaxFkrVFu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-viaxFkrVFu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-viaxFkrVFu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-viaxFkrVFu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-viaxFkrVFu ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
    border-radius: 0 !important;
  }
}
.cid-viaxFkrVFu .navbar-buttons {
  text-align: center;
}
.cid-viaxFkrVFu .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-viaxFkrVFu .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-viaxFkrVFu .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-viaxFkrVFu button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 10px;
  background-color: #612c69 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-viaxFkrVFu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #d4fe00;
}
.cid-viaxFkrVFu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-viaxFkrVFu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-viaxFkrVFu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-viaxFkrVFu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-viaxFkrVFu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viaxFkrVFu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viaxFkrVFu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viaxFkrVFu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viaxFkrVFu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-viaxFkrVFu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viaxFkrVFu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-viaxFkrVFu .navbar {
    height: 70px;
  }
  .cid-viaxFkrVFu .navbar.opened {
    height: auto;
  }
  .cid-viaxFkrVFu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viaxFkrVFu .navbar-nav {
  margin: 0 auto;
}
.cid-viaxFkrVFu .nav-item {
  padding: 0;
  margin: 0;
}
.cid-viaxFkrVFu .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-viaxFkrVFu .nav-item .nav-link::after {
  color: #d4fe00 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-viaxFkrVFu .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #d4fe00 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-viaxFkrVFu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-viaxFkrVFu .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-viaxFkrVFu .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-viaxFkrVFu .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-viaxFkrVFu .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-viaxFkrVFu .navbar {
  justify-content: flex-start !important;
}
.cid-viaxFkrVFu .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-viaxFkrVFu .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-viaxFkrVFu .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-viaxFkrVFu .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-viaxFkrVFu .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.cid-viaxFkrVFu .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-viaxFkrVFu .navbar {
    justify-content: flex-start !important;
  }
  .cid-viaxFkrVFu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-viaxFkrVFu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-viaxFkrVFu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-viaxFkrVFu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-viaxFkrVFu .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-viaxFkrVFu .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-viaxFkrVFu .content-wrap {
  min-height: 90px;
}
.cid-viay4txu1f {
  display: flex;
  background-color: #d4fe00;
}
.cid-viay4txu1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-viay4txu1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viay4txu1f .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-viay4txu1f .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-viay4txu1f {
    align-items: flex-start;
  }
  .cid-viay4txu1f .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-viay4txu1f .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-viay4txu1f {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-viay4txu1f .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-viay4txu1f .content-wrap {
    width: 100%;
  }
}
.cid-viay4txu1f .mbr-section-title {
  text-align: center;
}
.cid-viay4txu1f .mbr-text,
.cid-viay4txu1f .mbr-section-btn {
  text-align: center;
}
.cid-viaxFkATqZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d4fe00;
}
.cid-viaxFkATqZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-viaxFkATqZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viaxFkATqZ .row {
  justify-content: center;
}
.cid-viaxFkATqZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-viaxFkATqZ .item {
    margin-bottom: 1rem;
  }
}
.cid-viaxFkATqZ .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #612c69;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-viaxFkATqZ .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-viaxFkATqZ .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-viaxFkATqZ .content-head {
  max-width: 800px;
}
.cid-viaxFkATqZ .card-title {
  color: #ffffff;
}
.cid-viaxFkATqZ .mbr-text {
  color: #ffffff;
}
.cid-viaxFkATqZ .mbr-section-title {
  color: #000000;
}
.cid-viaxFkKpjV {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #d4fe00;
}
.cid-viaxFkKpjV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-viaxFkKpjV form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-viaxFkKpjV form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-viaxFkKpjV form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-viaxFkKpjV .content-head {
  max-width: 800px;
}
.cid-viaxFkKpjV .mbr-section-title {
  color: #000000;
}
.cid-viaxFkKpjV .mbr-section-subtitle {
  color: #000000;
}
.cid-viaxFkKpjV .form-control.form-select.display-7 {
  font-size: smaller !important;
}
.cid-viaxFkKpjV label.form-control-label.mbr-fonts-style.display-7 {
  text-align: center !important;
}
.cid-viaxFkKpjV LABEL {
  text-align: right;
}
.cid-viaxFkQN2E {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-viaxFkQN2E .mbr-fallback-image.disabled {
  display: none;
}
.cid-viaxFkQN2E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-viaxFkQN2E .container {
    padding: 0 26px;
  }
}
.cid-viaxFkQN2E .row {
  justify-content: center;
}
.cid-viaxFkQN2E .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-viaxFkQN2E .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-viaxFkQN2E .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-viaxFkQN2E .title-wrapper .logo-wrapper {
    margin-bottom: 10px;
  }
}
.cid-viaxFkQN2E .title-wrapper .logo-wrapper img {
  height: 80px;
  width: 100%;
  display: inline-flex;
  object-fit: contain;
  align-items: left !important;
  align-self: anchor-left !important;
  border-radius: 0 !important;
}
.cid-viaxFkQN2E .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-viaxFkQN2E .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-viaxFkQN2E .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viaxFkQN2E .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-viaxFkQN2E .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-viaxFkQN2E .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-viaxFkQN2E .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-viaxFkQN2E .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-viaxFkQN2E .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-viaxFkQN2E .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #ffffff;
}
.cid-viaxFkQN2E .content-wrapper .nav-wrapper .list .item-wrap:hover {
  color: #d4fe00 !important;
}
@media (max-width: 992px) {
  .cid-viaxFkQN2E .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-viaxFkQN2E .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-viaxFkQN2E .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #d4fe00 !important;
}
.cid-viaxFkQN2E .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-viaxFkQN2E .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-viaxFkQN2E .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-viaxFkQN2E .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-viaxFkQN2E .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-viaxFkQN2E .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-viaxFkQN2E .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-viaxFkQN2E .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #54595f;
}
.cid-viaxFkQN2E .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viaxFkQN2E .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-viaxFkQN2E .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-viaxFkQN2E .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-viaxFkQN2E .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-viaxFkQN2E .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-viaxFkQN2E .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #d4fe00;
}
.cid-viaxFkQN2E .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-viaxFkQN2E .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-size: smaller;
}
.cid-viaxFkQN2E .mbr-section-title {
  color: #ffffff;
}
.cid-viaxFkQN2E .mbr-text {
  color: #ffffff;
  font-size: smaller;
  line-height: 1;
}
.cid-viaxFkQN2E .list {
  color: #ffffff;
}
.cid-viaxFkQN2E .list,
.cid-viaxFkQN2E .nav-wrapper,
.cid-viaxFkQN2E .social-wrapper {
  text-align: right;
}
