.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 2.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.82rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%236592e6' %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;
}
.cid-uI3SBvQx16 {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-uI3SBvQx16 nav.navbar {
  position: fixed;
}
.cid-uI3SBvQx16 .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-uI3SBvQx16 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI3SBvQx16 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI3SBvQx16 .dropdown-item:hover,
.cid-uI3SBvQx16 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uI3SBvQx16 .dropdown-item:hover span {
  color: white;
}
.cid-uI3SBvQx16 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI3SBvQx16 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI3SBvQx16 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-uI3SBvQx16 .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-uI3SBvQx16 .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-uI3SBvQx16 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI3SBvQx16 .nav-link {
  position: relative;
}
.cid-uI3SBvQx16 .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-uI3SBvQx16 .container {
    flex-wrap: nowrap;
  }
}
.cid-uI3SBvQx16 .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uI3SBvQx16 .dropdown-menu,
.cid-uI3SBvQx16 .navbar.opened {
  background: #232323 !important;
}
.cid-uI3SBvQx16 .nav-item:focus,
.cid-uI3SBvQx16 .nav-link:focus {
  outline: none;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI3SBvQx16 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI3SBvQx16 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI3SBvQx16 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-uI3SBvQx16 .navbar.opened {
  transition: all 0.3s;
}
.cid-uI3SBvQx16 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI3SBvQx16 .navbar .navbar-logo img {
  width: auto;
}
.cid-uI3SBvQx16 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI3SBvQx16 .navbar.collapsed {
  justify-content: center;
}
.cid-uI3SBvQx16 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI3SBvQx16 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI3SBvQx16 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI3SBvQx16 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI3SBvQx16 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI3SBvQx16 .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-uI3SBvQx16 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI3SBvQx16 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uI3SBvQx16 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uI3SBvQx16 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI3SBvQx16 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI3SBvQx16 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI3SBvQx16 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI3SBvQx16 .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-uI3SBvQx16 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI3SBvQx16 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI3SBvQx16 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI3SBvQx16 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI3SBvQx16 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI3SBvQx16 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI3SBvQx16 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uI3SBvQx16 .navbar.navbar-short {
  min-height: 70px;
}
.cid-uI3SBvQx16 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI3SBvQx16 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uI3SBvQx16 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-uI3SBvQx16 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI3SBvQx16 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI3SBvQx16 .dropdown-item.active,
.cid-uI3SBvQx16 .dropdown-item:active {
  background-color: transparent;
}
.cid-uI3SBvQx16 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI3SBvQx16 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI3SBvQx16 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI3SBvQx16 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uI3SBvQx16 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI3SBvQx16 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI3SBvQx16 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI3SBvQx16 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI3SBvQx16 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #ff8a8a;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI3SBvQx16 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI3SBvQx16 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI3SBvQx16 .navbar {
    height: 70px;
  }
  .cid-uI3SBvQx16 .navbar.opened {
    height: auto;
  }
  .cid-uI3SBvQx16 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI3SBvQx16 .navbar-short .container {
  background: rgba(35, 35, 35, 0.4) !important;
}
.cid-uI3SBvQx16 .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-uI3SBvQx16 .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-uI3SBvQx16 .mbr-section-btn .btn-success:hover,
.cid-uI3SBvQx16 .mbr-section-btn .btn-success:focus,
.cid-uI3SBvQx16 .mbr-section-btn .btn-success.focus,
.cid-uI3SBvQx16 .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-uI3SBvQx16 .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-uI3SBvQx16 .navbar {
    transition: .3s all !important;
  }
  .cid-uI3SBvQx16 .container {
    padding: 2%;
  }
  .cid-uI3SBvQx16 .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-uI3SBvQx16 .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-uI3SBvQx16 .navbar.opened {
    background: #232323;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-uI3SBvQx16 .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-uI3SBvQx16 .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-uI3SBvQx16 .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-uI3SBvQx16 .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-uI3SBvQx16 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-uI3SBvQx16 .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-uI3SBvQx16 .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-uI3SBvQx16 .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-uI3SBvQx16 .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-uI3SBvQx16 .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-uI3SBvQx16 .mbr-section-btn {
    text-align: left;
  }
}
.cid-tYenBNjAit {
  padding-top: 9rem;
  padding-bottom: 6rem;
}
.cid-tYenBNjAit .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYenBNjAit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.webp");
}
.cid-tYenBNjAit .video-wrapper iframe {
  width: 100%;
}
.cid-tYenBNjAit .mbr-section-title,
.cid-tYenBNjAit .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tYenBNjAit .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYenBNjAit .mbr-section-title {
  color: #ffe161;
}
.cid-tYenBNjAit .mbr-text {
  color: #25f601;
}
.cid-tYenBNjAit .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYenBNjAit .mbr-description {
  color: #ffe161;
}
.cid-tYetnL6vfn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tYetnL6vfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYetnL6vfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYetnL6vfn .row {
  flex-direction: row-reverse;
}
.cid-tYetnL6vfn .video-wrapper iframe {
  width: 100%;
}
.cid-tYetnL6vfn .mbr-section-title,
.cid-tYetnL6vfn .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tYetnL6vfn .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYkBaCFsEd {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tYkBaCFsEd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYkBaCFsEd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYkBaCFsEd .mbr-section-title {
  color: #ffe161;
}
.cid-tYewuoKwR0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #181818;
}
.cid-tYewuoKwR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYewuoKwR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYewuoKwR0 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tYewuoKwR0 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tYewuoKwR0 .container {
    padding: 0 30px;
  }
}
.cid-tYewuoKwR0 .item {
  margin-bottom: 30px;
}
.cid-tYewuoKwR0 .item .item-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tYewuoKwR0 .item .item-wrapper {
    display: block;
    margin: 0;
    padding: 30px 20px;
  }
}
.cid-tYewuoKwR0 .item .item-wrapper .image-wrap {
  margin-right: 3rem;
}
@media (max-width: 992px) {
  .cid-tYewuoKwR0 .item .item-wrapper .image-wrap {
    margin: 0;
  }
}
.cid-tYewuoKwR0 .item .item-wrapper .image-wrap .item-img img {
  height: 265px;
  width: 400px;
  object-fit: cover;
  border-radius: 1.5em;
}
@media (max-width: 992px) {
  .cid-tYewuoKwR0 .item .item-wrapper .image-wrap .item-img img {
    width: 265px;
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .cid-tYewuoKwR0 .item .item-wrapper .image-wrap .item-img img {
    width: 180px;
  }
}
.cid-tYewuoKwR0 .item .item-wrapper .image-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-tYewuoKwR0 .item .item-wrapper .item-content {
  width: 100%;
}
.cid-tYewuoKwR0 .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tYewuoKwR0 .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tYewuoKwR0 .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-tYewuoKwR0 .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tYewuoKwR0 .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tYewuoKwR0 .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-tYewuoKwR0 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tYewuoKwR0 .mbr-section-title {
  color: #2b2b2b;
}
.cid-tYewuoKwR0 .mbr-desc {
  color: #ffffff;
}
.cid-tYewuoKwR0 .mbr-date {
  color: #4e4e4e;
}
.cid-tYewuoKwR0 .mbr-text {
  color: #000000;
}
.cid-tYezvm9DrZ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tYezvm9DrZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYezvm9DrZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYezvm9DrZ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tYezvm9DrZ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tYezvm9DrZ .container {
    padding: 0 30px;
  }
}
.cid-tYezvm9DrZ .item {
  margin-bottom: 30px;
}
.cid-tYezvm9DrZ .item .item-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tYezvm9DrZ .item .item-wrapper {
    display: block;
    margin: 0;
    padding: 30px 20px;
  }
}
.cid-tYezvm9DrZ .item .item-wrapper .image-wrap {
  margin-right: 3rem;
}
@media (max-width: 992px) {
  .cid-tYezvm9DrZ .item .item-wrapper .image-wrap {
    margin: 0;
  }
}
.cid-tYezvm9DrZ .item .item-wrapper .image-wrap .item-img img {
  height: 265px;
  width: 400px;
  object-fit: cover;
  border-radius: 1.5em;
}
@media (max-width: 992px) {
  .cid-tYezvm9DrZ .item .item-wrapper .image-wrap .item-img img {
    width: 265px;
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .cid-tYezvm9DrZ .item .item-wrapper .image-wrap .item-img img {
    width: 180px;
  }
}
.cid-tYezvm9DrZ .item .item-wrapper .image-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-tYezvm9DrZ .item .item-wrapper .item-content {
  width: 100%;
}
.cid-tYezvm9DrZ .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tYezvm9DrZ .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tYezvm9DrZ .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-tYezvm9DrZ .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tYezvm9DrZ .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tYezvm9DrZ .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-tYezvm9DrZ .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tYezvm9DrZ .mbr-section-title {
  color: #2b2b2b;
}
.cid-tYezvm9DrZ .mbr-desc {
  color: #ffffff;
}
.cid-tYezvm9DrZ .mbr-date {
  color: #4e4e4e;
}
.cid-tYezvm9DrZ .mbr-text {
  color: #000000;
}
.cid-uI4uT8UwE3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uI4uT8UwE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4uT8UwE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4uT8UwE3 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uI4uT8UwE3 .card {
    margin-bottom: 2rem!important;
  }
  .cid-uI4uT8UwE3 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uI4uT8UwE3 .link-wrap {
    align-items: center;
  }
}
.cid-uI4uT8UwE3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tZb5rEozFb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e9c0e9;
}
.cid-tZb5rEozFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZb5rEozFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tZb5rEozFb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZb5rEozFb img {
  border-radius: 2rem;
}
.cid-tZb5rEozFb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tZb5rEozFb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tZb5rEozFb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tZb5rEozFb .mbr-section-title {
  color: #502274;
}
.cid-tZb5rEozFb .mbr-text,
.cid-tZb5rEozFb .mbr-section-btn {
  color: #502274;
}
.cid-uI3SBvQx16 {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-uI3SBvQx16 nav.navbar {
  position: fixed;
}
.cid-uI3SBvQx16 .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-uI3SBvQx16 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI3SBvQx16 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI3SBvQx16 .dropdown-item:hover,
.cid-uI3SBvQx16 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uI3SBvQx16 .dropdown-item:hover span {
  color: white;
}
.cid-uI3SBvQx16 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI3SBvQx16 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI3SBvQx16 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-uI3SBvQx16 .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-uI3SBvQx16 .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-uI3SBvQx16 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI3SBvQx16 .nav-link {
  position: relative;
}
.cid-uI3SBvQx16 .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-uI3SBvQx16 .container {
    flex-wrap: nowrap;
  }
}
.cid-uI3SBvQx16 .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uI3SBvQx16 .dropdown-menu,
.cid-uI3SBvQx16 .navbar.opened {
  background: #232323 !important;
}
.cid-uI3SBvQx16 .nav-item:focus,
.cid-uI3SBvQx16 .nav-link:focus {
  outline: none;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI3SBvQx16 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI3SBvQx16 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI3SBvQx16 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-uI3SBvQx16 .navbar.opened {
  transition: all 0.3s;
}
.cid-uI3SBvQx16 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI3SBvQx16 .navbar .navbar-logo img {
  width: auto;
}
.cid-uI3SBvQx16 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI3SBvQx16 .navbar.collapsed {
  justify-content: center;
}
.cid-uI3SBvQx16 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI3SBvQx16 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI3SBvQx16 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI3SBvQx16 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI3SBvQx16 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI3SBvQx16 .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-uI3SBvQx16 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI3SBvQx16 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uI3SBvQx16 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uI3SBvQx16 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI3SBvQx16 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI3SBvQx16 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI3SBvQx16 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI3SBvQx16 .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-uI3SBvQx16 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI3SBvQx16 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI3SBvQx16 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI3SBvQx16 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI3SBvQx16 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI3SBvQx16 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI3SBvQx16 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uI3SBvQx16 .navbar.navbar-short {
  min-height: 70px;
}
.cid-uI3SBvQx16 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI3SBvQx16 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uI3SBvQx16 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-uI3SBvQx16 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI3SBvQx16 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI3SBvQx16 .dropdown-item.active,
.cid-uI3SBvQx16 .dropdown-item:active {
  background-color: transparent;
}
.cid-uI3SBvQx16 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI3SBvQx16 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI3SBvQx16 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI3SBvQx16 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uI3SBvQx16 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI3SBvQx16 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI3SBvQx16 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI3SBvQx16 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI3SBvQx16 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #ff8a8a;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI3SBvQx16 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI3SBvQx16 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI3SBvQx16 .navbar {
    height: 70px;
  }
  .cid-uI3SBvQx16 .navbar.opened {
    height: auto;
  }
  .cid-uI3SBvQx16 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI3SBvQx16 .navbar-short .container {
  background: rgba(35, 35, 35, 0.4) !important;
}
.cid-uI3SBvQx16 .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-uI3SBvQx16 .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-uI3SBvQx16 .mbr-section-btn .btn-success:hover,
.cid-uI3SBvQx16 .mbr-section-btn .btn-success:focus,
.cid-uI3SBvQx16 .mbr-section-btn .btn-success.focus,
.cid-uI3SBvQx16 .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-uI3SBvQx16 .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-uI3SBvQx16 .navbar {
    transition: .3s all !important;
  }
  .cid-uI3SBvQx16 .container {
    padding: 2%;
  }
  .cid-uI3SBvQx16 .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-uI3SBvQx16 .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-uI3SBvQx16 .navbar.opened {
    background: #232323;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-uI3SBvQx16 .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-uI3SBvQx16 .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-uI3SBvQx16 .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-uI3SBvQx16 .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-uI3SBvQx16 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-uI3SBvQx16 .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-uI3SBvQx16 .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-uI3SBvQx16 .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-uI3SBvQx16 .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-uI3SBvQx16 .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-uI3SBvQx16 .mbr-section-btn {
    text-align: left;
  }
}
.cid-u0iYEO14x1 {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-u0iYEO14x1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0iYEO14x1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0iYEO14x1 .container {
  max-width: 1600px;
}
.cid-u0iYEO14x1 .row {
  justify-content: center;
}
.cid-u0iYEO14x1 .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 .content-container {
    flex-wrap: wrap;
  }
}
.cid-u0iYEO14x1 .info-container {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 .info-container {
    width: 100%;
  }
}
.cid-u0iYEO14x1 .title-container {
  margin-bottom: 50px;
}
.cid-u0iYEO14x1 .mbr-section-title {
  color: #FFDD65;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-u0iYEO14x1 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 .mbr-section-subtitle {
    text-align: center !important;
    margin-top: 1rem;
  }
}
.cid-u0iYEO14x1 .btn-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: auto;
}
.cid-u0iYEO14x1 .text-container {
  max-width: 400px;
  margin: 12px auto 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 .text-container {
    margin: 24px auto;
  }
}
.cid-u0iYEO14x1 .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 .mbr-text {
    text-align: center !important;
  }
}
.cid-u0iYEO14x1 .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-u0iYEO14x1 .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-u0iYEO14x1 .icon-text {
  color: #AE5EFF;
}
.cid-u0iYEO14x1 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-u0iYEO14x1 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.cid-u0iYEO14x1 .form-container {
  max-width: 535px;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 .form-container {
    max-width: 100%;
    width: 100%;
  }
}
.cid-u0iYEO14x1 form {
  width: 100%;
}
.cid-u0iYEO14x1 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-u0iYEO14x1 form p {
  color: #ffffff;
}
.cid-u0iYEO14x1 form .mbr-section-btn {
  width: max-content;
  max-width: 35%;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 form .mbr-section-btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-u0iYEO14x1 form .mbr-section-btn .btn {
  padding: 10px 40px;
  height: 100%;
  border-radius: 0.75rem !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 form .mbr-section-btn .btn {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
.cid-u0iYEO14x1 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  flex-grow: 1;
}
.cid-u0iYEO14x1 form .group-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 0.42rem;
}
.cid-u0iYEO14x1 form .group-bg {
  position: absolute;
  border-radius: 0.75rem;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8a61ff 99.93%);
}
.cid-u0iYEO14x1 form .group-border {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 6;
  padding: 3px;
  border-radius: 0.75rem;
  transition: all 300ms ease;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8a61ff 99.93%);
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-u0iYEO14x1 form .group-border:hover {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 form .group-border {
    flex-wrap: wrap;
  }
}
.cid-u0iYEO14x1 form .form-control {
  min-height: 100px;
  height: 100%;
  border: none !important;
  background: #ffffff;
  box-shadow: none !important;
  border-radius: 0.75rem;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 24px;
  line-height: 32px;
  color: #212132;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 form .form-control {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    text-align: center !important;
  }
}
.cid-u0iYEO14x1 form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-u0iYEO14x1 form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-u0iYEO14x1 form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-u0iYEO14x1 form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-u0iYEO14x1 form .form-control:hover {
  outline: none !important;
}
.cid-u0iYEO14x1 form select {
  color: #939292 !important;
}
.cid-u0iYEO14x1 form textarea {
  height: 200px;
}
.cid-u0iYEO14x1 form input:active,
.cid-u0iYEO14x1 form textarea:active,
.cid-u0iYEO14x1 form input:focus,
.cid-u0iYEO14x1 form textarea:focus {
  background-color: #FFFFFF !important;
}
.cid-u0iYEO14x1 form input:active::-webkit-input-placeholder,
.cid-u0iYEO14x1 form textarea:active::-webkit-input-placeholder,
.cid-u0iYEO14x1 form input:focus::-webkit-input-placeholder,
.cid-u0iYEO14x1 form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-u0iYEO14x1 form input:active::-moz-placeholder,
.cid-u0iYEO14x1 form textarea:active::-moz-placeholder,
.cid-u0iYEO14x1 form input:focus::-moz-placeholder,
.cid-u0iYEO14x1 form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-u0iYEO14x1 form input:active:-moz-placeholder,
.cid-u0iYEO14x1 form textarea:active:-moz-placeholder,
.cid-u0iYEO14x1 form input:focus:-moz-placeholder,
.cid-u0iYEO14x1 form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-u0iYEO14x1 form input:active:-ms-input-placeholder,
.cid-u0iYEO14x1 form textarea:active:-ms-input-placeholder,
.cid-u0iYEO14x1 form input:focus:-ms-input-placeholder,
.cid-u0iYEO14x1 form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-u0iYEO14x1 form .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-u0iYEO14x1 form .row [class*=col] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-u0iYEO14x1 form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-u0iYEO14x1 form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u0iYEO14x1 form .form-check-input:focus,
.cid-u0iYEO14x1 form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-u0iYEO14x1 form .form-check-input:checked {
  border-color: #ffffff !important;
}
.cid-u0iYEO14x1 .img-container {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 .img-container {
    width: 100%;
    margin-top: 40px;
  }
}
.cid-u0iYEO14x1 .image-wrapper {
  height: 100%;
  position: relative;
  border-radius: 4.17rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-u0iYEO14x1 .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-u0iYEO14x1 .image-wrapper .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
  background-color: #bed3f9;
}
.cid-u0iYEO14x1 .image-wrapper img {
  width: 75%;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}
.cid-tYC5ozLOcI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-tYC5ozLOcI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYC5ozLOcI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYC5ozLOcI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tYC5ozLOcI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tYC5ozLOcI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYNbehvHzm {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fff0b0;
}
.cid-tYNbehvHzm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNbehvHzm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNbehvHzm .video-wrapper iframe {
  width: 100%;
}
.cid-tYNbehvHzm .mbr-section-title,
.cid-tYNbehvHzm .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tYNbehvHzm .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZbZ4bEYMt {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffe885;
}
.cid-tZbZ4bEYMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZbZ4bEYMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZbZ4bEYMt .content-wrapper {
  background: #fff0b0;
}
@media (max-width: 991px) {
  .cid-tZbZ4bEYMt .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tZbZ4bEYMt .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZbZ4bEYMt .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tZbZ4bEYMt .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZbZ4bEYMt .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tZbZ4bEYMt .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tZbZ4bEYMt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tYNepTqc4r {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffe885;
}
.cid-tYNepTqc4r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNepTqc4r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNepTqc4r .video-wrapper iframe {
  width: 100%;
}
.cid-tYNepTqc4r .mbr-section-title,
.cid-tYNepTqc4r .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tYNepTqc4r .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYC7rSMdWh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffe885;
}
.cid-tYC7rSMdWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYC7rSMdWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYC7rSMdWh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tYC7rSMdWh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tYC7rSMdWh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uI3SBvQx16 {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-uI3SBvQx16 nav.navbar {
  position: fixed;
}
.cid-uI3SBvQx16 .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-uI3SBvQx16 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI3SBvQx16 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI3SBvQx16 .dropdown-item:hover,
.cid-uI3SBvQx16 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uI3SBvQx16 .dropdown-item:hover span {
  color: white;
}
.cid-uI3SBvQx16 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI3SBvQx16 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI3SBvQx16 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-uI3SBvQx16 .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-uI3SBvQx16 .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-uI3SBvQx16 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI3SBvQx16 .nav-link {
  position: relative;
}
.cid-uI3SBvQx16 .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-uI3SBvQx16 .container {
    flex-wrap: nowrap;
  }
}
.cid-uI3SBvQx16 .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uI3SBvQx16 .dropdown-menu,
.cid-uI3SBvQx16 .navbar.opened {
  background: #232323 !important;
}
.cid-uI3SBvQx16 .nav-item:focus,
.cid-uI3SBvQx16 .nav-link:focus {
  outline: none;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI3SBvQx16 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI3SBvQx16 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI3SBvQx16 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-uI3SBvQx16 .navbar.opened {
  transition: all 0.3s;
}
.cid-uI3SBvQx16 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI3SBvQx16 .navbar .navbar-logo img {
  width: auto;
}
.cid-uI3SBvQx16 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI3SBvQx16 .navbar.collapsed {
  justify-content: center;
}
.cid-uI3SBvQx16 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI3SBvQx16 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI3SBvQx16 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI3SBvQx16 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI3SBvQx16 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI3SBvQx16 .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-uI3SBvQx16 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI3SBvQx16 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uI3SBvQx16 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uI3SBvQx16 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI3SBvQx16 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI3SBvQx16 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI3SBvQx16 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI3SBvQx16 .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-uI3SBvQx16 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI3SBvQx16 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI3SBvQx16 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI3SBvQx16 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI3SBvQx16 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI3SBvQx16 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI3SBvQx16 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uI3SBvQx16 .navbar.navbar-short {
  min-height: 70px;
}
.cid-uI3SBvQx16 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI3SBvQx16 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uI3SBvQx16 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-uI3SBvQx16 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI3SBvQx16 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI3SBvQx16 .dropdown-item.active,
.cid-uI3SBvQx16 .dropdown-item:active {
  background-color: transparent;
}
.cid-uI3SBvQx16 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI3SBvQx16 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI3SBvQx16 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI3SBvQx16 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uI3SBvQx16 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI3SBvQx16 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI3SBvQx16 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI3SBvQx16 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI3SBvQx16 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #ff8a8a;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI3SBvQx16 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI3SBvQx16 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI3SBvQx16 .navbar {
    height: 70px;
  }
  .cid-uI3SBvQx16 .navbar.opened {
    height: auto;
  }
  .cid-uI3SBvQx16 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI3SBvQx16 .navbar-short .container {
  background: rgba(35, 35, 35, 0.4) !important;
}
.cid-uI3SBvQx16 .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-uI3SBvQx16 .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-uI3SBvQx16 .mbr-section-btn .btn-success:hover,
.cid-uI3SBvQx16 .mbr-section-btn .btn-success:focus,
.cid-uI3SBvQx16 .mbr-section-btn .btn-success.focus,
.cid-uI3SBvQx16 .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-uI3SBvQx16 .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-uI3SBvQx16 .navbar {
    transition: .3s all !important;
  }
  .cid-uI3SBvQx16 .container {
    padding: 2%;
  }
  .cid-uI3SBvQx16 .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-uI3SBvQx16 .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-uI3SBvQx16 .navbar.opened {
    background: #232323;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-uI3SBvQx16 .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-uI3SBvQx16 .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-uI3SBvQx16 .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-uI3SBvQx16 .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-uI3SBvQx16 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-uI3SBvQx16 .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-uI3SBvQx16 .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-uI3SBvQx16 .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-uI3SBvQx16 .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-uI3SBvQx16 .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-uI3SBvQx16 .mbr-section-btn {
    text-align: left;
  }
}
.cid-tYqaZCJmTg {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #2299aa;
}
.cid-tYqaZCJmTg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYqaZCJmTg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYqaZCJmTg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tYqaZCJmTg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tYqaZCJmTg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYqaZCJmTg .mbr-text,
.cid-tYqaZCJmTg .mbr-section-btn {
  color: #ffffff;
}
.cid-tYqaZCJmTg .mbr-section-title {
  color: #ffe161;
}
.cid-tYqekIX3q3 {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tYqekIX3q3 {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tYqekIX3q3 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tYqekIX3q3 section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-tYqekIX3q3 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tYqekIX3q3 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYqekIX3q3 .row .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-tYqekIX3q3 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tYqekIX3q3 .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYqekIX3q3 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tYqekIX3q3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-tYqekIX3q3 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tYqekIX3q3 .title-wrapper .title-wrap .mbr-desc {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-tYqekIX3q3 .title-wrapper .title-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tYqekIX3q3 .image-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 1.2em;
}
@media (max-width: 992px) {
  .cid-tYqekIX3q3 .image-wrapper img {
    height: 300px;
  }
}
.cid-tYqekIX3q3 .mbr-section-title {
  color: #ffffff;
}
.cid-tYqekIX3q3 .mbr-desc {
  color: #ffffff;
}
.cid-tYvGfBBnSc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #262626;
}
.cid-tYvGfBBnSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYvGfBBnSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYvGfBBnSc .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tYvGfBBnSc .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tYvGfBBnSc .container {
    padding: 0 6px;
  }
}
.cid-tYvGfBBnSc .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-tYvGfBBnSc .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tYvGfBBnSc .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-tYvGfBBnSc .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tYvGfBBnSc .row {
    padding: 70px 30px;
  }
}
.cid-tYvGfBBnSc .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tYvGfBBnSc .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tYvGfBBnSc .desc-wrapper {
    padding: 0;
  }
}
.cid-tYvGfBBnSc .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-tYvGfBBnSc .title-wrapper {
  margin-bottom: 64px;
  margin-bottom: 110px;
}
.cid-tYvGfBBnSc .title-wrapper span {
  color: #009472;
}
.cid-tYvGfBBnSc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYvGfBBnSc .image-wrapper {
  position: relative;
  height: 510px;
}
@media (max-width: 992px) {
  .cid-tYvGfBBnSc .image-wrapper {
    margin-bottom: 64px;
    height: 350px;
  }
}
.cid-tYvGfBBnSc .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tYvGfBBnSc .image-wrapper .decor-wrap {
  position: relative;
  height: 480px;
  border-radius: 0 16px 16px 16px;
  background-color: #009472;
  transform: rotate(-3deg);
  margin-top: -1rem;
  margin-right: 1rem;
  margin-left: -1.5rem;
}
@media (max-width: 992px) {
  .cid-tYvGfBBnSc .image-wrapper .decor-wrap {
    height: 350px;
  }
}
.cid-tYvGfBBnSc .image-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: -39px;
  left: 0;
  height: 40px;
  width: 130px;
  border-radius: 16px 16px 0 0;
  background-color: #009472;
}
.cid-tYvGfBBnSc .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-left: 100px;
}
@media (max-width: 992px) {
  .cid-tYvGfBBnSc .cards-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-tYvGfBBnSc .cards-wrapper .item {
  padding: 40px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tYvGfBBnSc .cards-wrapper .item {
    padding: 22px;
    margin-bottom: 16px;
  }
}
.cid-tYvGfBBnSc .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-tYvGfBBnSc .cards-wrapper .item .item-wrapper .card-box .card-text {
  opacity: .5;
  margin: 32px 0 0 0;
}
.cid-tYvGfBBnSc .mbr-desc {
  color: #ffffff;
}
.cid-tYvGfBBnSc .mbr-section-title {
  color: #ffffff;
}
.cid-tYvGfBBnSc .card-title {
  color: #4479d9;
}
.cid-tYvGfBBnSc .card-text {
  color: #000000;
}
.cid-tYvLencU2p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tYvLencU2p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYvLencU2p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tYvLencU2p .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-tYvLencU2p .row {
    margin: 0;
  }
}
.cid-tYvLencU2p .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tYvLencU2p .row .card {
    padding: 0 16px;
  }
}
.cid-tYvLencU2p .title-wrapper .mbr-section-title {
  padding: 0 32px 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tYvLencU2p .title-wrapper .mbr-section-title {
    padding: 0 24px 24px;
  }
}
.cid-tYvLencU2p .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-tYvLencU2p .content-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-tYvLencU2p .content-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-tYvLencU2p .content-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-tYvLencU2p .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tYvLencU2p .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-tYvLencU2p .items {
  border-left: 1px solid #72716b;
  border-top: 1px solid #72716b;
  border-left: none;
  border-right: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-tYvLencU2p .items {
    border-top: 1px solid #72716b;
  }
}
.cid-tYvLencU2p .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-tYvLencU2p .items .item {
    padding: 24px;
  }
}
.cid-tYvLencU2p .items .item:last-child {
  border: none;
}
.cid-tYvLencU2p .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-tYvLencU2p .items .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tYvLencU2p .image-wrapper {
  padding: 32px;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-tYvLencU2p .image-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-tYvLencU2p .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-tYvLencU2p .mbr-section-title {
  color: #F9F6E0;
}
.cid-tYvLencU2p .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-tYvLencU2p .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-tYvLencU2p .card-title {
  color: #F9F6E0;
}
.cid-tYvLencU2p .card-text {
  color: #F9F6E0;
}
.cid-uI3SBvQx16 {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-uI3SBvQx16 nav.navbar {
  position: fixed;
}
.cid-uI3SBvQx16 .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-uI3SBvQx16 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI3SBvQx16 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI3SBvQx16 .dropdown-item:hover,
.cid-uI3SBvQx16 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uI3SBvQx16 .dropdown-item:hover span {
  color: white;
}
.cid-uI3SBvQx16 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI3SBvQx16 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI3SBvQx16 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-uI3SBvQx16 .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-uI3SBvQx16 .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-uI3SBvQx16 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI3SBvQx16 .nav-link {
  position: relative;
}
.cid-uI3SBvQx16 .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-uI3SBvQx16 .container {
    flex-wrap: nowrap;
  }
}
.cid-uI3SBvQx16 .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uI3SBvQx16 .dropdown-menu,
.cid-uI3SBvQx16 .navbar.opened {
  background: #232323 !important;
}
.cid-uI3SBvQx16 .nav-item:focus,
.cid-uI3SBvQx16 .nav-link:focus {
  outline: none;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI3SBvQx16 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI3SBvQx16 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI3SBvQx16 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-uI3SBvQx16 .navbar.opened {
  transition: all 0.3s;
}
.cid-uI3SBvQx16 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI3SBvQx16 .navbar .navbar-logo img {
  width: auto;
}
.cid-uI3SBvQx16 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI3SBvQx16 .navbar.collapsed {
  justify-content: center;
}
.cid-uI3SBvQx16 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI3SBvQx16 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI3SBvQx16 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI3SBvQx16 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI3SBvQx16 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI3SBvQx16 .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-uI3SBvQx16 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI3SBvQx16 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uI3SBvQx16 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uI3SBvQx16 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI3SBvQx16 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI3SBvQx16 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI3SBvQx16 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI3SBvQx16 .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-uI3SBvQx16 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI3SBvQx16 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI3SBvQx16 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI3SBvQx16 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI3SBvQx16 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI3SBvQx16 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI3SBvQx16 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uI3SBvQx16 .navbar.navbar-short {
  min-height: 70px;
}
.cid-uI3SBvQx16 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI3SBvQx16 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uI3SBvQx16 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-uI3SBvQx16 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI3SBvQx16 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI3SBvQx16 .dropdown-item.active,
.cid-uI3SBvQx16 .dropdown-item:active {
  background-color: transparent;
}
.cid-uI3SBvQx16 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI3SBvQx16 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI3SBvQx16 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI3SBvQx16 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uI3SBvQx16 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI3SBvQx16 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI3SBvQx16 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI3SBvQx16 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI3SBvQx16 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #ff8a8a;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI3SBvQx16 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI3SBvQx16 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI3SBvQx16 .navbar {
    height: 70px;
  }
  .cid-uI3SBvQx16 .navbar.opened {
    height: auto;
  }
  .cid-uI3SBvQx16 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI3SBvQx16 .navbar-short .container {
  background: rgba(35, 35, 35, 0.4) !important;
}
.cid-uI3SBvQx16 .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-uI3SBvQx16 .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-uI3SBvQx16 .mbr-section-btn .btn-success:hover,
.cid-uI3SBvQx16 .mbr-section-btn .btn-success:focus,
.cid-uI3SBvQx16 .mbr-section-btn .btn-success.focus,
.cid-uI3SBvQx16 .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-uI3SBvQx16 .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-uI3SBvQx16 .navbar {
    transition: .3s all !important;
  }
  .cid-uI3SBvQx16 .container {
    padding: 2%;
  }
  .cid-uI3SBvQx16 .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-uI3SBvQx16 .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-uI3SBvQx16 .navbar.opened {
    background: #232323;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-uI3SBvQx16 .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-uI3SBvQx16 .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-uI3SBvQx16 .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-uI3SBvQx16 .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-uI3SBvQx16 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-uI3SBvQx16 .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-uI3SBvQx16 .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-uI3SBvQx16 .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-uI3SBvQx16 .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-uI3SBvQx16 .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-uI3SBvQx16 .mbr-section-btn {
    text-align: left;
  }
}
.cid-tZaWB8FlyN {
  padding-top: 10rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tZaWB8FlyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZaWB8FlyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZaWB8FlyN .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tZaWB8FlyN .container-fluid {
    padding: 0 20px;
  }
}
.cid-tZaWB8FlyN .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tZaWB8FlyN .container {
    padding: 0 20px;
  }
}
.cid-tZaWB8FlyN .row {
  position: relative;
}
.cid-tZaWB8FlyN .row img {
  position: absolute;
  object-fit: cover;
}
.cid-tZaWB8FlyN .row .image_1 {
  height: 380px;
  width: 50%;
  top: -10rem;
  right: 0;
}
@media (max-width: 768px) {
  .cid-tZaWB8FlyN .row .image_1 {
    height: 150px;
    width: 60%;
  }
}
.cid-tZaWB8FlyN .row .image_2 {
  height: 270px;
  width: 35%;
  left: 0;
  bottom: -2rem;
}
@media (max-width: 768px) {
  .cid-tZaWB8FlyN .row .image_2 {
    height: 100px;
    width: 60%;
  }
}
.cid-tZaWB8FlyN .mbr-desc {
  position: relative;
  margin-bottom: 0;
  line-height: inherit;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tZaWB8FlyN .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-tZaWB8FlyN .mbr-section-title {
  position: relative;
  margin-bottom: 60px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tZaWB8FlyN .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tZaWB8FlyN .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-tZaWB8FlyN .mbr-section-title,
.cid-tZaWB8FlyN .mbr-section-btn {
  text-align: center;
}
.cid-uI9UpoZrL6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uI9UpoZrL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI9UpoZrL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI9UpoZrL6 .video-wrapper iframe {
  width: 100%;
}
.cid-uI9UpoZrL6 .mbr-section-title,
.cid-uI9UpoZrL6 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uI9UpoZrL6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZaU9e70Hj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffdacd;
}
.cid-tZaU9e70Hj .mbr-media {
  position: relative;
}
.cid-tZaU9e70Hj .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  color: white;
}
.cid-tZaU9e70Hj img {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tZaU9e70Hj img {
    max-width: 80%;
  }
}
.cid-tZaU9e70Hj h1 {
  line-height: 1.5;
}
.cid-tZaU9e70Hj .start {
  width: 100px;
  height: 100px;
  background: #ff526b;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 3rem;
}
.cid-tZaU9e70Hj .start:hover {
  background: #ff1f3f;
}
.cid-tZaU9e70Hj .mbr-media span {
  font-size: 2rem;
  transition: all 0.2s;
  background: #ff526b;
  padding: 1.5rem;
  margin-left: 10px;
  border-radius: 50%;
}
.cid-tZaU9e70Hj a {
  background-image: none !important;
}
.cid-tZaU9e70Hj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tZaU9e70Hj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tZaU9e70Hj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tZaU9e70Hj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tZaU9e70Hj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tZaU9e70Hj .mbr-section-title {
  color: #00004c;
}
.cid-tZb7AwLPWB {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #e9c0e9;
}
.cid-tZb7AwLPWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZb7AwLPWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tZb7AwLPWB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZb7AwLPWB img {
  border-radius: 2rem;
}
.cid-tZb7AwLPWB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tZb7AwLPWB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tZb7AwLPWB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tZb7AwLPWB .mbr-section-title {
  color: #502274;
}
.cid-tZb7AwLPWB .mbr-text,
.cid-tZb7AwLPWB .mbr-section-btn {
  color: #502274;
}
.cid-tZbbOqzpYB {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tZbbOqzpYB .mbr-section-head {
  width: 100%;
  padding-bottom: 3rem;
}
.cid-tZbbOqzpYB .mbr-section-title {
  color: #ffffff;
}
.cid-tZbbOqzpYB .mbr-section-subtitle {
  color: #ffe161;
  opacity: 0.8;
  margin-top: 1rem;
}
.cid-tZbbOqzpYB .box {
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cid-tZbbOqzpYB .mbr-media {
  width: 100%;
  position: relative;
}
.cid-tZbbOqzpYB .mbr-media img {
  width: 100%;
  aspect-ratio: 1.875;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-tZbbOqzpYB .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-tZbbOqzpYB .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-tZbbOqzpYB .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tZbbOqzpYB .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 212px;
  border-radius: 50%;
  background: #b62519;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-tZbbOqzpYB .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-tZbbOqzpYB .video-icon-bg-box {
    min-width: 20vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-tZbbOqzpYB .video-icon-bg-box a {
  padding: 50px;
}
.cid-tZbbOqzpYB .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-tZbbOqzpYB .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-tZbbOqzpYB .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-tZbbOqzpYB .video-icon-bg-box a {
    padding: 5vw;
  }
  .cid-tZbbOqzpYB .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-tZbbOqzpYB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tZbbOqzpYB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tZbbOqzpYB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tZbbOqzpYB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tZbbOqzpYB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uI3SBvQx16 {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-uI3SBvQx16 nav.navbar {
  position: fixed;
}
.cid-uI3SBvQx16 .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-uI3SBvQx16 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI3SBvQx16 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI3SBvQx16 .dropdown-item:hover,
.cid-uI3SBvQx16 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uI3SBvQx16 .dropdown-item:hover span {
  color: white;
}
.cid-uI3SBvQx16 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI3SBvQx16 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI3SBvQx16 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-uI3SBvQx16 .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-uI3SBvQx16 .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-uI3SBvQx16 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI3SBvQx16 .nav-link {
  position: relative;
}
.cid-uI3SBvQx16 .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-uI3SBvQx16 .container {
    flex-wrap: nowrap;
  }
}
.cid-uI3SBvQx16 .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uI3SBvQx16 .dropdown-menu,
.cid-uI3SBvQx16 .navbar.opened {
  background: #232323 !important;
}
.cid-uI3SBvQx16 .nav-item:focus,
.cid-uI3SBvQx16 .nav-link:focus {
  outline: none;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI3SBvQx16 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI3SBvQx16 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI3SBvQx16 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-uI3SBvQx16 .navbar.opened {
  transition: all 0.3s;
}
.cid-uI3SBvQx16 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI3SBvQx16 .navbar .navbar-logo img {
  width: auto;
}
.cid-uI3SBvQx16 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI3SBvQx16 .navbar.collapsed {
  justify-content: center;
}
.cid-uI3SBvQx16 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI3SBvQx16 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI3SBvQx16 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI3SBvQx16 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI3SBvQx16 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI3SBvQx16 .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-uI3SBvQx16 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI3SBvQx16 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uI3SBvQx16 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uI3SBvQx16 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI3SBvQx16 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI3SBvQx16 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI3SBvQx16 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI3SBvQx16 .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-uI3SBvQx16 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI3SBvQx16 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI3SBvQx16 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI3SBvQx16 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI3SBvQx16 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI3SBvQx16 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI3SBvQx16 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uI3SBvQx16 .navbar.navbar-short {
  min-height: 70px;
}
.cid-uI3SBvQx16 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI3SBvQx16 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uI3SBvQx16 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-uI3SBvQx16 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI3SBvQx16 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI3SBvQx16 .dropdown-item.active,
.cid-uI3SBvQx16 .dropdown-item:active {
  background-color: transparent;
}
.cid-uI3SBvQx16 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI3SBvQx16 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI3SBvQx16 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI3SBvQx16 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uI3SBvQx16 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI3SBvQx16 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI3SBvQx16 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI3SBvQx16 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI3SBvQx16 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #ff8a8a;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI3SBvQx16 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI3SBvQx16 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI3SBvQx16 .navbar {
    height: 70px;
  }
  .cid-uI3SBvQx16 .navbar.opened {
    height: auto;
  }
  .cid-uI3SBvQx16 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI3SBvQx16 .navbar-short .container {
  background: rgba(35, 35, 35, 0.4) !important;
}
.cid-uI3SBvQx16 .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-uI3SBvQx16 .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-uI3SBvQx16 .mbr-section-btn .btn-success:hover,
.cid-uI3SBvQx16 .mbr-section-btn .btn-success:focus,
.cid-uI3SBvQx16 .mbr-section-btn .btn-success.focus,
.cid-uI3SBvQx16 .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-uI3SBvQx16 .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-uI3SBvQx16 .navbar {
    transition: .3s all !important;
  }
  .cid-uI3SBvQx16 .container {
    padding: 2%;
  }
  .cid-uI3SBvQx16 .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-uI3SBvQx16 .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-uI3SBvQx16 .navbar.opened {
    background: #232323;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-uI3SBvQx16 .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-uI3SBvQx16 .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-uI3SBvQx16 .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-uI3SBvQx16 .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-uI3SBvQx16 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-uI3SBvQx16 .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-uI3SBvQx16 .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-uI3SBvQx16 .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-uI3SBvQx16 .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-uI3SBvQx16 .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-uI3SBvQx16 .mbr-section-btn {
    text-align: left;
  }
}
.cid-tZbQAov3IX {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-tZbQAov3IX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZbQAov3IX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZbQAov3IX .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tZbQAov3IX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tZbQAov3IX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tZbQAov3IX .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tZbQAov3IX .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tZbQAov3IX .mbr-text,
.cid-tZbQAov3IX .mbr-section-btn {
  color: #ffe161;
}
.cid-tZbUwWT76B {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZbUwWT76B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZbUwWT76B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZbUwWT76B .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
.cid-tZbUwWT76B .item .icon-wrap {
  text-align: center;
}
.cid-tZbUwWT76B .item::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 97%;
  color: #6592e6;
  transform: translate(-50%, 0);
}
.cid-tZbUwWT76B .item:last-child:before {
  display: none;
}
.cid-tZbUwWT76B .item.last::before {
  display: none;
}
.cid-tZbUwWT76B .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tZbUwWT76B .text-box {
  text-align: center;
}
.cid-tZbUwWT76B span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
@media (max-width: 991px) {
  .cid-tZbUwWT76B .card {
    margin-bottom: 2rem;
  }
  .cid-tZbUwWT76B .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tZbXnm72rJ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZbXnm72rJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZbXnm72rJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZbXnm72rJ .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tZbXnm72rJ .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tZbXnm72rJ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZbXnm72rJ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tZbXnm72rJ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZbXnm72rJ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tZbXnm72rJ .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tZbXnm72rJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uI3SBvQx16 {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-uI3SBvQx16 nav.navbar {
  position: fixed;
}
.cid-uI3SBvQx16 .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-uI3SBvQx16 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI3SBvQx16 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI3SBvQx16 .dropdown-item:hover,
.cid-uI3SBvQx16 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uI3SBvQx16 .dropdown-item:hover span {
  color: white;
}
.cid-uI3SBvQx16 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI3SBvQx16 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI3SBvQx16 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-uI3SBvQx16 .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-uI3SBvQx16 .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-uI3SBvQx16 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI3SBvQx16 .nav-link {
  position: relative;
}
.cid-uI3SBvQx16 .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-uI3SBvQx16 .container {
    flex-wrap: nowrap;
  }
}
.cid-uI3SBvQx16 .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uI3SBvQx16 .dropdown-menu,
.cid-uI3SBvQx16 .navbar.opened {
  background: #232323 !important;
}
.cid-uI3SBvQx16 .nav-item:focus,
.cid-uI3SBvQx16 .nav-link:focus {
  outline: none;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI3SBvQx16 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI3SBvQx16 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI3SBvQx16 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-uI3SBvQx16 .navbar.opened {
  transition: all 0.3s;
}
.cid-uI3SBvQx16 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI3SBvQx16 .navbar .navbar-logo img {
  width: auto;
}
.cid-uI3SBvQx16 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI3SBvQx16 .navbar.collapsed {
  justify-content: center;
}
.cid-uI3SBvQx16 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI3SBvQx16 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI3SBvQx16 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI3SBvQx16 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI3SBvQx16 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI3SBvQx16 .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-uI3SBvQx16 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI3SBvQx16 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uI3SBvQx16 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uI3SBvQx16 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI3SBvQx16 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI3SBvQx16 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI3SBvQx16 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI3SBvQx16 .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-uI3SBvQx16 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI3SBvQx16 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI3SBvQx16 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI3SBvQx16 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI3SBvQx16 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI3SBvQx16 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI3SBvQx16 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uI3SBvQx16 .navbar.navbar-short {
  min-height: 70px;
}
.cid-uI3SBvQx16 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI3SBvQx16 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uI3SBvQx16 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-uI3SBvQx16 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI3SBvQx16 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI3SBvQx16 .dropdown-item.active,
.cid-uI3SBvQx16 .dropdown-item:active {
  background-color: transparent;
}
.cid-uI3SBvQx16 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI3SBvQx16 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI3SBvQx16 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI3SBvQx16 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uI3SBvQx16 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI3SBvQx16 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI3SBvQx16 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI3SBvQx16 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI3SBvQx16 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #ff8a8a;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI3SBvQx16 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI3SBvQx16 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI3SBvQx16 .navbar {
    height: 70px;
  }
  .cid-uI3SBvQx16 .navbar.opened {
    height: auto;
  }
  .cid-uI3SBvQx16 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI3SBvQx16 .navbar-short .container {
  background: rgba(35, 35, 35, 0.4) !important;
}
.cid-uI3SBvQx16 .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-uI3SBvQx16 .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-uI3SBvQx16 .mbr-section-btn .btn-success:hover,
.cid-uI3SBvQx16 .mbr-section-btn .btn-success:focus,
.cid-uI3SBvQx16 .mbr-section-btn .btn-success.focus,
.cid-uI3SBvQx16 .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-uI3SBvQx16 .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-uI3SBvQx16 .navbar {
    transition: .3s all !important;
  }
  .cid-uI3SBvQx16 .container {
    padding: 2%;
  }
  .cid-uI3SBvQx16 .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-uI3SBvQx16 .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-uI3SBvQx16 .navbar.opened {
    background: #232323;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-uI3SBvQx16 .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-uI3SBvQx16 .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-uI3SBvQx16 .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-uI3SBvQx16 .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-uI3SBvQx16 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-uI3SBvQx16 .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-uI3SBvQx16 .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-uI3SBvQx16 .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-uI3SBvQx16 .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-uI3SBvQx16 .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-uI3SBvQx16 .mbr-section-btn {
    text-align: left;
  }
}
.cid-tZckfCok6z {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #98dee8;
}
.cid-tZckfCok6z img {
  margin: auto;
  position: relative;
}
.cid-tZckfCok6z .col-md-6 {
  margin-bottom: 1rem;
}
.cid-tZckfCok6z .card {
  transition: all 0.3s;
  height: fit-content;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.cid-tZckfCok6z .card:before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
.cid-tZckfCok6z .dot {
  width: 6px;
  height: 6px;
  background: #98dee8;
}
.cid-tZckfCok6z .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-tZckfCok6z .mbr-section-text {
  color: #000000;
}
.cid-tZckfCok6z .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tZckfCok6z .mbr-section-title {
  color: #000000;
}
.cid-tZckQvmi6f {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #98dee8;
}
.cid-tZckQvmi6f img {
  margin: auto;
  position: relative;
}
.cid-tZckQvmi6f .col-md-6 {
  margin-bottom: 1rem;
}
.cid-tZckQvmi6f .card {
  transition: all 0.3s;
  height: fit-content;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.cid-tZckQvmi6f .card:before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
.cid-tZckQvmi6f .dot {
  width: 6px;
  height: 6px;
  background: #9fdbf8;
}
.cid-tZckQvmi6f .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-tZckQvmi6f .mbr-section-text {
  color: #000000;
}
.cid-tZckQvmi6f .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tZckQvmi6f .mbr-section-title {
  color: #000000;
}
.cid-tZcmDXhdDt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #98dee8;
}
.cid-tZcmDXhdDt img {
  margin: auto;
  position: relative;
}
.cid-tZcmDXhdDt .col-md-6 {
  margin-bottom: 1rem;
}
.cid-tZcmDXhdDt .card {
  transition: all 0.3s;
  height: fit-content;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.cid-tZcmDXhdDt .card:before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
.cid-tZcmDXhdDt .dot {
  width: 6px;
  height: 6px;
  background: #9fdbf8;
}
.cid-tZcmDXhdDt .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-tZcmDXhdDt .mbr-section-text {
  color: #000000;
}
.cid-tZcmDXhdDt .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-tZcmDXhdDt .mbr-section-title {
  color: #000000;
}
.cid-uI3SBvQx16 {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-uI3SBvQx16 nav.navbar {
  position: fixed;
}
.cid-uI3SBvQx16 .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-uI3SBvQx16 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uI3SBvQx16 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uI3SBvQx16 .dropdown-item:hover,
.cid-uI3SBvQx16 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-uI3SBvQx16 .dropdown-item:hover span {
  color: white;
}
.cid-uI3SBvQx16 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uI3SBvQx16 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uI3SBvQx16 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-uI3SBvQx16 .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-uI3SBvQx16 .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-uI3SBvQx16 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uI3SBvQx16 .nav-link {
  position: relative;
}
.cid-uI3SBvQx16 .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-uI3SBvQx16 .container {
    flex-wrap: nowrap;
  }
}
.cid-uI3SBvQx16 .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uI3SBvQx16 .dropdown-menu,
.cid-uI3SBvQx16 .navbar.opened {
  background: #232323 !important;
}
.cid-uI3SBvQx16 .nav-item:focus,
.cid-uI3SBvQx16 .nav-link:focus {
  outline: none;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uI3SBvQx16 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uI3SBvQx16 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uI3SBvQx16 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uI3SBvQx16 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-uI3SBvQx16 .navbar.opened {
  transition: all 0.3s;
}
.cid-uI3SBvQx16 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uI3SBvQx16 .navbar .navbar-logo img {
  width: auto;
}
.cid-uI3SBvQx16 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uI3SBvQx16 .navbar.collapsed {
  justify-content: center;
}
.cid-uI3SBvQx16 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uI3SBvQx16 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uI3SBvQx16 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uI3SBvQx16 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uI3SBvQx16 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uI3SBvQx16 .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-uI3SBvQx16 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uI3SBvQx16 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uI3SBvQx16 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uI3SBvQx16 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uI3SBvQx16 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uI3SBvQx16 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uI3SBvQx16 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uI3SBvQx16 .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-uI3SBvQx16 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uI3SBvQx16 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uI3SBvQx16 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uI3SBvQx16 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uI3SBvQx16 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uI3SBvQx16 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uI3SBvQx16 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uI3SBvQx16 .navbar.navbar-short {
  min-height: 70px;
}
.cid-uI3SBvQx16 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uI3SBvQx16 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uI3SBvQx16 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-uI3SBvQx16 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uI3SBvQx16 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uI3SBvQx16 .dropdown-item.active,
.cid-uI3SBvQx16 .dropdown-item:active {
  background-color: transparent;
}
.cid-uI3SBvQx16 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uI3SBvQx16 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uI3SBvQx16 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uI3SBvQx16 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uI3SBvQx16 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uI3SBvQx16 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uI3SBvQx16 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uI3SBvQx16 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uI3SBvQx16 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #ff8a8a;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-uI3SBvQx16 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uI3SBvQx16 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uI3SBvQx16 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uI3SBvQx16 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uI3SBvQx16 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uI3SBvQx16 .navbar {
    height: 70px;
  }
  .cid-uI3SBvQx16 .navbar.opened {
    height: auto;
  }
  .cid-uI3SBvQx16 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uI3SBvQx16 .navbar-short .container {
  background: rgba(35, 35, 35, 0.4) !important;
}
.cid-uI3SBvQx16 .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-uI3SBvQx16 .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-uI3SBvQx16 .mbr-section-btn .btn-success:hover,
.cid-uI3SBvQx16 .mbr-section-btn .btn-success:focus,
.cid-uI3SBvQx16 .mbr-section-btn .btn-success.focus,
.cid-uI3SBvQx16 .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-uI3SBvQx16 .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-uI3SBvQx16 .navbar {
    transition: .3s all !important;
  }
  .cid-uI3SBvQx16 .container {
    padding: 2%;
  }
  .cid-uI3SBvQx16 .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-uI3SBvQx16 .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-uI3SBvQx16 .navbar.opened {
    background: #232323;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-uI3SBvQx16 .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-uI3SBvQx16 .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-uI3SBvQx16 .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-uI3SBvQx16 .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-uI3SBvQx16 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-uI3SBvQx16 .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-uI3SBvQx16 .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-uI3SBvQx16 .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-uI3SBvQx16 .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-uI3SBvQx16 .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-uI3SBvQx16 .mbr-section-btn {
    text-align: left;
  }
}
.cid-tZVOcQx1TX {
  padding-top: 160px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1080.webp");
}
.cid-tZVOcQx1TX .media-content .btn-bgr {
  z-index: 0;
}
.cid-tZVOcQx1TX .mbr-section-text {
  word-break: break-word;
}
.cid-tZVOcQx1TX .mbr-overlay {
  background: linear-gradient(90deg, #000000, #1d2671);
}
@media (min-width: 992px) {
  .cid-tZVOcQx1TX .mbr-figure {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tZVOcQx1TX .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tZVOcQx1TX .mbr-text {
    text-align: center;
  }
}
.cid-tZVOcQx1TX .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tZbmC0CjYL {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-tZbmC0CjYL .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #263d5a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-tZbmC0CjYL .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tZbmC0CjYL .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tZbmC0CjYL img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-tZbmC0CjYL .glass {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 2rem 1rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tZbmC0CjYL .glass {
    padding: 1rem 0rem;
  }
}
.cid-tZbmC0CjYL .glass:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-tZbmC0CjYL .card-wrapper {
  overflow: visible;
  margin-bottom: 2rem;
}
.cid-tZbmC0CjYL .card-text {
  color: #263d5a;
}
.cid-tZbmC0CjYL .card-title,
.cid-tZbmC0CjYL .iconfont-wrapper {
  color: #263d5a;
}
.cid-tZbmC0CjYL .mbr-section-subtitle {
  color: #263d5a;
}
.cid-tZbmC0CjYL .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-tZbmC0CjYL .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tZbpoyELgU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tZbpoyELgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZbpoyELgU .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-tZbpoyELgU .container {
    padding: 0 15px;
  }
}
.cid-tZbpoyELgU .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tZbpoyELgU .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tZbpoyELgU .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-tZbpoyELgU .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tZbpoyELgU .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tZbpoyELgU .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tZbpoyELgU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZbpoyELgU .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tZbpoyELgU .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-tZbpoyELgU .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-tZbpoyELgU .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-tZbpoyELgU .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-tZbpoyELgU .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-tZbpoyELgU .mbr-section-title {
  color: #ffffff;
}
.cid-tZbpoyELgU .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-tZbpoyELgU .mbr-text {
  color: #d2d2df;
}
.cid-tZbqgwR0hn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tZbqXsL3O4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tZbrvNcvqv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tZbs48Diy3 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
